/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--primary-dark: #2a499e;
	--secondary-dark: #980200;
	--bs-black: #000;
	--bs-white: #fff;
	--gray-100: #f5f5f5;
	--gray-200: #e9ecef;
	--gray-300: #ddd;
	--gray-400: #c4c4c4;
	--gray-500: #adb5bd;
	--gray-600: #707070;
	--gray-650: #7b7b7b;
	--gray-700: #434343;
	--gray-800: #2e2e2e;
	--gray-900: #242424;
	--gray-950: #0b0b0b;
	--bs-primary: #2f68ff;
	--bs-secondary: #de4533;
	--bs-dark: var(--bs-black);
	--yellow: #fefa00;
	--yellow-dark: #fee100;
	--green: #4ec618;
	--green-dark: #33a500;
	--blue-02: #1c3476;
	--bs-body-bg: var(--bs-white);
	--bs-body-color: var(--bs-black);
	--bs-body-font-size: 1.6rem;
	--bs-body-line-height: 1.375;
	--bs-body-font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
	--bs-link-color: var(--bs-secondary);
	--bs-link-hover-color: var(--secondary-dark);
	--bs-text-muted: #7b7b7b;
	--bs-font-weight-bold: 600;
	--font-weight-bold: 600;
	--bs-font-family-base: Source Sans Pro, Arial, Helvetica, sans-serif;
	--font-family-secondary: Open Sans, Arial, Helvetica, sans-serif;
	--h1-font-size: 4.6rem;
	--h2-font-size: 3rem;
	--h3-font-size: 3.6rem;
	--h4-font-size: 2rem;
	--h5-font-size: 2.2rem;
	--h6-font-size: 1.7rem;
	--h1-font-size-sm: 3.6rem;
	--h2-font-size-sm: 2.6rem;
	--h3-font-size-sm: var(--h3-font-size);
	--h4-font-size-sm: var(--h4-font-size);
	--h5-font-size-sm: var(--h5-font-size);
	--h6-font-size-sm: var(--h6-font-size);
	--headings-font-weight: 700;
	--headings-font-family: Open Sans, Arial, Helvetica, sans-serif;
	--btn-font-size: 1.7rem;
	--btn-line-height: 1.412;
	--btn-font-weight: 700;
	--btn-padding-y: 0.8rem;
	--btn-padding-x: 1.6rem;
	--btn-font-size-sm: 1rem;
	--btn-padding-y-sm: 0.4rem;
	--btn-padding-x-sm: 0.6rem;
	--btn-font-size-lg: 1.6rem;
	--btn-padding-y-lg: 1.1rem;
	--btn-padding-x-lg: 1rem;
	--input-border-color: #7b7b7b;
	--input-color: #7b7b7b;
	--input-placeholder-color: #7b7b7b;
	--input-bg: var(--bs-white);
	--input-box-shadow: none;
	--input-height: 4rem;
	--input-font-size: 1.6rem;
	--input-font-weight: 400;
	--input-padding-y: 0.4rem;
	--input-padding-x: 1.4rem;
	--input-focus-bg: var(--bs-white);
	--input-border-color-focus: #0b0b0b;
	--input-color-focus: #0b0b0b;
	--bs-breadcrumb-margin-bottom: 0.8rem;
	--header-bg-color: var(--bs-white);
	--header-color: var(--bs-black);
	--header-drop-bg-color: var(--bs-white);
	--header-drop-bg-color-mobile: var(--gray-100);
	--header-drop-color: var(--gray-950);
	--header-drop-color-mobile: var(--gray-950);
	--header-drop-hover-color: var(--primary-dark);
	--extra-menu-bg-color: var(--bs-white);
	--extra-menu-color: var(--bs-black);
	--menu-bg-color-mobile: var(--bs-white);
	--menu-color-mobile: var(--bs-black);
	--footer-bg-color: var(--gray-800);
	--footer-color: var(--bs-white);
	--footer-secondary-bg-color: var(--bs-black);
	--footer-secondary-color: var(--gray-650);
	--backdrop-bg: var(--bs-black);
	--backdrop-opacity: 0.4;
	--modal-border-width: 0;
	--modal-border-color: var(--bs-white);
	--modal-bg: var(--bs-white);
	--gray-light: #7b7b7b;
	--gray-002: #212121;
	--bs-gutter-x: 3rem;
}

/* disturber-section */
.disturber-section .container, .disturber-section .container-fluid, .disturber-section.container, .disturber-section.container-fluid {
	position: relative;
}
.disturber-section .disturber {
	position: absolute;
	z-index: 10;
	right: -2.4rem;
	bottom: 4.3rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
}
@media (min-width: 992px) {
	.disturber-section .disturber {
		right: 0;
		bottom: 5.1rem;
	}
}
@media (min-width: 1440px) {
	.disturber-section .disturber {
		right: -8.5rem;
	}
}
.disturber-section .disturber.active {
	opacity: 1;
	visibility: visible;
}

.disturber {
	position: relative;
	z-index: 1;
	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;
	text-align: center;
	-webkit-transform: rotate(8deg);
	        transform: rotate(8deg);
	width: 33.8rem;
	height: 19.5rem;
	padding: 1rem;
}
.disturber::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	-webkit-mask: url(../images/bg-disturb.svg) no-repeat;
	        mask: url(../images/bg-disturb.svg) no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	pointer-events: none;
}
.disturber .disturber-hold {
	padding: 1rem 1rem;
}
.disturber h3, .disturber .h3 {
	text-transform: uppercase;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.disturber h3 small, .disturber .h3 small {
	display: block;
	width: 15rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.3;
}
.disturber h3.size-lg, .disturber .h3.size-lg {
	text-transform: none;
	font-size: 3rem;
	line-height: 1.2;
	margin-top: 0.7rem;
	margin-bottom: 1.5rem;
}
.disturber a {
	display: inline-block;
	vertical-align: top;
	padding: 1rem 1.2rem;
	text-transform: uppercase;
	font-weight: var(--bs-font-weight-bold);
	font-size: 1.7rem;
	line-height: 1.177;
}
.disturber.style-01 {
	color: var(--bs-white);
}
.disturber.style-01::before {
	background: linear-gradient(125deg, var(--bs-secondary) 0%, var(--secondary-dark) 100%);
}
.disturber.style-01 a {
	color: var(--bs-white);
	background: var(--gray-800);
}
.disturber.style-01 a:hover {
	background-color: var(--primary-dark);
}
.disturber.style-02 {
	color: var(--bs-white);
}
.disturber.style-02::before {
	background: linear-gradient(125deg, var(--bs-primary) 0%, var(--primary-dark) 100%);
}
.disturber.style-02 a {
	color: var(--bs-white);
	background: var(--gray-800);
}
.disturber.style-02 a:hover {
	background-color: var(--primary-dark);
}
.disturber.style-03 {
	color: var(--bs-white);
}
.disturber.style-03::before {
	background: linear-gradient(125deg, var(--green) 0%, var(--green-dark) 100%);
}
.disturber.style-03 a {
	color: var(--bs-white);
	background: var(--gray-800);
}
.disturber.style-03 a:hover {
	background-color: var(--primary-dark);
}
.disturber.style-04 {
	color: var(--bs-secondary);
}
.disturber.style-04::before {
	background: linear-gradient(125deg, var(--yellow) 0%, var(--yellow-dark) 100%);
}
.disturber.style-04 a {
	color: var(--bs-white);
	background: var(--bs-secondary);
}
.disturber.style-04 a:hover {
	background-color: var(--secondary-dark);
}
.disturber.size-02 {
	margin-left: auto;
	width: 23rem;
	max-width: 100%;
}
.disturber.offset-01 {
	margin-top: -1.4rem;
}
.person-box + .disturber {
	margin-top: -3.5rem;
}
/*# sourceMappingURL=disturber.css.map */
