/*
Theme Name: Wohlers
Author: Ron Z
Description: A custom WordPress Theme for Wohlers.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');


@font-face {
	font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/ProximaSoft-Regular.woff2") format("woff2"), url("fonts/ProximaSoft-Regular.woff") format("woff");
}
@font-face {
	font-family: "ProximaSoft";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/ProximaSoft-RegularIt.woff2") format("woff2"), url("fonts/ProximaSoft-RegularIt.woff") format("woff");
}
@font-face {
	font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("fonts/ProximaSoft-SemiBold.woff2") format("woff2"), url("fonts/ProximaSoft-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/ProximaSoft-Bold.woff2") format("woff2"), url("fonts/ProximaSoft-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-Mediu.woff') format('woff'),
        url('fonts/NeueHaasDisplay-Mediu.ttf') format('truetype'),
        url('fonts/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-MediumItalic.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-MediumItalic.woff') format('woff'),
        url('fonts/NeueHaasDisplay-MediumItalic.ttf') format('truetype'),
        url('fonts/NeueHaasDisplay-MediumItalic.svg#NeueHaasDisplay-MediumItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-Roman.woff') format('woff'),
        url('fonts/NeueHaasDisplay-Roman.ttf') format('truetype'),
        url('fonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-Bold.woff') format('woff'),
        url('fonts/NeueHaasDisplay-Bold.ttf') format('truetype'),
        url('fonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-RomanItalic.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-RomanItalic.woff') format('woff'),
        url('fonts/NeueHaasDisplay-RomanItalic.ttf') format('truetype'),
        url('fonts/NeueHaasDisplay-RomanItalic.svg#NeueHaasDisplay-RomanItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}





/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
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: 2em 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] {
	-webkit-appearance: button;
	/* 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] {
	-webkit-appearance: textfield;
	/* 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 {
	-webkit-appearance: none;
}

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

.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

.carousel.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

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

.carousel__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
}

.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: 0.25;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	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;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	border-radius: var(--carousel-button-border-radius, 50%);
	-webkit-box-shadow: var(--carousel-button-shadow, none);
	        box-shadow: var(--carousel-button-shadow, none);
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: 0.3;
}

.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	-webkit-filter: var(--carousel-button-svg-filter, none);
	        filter: var(--carousel-button-svg-filter, none);
	pointer-events: none;
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	-ms-touch-action: none;
	    touch-action: none;
}

.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	z-index: 1050;
	outline: none;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
	outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	        box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
}

.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.fancybox__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	outline: 0;
	overflow: auto;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
	content: "";
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 0px;
	        flex: 0 0 0;
	margin: auto;
}
.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	/*outline: thin dotted;*/
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.fancybox__caption {
	-ms-flex-item-align: center;
	    align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container > .carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}
.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}
.carousel__button.is-close {
	position: absolute;
	top: 8px;
	right: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	z-index: 40;
}
.fancybox__content > .carousel__button.is-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	-webkit-animation: fancybox-rotate 2s linear infinite;
	        animation: fancybox-rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
	        animation: fancybox-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: currentColor;
}

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

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
	-webkit-animation: 0.15s ease backwards fancybox-fadeIn;
	        animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
	-webkit-animation: 0.15s ease both fancybox-fadeOut;
	        animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
	-webkit-animation: 0.15s ease both fancybox-fadeIn;
	        animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
	-webkit-animation: 0.1s ease both fancybox-fadeOut;
	        animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
	-webkit-animation: 0.2s ease both fancybox-zoomInUp;
	        animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
	-webkit-animation: 0.15s ease both fancybox-zoomOutDown;
	        animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
	-webkit-animation: 0.15s ease both fancybox-throwOutUp;
	        animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
	-webkit-animation: 0.15s ease both fancybox-throwOutDown;
	        animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		        transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		        transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		        transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		        transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__image {
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: none;
	transition: none;
}

.has-image .fancybox__content {
	padding: 0;
	background: transparent;
	min-height: 1px;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit=contain] {
	overflow: visible;
	-ms-touch-action: none;
	    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
	max-width: 100%;
	height: auto;
}

.has-image[data-image-fit=cover] {
	overflow: visible;
	-ms-touch-action: none;
	    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	max-width: 100%;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, 0.9);
	color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fancybox__thumbs {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	padding: 0px 3px;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	        animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	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;
	overflow: visible;
	cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
	opacity: 0;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
	background-size: cover;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
	padding: 0;
	-ms-touch-action: none;
	    touch-action: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	        animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

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

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}
.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 30;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
	opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
}

.access-report_img,
.quote-box_img,
.describe_media,
.team-box_img,
.product-box_img,
.featured-box_img {
	position: relative;
	overflow: hidden;
}
.access-report_img:before,
.quote-box_img:before,
.describe_media:before,
.team-box_img:before,
.product-box_img:before,
.featured-box_img:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.btn,
.forminator-button-submit {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-style: solid;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
	font-weight: bold;
	text-transform: uppercase;
	min-width: 300px;
	letter-spacing: 0.05em;
	padding: var(--btn-y) var(--btn-x);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: 1.1;
	color: var(--white);
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn:hover,
.forminator-button-submit:hover {
	color: var(--white);
	background-color: var(--accent-color-light);
	border-color: var(--accent-color-light);
}
.btn:hover,
.forminator-button-submit:hover {
	text-decoration: none;
}

.btn-link {
	color: var(--accent-color);
	background-color: transparent;
	border-color: transparent;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.btn-link:hover {
	color: var(--accent-color-dark);
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
}

.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 15px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%;
}

.access-report_img img,
.quote-box_img img,
.describe_media img,
.team-box_img img,
.product-box_img img,
.featured-box_img img {
	width: 100%;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

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

label {
	display: block;
	font-weight: 400;
	font-size: var(--label-fz);
	line-height: 1.2;
	color: var(--label-color);
	margin: 0 0 8px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
}
label a {
	text-decoration: underline;
}
label a:hover {
	text-decoration: none;
}

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],
textarea {
	padding: var(--input-y) var(--input-x);
	font-size: var(--input-fz);
	border-radius: var(--input-r);
	border-width: var(--input-b);
	line-height: normal;
	color: var(--input-color);
	background-color: var(--input-bg-color);
	border-color: var(--input-border-color);
	border-style: solid;
	border-width: 1px;
	text-align: left;
	-webkit-appearance: none;
	outline: none;
	max-width: 100%;
	width: 100%;
}
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,
textarea:focus {
	border-width: 1px;
	border-style: solid;
	border-color: var(--input-focus-border-color);
}
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,
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,
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,
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,
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,
textarea::-webkit-input-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

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,
textarea:-moz-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

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,
textarea::-moz-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

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,
textarea:-ms-input-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-ms-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

textarea {
	resize: none;
	vertical-align: top;
	width: 100%;
	height: 250px;
}

/* button, */
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
	padding: var(--btn-y) var(--input-x);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: 1.1;
	color: var(--white);
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	border-style: solid;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
	color: var(--white);
	background-color: var(--accent-color-light);
	border-color: var(--accent-color-light);
}

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

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

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.forminator-error-message {
	display: block;
	padding: 5px var(--input-x);
	font-size: var(--label-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: normal;
	background-color: var(--error-bg-color);
	margin-top: 5px;
}

.forminator-error,
.forminator-error-message,
.forminator-required {
	color: var(--error-color);
}

.forminator-description {
	font-size: var(--label-fz);
	color: var(--label-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
}
.forminator-description span {
	margin-left: auto;
}

.forminator-response-message:not(:last-child) {
	margin-bottom: var(--vertical-rhythm);
}
.forminator-response-message.forminator-accessible {
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
}

.forminator-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 calc(var(--form-col-gutter) * -1) var(--form-row-margin);
}
.forminator-row:last-child {
	margin-bottom: 0;
}

.forminator-col {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 var(--form-col-gutter);
}
.forminator-col.forminator-col-4 .forminator-row[data-multiple=true] {
	display: block;
}
.forminator-col.forminator-col-4 .forminator-row[data-multiple=true] .forminator-col:not(:last-child) {
	margin-bottom: var(--form-row-margin);
}

.forminator-input {
	width: 100%;
	display: block;
	max-width: unset;
	min-width: unset;
}
.forminator-input-with-icon {
	position: relative;
}
.forminator-input-with-icon .forminator-icon-calendar {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 15px;
	line-height: 1;
	color: var(--input-color);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.forminator-input-with-icon .forminator-icon-calendar:before {
	display: inline-block;
	vertical-align: top;
}
.forminator-input-with-icon .forminator-datepicker {
	padding-left: 35px;
}
.forminator-input-with-suffix {
	position: relative;
}
.forminator-input-with-suffix .forminator-input {
	padding-right: 60px;
}
.forminator-input-with-suffix .forminator-suffix {
	font-size: var(--label-fz);
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.intl-tel-input.forminator-phone {
	display: block;
}

.forminator-option,
.forminator-checkbox,
.forminator-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.forminator-option-inline,
.forminator-checkbox-inline,
.forminator-radio-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.forminator-option-inline:not(:last-child),
.forminator-checkbox-inline:not(:last-child),
.forminator-radio-inline:not(:last-child) {
	margin-right: 1em;
}
.forminator-option .jcf-checkbox,
.forminator-option .jcf-radio,
.forminator-checkbox .jcf-checkbox,
.forminator-checkbox .jcf-radio,
.forminator-radio .jcf-checkbox,
.forminator-radio .jcf-radio {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.forminator-option span,
.forminator-checkbox span,
.forminator-radio span {
	pointer-events: all;
}
.forminator-multiselect {
	padding: 8px;
	border: 1px solid var(--input-border-color);
}
.forminator-multiselect .forminator-option {
	font-weight: 400;
	padding: var(--btn-y) calc(var(--input-x) - 8px);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: normal;
	color: var(--input-color);
	background-color: var(--input-bg-color);
	border-color: var(--input-border-color);
	pointer-events: all;
	border-radius: var(--input-radius);
}
.forminator-multiselect .forminator-option:last-of-type {
	margin-bottom: 0;
}
.forminator-multiselect .forminator-option.jcf-label-active {
	color: white;
	background-color: var(--brand-color);
}
.forminator-multiselect .jcf-checkbox {
	display: none;
}
.forminator-signature {
	position: relative;
	font-size: var(--btn-fz);
	background-color: var(--input-bg-color);
	border: 1px solid var(--input-border-color);
	border-radius: var(--input-radius);
	padding: var(--btn-y) var(--input-x);
}
.forminator-signature .forminator-signature--container + div {
	position: absolute !important;
	top: 7px;
	right: 7px;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
}
.forminator-signature .forminator-signature--container + div img {
	width: auto;
	height: auto;
}
.forminator-calendar {
	border: 1px solid var(--form-theme-color);
	border-radius: var(--input-radius);
	background-color: #fbfbfb;
	overflow: hidden;
}
.forminator-calendar .ui-datepicker-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #e6e6e6;
	padding: 10px;
}
.forminator-calendar .ui-datepicker-prev,
.forminator-calendar .ui-datepicker-next {
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
	background-color: var(--form-theme-color);
	border-radius: var(--input-radius);
	cursor: pointer;
}
.forminator-calendar .ui-datepicker-prev .ui-icon,
.forminator-calendar .ui-datepicker-next .ui-icon {
	font-size: 0;
	line-height: 0;
}
.forminator-calendar .ui-datepicker-prev .ui-icon:before,
.forminator-calendar .ui-datepicker-next .ui-icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 13px;
	background-size: 100% auto;
	margin: -6.5px 0 0 -3.5px;
}
.forminator-calendar .ui-datepicker-prev {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.forminator-calendar .ui-datepicker-prev .ui-icon:before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3Mi40LDUwNS4yYzkuMS05LjEsOS4xLTIzLjgsMC0zMi45TDU2LjEsMjU2TDI3Mi40LDM5LjdjOS4xLTkuMSw5LjEtMjMuOCwwLTMyLjljLTkuMS05LjEtMjMuOC05LjEtMzIuOSwwCglMNi44LDIzOS41QzIuNCwyNDMuOSwwLDI0OS44LDAsMjU2YzAsNi4yLDIuNSwxMi4xLDYuOCwxNi41bDIzMi43LDIzMi43QzI0OC42LDUxNC4zLDI2My4zLDUxNC4zLDI3Mi40LDUwNS4yeiIvPgo8L3N2Zz4K");
}
.forminator-calendar .ui-datepicker-next {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.forminator-calendar .ui-datepicker-next .ui-icon:before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOCw2LjhjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45TDIyMy4xLDI1Nkw2LjgsNDcyLjNjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45czIzLjgsOS4xLDMyLjksMGwyMzIuNy0yMzIuNwoJYzQuNC00LjQsNi44LTEwLjMsNi44LTE2LjVzLTIuNS0xMi4xLTYuOC0xNi41TDM5LjcsNi44QzMwLjYtMi4zLDE1LjktMi4zLDYuOCw2Ljh6Ii8+Cjwvc3ZnPgo=");
}
.forminator-calendar .ui-datepicker-title {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
	margin: 0 -5px;
}
.forminator-calendar .ui-datepicker-month,
.forminator-calendar .ui-datepicker-year {
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: block;
	color: var(--input-color);
	border: 1px solid var(--form-theme-color);
	border-radius: var(--input-radius);
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 13px;
	line-height: normal;
	height: 28px;
	padding: 0 5px;
	margin: 0 5px;
}
.forminator-calendar .ui-datepicker-calendar {
	font-size: 13px;
	margin-bottom: 0;
}
.forminator-calendar .ui-datepicker-calendar thead {
	background-color: #f8f8f8;
}
.forminator-calendar .ui-datepicker-calendar tbody {
	background-color: #fdfdfd;
}
.forminator-calendar .ui-datepicker-calendar tbody tr:first-child td {
	padding-top: 15px;
}
.forminator-calendar .ui-datepicker-calendar tbody tr:last-child td {
	padding-bottom: 15px;
}
.forminator-calendar .ui-datepicker-calendar th,
.forminator-calendar .ui-datepicker-calendar td {
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 5px;
}
.forminator-calendar .ui-datepicker-calendar th:first-child,
.forminator-calendar .ui-datepicker-calendar td:first-child {
	padding-left: 10px;
}
.forminator-calendar .ui-datepicker-calendar th:last-child,
.forminator-calendar .ui-datepicker-calendar td:last-child {
	padding-right: 10px;
}
.forminator-calendar .ui-datepicker-calendar td {
	font-size: 1em;
}
.forminator-calendar .ui-datepicker-calendar th {
	font-size: 0.92em;
	color: #333;
}
.forminator-calendar .ui-datepicker-calendar .ui-state-default {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	color: #777;
	padding: 2px;
	border-radius: var(--input-radius);
}
.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-active {
	color: white;
	background-color: var(--form-theme-color);
	border-color: var(--form-theme-color);
}
.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
	border-color: var(--form-theme-color);
	color: var(--form-theme-color);
}

.forminator-uploaded-files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px 0 0;
	margin: -10px;
}
.forminator-uploaded-file {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 120px;
	        flex: 0 0 120px;
	padding: 10px;
}
.forminator-uploaded-file--content {
	position: relative;
}
.forminator-uploaded-file--title,
.forminator-uploaded-file--size {
	font-size: var(--label-fz);
	word-break: break-all;
	margin-bottom: 0.5em;
}
.forminator-uploaded-file--title:last-child,
.forminator-uploaded-file--size:last-child {
	margin-bottom: 0;
}
.forminator-uploaded-file--title {
	font-weight: 700;
	font-size: var(--label-fz);
}
.forminator-uploaded-file--size {
	font-size: calc(var(--label-fz) * 0.9);
}
.forminator-uploaded-file--delete {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0;
	height: auto;
	width: 18px;
	height: 18px;
	font-size: 16px;
	line-height: 1;
	border: none;
	border-radius: 100%;
	overflow: hidden;
	background-color: transparent;
}
.forminator-uploaded-file--delete .forminator-icon-close {
	display: inline-block;
	vertical-align: top;
	color: white;
}
.forminator-uploaded-file--delete .forminator-icon-close:before {
	display: inline-block;
	vertical-align: top;
}
.forminator-img-preview {
	width: 100%;
	height: auto;
	padding-top: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

/* custom checkbox styles */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: var(--input-bg-color);
	border: 1px solid var(--input-border-color);
	margin: 0 0.5em 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);
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -5px;
	border: 3px solid white;
	border-width: 0 0 3px 3px;
	-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);
	background-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 span {
	display: block;
}

/* custom select styles */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid var(--input-border-color);
	background: #fff;
	min-width: 0;
	width: 100%;
	padding: var(--input-y) var(--input-x);
	font-size: var(--input-fz);
	border-radius: var(--input-r);
	border-width: var(--input-b);
	line-height: 1.2;
	padding-right: 24px;
}
.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;
}
.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 13px;
	height: 7px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyNzkuM3B4IiB2aWV3Qm94PSIwIDAgNTEyIDI3OS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgMjc5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTUwNS4yLDYuOGMtOS4xLTkuMS0yMy44LTkuMS0zMi45LDBMMjU2LDIyMy4xTDM5LjcsNi44Yy05LjEtOS4xLTIzLjgtOS4xLTMyLjksMGMtOS4xLDkuMS05LjEsMjMuOCwwLDMyLjlsMjMyLjcsMjMyLjcKCWM0LjQsNC40LDEwLjMsNi44LDE2LjUsNi44czEyLjEtMi41LDE2LjUtNi44TDUwNS4yLDM5LjdDNTE0LjMsMzAuNiw1MTQuMywxNS45LDUwNS4yLDYuOHoiLz4KPC9zdmc+Cg==");
	background-size: 100% auto;
	margin-top: -3.5px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 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: 0px;
	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 {
	border: 1px solid var(--input-border-color);
}

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

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 12px;
	line-height: 1.2;
	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;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px var(--input-x);
	color: var(--input-color);
	height: 1%;
}
.jcf-list .jcf-disabled {
	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,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

html {
	font-size: var(--rem-base);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: constant(safe-area-inset);
	padding: env(safe-area-inset);
}

body {
	color: var(--base-text-color);
	font: var(--base-font-size)/var(--base-line-height) "ProximaSoft", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "ProximaSoft", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	color: var(--h1-h6-color);
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
	font-size: inherit;
}

h1,
.h1 {
	font-size: var(--h1);
	margin: 0 0 0.3em;
}

h2,
.h2 {
	font-size: var(--h2);
    line-height: 1.1;
	margin: 0 0 0.4em;
}

h3,
.h3 {
	font-size: var(--h3);
    line-height: 1.1;
	margin: 0 0 0.5em;
}

h4,
.h4 {
	font-size: var(--h4);
	margin: 0 0 0.6em;
}

h5,
.h5 {
	font-size: var(--h5);
	margin: 0 0 0.7em;
}

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

p {
	margin-bottom: 1.2em;
	margin-top: 0;
}

a {
	color: var(--base-link-color);
	text-decoration: none;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}

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

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

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ul.list-style,
ol.list-style {
	--line-height-li: var(--base-line-height, 1.2);
	margin: 0 0 1.2em 0;
	color: var(--base-text-color);
}
/*.entry ol:not([class]) li,*/
#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ul:not([class]) li,
ul.list-style li,
ol.list-style li {
	line-height: var(--line-height-li);
	padding-left: 20px;
	position: relative;
}
#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
ul.list-style li + li,
ol.list-style li + li {
	margin-top: 10px;
}
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ul,
.entry ul:not([class]) ul,
ul.list-style ul,
ol.list-style ul {
	margin-bottom: 0;
	margin-top: 10px;
}
#sidebar ol:not([class]) ol,
#sidebar ul:not([class]) ol,
.entry ol:not([class]) ol,
.entry ul:not([class]) ol,
ul.list-style ol,
ol.list-style ol {
	margin-bottom: 0;
	margin-top: 10px;
}

#sidebar ul:not([class]) > li,
.entry ul:not([class]) > li,
ul.list-style > li {
	padding-left: 15px;
}
#sidebar ul:not([class]) > li:before,
.entry ul:not([class]) > li:before,
ul.list-style > li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: calc(0.5em * var(--line-height-li));
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: currentColor;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset: list;
}
/*.entry ol:not([class]) > li,*/
#sidebar ol:not([class]) > li,
ol.list-style > li {
	padding-left: 22px;
}

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

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 #979797;
}
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 #979797;
}
table td + td {
	text-align: center;
}

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

blockquote {
	font-size: 25px;
	color: var(--base-text-color);
	background: transparent;
	border-left: 6px solid #ececec;
	padding: 5px 0 5px 28px;
	margin: 0 0 1.2em;
}

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;
}

* {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	max-height: 1000000px;
}
*: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%;
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	max-width: calc(1180px + var(--gutter) * 2);
}
.container._full {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.container._sm {
	max-width: calc(780px + var(--gutter) * 2);
}

html,
body {
	height: 100%;
}

.wrapper {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #e8ecf0;
}

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

.left-line {
	position: relative;
}
.left-line:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 100%;
	background: #002a4d;
	left: -20px;
	top: 0;
}

.top-line {
	position: relative;
}
.top-line:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background: #002a4d;
	top: -20px;
	left: 0;
}

.upper {
	text-transform: uppercase;
}

.link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.link:hover svg {
	-webkit-animation: bounceRight 1s;
	        animation: bounceRight 1s;
}
.link svg {
	margin-left: 20px;
}
.link._white {
	color: #fff;
}
.link._dark {
	color: var(--base-text-color);
}
.link._sm {
	font-size: 16px;
}

.headline_title {
}
.headline_title span {
	font-weight: 400;
	font-style: italic;
	text-transform: lowercase;
}
.headline_title._white {
	color: #fff;
}
.headline_title._normal {
	font-weight: 400;
}
.headline._center {
	text-align: center;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
	margin: 0;
}
.social li a:hover svg use {
	fill: #a0252b;
}
.social li a svg use {
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}

.pagination {
    align-items: center;
    display: flex;
	grid-gap:10px;
    justify-content: center;
    padding: 0px 0 0;
	width:100%;
}

.pagination > span, .pagination > a {
	font-family:ProximaSoft;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
	color: #242632;
    padding: 25px 15px;
	width:60px;
	height:60px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > span.current,
.pagination > a:hover{
	background: #0134D3;
	width:60px;
	height:60px;
	border-radius:100px;
	color:#fff;
}

.pagination .prev {
    align-items: center;
    display: flex;
}

.pagination .prev svg {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}

.pagination .next {
    align-items: center;
    display: flex;
}

.pagination .next svg {
    margin: 0 0 0 10px;
}

@media (max-width: 767px) {
    .pagination .prev span, .pagination .next span {

    }
    .pagination .prev svg, .pagination .next svg {
        margin: 0;
    }
    .pagination > span, .pagination > a {
        padding: 0 8px;
		width:40px;
		height:40px;
		font-size:16px;
    }
	
	.pagination > span.current, .pagination > a:hover{
		width:40px;
		height:40px;
	}
}

/*
.pagination > div {
    display: flex;
}

.pagination > div svg {
    display: block;
}

.pagination > div.al svg {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}

.pagination > div.ar svg {
    margin: 0 0 0 10px;
}

.pagination > div span {
    display: block;
}

.pagination > div span a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
}
*/

@-webkit-keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-12px);
		        transform: translateX(-12px);
	}
	60% {
		-webkit-transform: translateX(-6px);
		        transform: translateX(-6px);
	}
}

@keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-12px);
		        transform: translateX(-12px);
	}
	60% {
		-webkit-transform: translateX(-6px);
		        transform: translateX(-6px);
	}
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.number-input {
	position: relative;
}
.number-input .quant-button {
	width: 11px;
	height: 6px;
	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;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.number-input .quant-button:hover {
	opacity: 0.8;
}
.number-input .quant-button img {
	width: 11px;
	height: 6px;
}
.number-input .quant-down img {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.number-input .quant-nav {
	position: absolute;
	height: 100%;
	top: 0;
	right: 30px;
	width: 11px;
	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;
	gap: 3px;
}

.breadcrumb {
	list-style: none;
	margin-bottom: 22px;
}
.breadcrumb li {
	display: inline;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	color: #002a4d;
}
.breadcrumb li a {
	text-decoration: none;
	font-size: 16px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	color: #606373;
}
.breadcrumb li a:hover {
	color: #a0252b;
}

.breadcrumb li + li:before {
	padding: 0;
	color: #606373;
	content: "/ ";
}

.header-top {
	background: #fff;
	color: #222;
	padding: 4px 0 5px;
	min-height: 30px;
	border-bottom:solid 1px #E5E5E5;
}
.header-top .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;
}

.header-top .header-top-links {
    display: flex;
    font-size: 12px;
    margin: 0;
}
.header-top .header-top-links li {
    border-right: 1px solid #fff;
	margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.header-top .header-top-links li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.header-top .header-top-links a {
    color: #222222;
    display: block;
    line-height: 100%;
}
.header-top .link {
	font-size: 12px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 400;
    line-height: 100%;
}
.header-top .link svg {
	margin-left: 10px;
}

.header-menu-wrapper {
    background: #fff;
	color: var(--base-text-color);
	position: relative;
    width: 100%;
	z-index: 2;
}
.header-menu-wrapper._sticky {
    left: 0;
    position: fixed;
    top: 0;
}
.admin-bar .header-menu-wrapper._sticky {
    top: 32px;
}
.header-menu-wrapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.page-header .logo {
	display: block;
}

.page-header .logo img {
    display: block;
    max-width: 100%;
    width: 400px;
}

.page-header .cart {
	margin-left: 60px;
	height: 16px;
}

.page-header .cart img{
	position: relative;
    top: 2px;
    margin-right: 5px;
}

.page-header .cart:hover {
	opacity: 0.8;
}

.page-footer {
	background: var(--base-text-color);
	padding: 18px 0;
}
.page-footer .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;
}
.page-footer_text {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 12px;
}
.page-footer_text span {
	color: #c6c6c6;
	margin-right: 23px;
	display: inline-block;
}
.page-footer_text p {
	margin: 0;
}

.nav-opener {
	display: none;
	width: 25px;
	height: 25px;
	position: relative;
	background-color: transparent;
	outline: none;
	border: none;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background-color: var(--base-text-color);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -1.5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 15%;
}
.nav-opener:after {
	top: 85%;
}
.nav-opener:hover {
	opacity: 0.9;
}

.nav-drop {
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	margin-left: auto;
}

.nav-active {
	overflow: hidden;
}
.nav-active .nav-opener span {
	opacity: 0;
}
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 50%;
}
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.nav {
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.nav ul {
	margin: 0 0px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav li {
	padding: 0 0px;
	margin-left:20px;
}
.nav li:after,
.nav li:before {
	display: none;
}
.nav li > ul {
	position: absolute;
	display: none;
	background: #FFFFFF;
	border: 1px solid #D8DEE4;
	border-radius: 3px;
	margin-top:5px !important;
	margin-left:10px !important;
	padding:15px 20px;
	min-width:235px !important;
}

.nav > ul > li > ul > li > ul  {
    transform: translateX(41px);
}

@media (max-width: 1023px) {
    .nav > ul > li > ul > li > ul {
        background-color: #eee;
        transform: none;
    }
}

.nav li > ul a {
    line-height: 125%;
}
.nav li > ul .sub-arrow {
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent var(--base-text-color);
}
.nav li.nav-sm-reverse > ul:before {
	left: auto;
	right: 17px;
}
.nav > ul > li > a {
	display: block;
	position: relative;
	padding: 17px 17px;	
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	color: #222222;	
}

.nav a.nav-link {
	padding:17px;
}

.nav > ul > li:hover > a {
	background: #D8DEE4;
	border-radius: 3px;
}

.nav a.nav-link.has-submenu {
	padding-right: 35px;
}

.nav a:hover,
.nav a.highlighted {

}

li.li-user > a > span {
    background: url(images/user-icon-blue.svg) no-repeat 0 1px;
    padding: 0 0 0 22px;
	font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.cart-contents{
	font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;	
}

.nav > ul > li {
	padding-bottom: 30px;
    padding-top: 30px;
}

.nav > ul > li > a {
	padding-right: 36px;
}

.nav > ul > li.menu-item-has-children > a:after{
	content:'';
	position: absolute;
	top: 50%;
	right: 18px;
	width:8px;
	height:5px;
	background:url(images/nav-angle.svg) no-repeat 0px 0px;
}


.nav > ul > li:hover > a:after{
	transform:rotate(180deg);
}

.nav .has-mega-menu {
	position: static !important;
}
.nav .has-mega-menu .mega-menu {
	margin-left: 0 !important;
	right: 0 !important;
	width: auto !important;
	max-width: none !important;
}
.nav .has-mega-menu .mega-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav .has-mega-menu .mega-menu .col {
	width: 33.33%;
	padding: 15px;
}
.nav .has-mega-menu .mega-menu .col ul {
	position: static;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	background: transparent;
}
.nav .has-mega-menu .mega-menu .col li {
	color: inherit;
	display: list-item;
	list-style-type: disc;
	margin: 0 0 0.5em;
}
.nav .has-mega-menu .mega-menu .col a {
	color: inherit;
	display: inline;
	padding: 0;
}
.nav .has-mega-menu .mega-menu .col a:hover {
	opacity: 0.7;
	background: transparent;
}


.intro {
    /*
	max-height: 760px;
    */
	overflow: hidden;
}

.intro .container {
	position: relative;
	height: 100%;
	padding-top: 135px;
	padding-bottom: 130px;
}
.intro_bg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: calc(100% - var(--gutter) * 2);
	height: 100%;
}
.intro_bg img {
	height: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
    width: 100%;
}
.intro-box {
	background: #fff;
	z-index: 1;
	padding: 95px 80px 108px;
	max-width: 519px;
	position: relative;
}
.intro-box_subheading {
	color: #a0252b;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 0.07em;
}
.intro-box_heading {
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin-bottom: 20px;
}

.inline .intro-box_heading {
	font-size:52px;
	line-height:52px;
}

.inline .intro-box_heading ._cat {
    font-size: 0;
}

.inline .intro-box_heading ._cat span {
    font-size: 52px;
}

.intro-box_heading:last-child {
	margin-bottom: 0;
}
.intro-box_text {
	font-size: 20px;
	line-height: 1.55;
	max-width: 300px;
}
.intro-box_text p {
	margin-bottom: 21px;
}
.intro._reports .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.intro._reports .intro-box {
	padding: 57px 105px 63px 60px;
	max-width: 585px;
}


.intro._reports.events-header .intro-box {
	padding-top: 80px;
    padding-bottom: 80px;
}


.intro._company {
	margin-bottom: 55px;
}
.intro._company .container {
	padding-top: 135px;
	padding-bottom: 181px;
}
.intro._company .intro-box {
	padding: 95px 80px 80px;
}
.intro._consulting .container {
	padding-top: 120px;
	padding-bottom: 120px;
}
.intro._consulting .intro-box {
	padding: 75px 80px 75px;
	max-width: 600px;
}

.intro._consulting.box-large .intro-box {
    max-width: 900px;
}

.intro._consulting .intro-box_text {
	max-width: 100%;
	padding: 0;
}
.intro._consulting .intro-box_text p {
    margin: 0;
}
.intro._consulting .btn, .intro._consulting .link {
    margin-top: 17px;
}
.intro._knowledge .container {
	padding-top: 119px;
	padding-bottom: 119px;
}
.intro._knowledge .intro-box {
	padding: 85px 80px 85px;
	max-width: 600px;
}
.intro._knowledge .intro-box_text {
	max-width: 100%;
	padding-bottom: 17px;
}
.intro._content-detail .container {
	padding-top: 362px;
	padding-bottom: 55px;
}
.intro._content-detail .intro-box {
	padding: 68px 80px 77px;
	max-width: 600px;
}
.intro._content-detail .intro-box_text {
	max-width: 100%;
	padding-bottom: 17px;
}

.access {
	color: #fff;
	padding: 115px 0;
}
.access .headline_title {
	text-transform: none;
	margin-bottom: 20px;
}
.access .headline_title span {
	text-transform: capitalize;
}
.access_holder {
	background: #002a4d;
	padding: 50px 40px 57px;
	position: relative;
}
.access_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 28px;
	max-width: 49%;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.access_content {
	max-width: 253px;
	width: 100%;
}
.access_content h3 {
	color: #fff;
}
.access_list {
	margin-top: 15px;
}
.access_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 639px;
	height: 100%;
	z-index: 0;
}
.access_bg:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 262px;
	height: 100%;
	background: linear-gradient(267.53deg, #003866 1.52%, rgba(0, 56, 102, 0) 97.41%);
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	        transform: matrix(1, 0, 0, -1, 0, 0);
}
.access_bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.check-list {
	margin: 0;
	padding: 0;
}
.check-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 16px;
	margin-bottom: 20px;
}
.check-list li:last-child {
	margin-bottom: 0;
}
.check-list li svg {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 2px 9px 0 0;
}

.section-content._home .two-tiles-box {
	height: auto;
}
.section-content._knowledge .two-tiles-box {
	padding: 78px 75px 78px 80px;
	min-height: auto;
}
.section-content._knowledge .two-tiles-box_text p {
	margin-bottom: 31px;
}
.section-content._knowledge .two-tiles-box_text p:last-child {
	margin-bottom: 0;
}
.section-content._knowledge .two-tiles .headline_title {
	margin-bottom: 32px;
}
.section-content._company .two-tiles {
	margin-bottom: 55px;
}
.section-content._company .two-tiles-box_text p {
	margin-bottom: 31px;
}
.section-content._company .two-tiles-box_text p:last-child {
	margin-bottom: 0;
}
.section-content._company .two-tiles .headline_title {
	margin-bottom: 32px;
}
.section-content._company .two-tiles:nth-child(1) .two-tiles-box {
	padding: 78px 70px 35px 86px;
}
.section-content._company .two-tiles:nth-child(2) .two-tiles-box {
	padding: 83px 70px 90px 75px;
}
.section-content._company .two-tiles:last-child {
	margin-bottom: 0;
}
.section-content._company:nth-child(4) {
	margin-bottom: 150px;
}

.two-tiles {
	display: grid;
	grid-template-columns: 585px auto;
}
.two-tiles_media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.two-tiles-box {
	padding: 78px 70px 130px 86px;
	background: #fff;
	min-height: 580px;
	height: 100%;
}
.two-tiles-box_text {
	line-height: 1.82;
	padding-bottom: 3px;
}
.two-tiles-box_text p:last-child {
	margin-bottom: 0;
}
.two-tiles-box .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 53px;
	margin-top: 1.2em;
}
.two-tiles._reverse {
	grid-template-columns: auto 585px;
}
.two-tiles._reverse .two-tiles_content {
	grid-row: 1;
}

.procents {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
	background: #d8dee4;
	padding: 38px 55px 40px 85px;
}
.procents._consulting {
	grid-template-columns: 125px 125px auto;
	gap: 35px;
	padding: 44px 82px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.procent-box {
	font-size: 14px;
	color: #002a4d;
}
.procent-box h3 {
	font-size: 38px;
	font-weight: 400;
	text-transform: capitalize;
	color: #a0252b;
	margin-bottom: 3px;
}
.procent-box p {
	margin: 0;
}
.procent-box .text {
	font-weight: 600;
	font-size: 26px;
	color: #242632;
	line-height: 1.4;
}


.topics {
	padding: 139px 0;
}

.access + .topics {
    padding-top: 0;
}

.topics_holder {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.topics_holder._column {
	grid-template-columns: repeat(1, 1fr);
}
.topics-box .line {
	width: 280px;
	height: 10px;
	background: #d8dee4;
	margin-bottom: 20px;
}
.topics-box .date {
	margin-bottom: 18px;
}
.topics-box h5 {
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 22px;
}

.section-head {
	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;
	margin-bottom: 50px;
}
.section-head .headline_title {
	margin: 0;
}

.date {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--base-text-color);
}

.help {
	padding: 0 0 150px;
}
.help_holder {
	display: grid;
	grid-template-columns: auto 480px;
}
.help-box {
	padding: 90px 100px 60px 90px;
	background: #fff;
	height: 100%;
}
.help-box .headline_title {
	margin-bottom: 28px;
}
.help-box_wrap {
	padding-left: 60px;
	position: relative;
}
.help-box_wrap:before {
	position: absolute;
	content: "";
	height: calc(100% - 13px);
	width: 10px;
	left: 0;
	top: 8px;
	background: #d8dee4;
}
.help-box_wrap .text {
	line-height: 1.82;
	padding-bottom: 20px;
}
.help-box_wrap .text p {
	margin-bottom: 8px;
}
.help-box_wrap .text p:last-child {
	margin-bottom: 0;
}
.help_media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.learn {
	color: #fff;
}
.learn_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.learn_item {
	padding: 107px 0 74px;
	position: relative;
}
.learn_item:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100vw;
	top: 0;
}
.learn_item:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100vw;
	top: 0;
	display: none;
}
.learn_item:nth-child(1) {
	background: #002a4d;
	padding-right: 100px;
	width: 59%;
	position: relative;
}
.learn_item:nth-child(1):after {
	right: 100%;
	top: 0;
	background: #002a4d;
}
.learn_item:nth-child(1):before {
	left: 100%;
	top: 0;
	background: #002a4d;
}
.learn_item:nth-child(2) {
	background: #051b2e;
	padding-left: 100px;
	width: 41%;
}
.learn_item:nth-child(2):after {
	left: 100%;
	top: 0;
	background: #051b2e;
}
.learn_item:nth-child(2):before {
	right: 100%;
	top: 0;
	background: #051b2e;
}
.learn .headline {
	max-width: 480px;
	padding-bottom: 32px;
}
.learn_wrap {
	display: grid;
	grid-template-columns: 280px auto;
	gap: 60px;
}
.learn_wrap .text {
	line-height: 1.55;
	font-size: 18px;
}
.learn_wrap .list {
	max-width: 240px;
}
.learn_wrap .list .line {
	background: #0134d3;
	width: 100%;
	height: 10px;
	margin-bottom: 30px;
}
.learn_wrap .list .check-list li {
	margin-bottom: 28px;
}
.learn_wrap .list .check-list li:last-child {
	margin-bottom: 0;
}
.learn-box {
	margin-bottom: 58px;
}
.learn-box:last-child {
	margin-bottom: 0;
}
.learn-box h4 {
	color: #c6c6c6;
	margin-bottom: 7px;
}
.learn-box .text {
	line-height: 1.82;
}
.learn-box .link {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
}

.featured {
	padding: 50px 0 150px;
}
.featured h3 {
	font-size: 36px;
	color: var(--base-text-color);
	margin-bottom: 28px;
}
.featured_holder {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 72px;
}
.featured-box {
	background: #fff;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.featured-box:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.featured-box_img:before {
	padding-top: 355px;
}
.featured-box_content {
	padding: 20px 25px 30px;
}
.featured-box_content h4 {
	font-size: 24px;
	color: var(--base-text-color);
	line-height: 1.1;
	margin-bottom: 13px;
}
.featured-box_content h4 span {
	display: block;
	color: #a0252b;
}
.featured-box_content ul {
	margin: 0;
}
.featured-box_content ul li {
	font-size: 16px;
	position: relative;
	margin-bottom: 1px;
	text-transform: capitalize;
	color: #002a4d;
}
.featured-box_content ul li:after {
	content: "•";
	margin-left: 4px;
}
.featured-box_content ul li:last-child {
	margin-bottom: 0;
}
.featured-box_content ul li:last-child:after {
	display: none;
}
.featured-box_content ul li span {
	color: #0134d3;
}
.featured-box._row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.featured-box._row .featured-box_img {
	min-width: 285px;
}
.featured-box._row .featured-box_content {
	padding: 67px 75px 72px 90px;
}
.featured-box._row .featured-box_content h4 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 23px;
}
.featured-box._row .featured-box_content h4 span {
	display: inline-block;
	color: #a0252b;
}
.featured-box._row .featured-box_content ul {
	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: 8px;
	margin-bottom: 15px;
}
.featured-box._row .featured-box_content ul li {
	margin: 0;
}
.featured-box._row .featured-box_content .text {
	font-size: 16px;
	line-height: 1.315;
	padding-bottom: 5px;
}
.featured_content {
	display: grid;
	grid-template-columns: 240px auto;
	gap: 60px;
}
.featured_content .sidebar {
    margin: 0;
}
.featured_content .sidebar-nav {
    max-width: 350px;
    padding: 0;
}
.featured_content .content .featured_holder {
	gap: 30px;
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 23px;
}
.featured_content .content .pagination {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	margin-right: -12px;
}

.sidebar-nav {
	padding: 0 20px;
}
.sidebar-nav_title {
	font-size: 20px;
	color: var(--base-text-color);
	margin-bottom: 29px;
}
.sidebar-nav .link {
    display: block;
	margin: 0 0 30px;
    padding-right: 30px;
    position: relative;
}
.sidebar-nav .link:last-child {
	margin-bottom: 0;
}
.sidebar-nav .link svg {
    position: absolute;
    right: 0;
    top: 0;
}

.report-lp {
	padding: 100px 0 0;
	margin-bottom: 75px;
}
.report-lp .container {
	display: grid;
	grid-template-columns: auto 380px;
	gap: 120px;
}
.report-lp_content .intro-box {
	max-width: 100%;
	padding: 60px 100px 37px 60px;
	margin-bottom: 10px;
}
.report-lp_content .intro-box_heading {
	margin-bottom: 10px;
}
.report-lp_content .intro-box_text {
	max-width: 100%;
}
.report-lp_content .procents {
	padding: 40px 60px 40px;
	margin-bottom: 68px;
	gap: 25px;
}
.report-lp_content .procents .procent-box h3 {
	color: #002a4d;
}
.report-lp_text {
	font-weight: 600;
	font-size: 24px;
	padding-bottom: 22px;
	line-height: 1.6;
}
.report-lp_sidebar .widget {
	margin-bottom: 73px;
}
.report-lp_sidebar .widget:last-child {
	margin-bottom: 0;
}
.report-lp_sidebar .widget_title {
	font-size: 32px;
	color: var(--base-text-color);
	margin-bottom: 31px;
}
.report-lp_sidebar .topics_holder {
	gap: 63px;
}
.report-lp_sidebar .topics-box h4 {
	font-size: 26px;
}

.report-tabs .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
	margin-bottom: 29px;
}
.report-tabs .tabset li a {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #002a4d;
	position: relative;
}
.report-tabs .tabset li a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	left: 0;
	bottom: -17px;
	background: #a0252b;
	opacity: 0;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.report-tabs .tabset li a.active:after {
	opacity: 1;
}
.report-tabs .tab-content {
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 60px;
}
.report-tabs .tab-content.transition {
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
.report-tabs .tab {
	overflow: hidden;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.report-tabs .tab.active {
	opacity: 1;
}

.report-tabs .tab .tab-inner-content {
}

.report-tabs .tab .tab-inner-content td{
	text-align: left;
	font-size: 13px;
}

.report-tabs .tab .tab-inner-content p {
    line-height: 150%;
    margin: 0 0 20px;
}

.report-tabs .tab .tab-inner-content p .btn {
    font-size: 16px;
}

.report-tabs .tab .tab-inner-content h1 {
    line-height: 125%;
	font-size: 28px;
}

.report-tabs .tab .tab-inner-content h2 {
    line-height: 125%;
	font-size: 22px;
}

.report-tabs .tab .tab-inner-content h3 {
    line-height: 125%;
	font-size: 20px;
}

.report-tabs .tab .tab-inner-content h4 {
    line-height: 125%;
	font-size: 16px;
}

.report-tabs .tab .tab-inner-content ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.report-tabs .tab .tab-inner-content ul li {
    line-height: 150%;
    list-style: disc outside;
    margin: 0 0 10px;
}

.report-tabs .tab .tab-inner-content ul li:last-child {
    margin: 0;
}

.report-tabs .tab .tab-inner-content ul ul {
    margin-top: 15px;
}

.report-tabs .tab .tab-inner-content ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.report-tabs .tab .tab-inner-content ol li {
    line-height: 150%;
    list-style: decimal outside;
    margin: 0 0 10px;
}

.report-tabs .tab .tab-inner-content ol li:last-child {
    margin: 0;
}

.report-tabs .tab .overview h4 {
	line-height: 1;
	margin-bottom: 32px;
	color: var(--base-text-color);
}
.report-tabs .tab .overview_text {
	line-height: 1.82;
	padding-bottom: 28px;
}
.report-tabs .tab .overview_text:last-child {
	padding-bottom: 0;
}
.report-tabs .tab .overview_text p {
	margin-bottom: 30px;
}
.report-tabs .tab .overview_text p:last-child {
	margin-bottom: 0;
}
.report-tabs .tab .overview h5 {
	margin-bottom: 30px;
	color: var(--base-text-color);
}
.report-tabs .tab .contents h5 {
	padding-left: 35px;
	margin-bottom: 13px;
	color: var(--base-text-color);
}
.report-tabs .tab .contents ul {
	margin: 0 0 34px;
}
.report-tabs .tab .contents ul li {
	margin-bottom: 11px;
	padding-left: 35px;
	position: relative;
}
.report-tabs .tab .contents ul li:last-child {
	margin-bottom: 0;
}
.report-tabs .tab .contents ul li.plus svg {
	position: absolute;
	left: 0;
	top: 3px;
}
.report-tabs .tab .contributors h5 {
	color: var(--base-text-color);
	text-transform: capitalize;
	margin-bottom: 29px;
}
.report-tabs .tab .contributors .h5 {
	margin-bottom: 14px;
}
.report-tabs .tab .contributors-box {
	margin-bottom: 37px;
}
.report-tabs .tab .contributors-box p {
	margin-bottom: 10px;
}
.report-tabs .tab .authors {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px 30px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.authors-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.authors-box_img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.authors-box_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
}
.authors-box_name {
	font-weight: 700;
	font-size: 20px;
}

.accordion {
	margin: 0;
}
.accordion li {
	margin-bottom: 35px;
}
.accordion li:last-child {
	margin-bottom: 0;
}
.accordion li .opener {
	color: var(--base-text-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	line-height: 1.5;
}
.accordion li .opener svg {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 6px 20px 0 0;
}
.accordion li .content {
	padding: 20px 30px 0 35px;
	font-size: 15px;
	line-height: 1.6;
}
.accordion li .content p:last-child {
	margin: 0;
}

.product-box {
	margin: 20px 0 0;
}
.product-box_content {
	padding: 40px;
	background: #fff;
}
.product-box_descr {
	background: #d8dee4;
	padding: 26px 40px 32px;
}
.product-box_descr dl {
	margin: 0;
}
.product-box_descr dl dt,
.product-box_descr dl dd {
	font-size: 17px;
	color: var(--base-text-color);
	padding: 8px 0;
}
.product-box_descr dl dd {
	text-align: right;
}
.product-box_img {
	margin-bottom: 20px;
}
.product-box_img:before {
	padding-top: 383px;
}
.product-box_form {
	margin: 0 0 40px;
}
.product-box_form .form-group {
	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;
	margin-bottom: 20px;
}
.product-box_form .form-group:last-child {
	margin-bottom: 0;
}
.product-box_form .form-group label {
	font-weight: 700;
	font-size: 20px;
	color: var(--base-text-color);
	margin: 0;
}
.product-box_form .form-group input {
	min-width: 140px;
	max-width: 140px;
	border-color: rgba(34, 34, 34, 0.4);
	font-size: 30px;
	font-weight: 400;
	color: var(--base-text-color);
	padding: 10px 47px 10px 37px;
}
.product-box_form .form-group input::-webkit-input-placeholder {
	color: var(--base-text-color);
}

.product-box_form .form-group input:-moz-placeholder {
	color: var(--base-text-color);
}

.product-box_form .form-group input::-moz-placeholder {
	color: var(--base-text-color);
}

.product-box_form .form-group input:-ms-input-placeholder {
	color: var(--base-text-color);
}

.product-box_form .form-group button {
	width: 100%;
	min-height: 66px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.product-box_form .form-group button span {
	font-weight: 400;
}

.promo-text-box {
	background: #d8dee4;
	Padding: 20px;
	border-top: 5px solid #a0252b;
}

.product-box_text {
	font-size: 18px;
	line-height: 1.5;
}
.product-box_text p {
	margin-bottom: 10px;
}

.video {
	position: relative;
	width: 100%;
	height: 390px;
	margin-bottom: 100px;
}
.video #ytplayer {
	width: 100%;
	height: 100%;
}
.video #image-overlay {
	position: absolute;
	-o-object-position: center;
	   object-position: center;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	top: 0;
	left: 0;
}
.video #play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #a0252b;
	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;
	border: none;
}
.video #play:hover {
	cursor: pointer;
}

.testimonials {
	padding: 139px 0 124px;
}
.testimonials_holder {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.testimonials-box_ico {
	margin-bottom: 33px;
}
.testimonials-box blockquote {
	border: none;
	font-size: 20px;
	padding: 0;
	margin: 0;
	line-height: 1.6;
}
.testimonials-box blockquote p {
	margin-bottom: 19px;
}
.testimonials-box blockquote p:nth-child(2) {
	line-height: 1.2;
}
.testimonials-box blockquote cite {
	font-size: 16px;
	font-style: normal;
}

#get-access {
	max-width: 520px;
	padding: 60px;
	display: none;
}
#get-access .carousel__button.is-close {
	top: 23px;
	right: 23px;
	color: #a0252b;
	width: 13px;
	height: 13px;
}
#get-access .carousel__button.is-close svg {
	-webkit-filter: none;
	        filter: none;
}

.access-popup_subheading {
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #a0252b;
	line-height: 1;
	margin-bottom: 10px;
}
.access-popup_heading {
	text-transform: capitalize;
	color: var(--base-text-color);
	line-height: 1.1;
	margin-bottom: 10px;
}
.access-popup_text {
	line-height: 1.8;
	padding-bottom: 30px;
	color: var(--base-text-color);
}
.access-popup_form {
	margin: 0;
}
.access-popup_form .form-group {
	margin-bottom: 20px;
}
.access-popup_form .form-group:last-child {
	margin-bottom: 0;
}
.access-popup_form .form-group label {
	font-weight: 700;
	font-size: 18px;
	color: var(--base-text-color);
	letter-spacing: normal;
	margin: 0 0 5px;
}
.access-popup_form .form-group input {
	border-color: rgba(34, 34, 34, 0.4);
	color: var(--base-text-color);
	font-size: 18px;
	padding: 11px 20px;
	min-height: 50px;
}
.access-popup_form .form-group input::-webkit-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

.access-popup_form .form-group input:-moz-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

.access-popup_form .form-group input::-moz-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

.access-popup_form .form-group input:-ms-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

.access-popup_form .form-group._button {
	text-align: center;
}
.access-popup_form .form-group._button button {
	letter-spacing: 0.05em;
	text-transform: uppercase;
	min-width: 217px;
	min-height: 66px;
}

.team {
	padding: 90px 0;
}

.content-detail + .team {
    padding-top: 0;
}

.team_holder {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.team-box {
	background: #fff;
}
.team-box_img {
	display: block;
}
.team-box_img:before {
	padding-top: 120%;
}
.team-box_img img {
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.team-box_img:hover img {
	-webkit-transform: scale(1.05) translate(-50%, -50%);
	        transform: scale(1.05) translate(-50%, -50%);
}
.team-box_img:hover + .team-box_content a h5 {
	color: #a0252b;
}
.team-box_content {
	background: #fff;
	padding: 20px 20px 25px;
}
.team-box_name {
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
.team-box_name:hover h5 {
	color: #a0252b;
}
.team-box_name h5 {
	font-size: 24px;
	color: var(--base-text-color);
	line-height: 1;
	margin-bottom: 5px;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.team-box_title {
	font-size: 16px;
}

.consulting {
	padding: 86px 0 55px;
}
.consulting_holder {
	display: grid;
	grid-template-columns: 350px auto;
	gap: 50px;
}
.consulting-box {
	background: #fff;
	padding: 80px 85px 80px 72px;
}
.consulting-box .headline_title {
	margin-bottom: 35px;
}
.consulting-box_text {
	line-height: 1.82;
}
.consulting-box_text p:last-child {
	margin-bottom: 0;
}

.describe_holder {
	display: grid;
	grid-template-columns: auto 500px;
}
.describe_content {
	padding: 80px 72px;
	background: #fff;
}
.describe_media:before {
	padding-top: 100%;
}
.describe-box {
	line-height: 1.8;
	margin-bottom: 52px;
}
.describe-box:last-child {
	margin-bottom: 0;
}
.describe-box_title {
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 8px;
}
.describe-box_title span {
	text-transform: capitalize;
}
.describe-box p:last-child {
	margin-bottom: 0;
}

.capabilities {
	padding: 115px 0;
}
.capabilities .headline {
	padding-bottom: 26px;
}
.capabilities_holder {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}
.capabilities-box {
	padding: 30px 24px 35px;
	background: #fff;
}
.capabilities-box_title {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.capabilities-box_text {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.6;
	color: #002a4d;
}
.capabilities-box_text p:last-child {
	margin-bottom: 0;
}
.capabilities .btn,
.capabilities .forminator-button-submit {
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 0 auto;
}

.quote {
	padding: 55px 0 150px;
}
.quote_holder {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.quote-box {
	background: #fff;
}
.quote-box_img:before {
	padding-top: 320px;
}
.quote-box_content {
	padding: 24px 20px;
	background: #fff;
}
.quote-box_title {
	font-size: 24px;
	color: var(--base-text-color);
	margin-bottom: 5px;
}
.quote-box_text {
	font-style: italic;
	font-size: 16px;
	color: var(--base-text-color);
	line-height: 1.8;
}
.quote-box_text p:last-child {
	margin-bottom: 0;
}

.education {
	padding: 80px 0 135px;
}

.access-report + .education {
    margin: -150px 0 0;
}

.education_head {
	margin-bottom: 38px;
}

.education_head .education_head_wrapper {
    display: flex;
    justify-content: space-between;
}

.education_head .education_head_wrapper h3 {
    flex: 1;
	margin-bottom: 21px;
	text-transform: capitalize;
}

.education_head .education_head_wrapper .link-more {
    padding: 10px 0 0 20px;
}

@media (max-width: 1024px) {
    .education_head .education_head_wrapper .link-more {
        padding: 5px 0 0 20px;
    }
}

.education_head .education_head_wrapper .link-more a {
}

.education_head p:last-child {
	margin-bottom: 0;
}
.education_holder {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.education-box {
	background: #fff;
	padding: 35px 24px 31px;
	min-height: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.education-box_title {
	font-size: 24px;
	line-height: 1.4;
}
.education-box .link {
	margin-top: auto;
}

.resources {
	padding: 77px 0;
}
.resources_holder {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.resources-box {
	background: #051b2e;
	padding: 32px;
	min-height: 176px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.resources-box_title {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 22px;
	max-width: 416px;
	text-transform: capitalize;
}
.resources-box .link {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-top: auto;
	margin-left: auto;
}

.access-report {
	padding: 18px 0 150px;
}
.access-report_holder {
	background: #fff;
	padding: 40px 40px 46px;
	display: grid;
	grid-template-columns: auto 300px;
	gap: 100px;
}
.access-report_content {
	max-width: 537px;
	padding: 32px 0 0 40px;
}
.access-report_content .procents {
	background: transparent;
	padding: 0;
	gap: 0;
}
.access-report_title {
	max-width: 400px;
	margin-bottom: 40px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 400;
}
.access-report_text {
	padding-bottom: 50px;
	line-height: 1.8;
}
.access-report_img {
	margin-bottom: 28px;
}
.access-report_img:before {
	padding-top: 383px;
}
.access-report .btn,
.access-report .forminator-button-submit {
	min-width: 100%;
}
.access-report._content-detail {
	padding: 0 0 65px;
}

.content-detail {
	padding: 65px 0;
}

.search-results .content-detail,
.archive .content-detail {
	padding: 0px 0 65px;
}

.content-detail_text {
	font-size: 16px;
	color: #242632;
	line-height: 1.85;
}

.content-detail_text p,
.content-detail_text ul,
.content-detail_text ol{
	margin-bottom: 30px;
	font-family: 'ProximaSoft';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 31px;
	color: #222222;
}

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

.content-detail_text ol {
    margin-bottom: 25px;
    padding-left: 18px;
}

.content-detail_text ol li {
    list-style: decimal outside;
}

.content-detail_text ul:not([class]) {
    margin-bottom: 25px;
    padding-left: 18px;
}

.content-detail_text ul li {
    list-style: disc outside;
    padding: 0 !important;
}

.content-detail_text ul li:before {
    display: none !important;
}

.content-detail_text ul li a {
    font-weight: 600;
    text-decoration: underline;
}

.content-detail_text h1,
.content-detail_text h2,
.content-detail_text h3,
.content-detail_text h4{
	font-family: 'ProximaSoft';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 31px;
	text-transform: capitalize;
	color: #222222;
	margin-bottom:30px;
}

.content-detail_text h2{
	font-size: 22px;
	line-height: 24px;
}

.content-detail_text h3{
	font-size: 20px;
	line-height: 22px;
}

.content-detail_text h4{
	font-size: 17px;
	line-height: 19px;
}


@media (max-width: 1365px){
	.left-line:before {
		left: -16px;
	}
	.top-line:before {
		top: -16px;
	}
	.product-box {
		margin-top: 16px;
	}
}
@media (max-width: 1199px){
	.page-header .logo {
		max-width: 300px;
	}
	.page-header .cart {
		margin-left: 40px;
	}


	.access_wrap {
		max-width: 60%;
	}
	.access_list {
		margin-top: 5px;
	}
	.access_bg:after {
		width: 462px;
	}
	.section-content._knowledge .two-tiles-box {
		padding: 60px;
	}
	.section-content._company .two-tiles:nth-child(1) .two-tiles-box {
		padding: 60px;
	}
	.section-content._company .two-tiles:nth-child(2) .two-tiles-box {
		padding: 60px;
	}
	.two-tiles {
		grid-template-columns: 50% auto;
	}
	.two-tiles-box {
		padding: 60px;
	}
	.two-tiles._reverse {
		grid-template-columns: auto 50%;
	}
	.procents {
		padding: 35px 60px;
		gap: 30px;
	}
	.procents._consulting {
		padding: 35px 60px;
		gap: 30px;
	}
	.help_holder {
		grid-template-columns: auto 50%;
	}
	.help-box {
		padding: 90px 50px 60px 50px;
	}
	.learn_item:nth-child(1) {
		padding-right: var(--gutter);
	}
	.learn_item:nth-child(2) {
		padding-left: var(--gutter);
	}
	.learn_wrap {
		gap: 30px;
	}
	.learn_wrap .list {
		max-width: 100%;
	}
	.learn_wrap .list .line {
		width: 100%;
	}
	.featured-box._row .featured-box_content {
		padding: 60px;
	}
	.featured_content .content .pagination {
		margin-right: -10px;
	}
	.report-lp .container {
		gap: 40px;
	}
	.report-tabs .tabset {
		gap: 20px;
	}
	.report-tabs .tabset li a {
		font-size: 17px;
	}
	.content-detail_text {
		padding: 0;
	}
}
@media (max-width: 1024px){
	html {
		font-size: calc(var(--rem-base) - 1.5px);
	}
	.intro .container {
		padding-top: 300px;
		padding-bottom: 35px;
	}
	.intro-box {
		padding: 50px;
		max-width: calc(100% - 10px);
	}
	.intro._reports .container {
		padding-top: 300px;
		padding-bottom: 35px;
	}
	.intro._reports .intro-box {
		padding: 50px;
		max-width: calc(100% - 10px);
	}
	.intro._company .container {
		padding-top: 300px;
		padding-bottom: 35px;
	}
	.intro._company .intro-box {
		padding: 50px;
	}
	.intro._consulting .container {
		padding-top: 30%;
		padding-bottom: 35px;
	}
	.intro._consulting .intro-box {
		padding: 50px;
		max-width: calc(100% - 10px);
	}
	.intro._knowledge .container {
		padding-top: 200px;
		padding-bottom: 35px;
	}
	.intro._knowledge .intro-box {
		padding: 50px;
		max-width: calc(100% - 10px);
	}
	.intro._content-detail .container {
		padding-top: 200px;
		padding-bottom: 35px;
	}
	.intro._content-detail .intro-box {
		padding: 50px;
		max-width: calc(100% - 10px);
	}
}
@media (max-width: 1023px){
	.number-input .quant-button {
		width: 20px;
		height: 20px;
	}
	.number-input .quant-up {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.number-input .quant-down {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.number-input .quant-nav {
		width: 20px;
		right: 25px;
	}
	.header-menu-wrapper {
	}
    .header-menu-wrapper .container {
        padding-bottom: 15px;
        padding-top: 15px;
    }
	.page-header .cart {
		margin-left: auto;
	}
    .page-header .cart-contents {
        margin: 0 5px 0 0;
	}
	.nav-opener {
		display: block;
	}
	.nav-drop {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		overflow: hidden;
		max-height: 0;
	}
	.nav-active .nav-drop {
		max-height: 4000px;
		padding-bottom: 10px;
	}
	.nav-active .nav {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.nav {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		padding: 10px var(--gutter);
		-webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
		        box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
		background: #fff;
		overflow: auto;
		max-height: calc(100vh - 92px);
	}
	.nav ul {
		display: block;
        margin: 0 -20px;
	}
    .nav li {
        padding: 0 20px;
    }
	.nav li > ul {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.nav li > ul {
		position: static;
	}
	.nav a.highlighted .sub-arrow:before {
		content: "-";
	}
	.nav a .sub-arrow {
		width: 25px;
		height: 25px;
		right: 15px;
		border: 0;
		background-color: #adadad;
		border-radius: 4px;
		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;
		margin: 0;
	}
	.nav a .sub-arrow:before {
		content: "+";
		color: #fff;
	}
	.nav .has-mega-menu .mega-menu li {
		display: block;
	}
	.nav .has-mega-menu .mega-menu .col {
		width: 100%;
	}
	.access {
		padding: 50px 0;
	}
	.access_holder {
		padding: 50px 40px;
	}
	.access_wrap {
		max-width: 100%;
	}
	.access_bg {
		width: 100%;
	}
	.access_bg:after {
		width: 100%;
		background: linear-gradient(267.53deg, #003866 1.52%, rgba(0, 56, 102, 0.8) 97.41%);
	}
	.two-tiles {
		grid-template-columns: repeat(1, 1fr);
	}
	.two-tiles_media {
		max-height: 450px;
	}
	.two-tiles_media img {
		-o-object-position: top;
		   object-position: top;
	}
	.two-tiles-box {
		min-height: auto;
		height: auto;
	}
	.two-tiles._reverse {
		grid-template-columns: repeat(1, 1fr);
	}
	.two-tiles._reverse .two-tiles_content {
		grid-row: 2;
	}
	.procent-box .text {
		font-size: 20px;
	}
	.topics {
		padding: 50px 0;
	}
	.topics_holder {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
	.topics-box .line {
		display: none;
	}
	.help {
		padding: 0 0 50px;
	}
	.help_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.help-box {
		padding: 60px;
	}
	.help_media {
		grid-row: 1;
		max-height: 450px;
	}
	.learn_holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.learn_item:before {
		display: block;
	}
	.learn_item {
		padding: 50px 0;
	}
	.learn_item:nth-child(1) {
		width: 100%;
		padding-right: 0;
	}
	.learn_item:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}
	.learn .headline {
		max-width: 100%;
	}
	.featured_holder {
		grid-template-columns: repeat(2, 1fr);
	}
	.featured_content {
		grid-template-columns: repeat(1, 1fr);
		gap: 35px;
	}
	.sidebar-nav {
		padding: 0;
	}
	.sidebar-nav .link {
		margin: 0 0 25px;
	}
	.report-lp {
		padding: 50px 0;
	}
	.report-lp .container {
		grid-template-columns: repeat(1, 1fr);
	}
	.report-lp_content .procents {
		margin-bottom: 45px;
	}
	.video {
		margin-bottom: 50px;
	}
	.team {
		padding: 50px 0;
	}
	.team_holder {
        gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}
	.consulting {
		padding: 50px 0;
	}
	.consulting_holder {
		grid-template-columns: repeat(1, 1fr);
		gap: 35px;
	}
	.consulting-box {
		padding: 50px 25px;
	}
	.consulting-box .headline_title {
		margin-bottom: 20px;
	}
	.describe_holder {
		grid-template-columns: repeat(2, 1fr);
	}
	.describe_content {
		padding: 50px 25px;
	}
	.describe-box {
		margin-bottom: 30px;
	}
	.capabilities {
		padding: 75px 0 50px;
	}
	.capabilities_holder {
		margin-bottom: 25px;
	}
	.quote {
		padding: 25px 0 50px;
	}
	.education {
		padding: 50px 0;
	}
    .access-report + .education {
        margin: -20px 0 0;
    }
	.education_holder {
		grid-template-columns: repeat(2, 1fr);
	}
	.resources {
		padding: 50px 0;
	}
	.resources-box {
		padding: 20px;
	}
	.access-report {
		padding: 25px 0 50px;
	}
	.access-report_holder {
		grid-template-columns: auto 250px;
		gap: 40px;
	}
	.access-report_content {
		padding: 0;
	}
	.access-report._content-detail {
		padding: 0 0 50px;
	}
	.content-detail {
		padding: 50px 0;
	}
	
	.nav > ul > li > a{
		width: calc(100% - 50px);
	}
	
	.nav > ul > li{
        padding-bottom: 0;
        padding-top: 0;
	}
	
	.nav li{
		margin-left:0px;
	}
	
	.nav > ul > li:hover > a{
		background:none !important;
	}
	
	.nav > ul > li > a{
		text-align:left;
	}
	
	.nav > ul > li > a:after{
		display:none !important;
	}
	
	.nav > ul > li .mobile-icon{
		position:absolute;
		right:20px;
		display:none;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
	}
	
	.nav > ul > li.menu-item-has-children .mobile-icon{
		display: flex;
	}
		
	.nav > ul > li .mobile-icon:after{
		content: '';
		display:block;
		width: 8px;
		height: 5px;
		background: url(images/nav-angle.svg) no-repeat 0px 0px;
	}
	
	.header-menu  .drop-block .holder ul{
		padding: 5px 0px !important;
		padding-left: 15px !important;
	}
	
	.header-menu  .drop-block .holder li {
		padding: 10px 0 !important;
	}
	
	.active-li .drop-block{
		display:block;
		position: static;
		border:none;
		background-color: #f9f9f9;
		padding:0;
	}
	
	.header-menu .drop-block .top-h-row{
		display:none !important;
	}
	
	.header-menu .drop-block .holder{
		width:100% !important;
		padding:0 !important;
	}
	
	.header-menu .drop-block .holder a{
		font-weight:400 !important;
	}
	
	.nav{
		padding-bottom:20px;
	}
	
}
@media (max-width: 768px){
	html {
		font-size: calc(var(--rem-base) - 2px);
	}
}
@media (max-width: 767px){
	.btn,
	.forminator-button-submit {
		min-width: 250px;
	}
	.forminator-row {
		display: block;
	}
	.forminator-col:not(:last-child) {
		margin-bottom: var(--form-row-margin);
	}
	.page-header .logo {
		max-width: 210px;
	}
	.page-footer {
		padding: 25px 0;
	}
	.page-footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.page-footer_text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 20px;
	}
	.page-footer_text span {
		margin: 0 0 20px;
	}
	.access_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.access_list {
		margin-top: 0;
	}
	.section-content._knowledge .two-tiles-box {
		padding: 40px 20px;
	}
	.section-content._company .two-tiles:nth-child(1) .two-tiles-box {
		padding: 40px 20px;
	}
	.section-content._company .two-tiles:nth-child(2) .two-tiles-box {
		padding: 40px 20px;
	}
	.two-tiles-box {
		padding: 40px 20px;
	}
	.two-tiles-box_text {
		padding-bottom: 15px;
	}
	.two-tiles-box .btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 15px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.procents {
		grid-template-columns: repeat(2, 1fr);
		padding: 35px 20px;
	}
	.procents._consulting {
		grid-template-columns: repeat(1, 1fr);
		padding: 35px 20px;
	}
	.section-head {
		-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;
	}
	.section-head .headline_title {
		margin: 0 0 15px;
	}
	.help-box {
		padding: 40px 20px;
	}
	.help-box_wrap {
		padding-left: 30px;
	}
	.learn_wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.report-lp_content .intro-box {
		padding: 50px 25px;
	}
	.report-lp_content .procents {
		padding: 30px 25px;
	}
	.report-lp_sidebar .widget {
		margin-bottom: 50px;
	}
	.report-lp_sidebar .widget_title {
		font-size: 22px;
	}
	.report-tabs .tab-content {
		padding: 40px 25px;
	}
	.report-tabs .tab .authors {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.product-box_content {
		padding: 20px;
	}
	.product-box_descr {
		padding: 25px 20px;
	}
	.video {
		height: 250px;
	}
	.testimonials {
		padding: 100px 0 75px;
	}
	.testimonials_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.team_holder {
		grid-template-columns: repeat(2, 1fr);
	}
	.describe_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.capabilities_holder {
		grid-template-columns: repeat(2, 1fr);
	}
	.quote_holder {
		grid-template-columns: repeat(2, 1fr);
	}
	.education_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.education-box_title {
		margin-bottom: 30px;
	}
	.resources_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.access-report_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.access-report_content {
		max-width: 100%;
	}
	.access-report_content .procents {
		gap: 20px;
	}
	.access-report_title {
		margin-bottom: 20px;
		max-width: 100%;
	}
	.access-report_text {
		padding-bottom: 10px;
	}
    .access-report + .education {
        margin: -40px 0 0;
    }
}
@media (max-width: 667px){
	html {
		font-size: calc(var(--rem-base) - 2.5px);
	}
	table th {
		padding: 10px 5px;
	}
	table td {
		padding: 7px 5px;
	}
}
@media (max-width: 666px){
	.featured-box._row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.featured-box._row .featured-box_content {
		padding: 20px 24px 32px;
	}
	.featured-box._row .featured-box_content h4 {
		font-size: 24px;
		margin-bottom: 13px;
	}
	.report-tabs .tabset {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 45px;
		margin-bottom: 50px;
	}
	#get-access {
		padding: 60px 30px;
	}
}
@media (max-width: 640px){
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}
@media (max-width: 567px){
	.intro-box {
		padding: 50px 25px;
	}
	.intro._reports .intro-box {
		padding: 50px 25px;
	}
	.intro._company .intro-box {
		padding: 50px 25px;
	}
	.intro._consulting .intro-box {
		padding: 30px 25px;
		margin-top: 200px;
	}
	.intro._knowledge .intro-box {
		padding: 50px 25px;
	}
	.intro._content-detail .intro-box {
		padding: 50px 25px;
	}
	.procents {
		grid-template-columns: repeat(1, 1fr);
	}
	.featured_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.featured-box_img:before {
		padding-top: 300px;
	}
	.team_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.capabilities_holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.quote_holder {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 479px){
	.forminator-uploaded-file {
		width: 33.3333%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}
@media (max-width: 375px){
	html {
		overflow-x: hidden;
		font-size: calc(var(--rem-base) - 3px);
	}
}
@media all and (min-width: 1024px){
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px;
	}
	.fancybox__slide {
		padding: 64px 100px;
	}
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
	.carousel__button.is-close {
		right: 40px;
	}
	.fancybox__toolbar {
		padding: 8px;
	}
}

/**/

.post-related {
    padding: 88px 0 50px;
}

.post-related .box {
}

.post-related .box-heading {
    font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 35px;
	text-transform: capitalize;
	color: #222222;
	margin-bottom:40px;
}

.post-related .box-items {
    display: flex;
    justify-content: space-between;
}

.post-related .box-items .box-item {
	margin-bottom:40px;
}

.post-related .box-items .box-item-title {
	font-family: 'ProximaSoft';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	text-transform: capitalize;
	color: #002A4D;
    margin: 0 0 10px;
	height:auto !important;
}

.post-related .box-items .box-item-title a {
    display: block;
	color: #002A4D;
}

.post-related .box-items .box-item-date {
	font-family: 'ProximaSoft';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #222222;
    margin: 0 0 10px;
}

.post-related .box-items .box-item-text {
	margin-bottom:13px;
}

.post-related .box-items .box-item-text p {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #222222;
    margin: 0 0 0px;
}



@media (max-width: 1024px) {
    .post-related .box-items {
        display: block;
    }
    .post-related .box-items .box-item {
        margin: 0 0 30px;
        width: 100%;
    }
    .post-related .box-items .box-item:last-child {
        margin: 0;
    }
    .post-related .box-items .box-item-title {
        height: auto !important;
    }
}

/**/

.box-collapsible {
}

.box-collapsible h3 {
    cursor: pointer;
    padding: 0 0 0 20px;
    position: relative;
}

.box-collapsible h3:before, .box-collapsible h3:after {
    background-color: var(--h1-h6-color);
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 2px;
}

.box-collapsible h3:before {
    left: 0;
    top: 12px;
    width: 10px;
}

.box-collapsible h3:after {
    height: 10px;
    left: 4px;
    top: 8px;
}

.box-collapsible.active h3:after {
    display: none;
}

.box-collapsible .box-collap-content {
    display: none;
}

.box-collapsible.active .box-collap-content {
    display: block;
}

.box-collapsible .box-collap-content > ul {
}

.box-collapsible .box-collap-content > ul li {
    list-style: none !important;
}

/**/

.my-report {
}

.my-report .box {
}

.my-report .box-image {
    height: 320px;
    position: relative;
    width: 100%;
}

.my-report .box-image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.my-report .box-content {
    padding: 25px 40px 30px;
    position: relative;
}

.my-report .box-label {
    color: var(--accent-color);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 125%;
    text-transform: uppercase;
}

.my-report .box-heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 10px;
}

.my-report .box-heading a {
    display: block;
}

.my-report .box-text {
    font-size: 20px;
    line-height: 150%;
}

.my-report .box-text p {
    margin: 0 0 20px;
}

.my-report .box-text p:last-child {
    margin: 0;
}

.my-report .box-button {
    position: absolute;
    right: 40px;
    top: 0;
    transform: translateY(-50%);
}

.my-report .box-button a {
}

@media (max-width: 1200px) {
    .my-report .box-button {
        margin: 20px 0 0;
        position: static;
        transform: none;
    }
}

@media (max-width: 900px) {
    .my-report .box-content {
        padding: 25px;
    }
    .my-report .box-label {
        margin: 0 0 5px;
    }
    .my-report .box-heading {
        font-size: 30px;
    }
    .my-report .box-image {
        height: auto;
        padding: 50% 0 0;
    }
}

/**/

.logos-slider {
    background-color: #fff;
    padding: 60px 0;
}

.logos-slider .box {
}

.logos-slider .box-heading {
    margin: 0 0 15px;
    text-align: center;
}

.logos-slider .box-items {
    align-items: center;
    display: flex;
}

.logos-slider .box-items .box-item {
}

.logos-slider .box-items .box-item img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .logos-slider {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .logos-slider {
        padding: 40px 0;
    }
    .logos-slider .box-items .box-item img {
        max-width: 150px;
    }
}

/**/

.blog-form {
    padding: 40px 0 0;
}

.blog-form .box {
    background-color: #e8ecf0;
    border: 1px solid #c0cad3;
    padding: 50px;
}

.blog-form .box-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 30px;
}

.blog-form .box-form {
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style {
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style form {
    margin: 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_error_style {
    background: none;
    border: none;
    border-radius: 0;
    color: var(--h1-h6-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 30px;
    padding: 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_error_style p {
    margin: 0 0 20px;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_error_style p:last-child {
    margin: 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields {
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields fieldset {
    padding: 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container {
    display: flex;
    gap: 15px;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field {
    margin: 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field > label {
    color: var(--label-color);
    font-family: "ProximaSoft", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 125%;
    margin: 0 0 5px;
    padding: 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field > input[type="text"], .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field > input[type="email"] {
    border: 1px solid #c0cad3;
    border-radius: 0;
    box-shadow: none;
    font-family: "ProximaSoft", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field > .frm_error {
    color: #f00;
    font-family: "ProximaSoft", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    line-height: 125%;
    margin: 2px 0 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_verify {
    display: none;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_submit {
    display: flex;
    flex: 0 0 100px;
    padding: 25px 0 0;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_submit button {
    background-color: #1b48f5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-family: "ProximaSoft", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

.blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_submit button:hover {
    background-color: #09385e;
    color: #fff;
}

@media (max-width: 1023px) {
    .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container {
        flex-wrap: wrap;
    }
    .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field, .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_submit {
        width: calc((100% - 15px) / 2);
    }
    .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_submit {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .blog-form .box {
        padding: 25px;
    }
    .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container {
    }
    .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field, .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_submit {
        width: 100%;
    }
}

/**/

.cm-accordions {
}

.cm-accordions .cm-accordion {
    margin: 0 0 40px;
}

.cm-accordions .cm-accordion:last-child {
    margin: 0;
}

.cm-accordion .cm-accordion-heading {
    cursor: pointer;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    position: relative;
}

.cm-accordion .cm-accordion-heading:before, .cm-accordion .cm-accordion-heading:after {
    background-color: var(--h1-h6-color);
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    width: 3px;
}

.cm-accordion .cm-accordion-heading:before {
    left: 0;
    top: 15px;
    width: 17px;
}

.cm-accordion .cm-accordion-heading:after {
    height: 17px;
    left: 7px;
    top: 8px;
}

.cm-accordion.active .cm-accordion-heading:after {
    display: none;
}

.cm-accordion .cm-accordion-content {
    display: none;
}

.cm-accordion.active .cm-accordion-content {
    display: block;
}

.cm-accordion .cm-accordion-content ul {
    margin: 0;
}

.cm-accordion .cm-accordion-content ul li {
}

@media (max-width: 767px) {
    .cm-accordion .cm-accordion-heading {
        font-size: 25px;
    }
    .cm-accordion .cm-accordion-heading {
    }
    .cm-accordion .cm-accordion-heading:before {
        top: 13px;
    }
    .cm-accordion .cm-accordion-heading:after {
        top: 6px;
    }
}

/**/

.plugify_table_parent_div {
}

.plugify_table_parent_div .plugify_tbl_row {
}

.plugify_table_parent_div .plugify_tbl_row .plugify_qty_col, .plugify_table_parent_div .plugify_tbl_row .plugify_pip_col {
/*    width: 50% !important;*/
	width: 60% !important;
}

th.plugify_pip_col,th.plugify_qty_col {
	font-size:15px;
}

.plugify_table_parent_div .plugify_tbl_row .plugify_typ_col {
    display: none;
}

/**/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    font-family: Arial;
    font-size: 13px;
    line-height: 135%;
    margin: 10px 0 0;
}

/**/

.section-form {
    padding: 0 0 120px;
}

.section-content.quote + .section-form {
    margin: -25px 0 0;
}

.section-form .blog-form {
    padding: 0;
}

@media (max-width: 767px) {
    .section-form {
        padding: 0 0 80px;
    }
    .section-content.quote + .section-form {
        margin: 0;
    }
}

/**/

.DfAM__infoBox {
    background-color: #002a4d;
    color: #fff;
    margin: 0 0 30px;
    padding: 30px;
}

.DfAM__infoBox h2 {
    color: #fff;
}

.DfAM__infoBox p a {
    color: #fff;
    text-decoration: underline;
}

.DfAM__infoBox .ButtonGreen--small {
    font-size: 16px;
    min-width: 0;
    text-decoration: none;
}

@media (max-width: 768px) {
    .DfAM__infoBox .ButtonGreen--small {
        margin: 0 0 10px;
    }
}

/**/

.woocommerce.woocommerce-page #content ul.products {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
}

.woocommerce.woocommerce-page #content ul.products::before, .woocommerce.woocommerce-page #content ul.products::after {
    display: none;
}

.woocommerce.woocommerce-page #content ul.products > li.product {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    float: none;
    margin: 0;
    -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
    transition: all var(--animation-duration) var(--animation-timing-function);
    width: 100%;
}

.woocommerce.woocommerce-page #content ul.products > li.product:hover {
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

.woocommerce.woocommerce-page #content ul.products > li.product > .woocommerce-loop-product__link {
    display: block;
    flex: 1;
}

.woocommerce.woocommerce-page #content ul.products > li.product img {
    display: block;
    margin: 0 0 20px;
}

.woocommerce.woocommerce-page #content ul.products > li.product .woocommerce-loop-product__title {
    color: var(--base-text-color);
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
    padding: 0 25px 20px;
}

.woocommerce.woocommerce-page #content ul.products > li.product .price {
    color: #002a4d;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 0 25px 20px;
}

.woocommerce.woocommerce-page #content ul.products > li.product > .button {
    align-items: center;
    background: none;
    color: var(--base-link-color);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin: 0;
    padding: 20px 25px;
    text-transform: uppercase;
}

.woocommerce.woocommerce-page #content ul.products > li.product > .button::after {
    background: url(images/icon-arrow-right.svg) no-repeat 0 0;
    background-size: cover;
    content: '';
    display: block;
    height: 16px;
    margin: 0 0 0 10px;
    width: 18px;
}

@media (max-width: 1023px) {
    .woocommerce.woocommerce-page #content ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 567px) {
    .woocommerce.woocommerce-page #content ul.products {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* Updates */

.intro.with-bg{
	position:relative;
	background-size: cover;
    background-position: center center;
}

.intro.with-bg:before{
	content:'';
	display: block;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: linear-gradient(0deg, rgba(34, 9, 10, 0.45) 0%, rgba(34, 9, 10, 0.45) 100%);
}

.intro.with-bg .container{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	min-height: 60vh;
    padding-top: 270px;
    padding-bottom: 75px;
	grid-gap: 20px;
}

.intro.with-bg .box-left{
	width:65%;
}

.intro.with-bg .box-right{
	width:35%;
}

.intro.with-bg .intro-box_heading{
	color: #FCFCFC;
	font-size:96px;
	font-weight: 600;
	line-height: 100%; /* 96px */
	font-family: "Neue Haas Grotesk Display Pro";
}

.intro.with-bg .intro-box_text p{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
}

.intro.with-bg .btn{
	width: auto;
    min-width: auto;
    color: #FCFCFC;
    border-radius: 5px;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 20px 30px;
	text-transform: none;
}

.intro.with-bg .intro-box_text{
	max-width: 400px;
}

.logos-slider.v2{
	background: #002A4D;
	color:#fff;
	padding: 75px 0;
}

.logos-slider.v2 .box-heading{
	color: #FCFCFC;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.logos-slider.v2 ul.slider-logos{
	display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
}

.section-content.v2 .headline_title{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 52.8px */
	margin-bottom: 60px;
	max-width:1000px;
}


.section-content.v2 .two-tiles {
    grid-template-columns: 62% auto;
	border-radius: 5px;
    overflow: hidden;
}

.section-content.v2 .two-tiles .two-tiles-box{
	background: #002A4D;
}

.section-content.v2 .two-tiles-box_text p{
	color:#fff;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.8px;
}

.section-content.v2 .two-tiles-box .btns {
	grid-gap: 5px;
	justify-content: space-between;
}

.section-content.v2 .two-tiles-box .btns .link svg{
	margin-left: 10px;
}

.section-content.v2 .two-tiles-box .btns .link svg use{
	fill:#fff;
}

.section-content.v2:not(.quote) .two-tiles-box .btns .link{
	color:#fff;
	text-transform: none;
	font-family: "Neue Haas Grotesk Display Pro";
    font-size: 18px;
	font-weight: 600;
    line-height: 100%;
	letter-spacing: 0px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
}

.section-content.v2:not(.quote) .two-tiles-box .btns .link:first-child{
	width: auto;
    min-width: auto;
    color: #FCFCFC;
    border-radius: 5px;
    font-style: normal;
    padding: 20px 25px;
	background-color: #A0252B;
	border: none;
}

.section-content.v2:not(.quote) .two-tiles-box .btns .link:first-child svg{
	display: none;
}

.section-content.v2:not(.auto_height) .two-tiles .two-tiles-box{
	padding: 55px 55px;
	padding-right: 30px;
}

.access.v2 .access_holder{
	display: flex;
	padding:0;
	background: #E6EEE4;
	border-radius: 5px;
    overflow: hidden;
}

.access.v2 .access_holder .access_bg{
	width:60%;
	position: static;
	height: auto;
}

.access.v2 .access_wrap{
	padding: 55px 35px;
	padding-right: 75px;
	display: block;
	width: 40%;
}

.access.v2 .access_wrap .badge{
	color:#002A4D;
	border-radius: 5px;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */
	text-transform: uppercase;
	border: 1px dashed #002A4D;
	padding: 15px;
	display: table;
	margin-bottom: 40px;
}

.access.v2 .access_wrap h3{
	color:#002A4D;
	margin-bottom: 40px;
	font-family: "Neue Haas Grotesk Display Pro";
	font-weight: 500;
	font-size: 36px;

}

.access.v2 .access_wrap .check-list li{
	color: #595C57;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.access.v2 .access_wrap .btn{
	margin-top: 40px;
    width: auto;
    min-width: auto;
    color: #FCFCFC;
    border-radius: 5px;
    font-style: normal;
    padding: 12px 11px;
    background-color: #A0252B;
    font-weight: 600;
    border: none;
    text-transform: none;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
}

.access.v2 .check-list li svg{
	margin-top:0px;
}

.access.v2 .access_bg:after{
	display: none;
}

.wrapper.white-bg{
	background:#fff;
}

.section-content.large {
	position: relative;
}

.section-content.large .two-tiles,
.section-content.large .two-tiles-box{
	background: #002A4D;
}

.section-content.large:before {
	content:'';
	display: block;
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #002A4D;
}

.section-content.large .container{
	position: relative;
}

.section-content.large .headline_title{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 60px;
}

.section-content.large .two-tiles-box_text p{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
	margin-left: 90px;
	letter-spacing: 0.72px;
}

.section-content.large .btns .link{
    text-transform: none;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
	width: auto;
    min-width: auto;
    color: #FCFCFC;
    border-radius: 5px;
    font-style: normal;
    padding: 20px 25px;
    background-color: #A0252B;
    border: none;
	margin-left: 90px;
}

.section-content.large .btns .link svg{
	display: none;
}

.large-arrow{
	position: absolute;
	margin-top: 2px;
}

.topics.v2 .container{
	display: flex;
}

.topics.v2 .topics_holder{
	grid-template-columns: repeat(2, 1fr);
	width: 66%;
	grid-gap: 60px;
}

.topics.v2 .section-head{
	width:34%;
	padding-right: 45px;
	flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.topics.v2 .section-head .headline_title{
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 52.8px */
	margin-bottom: 32px;
}

.topics.v2 .section-head .link{
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	text-transform: none;
	padding: 10px 0;
	border-bottom: 1px solid #0F1D31;
}

.topics.v2 .section-head .link svg use{
	fill: #0F1D31;
}

.topics.v2 .topics-box .date{
	color: #595C57;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	margin-bottom: 15px;
	text-transform: none;
}

.topics.v2 .topics-box h4{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	margin-bottom: 40px;
}

.topics.v2 .topics-box .link{
	color: #A0252B;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	text-transform: none;
}

.topics.v2 .topics-box .link svg use{
	fill: #A0252B;
}

.section-content.quote.v2 .two-tiles{
	display: flex;
	flex-direction:column;
}

.section-content.quote.v2 .two-tiles-box{
	display: flex;
    flex-direction: row;
	min-height: auto;
}

.section-content.v2.quote .headline_title{
	color: #FCFCFC;
	font-size: 36px;
	letter-spacing: 1.44px;
}

.section-content.v2.quote .headline{
	width:48%;
}

.section-content.v2.quote .two-tiles-box_text{
	width:52%;
}

.section-content.v2.quote .two-tiles-box_text:before{
	display: none;
}

.section-content.v2.quote .two-tiles-box_text p{
	margin-bottom: 40px !important;
	letter-spacing: 0;
}

.wrapper.white-bg .container{
	max-width: calc(1220px + var(--gutter)* 2);
}

.section-content.v2.quote .link{
	color: #fff;
    text-transform: none;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}

.section-content.v2.quote .link svg use{
    fill: #fff;
}

.section-content.quote.v2 .two-tiles-box_text .text{
	padding-bottom: 0;
}

.section-content.v2.quote .two-tiles .two-tiles-box{
	padding-right: 55px;
}

.learn_heading{

}

.learn-v2{
	background: #002A4D;
	padding:75px 0 150px;
}

.learn-v2 .headline_title{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 39.6px */
	max-width: 500px;
	margin-bottom: 60px;
}

.learn_item-v2,
.learn-wrapper{
	display: flex;
    grid-gap: 15px;
}

.learn_item-v2 .learn-box{
	border-radius: 5px;
	background: #E9F0E7;
	padding: 55px 35px;
	margin-bottom: 30px;
}

.learn_item-v2 .learn-box:last-child{
	margin-bottom: 0 !important;
}

.learn_item-v2 .learn-box .link{
	color:#A0252B;
	text-transform: none;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; 
	margin-left: 0;
}

.learn_item-v2 .learn-box .link svg{
	width: 15px;
}

.learn_item-v2 .learn-box .link svg use{
	fill:#A0252B;
}

.learn_item-v2 .learn-box h4{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	margin-bottom: 20px;
}

.learn_item-v2 .learn-box p{
	color: #595C57;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 17.6px */
	margin-bottom: 35px;
}

.learn-wrapper > div:first-child .text p{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.64px;
	margin-bottom: 30px;
}

.learn-wrapper .check-list li{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.56px;
}

.section-form.v2 {
	margin: 0;
	padding: 0;
}

.section-form.v2 .blog-form .box{
	padding: 75px 0;
	background-color: #fff;
	border: none;
}

.section-form.v2 .blog-form .box-heading{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 39.6px */
	margin-bottom: 40px;
}

.section-form.v2 .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field > input[type="text"], 
.section-form.v2 .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field > input[type="email"]{
	border: none;
	border-bottom: 1px solid #B9BFB7;
	padding: 15px 20px;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
}

.section-form.v2 .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .form-field > label{
	color: #595C57;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
}

.section-form.v2 .frm_fields_container{
	flex-wrap: wrap;
}

.section-form.v2 .blog-form .box-form .frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container .frm_submit button{
	border-radius: 2px;
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	background: #A0252B;
	text-transform: none;
	padding: 15px 15px;
	height:auto;
}

.stat-info {
	background: #002A4D;
}

.stat-info .left-line:before{
	display: none;
}

.stat-info .procents{
	background:none;
	padding: 75px 0px;
	gap: 20px;
	display: flex;
    flex-direction: row-reverse
}

.stat-info .procents_item{
	width: 165px;
	flex-shrink: 0;
}

.stat-info .procents_item:last-child{
	width:100%;
	flex-shrink: 1;
}

.stat-info .procent-box .text{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	max-width: 535px;
}

.stat-info .procent-box > p{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
}

.stat-info .procent-box h3{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 43.2px */
}

.section-content.v2.bg-white .two-tiles-box{
	background-color: #fff;
	padding: 75px 0 !important;
}

.section-content.v2.bg-white .two-tiles-box p{
	color: #002A4D;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%; /* 33.6px */
	letter-spacing: 0;
}

.cm-accordions.v2{

}

.cm-accordions.v2 .container{
	display: flex;
}

.cm-accordions.v2 .content-detail_text{
	background: #E9F0E7;
	padding: 55px 35px;
	width: 50%;
	border-radius: 5px 0px 0px 5px;
}

.cm-accordions.v2 .accordion-image{
	width: 50%;
}

.cm-accordions.v2 .accordion-image img{
	min-height: 100%;
    object-fit: cover;
    width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border-radius: 0px 5px 5px 0px;
}

.cm-accordions.v2 .cm-accordion-heading{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
}

.cm-accordions.v2 .content-detail_text p, 
.cm-accordions.v2 .content-detail_text ul, 
.cm-accordions.v2 .content-detail_text ol{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.8px;
}

.v2 .cm-accordion .cm-accordion-heading:after{
	top:5px;
}

.v2 .cm-accordion .cm-accordion-heading:before{
	top:12px;
}

.v2 .cm-accordion .cm-accordion-content{
	padding-left: 30px;
}

.v2.content-detail .content-blue-wrapper{
	border-radius: 5px;
	background: #002A4D;
	padding: 55px 35px;
	display: flex;
	grid-gap: 20px;
	justify-content: space-between;
}

.content-links{
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 20px;
}

.content-links .link{
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	text-transform: none;
	padding: 10px 0;
	border-bottom: 1px solid #fff;

}

.content-links .btn{
	text-transform: none;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
	width: auto;
    min-width: auto;
    color: #FCFCFC;
    border-radius: 5px;
    font-style: normal;
    padding: 20px 30px;
    background-color: #A0252B;
    border: none;
}

.v2.content-detail h2{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 39.6px */
	letter-spacing: 1.44px;
	margin-bottom: 20px;
}

.v2.content-detail p{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.64px;
	margin-bottom: 0;
}

.logos-slider.v2.white-bg{
	background:#fff;
}

.logos-slider.v2.white-bg .box-heading{
	color: #002A4D;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 39.6px */
	text-transform: none;
	letter-spacing: 0;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.logos-slider.v2.white-bg p{
	color: #002A4D;
	text-align: center;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.8px;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.report-lp_content .intro-box{
	padding:55px 60px;
	margin-bottom: 0;
	background: #FCFCFC;
	border-radius: 5px 5px 0 0;
}

.report-lp_content .intro-box_heading{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 52.8px */
	margin-bottom: 20px;
}

.report-lp_content .intro-box_subheading{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */
	text-transform: uppercase;
	margin-bottom: 20px;
}

.report-lp_content .intro-box_text{
	color: #595C57;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	max-width: 320px;
}

.report-lp_content .left-line:before{
	display: none;
}

.report-lp_content .procents{
	background: #002A4D;
	padding: 40px 60px 40px 60px;
	border-radius:0 0 5px 5px;
	margin-bottom: 82px;
}

.report-lp_content .procents .procent-box h3{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 39.6px */
	margin-bottom: 5px;
}

.report-lp_content .procents .procent-box p{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 17.6px */
	max-width: 154px;
}

.report-lp_content .report-lp_text{
	color: var(--Wohler-Navy-Text, #002A4D);
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	margin-bottom: 60px;
}

.report-tabs .tabset li a{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 23.4px */
	text-transform: none;
	letter-spacing: 0;
}

.report-tabs .tabset{
	padding-bottom: 10px;
	border-bottom: 1px solid #A0252B;
}

.report-tabs .tabset li a:after{
	height: 2px;
    bottom: -11px;
}

.report-tabs .tab-content{
	border-radius: 5px;
}

.report-tabs .tab .tab-inner-content p,
.report-tabs .tab .tab-inner-content ul,
.report-tabs .tab .tab-inner-content ol,
.report-tabs .tab .tab-inner-content table{
	color: #595C57;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 17.6px */
}

.report-tabs .tab .tab-inner-content h2,
.report-tabs .tab .tab-inner-content h3,
.report-tabs .tab .tab-inner-content h4,
.report-tabs .tab .tab-inner-content h5,
.report-tabs .tab .tab-inner-content h6{
	font-family: "Neue Haas Grotesk Display Pro";
	font-weight: 600;
}

.report-tabs .tab .tab-inner-content p .btn{
	color: #FFF;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	border-radius: 5px;
	background: #A0252B;
	padding: 15px;
	text-transform: none;
	width:auto;
	min-width: auto;
}

.product-box{
	margin-top: 0;
}

.product-box_form .form-group label{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
}

.product-box_form .form-group input{
	border-radius: 2px;
	border: 1px solid #E6EEE4;
	padding: 5px 5px;
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	min-width: 90px;
	max-width: 90px;
	text-align: center;
}

.product-box_form .form-group .number-input .quant-nav{
	position: static;
}

.product-box_form .form-group .number-input .quant-nav .quant-down{
	position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
}

.product-box_form .form-group .number-input .quant-nav .quant-up{
	position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}

.product-box_form .form-group .number-input .quant-nav .quant-down img,
.product-box_form .form-group .number-input .quant-nav .quant-up img{
	display: none;
}

.product-box_form .form-group .number-input .quant-nav .quant-down:before{
	content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="3" viewBox="0 0 10 3" fill="none"><path d="M10 2.42017H0V0.920166H10V2.42017Z" fill="%230F1D31"/></svg>');
}

.product-box_form .form-group .number-input .quant-nav .quant-up:before{
	content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="11" viewBox="0 0 10 11" fill="none"><path d="M10 6.42017H5.71429V10.9202H4.28571V6.42017H0V4.92017H4.28571V0.420166H5.71429V4.92017H10V6.42017Z" fill="%230F1D31"/></svg>');
}

.report-lp_sidebar .product-box:before{
	display: none;
}

.report-lp_sidebar .product-box_content form{
	margin-bottom: 0;
}

.report-lp_sidebar .product-box_content{
	border-radius: 5px 5px 0px 0px;
}

.report-lp_sidebar .tablez > tbody > tr > th{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
}

.report-lp_sidebar .tablez > tbody > tr td{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
}

.report-lp_sidebar span.consultant:before{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M6.66699 13.7701C10.7295 13.7701 12.5004 12.0609 12.5004 7.93677C12.5004 12.0609 14.2587 13.7701 18.3337 13.7701C14.2587 13.7701 12.5004 15.5284 12.5004 19.6034C12.5004 15.5284 10.7295 13.7701 6.66699 13.7701ZM1.66699 6.68677C4.27865 6.68677 5.41699 5.58844 5.41699 2.93677C5.41699 5.58844 6.54782 6.68677 9.16699 6.68677C6.54782 6.68677 5.41699 7.81761 5.41699 10.4368C5.41699 7.81761 4.27865 6.68677 1.66699 6.68677Z" fill="%23A0252B"/></svg>');
}

.report-lp_sidebar span.consultant:after{
	display: none;
}

.report-lp_sidebar .form-checkboxes .form-checkbox > label{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	padding-right: 50px;
}

.report-lp_sidebar .form-checkboxes .form-checkbox > label b{
	position: absolute;
    right: 0;
    top: 0;
}

.report-lp_sidebar .digital-print{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	line-height: 120%; /* 28.8px */
	text-align: left;
}

.product-box_form .form-group button,
.report-lp_sidebar .consultant-contact-us .contact-btn{
	color: #FFF;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 17px;
    text-transform: none;
    min-height: auto;
}

.report-lp_sidebar .consultant-contact-us span{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.56px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.report-lp_sidebar .consultant-contact-us p{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0;
	margin-bottom: 0;
}

.report-lp_sidebar .consultant-contact-us p a{
	color:#A0252B;
}

.report-lp_sidebar .consultant-contact-us{
	border-radius: 5px;
	border: 1px solid #E6EEE4;
	padding: 15px 25px;
	margin-top: 40px;
    margin-bottom: 0;
}

.report-lp_sidebar .product-box_descr{
	border-radius: 0px 0px 5px 5px;
	background: #002A4D;
	padding:26px 40px 32px;
	margin-top: 20px;
}

.report-lp_sidebar .product-box_descr dl dt, 
.report-lp_sidebar .product-box_descr dl dd{
	color: #FCFCFC;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.4px; /* 127.5% */
}

.report-lp_sidebar .product-box_descr dl dd{
	font-weight: 500;
}

.report-lp_sidebar .topics.v2{
	padding-top: 0;
	padding-bottom: 0;
}

.report-lp_sidebar .widget_title{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 39.6px */
	margin-bottom: 60px;
}

.testimonials_holders .testimonials-box{
	border-radius: 5px;
	border: 1px solid #E6EEE4;
	background: #FCFCFC;
	padding: 80px 30px 30px;
	height: initial;
	width:100%;
	box-sizing:border-box;
}

.testimonials_holders .testimonials-box blockquote{
	min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials_holders .testimonials-box blockquote p:first-child{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 28.8px */
}

.testimonials_holders .testimonials-box blockquote p:last-child{
	color: #0F1D31;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
}

.testimonials_holders .testimonials-box .testimonials-box_ico{
	position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 80px;
    filter: grayscale(100%);
	text-align: right;
}

.testimonials_holders .testimonials-box .testimonials-box_ico img{
	max-height: 100%;
}

.testimonials_holders .testimonials-box svg{
	position: absolute;
    top: 30px;
    left: 30px;
}

.testimonials .section-head .headline_title{
	color: #002A4D;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 39.6px */
	margin-bottom: 10px;
}

.report-lp_sidebar .widget{
	margin-bottom: 60px;
}

.testimonials{
	padding-top: 100px;
}

.single-product .testimonials .container{
	padding-left: calc((100% - 1220px) / 2);
    overflow: hidden;
	padding-right: 0;
	max-width: 100%;
}

.single-product .testimonials .testimonials_holders{
    overflow: hidden;
}

@media (max-width:1200px){
	.single-product .testimonials .container{
		padding-left: 20px;
	}
}

@media (min-width:768px) and (max-width:1023px){
	.access.v2 .access_wrap{
		padding-right: 25px;
	}

	.section-content.v2 .two-tiles {
		grid-template-columns: auto;
	}

	.topics.v2 .topics_holder{
		grid-gap: 20px;
	}

	.intro.with-bg .intro-box_heading{
		font-size: 68px;
	}

	.section-content.large .headline_title{
		font-size: 50px;
	}

	.v2.content-detail .content-blue-wrapper{
		flex-direction: column;
		text-align: center;
	}

	.content-links{
		justify-content: center;
	}

	.report-lp{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.testimonials{
		padding-top: 90px;
	}
}

@media (max-width:767px){
	.intro.with-bg .intro-box_heading{
		font-size: 40px;
		letter-spacing: 1.6px;
		margin-bottom: 30px;
	}

	.intro.with-bg .intro-box_text p{
		font-size: 18px;
		letter-spacing: 0.72px;
		margin-bottom: 30px;
	}

	.intro.with-bg .box-left,
	.intro.with-bg .btn{
		width: 100%;
	}

	.intro.with-bg .container{
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 40px;
	}

	.topics.v2 .container {
		display: flex;
		flex-direction: column;
	}

	.intro.with-bg .box-right {
		width: 100%;
	}

	.intro.with-bg .intro-box_text{
		max-width: 100%;
	}

	.learn_item-v2, .learn-wrapper{
		flex-direction: column;
	}

	.intro.with-bg .btn{
		padding: 16px 30px;
	}

	.logos-slider.v2 ul.slider-logos{
		flex-wrap: wrap;
		grid-gap: 25px;
	}

	.logos-slider.v2 .box-heading{
		margin-bottom: 20px;
	}

	.logos-slider.v2{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section-content.large .headline_title{
		font-size: 40px;
		margin-bottom: 60px;
	}

	.section-content.large .two-tiles-box_text p{
		margin-left: 40px;
	}

	.section-content.large .two-tiles-box{
		padding: 40px 0;
		padding-right: 20px;
		margin-left: -20px;
        padding-left: 20px;
		margin-top: -1px;
	}

	.section-content.large .container{
		padding-right: 0;
		padding-bottom: 0;
	}

	.section-content.large .btns .link{
		width: 100%;
		margin-left: 0;
		text-align: center;
		justify-content: center;
	}

	.section-content.large .two-tiles_media{
		margin-left: -20px;
		width: calc(100% + 20px);
		max-width: calc(100% + 20px);
	}

	.section-content.large:before{
		display: none;
	}

	.access.v2 .access_holder{
		flex-direction: column;
	}

	.access.v2 .access_wrap .btn{
		width: 100%;
	}

	.access.v2 .access_wrap{
		width: 100%;
		padding: 20px;
	}

	.access.v2 .access_holder .access_bg{
		aspect-ratio: 1/1;
		border-radius: 0 0 5px 5px;
		overflow: hidden;
		width: 100%;
	}

	.access.v2{
		padding-top: 40px;
	}

	.section-content.v2 .headline_title{
		font-size: 36px;
	}

	.section-content.v2 .two-tiles {
		grid-template-columns: auto;
	}

	.section-content.v2 .two-tiles .two-tiles-box{
		padding: 20px !important;
	}

	.section-content.v2.quote .two-tiles .two-tiles-box{
		padding: 40px 20px 80px !important;
	}

	.section-content.v2:not(.quote) .two-tiles-box .btns .link{
		width: 100%;
		justify-content: center;
		margin-top: 30px;
	}

	.section-content.v2:not(.quote) .two-tiles-box .btns .link:first-child{
		width: 100%;
		text-align: center;
		justify-content: center;
		padding: 16px;
		margin-top: 0;
	}

	.section-content.v2 .two-tiles .two-tiles-box{
		border-radius: 0 0px 5px 5px;
	}

	.access.v2 .access_wrap h3{
		margin-bottom: 30px;
	}

	.topics.v2 .section-head{
		width: 100%;
		padding-right: 0;
	}

	.topics.v2 .section-head .headline_title{
		font-size: 36px;
		margin-bottom: 20px;
	}

	.topics.v2 .topics_holder{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}

	.section-content.v2.quote .two-tiles .two-tiles-box{
		flex-direction: column;
	}

	.section-content.v2.quote .headline{
		width: 100%;
	}

	.section-content.v2.quote .headline_title{
		font-size: 24px;
		letter-spacing: 0.96px;
	}

	.section-content.v2.quote .two-tiles-box_text{
		padding-left: 0;
		width: 100%;
	}

	.section-content.quote.v2 {
        padding-bottom: 0px;
    }

	.learn_item-v2 .learn-box{
		padding: 20px;
	}

	.learn-v2 .headline_title{
		font-size: 24px;
		margin-bottom: 35px;
		max-width: 100%;
	}

	.learn-v2 .container{
		padding-bottom: 0 !important;
	}

	.learn-v2{
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.learn_item-v2 .learn-box{
		margin-bottom: 0;
	}

	.learn_item-v2{
		margin-top: 30px;
	}

	.section-form.v2 .blog-form .box{
		padding:40px 0;
	}

	.section-form.v2 .blog-form .box-heading{
		font-size: 24px;
	}

	.stat-info .procents{
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 40px 0px;
		gap: 40px 20px;
	}

	.stat-info .procents_item{
		width: auto;
		max-width: 150px;
	}

	.stat-info .procent-box .text{
		font-size: 18px;
	}

	.stat-info .procents_item:last-child{
		order:-1;
		max-width: none;
	}

	.section-content.v2.bg-white .two-tiles-box p{
		font-size: 18px;
	}

	.section-content.v2.bg-white .two-tiles .two-tiles-box{
		padding: 40px 0 0 !important;
	}

	.cm-accordions.v2 .content-detail_text{
		width:100%;
		padding: 20px;
		border-radius: 0px 0px 5px 5px;
	}

	.cm-accordions.v2 .accordion-image{
		width:100%;
	}

	.cm-accordions.v2 .container{
		flex-direction: column-reverse;
	}

	.cm-accordions.v2 .accordion-image img{
		border-radius: 5px 5px 0px 0px;
	}

	.cm-accordions.v2 .cm-accordion-heading{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.cm-accordions.v2 .content-detail_text p, .cm-accordions.v2 .content-detail_text ul, .cm-accordions.v2 .content-detail_text ol{
		font-size: 14px;
	}

	.v2 .cm-accordion .cm-accordion-heading:before{
		width: 10px;
        height: 2px;
        top: 9px;
	}

	.v2 .cm-accordion .cm-accordion-heading:after{
		top: 5px;
        height: 10px;
        width: 2px;
        left: 4px;
	}

	.v2 .cm-accordions .cm-accordion {
		margin: 0 0 10px;
	}

	.v2.content-detail .content-blue-wrapper{
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 40px 20px;
	}

	.content-links{
		flex-direction: column;
		justify-content: center;
	}

	.v2.content-detail h2{
		font-size: 24px;
	}

	.content-links .btn,
	.content-links .link{
		width: 100%;
		justify-content: center;
	}

	.logos-slider.v2.white-bg .box-heading{
		font-size: 24px;
	}

	.topics.v2{
		padding-top: 40px;
	}

	.report-lp_content .intro-box{
		padding:40px 20px;
	}

	.report-lp_content .intro-box_heading{
		font-size: 40px;
		letter-spacing: 1.6px;
	}

	.report-lp_content .procents .procent-box p{
		max-width: none;
	}

	.report-lp_content .procents .procent-box{
		text-align: center;
	}

	.report-lp_content .procents{
		gap: 30px;
	}

	.report-lp_content .report-lp_text{
		font-size: 18px;
		line-height: 120%; /* 21.6px */
		letter-spacing: 0.72px;
	}

	.report-tabs .tabset{
		flex-direction: row;
		grid-gap: 20px;
		overflow: auto;
		width: 95vw;
		padding-right: 25px;
		margin-right: -35px;
		margin-bottom: 30px;
	}

	.report-tabs .tabset li a{
		font-size: 16px;
		white-space: nowrap;
	}

	.report-tabs .tabset li a:after{
		bottom: -12px;
	}

	.report-lp_content .report-lp_text{
		margin-bottom: 40px;
	}

	.report-tabs .tab-content{
		padding: 20px;
	}

	.report-tabs .tab .tab-inner-content p .btn{
		width: 100%;
	}

	.report-lp_sidebar .product-box_descr{
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 0;
	}

	.product-box_form .form-group .number-input .quant-nav .quant-up{
		margin-top: -10px;
	}

	.product-box_form .form-group .number-input .quant-nav .quant-down{
		margin-top: -14px;
	}

	.report-lp_sidebar .widget_title{

	}

	.report-lp_sidebar .topics_holder{
		gap: 40px;
	}

	.single-product .testimonials{
		padding-top: 0;
		padding-bottom: 40px;
	}

	.report-lp{
		margin-bottom: 0px;
	}

	.testimonials .section-head .headline_title{
		margin-bottom: 0;
	}

	.report-lp_sidebar{
		display: flex;
		flex-direction: column-reverse;
	}

	.report-lp_sidebar .product-box_content{
		margin-top:25px;
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.report-lp_sidebar .widget {
        margin-bottom: 0px;
    }

}

@media (max-width:600px){
	.testimonials_holders .swiper-wrapper{
		flex-direction: column;
    	gap: 15px;
	}

	.single-product .testimonials .container{
		padding-right: 20px;
	}

	.testimonials_holders .testimonials-box blockquote{
		min-height: auto;
		gap: 40px;
	}
	
}
