<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap);/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	/* Support: IE &lt;= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup &gt; .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup &gt; .ui-controlgroup-item:focus,
.ui-controlgroup &gt; .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical &gt; .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android &lt; 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@charset "UTF-8";
/* Bootstrap Defaults
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px
) !default;
*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters &gt; .col,
.no-gutters &gt; [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 &gt; * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 &gt; * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 &gt; * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 &gt; * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 &gt; * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 &gt; * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 &gt; * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 &gt; * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 &gt; * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 &gt; * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b9bbbe;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1259.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive &gt; .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row &gt; .col,
.form-row &gt; [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row &gt; .col &gt; .valid-tooltip, .form-row &gt; [class*=col-] &gt; .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row &gt; .col &gt; .invalid-tooltip, .form-row &gt; [class*=col-] &gt; .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1260px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
.navbar-expand-sm &gt; .container-fluid,
.navbar-expand-sm &gt; .container-sm,
.navbar-expand-sm &gt; .container-md,
.navbar-expand-sm &gt; .container-lg,
.navbar-expand-sm &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm &gt; .container,
.navbar-expand-sm &gt; .container-fluid,
.navbar-expand-sm &gt; .container-sm,
.navbar-expand-sm &gt; .container-md,
.navbar-expand-sm &gt; .container-lg,
.navbar-expand-sm &gt; .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
.navbar-expand-md &gt; .container-fluid,
.navbar-expand-md &gt; .container-sm,
.navbar-expand-md &gt; .container-md,
.navbar-expand-md &gt; .container-lg,
.navbar-expand-md &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md &gt; .container,
.navbar-expand-md &gt; .container-fluid,
.navbar-expand-md &gt; .container-sm,
.navbar-expand-md &gt; .container-md,
.navbar-expand-md &gt; .container-lg,
.navbar-expand-md &gt; .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg &gt; .container,
.navbar-expand-lg &gt; .container-fluid,
.navbar-expand-lg &gt; .container-sm,
.navbar-expand-lg &gt; .container-md,
.navbar-expand-lg &gt; .container-lg,
.navbar-expand-lg &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg &gt; .container,
.navbar-expand-lg &gt; .container-fluid,
.navbar-expand-lg &gt; .container-sm,
.navbar-expand-lg &gt; .container-md,
.navbar-expand-lg &gt; .container-lg,
.navbar-expand-lg &gt; .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1259.98px) {
  .navbar-expand-xl &gt; .container,
.navbar-expand-xl &gt; .container-fluid,
.navbar-expand-xl &gt; .container-sm,
.navbar-expand-xl &gt; .container-md,
.navbar-expand-xl &gt; .container-lg,
.navbar-expand-xl &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1260px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl &gt; .container,
.navbar-expand-xl &gt; .container-fluid,
.navbar-expand-xl &gt; .container-sm,
.navbar-expand-xl &gt; .container-md,
.navbar-expand-xl &gt; .container-lg,
.navbar-expand-xl &gt; .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Font Weights */
/* Font Family Vars */
@font-face {
  font-family: "Carnac-ExtraLight";
  src: url("../../fonts/CarnacExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Carnac-ExtraLightItallic";
  src: url("../../fonts/CarnacExtraLightItallic.ttf") format("truetype");
}
@font-face {
  font-family: "Carnac-Light";
  src: url("../../fonts/CarnacLight.ttf") format("truetype");
}
@font-face {
  font-family: "Carnac-Light-Itallic";
  src: url("../../fonts/CarnacLightItallic.ttf") format("truetype");
}
@font-face {
  font-family: "Carnac-Regular";
  src: url("../../fonts/CarnacRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Carnac-Itallic";
  src: url("../../fonts/CarnacItallic.ttf") format("truetype");
}
@font-face {
  font-family: "Carnac-Medium";
  src: url("../../fonts/CarnacMedium.ttf") format("truetype");
}
@font-face {
  font-family: "Carnac-Bold";
  src: url("../../fonts/CarnacBold.ttf") format("truetype");
}
/* Font sizes */
h1,
h2 {
  font-family: "Carnac-Regular", sans-serif;
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-family: "Carnac-Regular", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-family: "Carnac-Regular", sans-serif;
  font-size: 20px;
  line-height: 26px;
}

h5,
h6 {
  font-family: "Carnac-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

/* Classes */
.primary-title {
  font-size: 30px;
  line-height: 36px;
}
.primary-title h1,
.primary-title h2 {
  font-size: 30px;
  line-height: 36px;
}
.primary-title h3 {
  font-size: 24px;
  line-height: 30px;
}

/* WYSIWYG Content */
.wysiwyg-content:after {
  content: " ";
  display: block;
  clear: both;
}
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
  color: #000028;
}
.wysiwyg-content h1,
.wysiwyg-content h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 32px;
}
.wysiwyg-content h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 32px;
}
.wysiwyg-content h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 32px;
}
.wysiwyg-content h5 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 32px;
}
.wysiwyg-content h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}
.wysiwyg-content p {
  margin-bottom: 30px;
}
.wysiwyg-content p,
.wysiwyg-content span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}
.wysiwyg-content p img,
.wysiwyg-content p video,
.wysiwyg-content span img,
.wysiwyg-content span video {
  margin: 3em 0;
}
.wysiwyg-content p img,
.wysiwyg-content span img {
  max-width: 100%;
  height: auto;
}
.wysiwyg-content p img.center, .wysiwyg-content p img.left, .wysiwyg-content p img.right, .wysiwyg-content p img.rightAlone, .wysiwyg-content p img.leftAlone,
.wysiwyg-content span img.center,
.wysiwyg-content span img.left,
.wysiwyg-content span img.right,
.wysiwyg-content span img.rightAlone,
.wysiwyg-content span img.leftAlone {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .wysiwyg-content p img.center,
.wysiwyg-content span img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .wysiwyg-content p img.left,
.wysiwyg-content span img.left {
    float: left;
    margin: 0 25px 25px 0;
  }
  .wysiwyg-content p img.right,
.wysiwyg-content span img.right {
    float: right;
    margin: 0 0 25px 25px;
  }
  .wysiwyg-content p img.rightAlone,
.wysiwyg-content span img.rightAlone {
    margin: 0 0 25px 100%;
    transform: translateX(-100%);
  }
  .wysiwyg-content p img.leftAlone,
.wysiwyg-content span img.leftAlone {
    margin: 0 0 25px 0;
  }
}
.wysiwyg-content div img {
  max-width: 100%;
  height: auto;
}
.wysiwyg-content a {
  color: #319b42;
}
.wysiwyg-content a:hover {
  color: #37ae4a;
}
.wysiwyg-content ul {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  padding-left: 0;
  margin: 2em 0;
}
.wysiwyg-content ul li {
  position: relative;
  left: 22px;
  padding-left: 20px;
  margin-right: 22px;
  margin-bottom: 20px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}
.wysiwyg-content ul li::before {
  content: " ";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #c9ec51;
  position: absolute;
  left: -20px;
  top: 10px;
}
.wysiwyg-content ol {
  list-style: decimal;
  padding-left: 0;
  margin: 2em 0;
}
.wysiwyg-content ol li {
  position: relative;
  left: 22px;
  padding-left: 20px;
  margin-right: 22px;
  margin-bottom: 20px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}
.wysiwyg-content video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.wysiwyg-content .captionImage {
  max-width: 100%;
}
.wysiwyg-content .captionImage.left {
  float: left;
}
@media (min-width: 768px) {
  .wysiwyg-content .captionImage.left {
    margin-right: 25px;
  }
}
.wysiwyg-content .captionImage.right {
  float: right;
}
@media (min-width: 768px) {
  .wysiwyg-content .captionImage.right {
    margin-left: 25px;
  }
}
.wysiwyg-content .captionImage .caption {
  font-size: 11px;
}
.wysiwyg-content .ss-htmleditorfield-file.embed {
  position: relative;
  width: 100% !important;
}
.wysiwyg-content .ss-htmleditorfield-file.embed.rightAlone {
  margin-left: 100%;
  transform: translateX(-100%);
}
.wysiwyg-content .ss-htmleditorfield-file.embed.center {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg-content .ss-htmleditorfield-file.embed.left {
  float: left;
}
.wysiwyg-content .ss-htmleditorfield-file.embed.left:has(iframe) {
  margin-bottom: 30px;
  width: calc(50% - 16px) !important;
  margin-right: 16px;
}
.wysiwyg-content .ss-htmleditorfield-file.embed.right {
  float: right;
}
.wysiwyg-content .ss-htmleditorfield-file.embed.right:has(iframe) {
  margin-bottom: 30px;
  width: calc(50% - 16px) !important;
  margin-right: 16px;
}
.wysiwyg-content .ss-htmleditorfield-file.embed:after {
  content: " ";
  display: block;
  padding-top: 56.25%;
}
.wysiwyg-content .ss-htmleditorfield-file.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor with chevron-right */
.anchor-chevron {
  color: #319b42;
}
.anchor-chevron:hover, .anchor-chevron:focus {
  color: #319b42;
}
.anchor-chevron:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F054";
  font-size: 0.85em;
  margin-left: 20px;
  text-decoration: none;
}

ul.custom-list {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  padding-left: 0;
}
ul.custom-list li {
  position: relative;
  left: 22px;
  padding-left: 20px;
  margin-right: 22px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000028;
}
ul.custom-list li::before {
  content: " ";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #c9ec51;
  position: absolute;
  left: -20px;
  top: 4px;
}

.image-content__container--gray p,
.image-content__container--gray span {
  color: #fff;
}

.content-section.section-padding-sm {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .content-section.section-padding-sm {
    padding: 40px 0;
  }
}
.content-section.section-padding-md {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .content-section.section-padding-md {
    padding: 50px 0;
  }
}
.content-section.section-padding-lg {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .content-section.section-padding-lg {
    padding: 60px 0;
  }
}
.content-section.section-no-bottom-pad {
  padding-bottom: 0 !important;
}
.content-section.pdt-0 {
  padding-top: 0;
}
.content-section.pdt-30 {
  padding-top: 30px;
}
.content-section.pdt-40 {
  padding-top: 40px;
}
.content-section.pdt-50 {
  padding-top: 50px;
}
.content-section.pdt-60 {
  padding-top: 60px;
}
.content-section.pdt-70 {
  padding-top: 70px;
}
.content-section.pdt-80 {
  padding-top: 80px;
}
.content-section.pdt-90 {
  padding-top: 90px;
}
.content-section.pdt-100 {
  padding-top: 100px;
}
.content-section.pdt-110 {
  padding-top: 110px;
}
.content-section.pdb-0 {
  padding-bottom: 0;
}
.content-section.pdb-30 {
  padding-bottom: 30px;
}
.content-section.pdb-40 {
  padding-bottom: 40px;
}
.content-section.pdb-50 {
  padding-bottom: 50px;
}
.content-section.pdb-60 {
  padding-bottom: 60px;
}
.content-section.pdb-70 {
  padding-bottom: 70px;
}
.content-section.pdb-80 {
  padding-bottom: 80px;
}
.content-section.pdb-90 {
  padding-bottom: 90px;
}
.content-section.pdb-100 {
  padding-bottom: 100px;
}
.content-section.pdb-110 {
  padding-bottom: 110px;
}

.btn, .login-wrapper .box .btn-toolbar input, form.userform input[type=submit] {
  cursor: pointer;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 21px;
  border-radius: 16px;
  padding: 0.4em 1.5em;
  border: none;
  display: inline-table;
}
.btn:focus, .login-wrapper .box .btn-toolbar input:focus, form.userform input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover, .login-wrapper .box .btn-toolbar input:hover, form.userform input[type=submit]:hover {
  text-decoration: none;
}
.btn.btn-submit, .login-wrapper .box .btn-toolbar input.btn-submit, form.userform input.btn-submit[type=submit] {
  min-width: 200px;
  border-radius: 25px;
}
.btn.btn-hero, .login-wrapper .box .btn-toolbar input.btn-hero, form.userform input.btn-hero[type=submit] {
  color: #000000;
  background: #D1EC51;
  padding: 0.6em 1.5em;
  border-radius: 21px;
}
.btn.btn-large, .login-wrapper .box .btn-toolbar input.btn-large, form.userform input[type=submit] {
  padding: 1em 1.5em;
  border-radius: 25px;
}
.btn.btn-gradient, .login-wrapper .box .btn-toolbar input.btn-gradient, form.userform input.btn-gradient[type=submit] {
  color: #ffffff !important;
  background: linear-gradient(to right, #c9ec51 0%, #319b42 100%);
}
.btn.btn-green, .login-wrapper .box .btn-toolbar input, form.userform input[type=submit] {
  color: #000000 !important;
  background: #c9ec51;
}
.btn.btn-green-dark, .login-wrapper .box .btn-toolbar input.btn-green-dark, form.userform input.btn-green-dark[type=submit] {
  color: white !important;
  background: #319b42;
}
.btn.btn-white, .login-wrapper .box .btn-toolbar input.btn-white, form.userform input.btn-white[type=submit] {
  background-color: #ffffff;
  color: #319b42;
}
.btn.btn-black, .login-wrapper .box .btn-toolbar input.btn-black, form.userform input.btn-black[type=submit] {
  background-color: #000000;
  color: #ffffff;
}

button.btn-loadmore {
  opacity: 1;
  transition: opacity 0.3s;
}
button.btn-loadmore.loading {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.module-button__list .btn, .module-button__list .login-wrapper .box .btn-toolbar input, .login-wrapper .box .btn-toolbar .module-button__list input, .module-button__list form.userform input[type=submit], form.userform .module-button__list input[type=submit] {
  margin: 8px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group.search .submit-search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.form-group.search .submit-search-btn::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F002";
  font-size: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
}
.form-group.search .submit-search-btn:focus {
  outline: none;
  box-shadow: none;
}
.form-group label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group .ui-selectmenu-button {
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  background: #ffffff;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  border-radius: 0;
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group .ui-selectmenu-button::-moz-placeholder {
  color: #000000;
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group .ui-selectmenu-button::placeholder {
  color: #000000;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group .ui-selectmenu-button:focus {
  outline: none;
  box-shadow: none;
}
.form-group textarea {
  border: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  padding: 12px;
}
.form-group textarea:focus {
  outline: none;
  box-shadow: none;
}
.form-group textarea::-moz-placeholder {
  color: #000000;
}
.form-group textarea::placeholder {
  color: #000000;
}

/* jQuery UI Select */
.ui-selectmenu-button {
  display: block;
}
.ui-selectmenu-button .ui-selectmenu-text,
.ui-selectmenu-button .ui-selectmenu-icon {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: center;
}

.ui-menu-item-wrapper {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}
.ui-menu-item-wrapper.ui-state-active {
  border: none;
  background: #319b42;
  font-weight: normal;
  color: #ffffff;
}

.ui-button .ui-icon {
  background-image: url("../..//images/icons/selectMenuChevronClosed.png");
}

.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../images/icons/selectMenuChevronClosed.png");
}

/* Form Themes  */
.form-gray-theme input[type=text],
.form-gray-theme input[type=email] {
  background: rgba(237, 237, 237, 0.75);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .form-gray-theme input[type=text],
.form-gray-theme input[type=email] {
    padding-left: 40px;
  }
}
.form-gray-theme input[type=text]::-moz-placeholder, .form-gray-theme input[type=email]::-moz-placeholder {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.form-gray-theme input[type=text]::placeholder,
.form-gray-theme input[type=email]::placeholder {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.form-gray-theme .ui-selectmenu-button {
  width: 100%;
  background: rgba(237, 237, 237, 0.75);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .form-gray-theme .ui-selectmenu-button {
    padding-left: 40px;
  }
}

/* Parsley Validation styling */
ul.parsley-errors-list {
  list-style: none;
  font-family: "Carnac-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #dc3545;
  padding: 0;
}
ul.parsley-errors-list li {
  margin: 0.25em 0 0.5em;
}
ul.parsley-errors-list li:last-of-type {
  margin: 0.25em 0 0;
}

.custom-pagination {
  display: block;
}
.custom-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-pagination p.pagination {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.custom-pagination p.pagination span,
.custom-pagination p.pagination a {
  width: 30px;
  height: 30px;
  color: #000000;
  display: block;
  margin: 0 8px;
}
.custom-pagination p.pagination span {
  color: #c9ec51;
  background-color: #000000;
  border-radius: 50%;
}
.custom-pagination__item {
  width: 30px;
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 0.5rem;
}
.custom-pagination__item a {
  color: #000000;
  display: block;
}
.custom-pagination__item.active a {
  color: #c9ec51;
  background-color: #000000;
  border-radius: 50%;
}
.custom-pagination__item.arrow.arrow-left::before {
  content: "\F30A";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  width: inherit;
  height: inherit;
}
.custom-pagination__item.arrow.arrow-right::before {
  content: "\F30B";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  width: inherit;
  height: inherit;
}

.inline-modules,
.inner-cols {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .container-fluid.with-sidebar, .with-sidebar.container-sm, .with-sidebar.container-md, .with-sidebar.container-lg, .with-sidebar.container-xl {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .full-col-with-sidebar {
    margin-left: calc((100vw - 554px) / 2);
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .full-col-with-sidebar {
    margin-left: calc((100vw - 735px) / 2);
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .full-col-with-sidebar {
    margin-left: calc((100vw - 945px) / 2);
    max-width: none;
    margin-right: 100px;
  }
}
@media (min-width: 1260px) {
  .full-col-with-sidebar {
    margin-left: calc((100vw - 1185px) / 2);
  }
}

@media (min-width: 576px) {
  .side-bar {
    margin-left: calc((100vw - 554px) / 2);
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .side-bar {
    margin-left: calc((100vw - 735px) / 2);
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .side-bar {
    max-width: none;
    margin-left: 0;
  }
}

/* Breadcrumb customisation */
.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding-top: 40px;
  }
}

.custom-breadcrumbs {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #3B3B3B;
}
.custom-breadcrumbs .breadcrumb {
  color: #319b42;
}
.custom-breadcrumbs .breadcrumb:hover, .custom-breadcrumbs .breadcrumb:focus {
  color: #319b42;
}

table:not(.unstyled) {
  vertical-align: top;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto 3rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 40, 0.2), 0 5px 15px rgba(0, 0, 40, 0.14);
  border: 2px solid #ffffff;
  margin-top: 2rem;
}
table:not(.unstyled) li {
  margin-bottom: 0 !important;
}
table:not(.unstyled) tr {
  background: #f7f7f7;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 5px;
}
table:not(.unstyled) tr:last-of-type {
  border-bottom: 0;
}
table:not(.unstyled) tr:nth-child(even) {
  background: #eaeaea;
}
.wysiwyg-content table:not(.unstyled) tr:nth-child(even) p {
  color: #212529;
}
.wysiwyg-content table:not(.unstyled) tr:nth-child(even) ul, .wysiwyg-content table:not(.unstyled) tr:nth-child(even) li {
  color: #212529;
}
table:not(.unstyled) thead {
  background: #319b42 !important;
}
table:not(.unstyled) thead tr {
  background: #319b42 !important;
}
table:not(.unstyled) thead tr td {
  color: #ffffff !important;
}
table:not(.unstyled) thead tr td * {
  color: #ffffff !important;
}
table:not(.unstyled) th,
table:not(.unstyled) td {
  text-align: left;
  padding: 1rem;
  border-right: 2px solid #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}
table:not(.unstyled) th p,
table:not(.unstyled) td p {
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}
table:not(.unstyled) th:last-of-type,
table:not(.unstyled) td:last-of-type {
  border-right: 0;
}
table:not(.unstyled) th {
  background: #319b42 !important;
  color: #ffffff;
}
table:not(.unstyled) ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}
table:not(.unstyled) li,
table:not(.unstyled) p {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
table:not(.unstyled) li a,
table:not(.unstyled) p a {
  color: #319b42 !important;
  transition: all 111ms ease;
}
table:not(.unstyled) li a:hover,
table:not(.unstyled) p a:hover {
  color: #319b42 !important;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header__secondary {
  background: #f5f5f5;
}
.header__secondary .container {
  position: relative;
}
.header__secondary svg {
  width: 20px;
  height: auto;
}
.header__secondary ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  height: 40px;
  align-items: center;
  margin: 0 -16px;
}
.header__secondary .nav-item {
  position: relative;
}
.header__secondary .nav-item:before {
  content: " ";
  display: block;
  width: 2px;
  height: 18px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  left: -1px;
}
.header__secondary .nav-item:first-child:before {
  display: none;
}
.header__secondary .nav-item__button {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  color: #000000;
  transition: all 300ms linear;
}
.header__secondary .nav-item__button:hover {
  text-decoration: none;
  background: #3d3e40;
  color: #969798;
}
.header__secondary .nav-item__button:hover path {
  fill: #969798;
}
.header__secondary .nav-item__button path {
  transition: all 300ms linear;
}
.header__secondary .nav-item__button span {
  margin-left: 15px;
}
.header__secondary .nav-item__dropdown-container:hover .header__secondary__dropdown {
  display: block;
}
.header__secondary__dropdown {
  position: absolute;
  right: 0;
  background: #3d3e40;
  width: 280px;
  display: none;
  z-index: 10;
}
.header__secondary__dropdown a {
  padding: 10px;
  display: block;
  color: #969798;
  border-bottom: 1px solid #4c4d4f;
}
.header__secondary__dropdown a:hover {
  text-decoration: none;
}
.header__navigation {
  position: absolute;
  width: 100%;
  transition: background-color 300ms linear;
}
.header.fixed .header__navigation {
  position: fixed;
  top: 0;
  background: #f8f8f8;
  border-color: #d6d6d6;
  margin-top: 0 !important;
  transition: margin-top none !important;
}
.header.fixed .navigation__btn--level-1 &gt; a {
  color: #000000;
}
.header.fixed .navigation__btn--level-1 svg path {
  fill: black;
}
.header.fixed .navigation__logo path {
  fill: #2B303A;
}
.header.fixed .navigation__hamburger {
  color: black;
}
.header.fixed .navigation__line {
  background: black;
}
@media (min-width: 992px) {
  .header {
    position: relative;
  }
  .header__secondary {
    display: block;
  }
  .header__navigation {
    position: absolute;
    top: 40px;
    width: 100%;
  }
}

header.header .header__navigation {
  transition: margin-top 0.3s ease-out;
}
header.header .header__navigation.active {
  margin-top: 58px;
}

header.header .header-search-dropdown {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 1px;
  padding: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  height: 0;
  overflow-y: hidden;
  transition: all 0.3s ease-out;
}

header.header .header-search-dropdown.active {
  height: 58px;
  padding: 8px 0;
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

header.header .header-search-dropdown__content {
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

header.header .header-search,
header.header .header-search input {
  width: 100%;
  height: auto;
  position: relative;
}

header.header .header-search input {
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-family: Carnac-Light, sans-serif;
  color: #000;
  border: 1px solid #d9d9d6;
  border-radius: 4px;
}

header.header .header-search input:focus {
  outline: 0;
  box-shadow: none;
}

header.header .header-search__submit-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: none;
  background: 0 0;
  padding: 0;
  cursor: pointer;
}

header.header .header-search__submit-btn:focus {
  outline: 0;
  box-shadow: none;
}

.header__navigation {
  border-bottom: 2px solid white;
}

.navigation a:hover {
  text-decoration: none;
}
.navigation__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 112px;
}
.navigation__links {
  margin: 0 -16px;
  padding: 0;
  display: none;
  list-style: none;
}
.navigation__links__list {
  padding: 0;
  list-style: none;
  margin-left: -16px;
  margin-right: -16px;
}
.navigation__hamburger {
  display: block;
  color: white;
  width: 36px;
  height: 30px;
  cursor: pointer;
}
.navigation__line {
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: relative;
}
.navigation__line:nth-child(2) {
  top: 6px;
  margin-bottom: 9px;
}
.navigation__title {
  font-size: 14px;
  text-align: justify;
}
.navigation__li {
  margin-left: 16px;
  margin-right: 16px;
}
.navigation__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.navigation__btn svg {
  margin-left: 10px;
}
.navigation__btn &gt; a {
  color: black;
}
.navigation__sub-menu {
  display: none;
  width: 100%;
}
.navigation__sub-menu h3 {
  font-family: "Carnac-Regular", sans-serif;
  margin-bottom: 24px;
  font-size: 20px;
  color: #319b42;
  display: none;
  font-weight: 500;
}
.navigation__sub-menu h3 a {
  color: #319b42;
}
.navigation__sub-menu h4 {
  font-size: 16px;
  color: #319b42;
}
.navigation__sub-menu h4 a {
  color: #319b42;
}
.navigation__sub-menu path {
  transition: all 300ms linear;
}
.navigation__sub-menu .navigation__btn &gt; a {
  color: #3B3B3B;
}
.navigation__sub-menu .navigation__btn:hover path {
  fill: #319b42;
}
.navigation__logo path {
  transition: all 300ms linear;
}
.navigation__sub-col {
  list-style: none;
  display: none;
  padding: 0;
}
.navigation__sub-col a {
  color: #3B3B3B;
}
.navigation__sub-col a:hover {
  color: #319b42;
}
@media screen and (min-width: 1024px) {
  .navigation__links {
    display: block;
  }
  .navigation__links__list {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .navigation__hamburger {
    display: none;
  }
  .navigation__sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    padding-top: 52px;
    padding-bottom: 52px;
    display: none;
    border-top: 1px solid #D6D6D6;
    max-height: calc(100vh - 124px);
    overflow-y: auto;
  }
  .navigation__sub-menu h3 {
    display: block;
  }
  .navigation__btn &gt; a {
    color: white;
  }
  .navigation__li {
    height: 112px;
    display: flex;
    align-items: center;
  }
  .navigation__li.navigation__li--lg-active .navigation__sub-menu {
    display: block;
  }
  .navigation__sub-cols {
    margin-left: -16px;
    margin-right: -16px;
  }
  .navigation__sub-col {
    list-style: none;
    position: absolute;
    display: none;
    width: 300px;
    padding: 0;
  }
  .navigation__sub-col li {
    padding: 0 16px;
  }
  .navigation__sub-col--main {
    position: relative;
    display: block;
  }
  .navigation__sub-col li {
    margin-bottom: 24px;
  }
  .navigation__sub-col li .navigation__sub-col {
    display: none;
    left: 100%;
    top: 0;
    min-height: 100%;
  }
  .navigation__sub-col li .navigation__sub-col:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -106px;
    height: calc(100% + 182px);
    width: 1px;
    background: #D6D6D6;
  }
  .navigation__sub-col li.navigation-lg-sub-active &gt; .navigation__sub-col {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .navigation__links {
    height: calc(100vh - 154px);
    padding-bottom: 100px;
    overflow: auto;
  }
  .header.fixed .navigation__links {
    height: calc(100vh - 114px);
  }
  .navigation__links.mobile-active {
    position: absolute;
    display: block;
    background: white;
    width: 100%;
    left: 0;
    margin: 0;
    top: 114px;
  }
  .navigation__links .navigation__li {
    height: auto;
  }
  .navigation__li {
    border-bottom: 1px solid #D6D6D6;
  }
  .navigation__li--active &gt; .navigation__btn a {
    color: #319b42;
  }
  .navigation__li--active &gt; .navigation__sub-col,
.navigation__li--active .navigation__sub-cols &gt; .navigation__sub-col {
    display: block;
  }
  .navigation__li--active .navigation__sub-menu {
    display: block;
  }
  .navigation__btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navigation__btn path {
    fill: black;
  }
  .navigation__sub-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer {
  background-color: #2B303A;
  color: #ffffff;
  padding: 32px 0;
}
.footer a {
  color: #ffffff;
}
.footer__brand-logo-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.footer .first-row {
  padding-bottom: 32px;
  align-items: center;
}
.footer__social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}
.footer__social-icons a {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
}
.footer__social-icons svg {
  width: 25px;
  height: auto;
}
.footer__border {
  margin-top: 32px;
  border-bottom: 1px solid white;
}
.footer .tagline {
  border-bottom: 1px solid white;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.footer .sponsoring-logo img {
  width: 116px;
  height: auto;
}
.footer__nav-list {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-top: 14px;
}
.footer__nav-list ul {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.footer__nav-list li {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.footer__nav-payments svg {
  margin-right: 10px;
}
.footer__nav-payments svg path {
  fill: white;
}
.footer__nav-payments div {
  position: absolute;
  background: black;
  padding: 15px 39px;
  z-index: 3;
  display: none;
}
.footer__nav-payments ul {
  display: block;
  padding-left: 0;
}
.footer__nav-payments ul li {
  width: 100%;
  margin-bottom: 8px;
}
.footer__nav-payments:hover div {
  display: block;
}
.footer__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  max-width: 116px;
}
.footer__logo-desc {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  padding-top: 14px;
}
.footer__logo-desc p {
  margin: 0;
}
.footer__sponsorship {
  width: 100%;
  text-align: center;
}
.footer__sponsorship .sub-heading {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
  color: white;
}
.footer__copyright a {
  color: white;
}
.footer__copyright a:hover {
  color: white;
}
@media (min-width: 576px) {
  .footer__logos {
    margin: 0 -10px;
  }
  .footer__logo {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .footer__logo-desc {
    padding: 0 10px;
  }
  .footer__sponsorship {
    padding: 0 10px;
    width: auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer__logos {
    justify-content: flex-end;
  }
  .footer__brand-logo-holder {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer__social-icons {
    display: flex;
    justify-content: flex-end;
  }
  .footer__social-icons svg {
    width: 25px;
    height: auto;
  }
  .footer__logo-desc {
    text-align: right;
  }
  .footer__nav-list ul {
    justify-content: flex-start;
  }
  .footer__sponsorship {
    text-align: right;
  }
}
@media (min-width: 1260px) {
  .footer__logos {
    align-items: center;
  }
  .footer__logo-desc {
    width: 33.33%;
    flex-grow: 1;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.gdpr__actions ul {
  padding: 0;
  margin: 0 -8px;
  display: flex;
  list-style: none;
}
.gdpr__actions li {
  width: 50%;
  padding: 0 8px;
}
.gdpr__actions btn {
  width: 100%;
}

.business-locator__title {
  color: #000000;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 200;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .business-locator__title {
    text-align: left;
  }
}
.business-locator__map-container {
  position: relative;
  width: 100%;
  min-height: 500px;
}
@media (min-width: 768px) {
  .business-locator__map-container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .business-locator__map-container {
    min-height: 600px;
    margin-left: 20%;
  }
}
.business-locator__map-container .map-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.business-locator__branch-selector {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.business-locator__branch-selector .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.business-locator__branch-selector .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.business-locator__branch-selector .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.business-locator__branch-selector .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.business-locator__branch-selector .select2-container--default .select2-selection--single {
  border: 2px solid #c9ec51;
  background: transparent;
  border-radius: 18px;
  height: 36px;
  padding: 2px 10px;
}
.business-locator__branch-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 30px;
}
.business-locator__branch-selector .select2 {
  min-width: 200px;
}
.business-locator__maps {
  position: relative;
}
.business-locator__maps .map-wrapper {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
}
@media (min-width: 768px) {
  .business-locator__maps .map-wrapper {
    width: 70%;
  }
}
.business-locator__branch-names {
  border-right: 1px solid #d1d1d1;
}
.business-locator__info {
  display: none;
  text-align: center;
}
.business-locator__info.active {
  display: flex;
  flex-wrap: wrap;
}
.business-locator__info h3 {
  color: #319b42;
  margin-bottom: 30px;
}
.business-locator__info &gt; div {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .business-locator__info &gt; div {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .business-locator__info {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 60%;
  }
}
.business-locator__description {
  text-align: center;
}
@media (min-width: 992px) {
  .business-locator__description {
    text-align: left;
  }
}
.business-locator__description h1 {
  font-family: "Carnac-Regular", sans-serif;
}
.business-locator__description p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #3B3B3B;
}
.business-locator__details-wrapper {
  margin-top: 60px;
}
.business-locator .business-item {
  position: relative;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.business-locator .business-item p {
  margin-bottom: 0;
}
.business-locator .business-item .fax {
  margin-top: 20px;
}
.business-locator .business-item .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #3B3B3B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.business-locator .business-item .title .svg {
  opacity: 0;
  transition: all 300ms linear;
}
.business-locator .business-item .title:hover .svg {
  opacity: 1;
}
.business-locator .business-item .title.active .svg {
  opacity: 1;
}
.business-locator .map-wrapper img {
  width: 100%;
  height: auto;
}

.select2-dropdown {
  border: 2px solid #c9ec51;
  margin-top: 10px;
  border-radius: 16px !important;
  overflow: hidden;
}

.select2-dropdown--above {
  margin-top: -10px;
}

.select2-container--open .select2-dropdown--below {
  border-top: 2px solid #c9ec51;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 2px solid #c9ec51;
}

.js-branch-dd {
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  background: #fff;
  border-color: #000;
  border-width: 1px;
  border-radius: 0;
  font-family: "Carnac-Regular", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}

.content-section.home-services-tiles {
  background-color: rgba(216, 216, 216, 0.31);
}

.home-services-tiles__title {
  color: #000000;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .home-services-tiles__title {
    text-align: left;
  }
}
.home-services-tiles__title h2 {
  margin-bottom: 0;
}
.home-services-tiles__description {
  display: block;
  height: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-services-tiles__description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .home-services-tiles__description {
    margin-right: 2em;
    margin-bottom: 0;
    text-align: left;
  }
}
.home-services-tiles__description a.btn {
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .home-services-tiles__description a.btn {
    margin: 0;
  }
}
.home-services-tiles p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #3B3B3B;
}
@media (min-width: 768px) {
  .home-services-tiles__grid-items {
    margin: 50px 0;
  }
}
@media (min-width: 992px) {
  .home-services-tiles__grid-items {
    margin: 0 0 -50px;
  }
}
.home-services-tiles__grid-item {
  margin: 0 0 40px 0;
}
.home-services-tiles__grid-item a {
  text-decoration: none;
}
.home-services-tiles__grid-item .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.home-services-tiles__grid-item .image {
  margin-bottom: 8px;
}
.home-services-tiles__grid-item .image img {
  margin: 0 auto;
  width: 148px;
  height: 148px;
  display: block;
}

.module-banner {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-banner h1 {
  font-family: "Carnac-Medium", sans-serif;
}
.module-banner--large {
  min-height: 410px;
}
.module-banner--small {
  min-height: 320px;
}
.module-banner--medium {
  min-height: 410px;
}
.module-banner--img {
  padding-top: 154px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.module-banner--img:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
.module-banner--img:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
.module-banner--img .container {
  position: relative;
  z-index: 2;
}
.module-banner--img h1, .module-banner--img h2, .module-banner--img h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: white;
}
.module-banner__content-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 114px;
  padding-bottom: 114px;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  font-family: "Roboto", sans-serif;
}
.module-banner__content-wrapper--small {
  padding-top: 80px;
  padding-bottom: 80px;
}
.module-banner__content-wrapper h1, .module-banner__content-wrapper h2, .module-banner__content-wrapper h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}
.module-banner__content-wrapper p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.module-banner__text {
  max-width: 485px;
}
.module-banner__banner {
  height: 100vh;
  min-height: 760px;
  position: relative;
  height: 720px;
  min-height: 720px;
}
.module-banner__banner--small {
  height: 320px;
  min-height: 320px;
}
.module-banner__banner--medium {
  height: 410px;
  min-height: 410px;
}
.module-banner__banner--small {
  height: 320px;
  min-height: 320px;
}
.module-banner__banner--medium {
  height: 410px;
  min-height: 410px;
}
.module-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-banner__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-banner__img:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
.module-banner__img:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
.module-banner .slick-dots {
  padding: 0;
  margin: 0;
  left: 0;
  position: absolute;
  bottom: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
}
.module-banner .slick-dots li {
  margin: 0 6px;
}
.module-banner .slick-dots .slick-active button {
  background: #c9ec51;
}
.module-banner .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  text-indent: -99999px;
}
.module-banner .slick-dots button:focus {
  outline: 0;
}

.videobox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.videobox__box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
}
.videobox__box-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}
.videobox button {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #c9ec51;
}
.videobox .videobox__internal-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.videobox .videobox__internal-video video {
  max-width: 100%;
  width: 100% !important;
  height: auto;
  max-height: 80vh;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.videobox .videobox__external-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.videobox .videobox__external-video .external-video-ele {
  width: 100%;
  height: 100%;
}
.videobox .videobox__external-video .external-video-ele.vimeo iframe {
  height: 100%;
  width: 100%;
}

.module-signup-form {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-signup-form h1, .module-signup-form h2, .module-signup-form h3, .module-signup-form h4, .module-signup-form h5, .module-signup-form h6 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
}
.module-signup-form h1 {
  font-size: 50px;
  line-height: 66px;
}
.module-signup-form__content-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 125px 0;
}
.module-signup-form__content {
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.module-signup-form__content h1, .module-signup-form__content h2, .module-signup-form__content h3, .module-signup-form__content h4, .module-signup-form__content h5, .module-signup-form__content h6 {
  color: #c9ec51;
  margin-bottom: 0.5em;
}
.module-signup-form__content p, .module-signup-form__content span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 1em;
}
.module-signup-form__form {
  /* Custom checkbox styling - inline checkboxes, label on the left */
}
.module-signup-form__form form {
  color: #ffffff;
}
.module-signup-form__form .form-group {
  min-width: 250px;
  margin: 0 8px 16px;
}
@media (min-width: 992px) {
  .module-signup-form__form .form-group {
    margin: 0 8px;
  }
}
.module-signup-form__form .form-inline-row {
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .module-signup-form__form .form-inline-row {
    display: flex;
    margin-bottom: 32px;
  }
}
.module-signup-form__form input[type=submit] {
  padding: 0.8em 4em;
}
.module-signup-form__form input[type=text],
.module-signup-form__form input[type=email] {
  background: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.module-signup-form__form input[type=text]::-moz-placeholder, .module-signup-form__form input[type=email]::-moz-placeholder {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
.module-signup-form__form input[type=text]::placeholder,
.module-signup-form__form input[type=email]::placeholder {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
.module-signup-form__form .ui-selectmenu-button {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  height: 35px;
  width: 100%;
  padding: 6px 12px;
}
@media (min-width: 768px) {
  .module-signup-form__form .ui-selectmenu-button {
    width: 100%;
    max-width: 230px;
  }
}
.module-signup-form__form .ui-selectmenu-button .ui-selectmenu-text {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
.module-signup-form__form .ui-button .ui-icon {
  background-image: url("/resources/themes/bakertilly/images/icons/selectMenuChevronClosed_white.png") !important;
}
.module-signup-form__form .ui-button:hover .ui-icon,
.module-signup-form__form .ui-button:focus .ui-icon {
  background-image: url("/resources/themes/bakertilly/images/icons/selectMenuChevronClosed_white.png") !important;
}
.module-signup-form__form .form-check.form-check-inline {
  margin: 16px 0;
  display: block;
}
@media (min-width: 768px) {
  .module-signup-form__form .form-check.form-check-inline {
    display: inline-flex;
    margin: 16px 24px 16px 0;
  }
}
.module-signup-form__form .form-check.form-check-inline .form-check-label {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.module-signup-form__form .form-check.form-check-inline {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
}
.module-signup-form__form .form-check.form-check-inline [type=checkbox]:not(:checked),
.module-signup-form__form .form-check.form-check-inline [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.module-signup-form__form .form-check.form-check-inline [type=checkbox]:not(:checked) + label,
.module-signup-form__form .form-check.form-check-inline [type=checkbox]:checked + label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
}
.module-signup-form__form .form-check.form-check-inline [type=checkbox]:not(:checked) + label:before,
.module-signup-form__form .form-check.form-check-inline [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border: none;
  background: #fff;
}
.module-signup-form__form .form-check.form-check-inline [type=checkbox]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F00C";
  position: absolute;
  top: 2px;
  right: 1px;
  font-size: 17px;
  line-height: 19px;
  color: #319b42;
}
.module-signup-form__colour-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.image-content .wysiwyg-content p:last-child {
  margin: 0;
}
.image-content .wysiwyg-content .embed {
  width: 100% !important;
}
.image-content .image-right {
  flex-direction: row-reverse;
}
.image-content__border {
  height: 1px;
  background: #d4d4d4;
}
.image-content__container--gray {
  background: #979797;
  color: white;
}
.image-content__container--gray h1,
.image-content__container--gray h2,
.image-content__container--gray h3,
.image-content__container--gray h4,
.image-content__container--gray h5,
.image-content__container--gray h6,
.image-content__container--gray p {
  color: white;
}
.image-content__container--gray .image-content__border .container {
  background: white;
}
.image-content__container--gray a {
  color: white;
  text-decoration: underline;
}
.image-content__container--gray a:hover {
  text-decoration: none;
  color: white;
}
.image-content__image-content {
  position: relative;
  height: 100%;
}
.image-content__image-content--responsive {
  min-height: 1px;
}
.image-content__image-content--responsive .image-content__image {
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  aspect-ratio: 16/9;
}
.image-content .slick-slide &gt; div {
  display: flex;
}
.image-content__image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-content__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1259.98px) {
  .image-content__image img {
    top: 5%;
    height: 95%;
    max-height: 100%;
  }
}
@media (max-width: 991.98px) {
  .image-content__image img {
    top: 5%;
    height: 95%;
  }
}
.image-content__image::after {
  content: "";
  padding-top: 100%;
  display: block;
}
@media (min-width: 992px) {
  .image-content__image {
    height: 475px;
  }
}
@media (max-width: 1259.98px) {
  .image-content__image {
    height: 375px;
  }
}
@media (max-width: 991.98px) {
  .image-content__image {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .image-content__image {
    max-height: 320px;
  }
}
.image-content__content {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.image-content__content.top {
  padding-top: 0;
  align-items: flex-start;
}
@media (max-width: 1259.98px) {
  .image-content__content {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .image-content__content {
    padding-top: 0px !important;
  }
}
.image-content__slider {
  position: relative;
}
.image-content__slider__slide {
  height: 100%;
  position: relative;
}
.image-content__slider button.arrows {
  border: 0;
  background: transparent;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.image-content__slider button.arrows:focus {
  outline: 0;
}
.image-content__slider button.arrows path {
  fill: white;
}
.image-content__slider button.arrows.prev-btn {
  left: 0;
}
.image-content__slider button.arrows.next-btn {
  right: 0;
}
.image-content__slider .slick-dots {
  padding: 0;
  margin: 0;
  left: 0;
  position: absolute;
  bottom: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
}
.image-content__slider .slick-dots li {
  margin: 0 6px;
}
.image-content__slider .slick-dots .slick-active button {
  background: #c9ec51;
}
.image-content__slider .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  text-indent: -99999px;
}
.image-content__slider .slick-dots button:focus {
  outline: 0;
}

.module-elementcontent h1 {
  margin-bottom: 32px;
}
.module-elementcontent h2,
.module-elementcontent h3,
.module-elementcontent h4,
.module-elementcontent h5,
.module-elementcontent h6 {
  margin-bottom: 16px;
}

.align-button-content p a.btn {
  width: 100%;
  text-align: center;
}

.content-element__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
  margin-bottom: 32px;
}
.content-element__cta {
  clear: both;
}
.content-element__cta .btn, .content-element__cta .login-wrapper .box .btn-toolbar input, .login-wrapper .box .btn-toolbar .content-element__cta input, .content-element__cta form.userform input[type=submit], form.userform .content-element__cta input[type=submit] {
  margin-bottom: 8px;
}
@media (min-width: 567px) {
  .content-element__cta .btn-space:not(:first-child) {
    margin-left: 1rem;
  }
}
.content-element__content:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}

.wysiwyg-content .ss-htmleditorfield-file.embed.center {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  height: 100% !important;
}

.module-news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .module-news__title {
    flex-direction: row;
  }
}
.module-news__title h2,
.module-news__title h3 {
  color: #000000;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.module-news__title .see-all {
  display: flex;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .module-news__title .see-all {
    margin: 0;
  }
}
.module-news__title .see-all a {
  color: #319b42;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.module-news__title .see-all a:hover {
  text-decoration: none;
}
.module-news__title .see-all a i.fas {
  margin-left: 16px;
}
.module-news__slider-wrapper {
  padding-top: 60px;
  margin: 0 -10px;
}
.module-news .slick-slide {
  margin: 12px;
}
.module-news .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.module-news .slick-dots li {
  display: none;
  margin: 0 8px;
}
.module-news .slick-dots li:nth-child(1) {
  display: list-item;
}
.module-news .slick-dots li:nth-child(2) {
  display: list-item;
}
.module-news .slick-dots li:nth-child(3) {
  display: list-item;
}
.module-news .slick-dots li:nth-child(4) {
  display: list-item;
}
.module-news .slick-dots li:nth-child(5) {
  display: list-item;
}
.module-news .slick-dots li:nth-child(6) {
  display: list-item;
}
.module-news .slick-dots li:nth-child(7) {
  display: list-item;
}
.module-news .slick-dots li:nth-child(8) {
  display: list-item;
}
@media (min-width: 576px) {
  .module-news .slick-dots li {
    display: list-item;
  }
}
.module-news .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #d8d8d8;
  text-indent: -9999px;
  cursor: pointer;
  border: none !important;
}
.module-news .slick-dots button:focus {
  outline: 0;
}
.module-news .slick-dots li.slick-active button {
  background-color: #c9ec51;
}
.module-news .slick-arrow-custom {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #aab5af;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
@media (min-width: 992px) {
  .module-news .slick-arrow-custom {
    display: flex;
  }
}
.module-news .slick-arrow-custom:hover {
  color: #319b42;
}
.module-news .slick-arrow-custom.next {
  right: -35px;
}
@media (min-width: 1260px) {
  .module-news .slick-arrow-custom.next {
    right: -50px;
  }
}
.module-news .slick-arrow-custom.prev {
  left: -35px;
}
@media (min-width: 1260px) {
  .module-news .slick-arrow-custom.prev {
    left: -50px;
  }
}
.module-news .module-news-item {
  margin: 0 12px;
}

.module-people-cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.module-people-cta__title {
  color: #000000;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .module-people-cta__title {
    text-align: left;
  }
}
.module-people-cta__title h1, .module-people-cta__title h2 {
  margin-bottom: 0;
}
.module-people-cta__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .module-people-cta__description {
    text-align: left;
  }
}
.module-people-cta .form-gray-theme input[type=text] {
  height: 85px;
}
.module-people-cta .form-gray-theme .ui-selectmenu-button {
  height: 85px;
}
.module-people-cta .form-group {
  margin-bottom: 40px;
}
.module-people-cta .form-group.search .submit-search-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.module-people-cta .form-group.search .submit-search-btn::before {
  font-size: 30px;
  width: 45px;
  height: 45px;
}
.module-people-cta .submit-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .module-people-cta .submit-wrapper {
    justify-content: flex-start;
  }
}

.module-people__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.module-people__title h2 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-people__title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .module-people__title {
    flex-direction: row;
  }
}
.module-people__title .see-all {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .module-people__title .see-all {
    margin: 0;
  }
}
.module-people__title .see-all a {
  color: #319b42;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.module-people__title .see-all a:hover {
  text-decoration: none;
}
.module-people__title .see-all a i.fas {
  margin-left: 16px;
}
.module-people__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3B3B3B;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .module-people__description {
    text-align: left;
  }
}
.module-people .people-search-form {
  margin-top: 16px;
}
.module-people__item-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 44px -0.5% 0;
}
.module-people__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  position: relative;
  cursor: pointer;
  width: 99%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 1%;
}
@media (min-width: 576px) {
  .module-people__item {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .module-people__item {
    width: 32%;
  }
}
@media (min-width: 992px) {
  .module-people__item {
    width: 24%;
  }
}
.module-people__item:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px 0;
}
.module-people__item:hover .module-people__item-details {
  top: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.module-people__item:hover .module-people__item-details .collapsed-view {
  display: none;
}
.module-people__item:hover .module-people__item-details .expanded-view {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.module-people__item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  min-height: 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.17px;
}
.module-people__item-details .collapsed-view {
  display: block;
  padding: 26px 12px;
  text-transform: uppercase;
}
.module-people__item-details .expanded-view {
  display: none;
  padding: 50px 30px;
  width: 100%;
  text-decoration: none;
}
.module-people__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-people__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-people__slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  width: auto;
  position: relative;
  cursor: pointer;
}
.module-people__slider-item:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px 0;
}
.module-people__slider-item:hover .module-people__item-details {
  top: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.module-people__slider-item:hover .module-people__item-details .collapsed-view {
  display: none;
}
.module-people__slider-item:hover .module-people__item-details .expanded-view {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.module-people__slider-wrapper {
  margin: 45px -10px 0 -10px;
  padding-bottom: 50px;
}
.module-people .slick-slide {
  margin: 12px;
}
.module-people .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.module-people .slick-dots li {
  margin: 0 8px;
}
.module-people .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D8D8D8;
  text-indent: -9999px;
  cursor: pointer;
  border: none !important;
}
.module-people .slick-dots button:focus {
  outline: 0;
}
.module-people .slick-dots li.slick-active button {
  background-color: #C9EC51;
}
.module-people .slick-arrow-custom {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #AAB5AF;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  z-index: 10;
}
@media (min-width: 992px) {
  .module-people .slick-arrow-custom {
    display: flex;
  }
}
.module-people .slick-arrow-custom:hover {
  color: #319b42;
}
.module-people .slick-arrow-custom.next {
  right: 16px;
}
@media (min-width: 576px) {
  .module-people .slick-arrow-custom.next {
    right: -35px;
  }
}
@media (min-width: 1260px) {
  .module-people .slick-arrow-custom.next {
    right: -50px;
  }
}
.module-people .slick-arrow-custom.prev {
  left: 48px;
}
@media (min-width: 576px) {
  .module-people .slick-arrow-custom.prev {
    left: -35px;
  }
}
@media (min-width: 1260px) {
  .module-people .slick-arrow-custom.prev {
    left: -50px;
  }
}
.module-people .people-load-more {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}

.item-details__location {
  color: #c9ec51 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.14px;
  margin-bottom: 16px;
}
.item-details__name {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
.item-details__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.17px;
}
.item-details__link {
  margin-top: auto;
}
.item-details__link .anchor-chevron {
  color: #c9ec51 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.14px;
}

.content-section.module-contact {
  background-color: rgba(216, 216, 216, 0.31);
}

.module-contact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.module-contact__title {
  color: #000000;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .module-contact__title {
    text-align: left;
  }
}
.module-contact__title h2 {
  margin-bottom: 0;
}
.module-contact__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 50px;
}

.module-cta {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.module-cta.message .module-cta__gradient-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.module-cta.testimonial .module-cta__gradient-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.module-cta__content-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 125px 0;
}
@media (min-width: 768px) {
  .module-cta__content-wrapper.left .content-button {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .module-cta__content-wrapper.right .content-button {
    justify-content: flex-start;
  }
}
.module-cta__content-wrapper.center .content-text {
  text-align: center;
}
.module-cta__content-wrapper.center .content-button {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .module-cta__content-wrapper.center .content-button {
    padding: 30px 0 0;
    justify-content: center;
  }
}
.module-cta__content {
  color: #ffffff;
  height: 100%;
}
.module-cta__content.no-bg-img p, .module-cta__content.no-bg-img span {
  color: #000000;
}
.module-cta__content.content-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .module-cta__content.content-text {
    text-align: left;
  }
}
.module-cta__content.content-text p:last-of-type {
  margin-bottom: 0;
}
.module-cta__content.content-button {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .module-cta__content.content-button {
    display: flex;
    flex-direction: row;
  }
}
.module-cta__content h1, .module-cta__content h2 {
  color: #c9ec51;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
.module-cta__content p, .module-cta__content span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.module-cta__gradient-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-cta__slider-btns {
  width: 100%;
  max-width: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.module-cta__slider-btn {
  height: 40px;
  width: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 24px;
  color: black;
  cursor: pointer;
  position: relative;
}
.module-cta__slider-btn.left::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\F053";
}
.module-cta__slider-btn.right::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\F054";
}
.module-cta__slider-wrapper {
  width: 100%;
  height: 100%;
}
.module-cta__slider-item {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .module-cta__slider-item {
    font-size: 32px;
    line-height: 54px;
  }
}
.module-cta__slider-item p {
  margin: 0;
}
.module-cta__slider-item .testimonial-author {
  color: #c9ec51;
  font-size: 18px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .module-cta__slider-item .testimonial-author {
    font-size: 24px;
  }
}

/* Styling overrides when displaying inline */
.inline-modules .module-cta {
  box-shadow: none;
}
.inline-modules .module-cta__content-wrapper {
  padding: 30px;
}
.inline-modules .module-cta__content h1, .inline-modules .module-cta__content h2 {
  font-size: 24px;
  line-height: 32px;
}
.inline-modules .module-cta__content p {
  font-size: 16px;
  line-height: 25px;
}
.inline-modules .module-cta a.btn-gradient {
  white-space: nowrap;
}

.module-service__slider-btns {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .module-service__slider-btns {
    display: none;
  }
}

.module-tiles__title {
  margin-bottom: 32px;
  text-align: center;
}
.module-tiles__title h1, .module-tiles__title h2, .module-tiles__title h3, .module-tiles__title h4, .module-tiles__title h5, .module-tiles__title h6 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .module-tiles__title {
    text-align: left;
  }
}
.module-tiles__cta-button {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.module-tiles .bullet-style .bp-two-col__title {
  padding-bottom: 30px;
}
.module-tiles .bullet-style .bp-two-col__sub-title {
  padding-bottom: 20px;
}
.module-tiles .bullet-style .bp-two-col__sub-title h3 {
  margin-bottom: 12px !important;
}
.module-tiles .bullet-style ul {
  margin-bottom: 60px;
}

/* Styling overrides when displaying inline */
.inline-modules .module-tiles {
  padding-bottom: 0;
}

.module-whitepage {
  background-color: #f7f7f7;
}
.module-whitepage__date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #3B3B3B;
  margin-bottom: 20px;
  font-weight: 400;
}
.module-whitepage__title {
  font-family: "Carnac-Regular", sans-serif;
  color: #000000;
  margin-bottom: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .module-whitepage .custom-list {
    padding-right: 125px;
  }
}
.module-whitepage__cta-btn {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .module-whitepage__cta-btn {
    justify-content: left;
  }
}
.module-whitepage__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-whitepage__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .module-whitepage__image img {
    margin-top: 0;
  }
}

.modal.subscription {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000a1;
  z-index: 999;
  display: none;
  color: #fff;
  text-align: center;
}
.modal.subscription .modal-content {
  width: 340px;
  margin: 0 auto;
  top: calc(50% - 170px);
  position: absolute;
  left: calc(50% - 170px);
}
.modal.subscription .modal-content h2 {
  text-align: center;
}
.modal.subscription .modal-content button {
  position: absolute;
  right: -20px;
  top: -20px;
  background: transparent;
  border: none;
  font-size: 30px;
  color: #fff;
}
.modal.subscription .modal-content .error {
  color: #ffc002;
}
.modal.subscription .modal-content input[type=text] {
  height: 65px;
}
.modal.subscription .modal-content .input-group {
  text-align: center;
}

.module-expertise__title {
  font-family: "Carnac-Regular", sans-serif;
  color: #000000;
  margin-bottom: 16px;
  font-weight: 400;
}
.module-expertise__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #3B3B3B;
}
.module-expertise__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 70px -1% 0;
}
@media (min-width: 992px) {
  .module-expertise__items {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.module-expertise__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 1% 30px;
}
@media (min-width: 576px) {
  .module-expertise__item {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .module-expertise__item {
    width: 31.33%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 992px) {
  .module-expertise__item {
    max-width: 18%;
    margin: 0 1% 20px;
  }
}
.module-expertise__item-image {
  margin-bottom: 18px;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.module-expertise__item-image:before {
  content: " ";
  display: block;
  padding-top: 85%;
}
.module-expertise__item-image span,
.module-expertise__item-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-expertise__item-image img {
  max-width: 90%;
  max-height: 90%;
}
.module-expertise__item-title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-align: center;
}
.module-expertise__item-title a {
  color: inherit;
}
.module-expertise__item-title a:hover {
  color: #319b42;
  text-decoration: none;
}

.magazine-page-iframe iframe {
  /* important required to override inline styles */
  height: 500px !important;
  max-height: 95vh;
}
@media (min-width: 768px) {
  .magazine-page-iframe iframe {
    height: 700px !important;
  }
}
@media (min-width: 992px) {
  .magazine-page-iframe iframe {
    height: 900px !important;
  }
}

.module-magazine__title,
.module-magazine-issues__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
}
.module-magazine__description,
.module-magazine-issues__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3B3B3B;
  margin-bottom: 16px;
}
.module-magazine__item-wrapper.style-wide,
.module-magazine-issues__item-wrapper.style-wide {
  display: block;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .module-magazine__item-wrapper.style-wide,
.module-magazine-issues__item-wrapper.style-wide {
    display: flex;
    margin-bottom: 55px;
  }
}
.module-magazine__item-wrapper.style-tall,
.module-magazine-issues__item-wrapper.style-tall {
  background-color: #f7f7f7;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .module-magazine__item-wrapper.style-tall,
.module-magazine-issues__item-wrapper.style-tall {
    max-width: 48%;
    margin: 0 1% 30px;
  }
}
@media (min-width: 992px) {
  .module-magazine__item-wrapper.style-tall,
.module-magazine-issues__item-wrapper.style-tall {
    width: 100%;
    max-width: 20%;
  }
  .module-magazine__item-wrapper.style-tall:first-of-type,
.module-magazine-issues__item-wrapper.style-tall:first-of-type {
    margin-left: 0;
  }
  .module-magazine__item-wrapper.style-tall:last-of-type,
.module-magazine-issues__item-wrapper.style-tall:last-of-type {
    margin-right: 0;
  }
}
.module-magazine .style-tall-wrapper,
.module-magazine .style-wide-wrapper,
.module-magazine-issues .style-tall-wrapper,
.module-magazine-issues .style-wide-wrapper {
  margin-top: 32px;
}
.module-magazine .style-tall-wrapper,
.module-magazine-issues .style-tall-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .module-magazine .style-tall-wrapper,
.module-magazine-issues .style-tall-wrapper {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 992px) {
  .module-magazine .style-tall-wrapper,
.module-magazine-issues .style-tall-wrapper {
    flex-flow: row nowrap;
  }
}
.module-magazine__item.left,
.module-magazine-issues__item.left {
  width: 75%;
}
@media (min-width: 576px) {
  .module-magazine__item.left,
.module-magazine-issues__item.left {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .module-magazine__item.left,
.module-magazine-issues__item.left {
    width: 100%;
    max-width: 40%;
    padding-right: 50px;
  }
}
.module-magazine__item.left &gt; a,
.module-magazine-issues__item.left &gt; a {
  display: block;
}
.module-magazine__item.right,
.module-magazine-issues__item.right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .module-magazine__item.right,
.module-magazine-issues__item.right {
    width: 100%;
    max-width: 60%;
  }
}
.module-magazine__item .content-padding.style-tall,
.module-magazine-issues__item .content-padding.style-tall {
  padding: 25px 20px;
  min-height: 180px;
  display: flex;
  flex-flow: column nowrap;
}
.module-magazine__item .content-padding.style-tall .module-magazine__date,
.module-magazine-issues__item .content-padding.style-tall .module-magazine__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #AAA59E;
  margin-bottom: 16px;
}
.module-magazine__item .content-padding.style-tall .module-magazine__item-title,
.module-magazine-issues__item .content-padding.style-tall .module-magazine__item-title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 1em;
  letter-spacing: -0.18px;
}
.module-magazine__item .content-padding.style-tall .module-magazine__read-more a,
.module-magazine-issues__item .content-padding.style-tall .module-magazine__read-more a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #319b42;
  margin-bottom: 0;
}
.module-magazine__image,
.module-magazine-issues__image {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .module-magazine__image,
.module-magazine-issues__image {
    margin-bottom: 0;
  }
}
.module-magazine__date,
.module-magazine-issues__date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #3B3B3B;
  margin-bottom: 16px;
}
.module-magazine__item-title,
.module-magazine-issues__item-title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 46px;
  color: #000000;
  margin-bottom: 16px;
}
.module-magazine__item-description,
.module-magazine-issues__item-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0.5px;
  margin-bottom: 2em;
}
.module-magazine__read-more,
.module-magazine-issues__read-more {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .module-magazine__read-more,
.module-magazine-issues__read-more {
    margin-top: auto;
  }
}

.module-accordion h2 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
}
.module-accordion__item {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #D7DEDA;
}
.module-accordion__toggle-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: static;
  background-color: rgba(201, 236, 81, 0.2);
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .module-accordion__toggle-btn {
    position: absolute;
    top: 12px;
    left: 0;
    margin-bottom: 0;
  }
}
.module-accordion__toggle-btn:before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F067";
  line-height: inherit;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.module-accordion__toggle-btn.active:before {
  content: "\F068";
}
@media (min-width: 768px) {
  .module-accordion__item-content {
    margin-left: 100px;
  }
}
.module-accordion__item-title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  cursor: pointer;
}
.module-accordion__item-title.active {
  margin-bottom: 16px;
}
.module-accordion__item-description {
  display: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.module-accordion__item-description.active {
  display: block;
  margin-bottom: 16px;
}

.module-accordion-special__title {
  margin-bottom: 32px;
  text-align: left;
}
.module-accordion-special__title h1,
.module-accordion-special__title h2,
.module-accordion-special__title h3,
.module-accordion-special__title h4,
.module-accordion-special__title h5,
.module-accordion-special__title h6 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .module-accordion-special__title {
    text-align: left;
  }
}
.module-accordion-special__content {
  color: #3B3B3B;
  font-size: 16px;
  line-height: 32px;
}
.module-accordion-special__item {
  position: relative;
  padding: 0 0 16px 0;
}
.module-accordion-special__toggle-btn {
  pointer-events: none;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  height: 100%;
  width: 53px;
  justify-content: center;
  align-items: center;
}
.module-accordion-special__toggle-btn:before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F067";
  font-size: 24px;
  text-align: center;
  color: #319b42;
}
.module-accordion-special__toggle-btn.active:before {
  content: "\F068";
}
.module-accordion-special__item-title {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  cursor: pointer;
  background-color: #c9ec51;
  padding: 1em 3em 1em 1.5em;
  border-radius: 25px;
  position: relative;
}
.module-accordion-special__item-title.active {
  margin-bottom: 24px;
}
.module-accordion-special__item-title.active p {
  margin-bottom: 13px;
}
.module-accordion-special__item-description {
  display: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0 3em 0 1.5em;
}
.module-accordion-special__item-description.active {
  display: block;
  margin-bottom: 16px;
}
.module-accordion-special__item-description ul {
  padding-left: 14px;
}
.module-accordion-special__item-description a {
  color: #319b42;
}
.module-packages {
  overflow-x: auto;
}
.module-packages__title {
  margin-bottom: 16px;
}
.module-packages table {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  table-layout: auto;
}
.module-packages th[scope=col] {
  border: none;
}
.module-packages th[scope=col]:nth-child(even) {
  background-color: #F1F1F1;
}
.module-packages thead .head-title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  font-family: "Carnac-Regular", sans-serif;
  font-size: 18px;
}
.module-packages thead .head-description {
  text-align: left;
  font-family: "Carnac-Light", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.module-packages thead th {
  padding: 30px 20px;
  vertical-align: middle;
}
.module-packages tbody th[scope=row] {
  font-size: 18px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  min-width: 15ch;
}
.module-packages tbody tr {
  border-top: 1px solid #D9D9D6;
  border-bottom: none;
}
.module-packages tbody tr &gt; td {
  text-align: center;
  padding: 1em;
  vertical-align: middle;
  color: #319b42;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.module-packages tbody tr &gt; td i.fas {
  color: #319b42;
  font-size: 26px;
}
.module-packages tbody tr &gt; td:nth-child(even) {
  background-color: #F1F1F1;
}
.module-packages tbody tr:nth-child(even) &gt; td:nth-child(even) {
  background-color: #F4F4F4;
}

/* Styling overrides when displaying inline */
.module-job {
  background-color: #3b454d;
  color: #fff;
  padding: 50px 0;
}
.module-job__content-wrapper h2 {
  margin-bottom: 30px;
}
.module-job table:not(.unstyled) tr {
  background-color: #3b454d;
}
.module-job__table {
  border-top: solid #fff 2px;
  border-bottom: solid #fff 2px;
  width: 100%;
  table-layout: fixed;
}
.module-job__table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #fff;
  cursor: pointer;
}
.module-job__table tr:hover {
  background-color: #283137;
}
.module-job__table tr:last-child {
  border: none;
}
.module-job__table td {
  padding: 1rem;
  flex-basis: 15%;
  text-align: right;
  color: #fff;
}
.module-job__table td:first-child {
  text-align: left;
  flex-basis: 55%;
}
.module-job__table td p,
.module-job__table td h3 {
  margin-top: 1rem;
}

.module-job-card {
  display: block;
  padding: 1rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
  text-decoration: none;
}
.module-job-card:hover {
  color: #ffffff;
  text-decoration: none;
}
.module-job-card:last-of-type {
  margin-bottom: 0;
}
.module-job-card__row {
  margin-bottom: 1rem;
}

.module-faq__title {
  color: #000000;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: left;
}
.module-faq__item {
  display: none;
  padding-left: 20px;
}
.module-faq__item.active {
  display: block;
}
@media (min-width: 768px) {
  .module-faq .q-list {
    border-right: 1px solid rgba(127, 127, 127, 0.4);
  }
}
.module-faq .a-list {
  display: none;
}
@media (min-width: 768px) {
  .module-faq .a-list {
    display: block;
  }
}
.module-faq__item-question {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: rgba(127, 127, 127, 0.4);
  padding-bottom: 30px;
}
.module-faq__item-question.active {
  color: #319b42;
}
.module-faq__item-question:hover {
  cursor: pointer;
}
.module-faq__item-answer {
  display: block;
}
@media (min-width: 768px) {
  .module-faq__item-answer {
    display: none;
  }
}
.module-faq__item-content {
  margin-top: 30px;
}
.module-faq__item-title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #319b42;
}
.module-faq__item-title.active {
  margin-bottom: 16px;
}
.module-faq__item-description {
  display: none;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.module-faq__item-description.active {
  display: block;
  margin-bottom: 16px;
}

.module-newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.module-newsletter__gradient-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.module-newsletter .container {
  position: relative;
  z-index: 2;
}
.module-newsletter__title {
  padding-bottom: 40px;
}
.module-newsletter__title h1 {
  color: #c9ec51;
  text-align: center;
}
.module-newsletter__success-message h3 {
  display: none;
  color: #fff;
  text-align: center;
}
.module-newsletter__form {
  max-width: 960px;
  margin: 0 auto;
}
.module-newsletter__form .form-group {
  /* checked mark aspect */
}
.module-newsletter__form .form-group input[type=text], .module-newsletter__form .form-group .ui-selectmenu-button {
  background: transparent;
  font-style: italic;
  color: white;
  border-bottom: 1px solid white;
  height: 35px;
}
.module-newsletter__form .form-group input[type=text]::-moz-placeholder, .module-newsletter__form .form-group .ui-selectmenu-button::-moz-placeholder {
  color: white;
}
.module-newsletter__form .form-group input[type=text]::placeholder, .module-newsletter__form .form-group .ui-selectmenu-button::placeholder {
  color: white;
}
.module-newsletter__form .form-group .ui-button .ui-icon {
  background-image: url("/resources/themes/bakertilly/images/icons/selectMenuChevronClosed_white.png");
}
.module-newsletter__form .form-group input[type=checkbox]:not(:checked),
.module-newsletter__form .form-group input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.module-newsletter__form .form-group input[type=checkbox] + label {
  font-style: italic;
  color: #ffffff;
  padding-top: 20px;
  padding-right: 5px;
}
.module-newsletter__form .form-group input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 16px;
  height: 16px;
  border: none;
  background: #fff;
}
.module-newsletter__form .form-group input[type=checkbox]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\F00C";
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 15px;
  line-height: 50px;
  color: #319b42;
  text-align: center;
}
@media (max-width: 991.98px) {
  .module-newsletter__form .checkbox-group {
    padding-left: 0;
    padding-right: 0;
  }
}
.module-newsletter__form .checkbox-group .form-group {
  display: inline-block;
  padding: 0 20px;
}
.module-newsletter__form .input-group {
  text-align: center;
  margin-top: 20px;
}

.elements__buttonmodule h2 {
  font-family: "Carnac-Regular", sans-serif;
  margin-bottom: 40px;
}
.elements__buttonmodule .btn, .elements__buttonmodule .login-wrapper .box .btn-toolbar input, .login-wrapper .box .btn-toolbar .elements__buttonmodule input, .elements__buttonmodule form.userform input[type=submit], form.userform .elements__buttonmodule input[type=submit] {
  margin: 0 5px 0 0;
}

.module-button__title {
  color: #000000;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .module-button__title {
    text-align: left;
  }
}

.downloads__cards {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.downloads__card {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
.downloads__card__image {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.downloads__card__image:before {
  content: " ";
  display: block;
  padding-top: 142%;
}
.downloads__card__content {
  padding: 54px 20px;
  background: #EFEFEF;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.downloads__card__content h4 {
  color: #3B3B3B;
  font-size: 16px;
}
.downloads__card__content h3 {
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .downloads__card {
    width: 50%;
  }
  .downloads__tiles--wide .downloads__card {
    width: 100%;
    display: flex;
  }
  .downloads__tiles--wide .downloads__card__image {
    width: 50%;
  }
  .downloads__tiles--wide .downloads__card__content {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .downloads__card {
    width: 25%;
  }
  .downloads__tiles--wide .downloads__card {
    width: 100%;
  }
  .downloads__tiles--narrow .downloads__card {
    width: 50%;
  }
}

.events-container {
  display: grid;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .events-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .events-container {
    grid-template-columns: 1fr;
  }
}
.events-container a {
  text-decoration: none;
}
.events-container .event {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out;
  height: 100%;
}
.events-container .event:hover {
  box-shadow: 0px 2px 8px #00000030;
}
.events-container .event img {
  width: 100%;
}
.events-container .event .content {
  padding: 16px 8px 12px 12px;
  font-family: "Roboto", sans-serif;
  color: #3B3B3B;
}
.events-container .event .content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
}
.events-container .event .content p {
  font-size: 14px;
  margin: 0 0 4px 0;
}
.events-container .event .content p.price {
  font-weight: 700;
}

.main.BlogPost .module-banner.home-hero .video-container, .main.BlogPost .module-banner.home-hero .image-container,
.main.JobPost .module-banner.home-hero .video-container,
.main.JobPost .module-banner.home-hero .image-container {
  height: 100%;
}
.main.BlogPost .author-contact__list,
.main.JobPost .author-contact__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-top: 16px;
}
.main.BlogPost .author-contact__list-item,
.main.JobPost .author-contact__list-item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.main.BlogPost .author-contact__list-item img,
.main.JobPost .author-contact__list-item img {
  width: 32px;
  margin-right: 16px;
}
.main.BlogPost .author-contact__list-item a:hover,
.main.JobPost .author-contact__list-item a:hover {
  text-decoration: none;
}
.main.BlogPost .blog-post__hero-container,
.main.JobPost .blog-post__hero-container {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .main.BlogPost .blog-post__hero-container,
.main.JobPost .blog-post__hero-container {
    height: 540px;
  }
}
.main.BlogPost .blog-post__title,
.main.JobPost .blog-post__title {
  margin-bottom: 16px;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 1260px) {
  .main.BlogPost .blog-post__title,
.main.JobPost .blog-post__title {
    display: flex;
    justify-content: space-between;
  }
  .main.BlogPost .blog-post__title .tags-and-sharing,
.main.JobPost .blog-post__title .tags-and-sharing {
    margin: 0px 0 0;
  }
  .main.BlogPost .blog-post__title .share-icons,
.main.JobPost .blog-post__title .share-icons {
    justify-content: flex-start;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .main.BlogPost .blog-post__title .tags-and-sharing,
.main.JobPost .blog-post__title .tags-and-sharing {
    margin: 0px 0 0;
  }
  .main.BlogPost .blog-post__title .share-icons,
.main.JobPost .blog-post__title .share-icons {
    justify-content: flex-start;
    margin: 0;
  }
}
.main.BlogPost .blog-post__author a,
.main.JobPost .blog-post__author a {
  color: #319b42;
}
.main.BlogPost .blog-post__author a:hover,
.main.JobPost .blog-post__author a:hover {
  color: #319b42;
}
.main.BlogPost .blog-post__meta,
.main.JobPost .blog-post__meta {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3B3B3B;
}
.main.BlogPost .blog-post__meta .publish-date,
.main.JobPost .blog-post__meta .publish-date {
  display: block;
  margin-bottom: 12px;
}
.main.BlogPost .blog-post__meta .blog-author,
.main.JobPost .blog-post__meta .blog-author {
  color: #319b42;
}
.main.BlogPost .blog-post__meta .blog-author:hover,
.main.JobPost .blog-post__meta .blog-author:hover {
  color: #319b42;
}
.main.BlogPost .blog-post__introduction,
.main.JobPost .blog-post__introduction {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  color: #3B3B3B;
  margin-bottom: 50px;
}
.main.BlogPost .blog-post__author,
.main.JobPost .blog-post__author {
  padding: 60px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.25);
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .main.BlogPost .blog-post__author,
.main.JobPost .blog-post__author {
    flex-direction: row;
  }
}
.main.BlogPost .blog-post__author:last-child,
.main.JobPost .blog-post__author:last-child {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
.main.BlogPost .blog-post__author-image,
.main.JobPost .blog-post__author-image {
  width: 200px;
  height: 200px;
  margin-right: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 2rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .main.BlogPost .blog-post__author-image,
.main.JobPost .blog-post__author-image {
    margin-right: 35px;
  }
}
@media (min-width: 576px) {
  .main.BlogPost .blog-post__author-image,
.main.JobPost .blog-post__author-image {
    width: 145px;
    height: 145px;
  }
}
.main.BlogPost .blog-post__author-details,
.main.JobPost .blog-post__author-details {
  color: #000028;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main.BlogPost .blog-post__author-details h2,
.main.JobPost .blog-post__author-details h2 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
}
.main.BlogPost .blog-post__author-details .author-role,
.main.JobPost .blog-post__author-details .author-role {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
.main.BlogPost .blog-post__author-details .author-role .author-title,
.main.JobPost .blog-post__author-details .author-role .author-title {
  display: block;
  margin-bottom: 0.25em;
}
.main.BlogPost .blog-post__author-details .author-role .author-location,
.main.JobPost .blog-post__author-details .author-role .author-location {
  display: block;
}
.main.BlogPost .blog-post__author-details a,
.main.JobPost .blog-post__author-details a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.main.BlogPost .userform,
.main.JobPost .userform {
  margin: 60px 0;
}

.related-articles {
  background-color: rgba(216, 216, 216, 0.31);
}
.related-articles__title {
  margin-bottom: 0.75em;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
}
.related-articles .module-news-item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .related-articles .module-news-item {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .tags-and-sharing__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.tags-and-sharing .blog-tags {
  color: #3B3B3B;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.tags-and-sharing .blog-tags__title {
  font-family: "Carnac-Regular", sans-serif;
  margin-right: 1.5em;
}
.tags-and-sharing .blog-tags__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.tags-and-sharing .blog-tags .blog-tag {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #319b42;
  font-size: 18px;
  line-height: 36px;
  padding-right: 1.5em;
}
.tags-and-sharing .blog-tags .blog-tag:last-of-type {
  padding-right: 0;
}
.tags-and-sharing .blog-tags .blog-tag:hover {
  color: #37ae4a;
}
.tags-and-sharing .share-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .tags-and-sharing .share-icons {
    justify-content: flex-end;
    margin: 0 0 0 4rem;
  }
}
.tags-and-sharing .share-icons__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .tags-and-sharing .share-icons__wrapper {
    justify-content: flex-end;
  }
}
.tags-and-sharing .share-icons__title {
  margin-right: 1.5em;
  font-family: "Carnac-Regular", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #3B3B3B;
}
.tags-and-sharing .share-icon {
  display: block;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(201, 236, 81, 0.2);
  color: #000000;
  font-size: 20px;
  margin: 0 5px;
}
.tags-and-sharing .share-icon:hover {
  color: #000000;
  text-decoration: none;
}
.tags-and-sharing .share-icon:hover {
  background-color: rgba(201, 236, 81, 0.3);
}

.module-news-item {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.module-news-item .image-container {
  position: relative;
  width: 100%;
  height: 337px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}
.module-news-item .image-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-news-item .date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #3B3B3B;
  margin-bottom: 18px;
  font-weight: 400;
}
.module-news-item .title {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 18px;
  height: 90px;
  /* 3x line height */
  overflow-y: hidden;
  font-weight: 400;
}
.module-news-item .title h3 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.module-news-item .description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3B3B3B;
  margin-bottom: 24px;
  height: 66px;
  /* 3x line height */
  overflow-y: hidden;
}
.module-news-item .description p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.module-news-item .read-more a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.service-grid__filter {
  padding-bottom: 32px;
}
.service-grid__filter .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.service-grid__filter .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.service-grid__filter .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.service-grid__filter .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.service-grid__filter .select2-container--default .select2-selection--single {
  border: 2px solid #c9ec51;
  background: transparent;
  border-radius: 18px;
  height: 36px;
  padding: 2px 10px;
}
.service-grid__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 30px;
}
.service-grid__filter .select2 {
  min-width: 200px;
}

.service-items-grid {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.service-items-grid .service-item {
  padding: 7px;
}
.service-items-grid .service-item__image {
  height: 152px;
}
@media (min-width: 768px) {
  .service-items-grid .service-item {
    width: 50%;
  }
  .service-items-grid .service-item__inner {
    flex-direction: row;
    padding: 20px 20px 20px 30px;
  }
  .service-items-grid .service-item__title h3 {
    @apply mb-0;
  }
  .service-items-grid .service-item__text {
    text-align: left;
    padding-left: 10px;
  }
  .service-items-grid .service-item__image {
    padding-right: 10px;
    align-items: flex-start;
    height: 58px;
  }
  .service-items-grid .service-item__inner {
    flex-direction: row;
    padding: 20px 20px 20px 30px;
  }
  .service-items-grid .service-item__description {
    padding-bottom: 0;
    line-height: 23px;
  }
}
@media (min-width: 992px) {
  .service-items-grid .service-item {
    width: 50%;
  }
}

.service-item {
  padding: 8px 15px 8px 15px;
  width: 100%;
}
.service-item__inner {
  background: white;
  border-radius: 30px;
  padding: 0 24px 32px 24px;
  height: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #3B3B3B;
}
.service-item__inner:hover {
  color: #3B3B3B;
  text-decoration: none;
}
.service-item__image {
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-item__image-inner {
  width: 102px;
  max-width: 90%;
  border-radius: 50%;
  background: #c9ec51;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service-item__image-inner:before {
  content: " ";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.service-item__image-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 60%;
  max-height: 60%;
  transform: translate(-50%, -50%);
}
.service-item__title h3 {
  font-family: "Carnac-Light", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
.service-item__text {
  flex-grow: 1;
}
.service-item__description {
  color: #3B3B3B;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .service-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .service-item {
    width: 33.3333333333%;
  }
}

.related-services-sectors {
  background-color: rgba(216, 216, 216, 0.31);
}
.related-services-sectors__title {
  font-family: "Carnac-Regular", sans-serif;
  font-size: 50px;
  line-height: 66px;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .related-services-sectors__title {
    text-align: left;
  }
}

/* Form Module */
form.userform {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  /* Custom checkbox styling */
}
form.userform .userformsstep {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
form.userform h1.FormHeading, form.userform h2.FormHeading, form.userform h3.FormHeading, form.userform h4.FormHeading, form.userform h5.FormHeading, form.userform h6.FormHeading {
  width: 100% !important;
  padding: 20px 10px;
}
form.userform .field {
  margin-bottom: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
form.userform .field.userformsstep {
  padding-left: 0;
  padding-right: 0;
}
form.userform .field label,
form.userform .field legend {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 16px;
}
form.userform .field label.left {
  display: none;
}
form.userform .field.checkbox label.left {
  display: block;
}
form.userform .field .hide {
  display: none !important;
}
form.userform .field .userformsgroup {
  border: none;
  padding: 0;
}
form.userform .field.halfwidth {
  vertical-align: top;
}
@media (min-width: 768px) {
  form.userform .field.halfwidth {
    width: 50%;
  }
}
form.userform .field.requiredField .middleColumn {
  position: relative;
}
form.userform .field.requiredField .middleColumn:after {
  content: "";
  display: block;
  background-image: url("/resources/themes/bakertilly/images/icons/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 24px;
  right: 20px;
}
form.userform .field.requiredField.dropdown .middleColumn:after {
  display: none;
}
form.userform input[type=submit] {
  width: 200px;
  margin-bottom: 2em;
}
form.userform input[type=submit]:disabled {
  background-color: #D9D9D9;
  color: #A0A0A0;
  cursor: not-allowed;
}
form.userform select,
form.userform input[type=text],
form.userform input[type=email],
form.userform input[type=date],
form.userform input[type=number],
form.userform .ui-selectmenu-button {
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #CCCCCC;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  border-radius: 0;
}
form.userform select:focus,
form.userform input[type=text]:focus,
form.userform input[type=email]:focus,
form.userform input[type=date]:focus,
form.userform input[type=number]:focus,
form.userform .ui-selectmenu-button:focus {
  outline: none;
  box-shadow: none;
}
form.userform textarea {
  background: #fff;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  width: 100%;
}
form.userform textarea:focus {
  outline: none;
  box-shadow: none;
}
form.userform input[type=text]::-moz-placeholder, form.userform input[type=email]::-moz-placeholder, form.userform textarea::-moz-placeholder {
  color: #000000;
}
form.userform input[type=text]::placeholder,
form.userform input[type=email]::placeholder,
form.userform textarea::placeholder {
  color: #000000;
}
form.userform textarea {
  padding: 12px;
}
form.userform input[type=file] {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}
form.userform .error.message {
  display: block;
  color: #D0021B;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 8px 0 24px;
}
form.userform span.message.required {
  display: block;
  color: #D0021B;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 8px 0 24px;
}
form.userform .field.checkboxset,
form.userform .field.checkbox {
  /* Hide real radio element */
  /* Label styling */
  /* checkbox aspect */
  /* checked mark aspect */
}
form.userform .field.checkboxset [type=checkbox]:not(:checked),
form.userform .field.checkboxset [type=checkbox]:checked,
form.userform .field.checkbox [type=checkbox]:not(:checked),
form.userform .field.checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
form.userform .field.checkboxset [type=checkbox]:not(:checked) + label,
form.userform .field.checkboxset [type=checkbox]:checked + label,
form.userform .field.checkbox [type=checkbox]:not(:checked) + label,
form.userform .field.checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 90px;
  line-height: 50px;
  cursor: pointer;
  min-height: 50px;
}
form.userform .field.checkboxset [type=checkbox]:not(:checked) + label:before,
form.userform .field.checkboxset [type=checkbox]:checked + label:before,
form.userform .field.checkbox [type=checkbox]:not(:checked) + label:before,
form.userform .field.checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: #fff;
}
form.userform .field.checkboxset [type=checkbox]:checked + label:after,
form.userform .field.checkbox [type=checkbox]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\F00C";
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 28px;
  line-height: 50px;
  width: 50px;
  color: #319b42;
  text-align: center;
}
form.userform .field.optionset {
  /* label styling */
  /* radio aspect */
  /* radio check aspect */
}
form.userform .field.optionset [type=radio]:not(:checked),
form.userform .field.optionset [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
form.userform .field.optionset [type=radio]:not(:checked) + label,
form.userform .field.optionset [type=radio]:checked + label {
  position: relative;
  padding-left: 90px;
  line-height: 40px;
  cursor: pointer;
  min-height: 40px;
}
form.userform .field.optionset [type=radio]:not(:checked) + label:before,
form.userform .field.optionset [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 50%;
}
form.userform .field.optionset [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 8px solid #319b42;
  border-bottom-style: inset;
  border-radius: 50%;
}
form.userform .user-table-field {
  width: 100%;
  margin-top: 15px;
}
form.userform .user-table-field th {
  text-align: center;
  padding: 0 10px;
}
form.userform .user-table-field input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
form.userform .user-table-field input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
form.userform .user-table-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
form.userform .user-table-field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
@media (max-width: 767.98px) {
  form.userform .user-table-field {
    width: 100%;
  }
  form.userform .user-table-field input::-moz-placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
  }
  form.userform .user-table-field input::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
  }
  form.userform .user-table-field input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
  }
  form.userform .user-table-field input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
  }
  form.userform .user-table-field th {
    display: none;
  }
  form.userform .user-table-field tr {
    border-bottom: 1px solid #000;
  }
  form.userform .user-table-field tr:last-of-type {
    border-bottom: none;
  }
  form.userform .user-table-field td {
    width: 100%;
    display: block;
    max-width: unset;
  }
}

/* Custom Radio styling */
.custom-radio-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  /* Hide real radio element */
  /* label styling */
  /* radio aspect */
  /* radio check aspect */
}
.custom-radio-wrapper label {
  margin-bottom: 0;
}
.custom-radio-wrapper span.title {
  font-family: "Carnac-Regular", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.custom-radio-wrapper [type=radio]:not(:checked),
.custom-radio-wrapper [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.custom-radio-wrapper [type=radio]:not(:checked) + label,
.custom-radio-wrapper [type=radio]:checked + label {
  position: relative;
  padding-left: 90px;
  line-height: 40px;
  cursor: pointer;
  min-height: 40px;
}
.custom-radio-wrapper [type=radio]:not(:checked) + label:before,
.custom-radio-wrapper [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: #ffffff;
  border-radius: 50%;
}
.custom-radio-wrapper [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 8px solid #319b42;
  border-bottom-style: inset;
  border-radius: 50%;
}

/* Form Module (Elemental) */
.element.elements__userformmodule,
.element.elements__userformctamodule {
  background-color: rgba(216, 216, 216, 0.31);
}
.element.elements__userformmodule .ui-selectmenu-button,
.element.elements__userformctamodule .ui-selectmenu-button {
  width: auto !important;
}

.ui-selectmenu-menu .ui-widget-content {
  max-height: 50vh;
}

/* Collapsible styling */
.form-element__title {
  margin-bottom: 40px;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
.form-element__wrapper {
  display: block;
  height: auto;
  overflow-y: hidden;
  transition: max-height 1s ease-out;
}
.form-element__wrapper.collapsed {
  max-height: 0;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.collapse-form-toggle {
  height: 50px;
  width: 100%;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.collapse-form-toggle .btn-toggle {
  display: none;
}
.collapse-form-toggle .btn-toggle.active {
  display: block;
}

.download-pdf {
  display: none;
}

.mailchimp-option .validation {
  display: none;
}

#uff {
  scroll-margin-top: 150px;
  margin-top: 100px;
  padding-top: 50px;
}

.checkBlock {
  margin: 5rem auto;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}
.checkBlock__wrap {
  box-shadow: 0 15px 35px rgba(0, 0, 40, 0.2), 0 5px 15px rgba(0, 0, 40, 0.14);
  background: #f7f7f7;
  background: #ffffff;
  padding: 3rem;
  border-radius: 0.5rem;
}
.checkBlock__wrap__heading {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #319b42;
}
.checkBlock__wrap__item {
  text-align: left;
  margin-bottom: 2rem;
}
.checkBlock__wrap__item .checkmark {
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin-top: 1px;
}
.checkBlock__wrap__item__content {
  padding-left: 1rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 3rem);
}
.checkBlock__wrap__item p {
  font-size: 1.2rem;
  font-family: "Carnac-Regular", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #3B3B3B;
}

.checkmark.inView {
  animation: fill 0.2s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.inView .checkmark__circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #319b42;
  fill: none;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inlnie-block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #c9ec51;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #319b42;
  }
}
#cookie_container {
  position: fixed;
  z-index: 100000000000000020;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #ffffff !important;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
#cookie_container .cookie_inner {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px 100px;
}
#cookie_container .cookie_inner a {
  color: #319b42;
}
#cookie_container .cookie_inner a:hover {
  color: #319b42;
}
#cookie_container #setCookie {
  position: absolute !important;
  bottom: 40px !important;
  cursor: pointer !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  line-height: 21px !important;
  border-radius: 16px !important;
  padding: 0.4em 1.5em !important;
  border: none !important;
  display: inline-table !important;
  color: #ffffff !important;
  background: linear-gradient(to right, #c9ec51 0%, #319b42 100%) !important;
}

.testimonials__slider-btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: calc(100% - 32px);
}
.testimonials__slider-btn {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonials__slider-btn.right {
  right: -35px;
}
@media (min-width: 1260px) {
  .testimonials__slider-btn.right {
    right: -50px;
  }
}
.testimonials__slider-btn.left {
  left: -35px;
}
@media (min-width: 1260px) {
  .testimonials__slider-btn.left {
    left: -50px;
  }
}
.testimonials__image {
  width: 100%;
  max-width: 200px;
  border-radius: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 32px;
  margin-bottom: 32px;
}
.testimonials__image:before {
  content: " ";
  display: block;
  padding-top: 100%;
}
.testimonials__content {
  flex-grow: 1;
}
.testimonials__title {
  font-size: 30px;
  line-height: 36px;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
}
.testimonials__quote {
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 34px;
  color: #3B3B3B;
  font-weight: 400;
}
.testimonials__author {
  font-weight: 700;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  color: #3B3B3B;
  font-weight: 400;
}
.testimonials__slide-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .testimonials__image {
    margin-bottom: 0;
  }
  .testimonials__slide-inner {
    display: flex;
    align-items: center;
  }
}

.history-module__title {
  margin-bottom: 16px;
}
.history-module__year {
  margin-bottom: 36px;
}
.history-module__year h4 {
  margin-bottom: 36px;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 300;
}
.history-module__image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 22px;
  min-height: 300px;
  border-radius: 30px;
}
.history-module__image:before {
  content: " ";
  padding-top: 50%;
  display: block;
}
.history-module__video {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 22px;
}
.history-module__video:before {
  content: " ";
  display: block;
  padding-top: 56.25%;
}
.history-module__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.history-module__item {
  margin-bottom: 36px;
}
.history-module__item:last-child {
  margin-bottom: 0;
}
.history-module__image-container {
  opacity: 0;
  transition: 0.5s all linear;
  transform: translateY(10px);
}
.history-module__item--loaded .history-module__image-container {
  opacity: 1;
  transform: translateY(0);
}
.history-module__content {
  padding: 32px 24px;
  background: white;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  opacity: 0;
  transition: 0.5s all linear;
  transform: translateY(10px);
}
.history-module__item--loaded .history-module__content {
  opacity: 1;
  transform: translateY(0);
}
.history-module__content p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .history-module__year {
    margin-bottom: 53px;
  }
  .history-module__year h4 {
    width: 50%;
    top: -13px;
    position: relative;
  }
  .history-module__year h4:before {
    content: " ";
    display: block;
    background: #D1EC51;
    height: 4px;
    width: calc(100% - 100px);
    border-radius: 2px;
    position: absolute;
    left: 80px;
    top: 12px;
  }
  .history-module__year h4:after {
    content: " ";
    display: block;
    background: #D1EC51;
    height: 4px;
    width: 18px;
    border-radius: 2px;
    position: absolute;
    right: -10px;
    top: 12px;
  }
  .history-module__list {
    position: relative;
  }
  .history-module__list:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    left: 50%;
    margin-right: -1px;
    background: #D1EC51;
  }
  .history-module__item {
    display: flex;
    justify-content: space-between;
  }
  .history-module__item--odd {
    flex-direction: row-reverse;
  }
  .history-module__image-container {
    width: 48%;
    transform: translateX(-40px);
    margin-bottom: 0;
  }
  .history-module__image {
    margin-bottom: 0;
  }
  .history-module__video {
    margin-bottom: 0;
  }
  .history-module__content {
    width: 48%;
    transform: translateX(40px);
    display: flex;
    align-items: center;
  }
  .history-module .history-module__item--odd .history-module__content {
    transform: translateX(-40px);
  }
  .history-module .history-module__item--odd .history-module__image-container {
    transform: translateX(40px);
  }
  .history-module .history-module__item--loaded .history-module__content {
    transform: translateX(0);
  }
  .history-module .history-module__item--loaded .history-module__image-container {
    transform: translateX(0);
  }
}

.module-tiles__title h2 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
}
.module-tiles__content {
  color: #3B3B3B;
  font-size: 16px;
  line-height: 32px;
}
.module-tiles__content ul {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  padding-left: 0;
  margin: 2em 0;
}
.module-tiles__content ul li {
  position: relative;
  left: 22px;
  padding-left: 20px;
  margin-right: 22px;
  margin-bottom: 20px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}
.module-tiles__content ul li::before {
  content: " ";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #c9ec51;
  position: absolute;
  left: -20px;
  top: 10px;
}

.carousel-block__slider {
  padding: 0 44px;
}
.carousel-block__slide {
  padding: 0 16px;
}
.carousel-block__slide__title {
  margin-bottom: 30px;
  font-family: "Carnac-Medium", sans-serif;
}
.carousel-block__slide img {
  width: 100%;
  height: auto;
}
.carousel-block__slider-btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: calc(100% - 32px);
}
.carousel-block__slider-btn {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.carousel-block__slider-btn.right {
  right: 16px;
}

.search-location {
  background-color: #D1EC51;
  padding: 20px 20px 28px 0;
}
.search-location__inner {
  justify-content: space-between;
  display: block;
  width: 100%;
}
.search-location__inner select {
  height: 55px;
  width: 100%;
}
@media (min-width: 768px) {
  .search-location {
    background-color: white;
  }
  .search-location__bar {
    background-color: #D1EC51;
    padding: 25px 32px 25px 32px;
    border-radius: 30px;
  }
  .search-location__inner {
    display: flex;
    align-items: baseline;
  }
  .search-location__inner select {
    min-width: 246px;
  }
}

.page-main {
  padding-bottom: 80px;
}

body.Blog .module-news-item,
body.NewsPage .module-news-item {
  margin-bottom: 75px;
}
body.Blog #news-search-form,
body.NewsPage #news-search-form {
  margin: 16px 0 44px;
}
body.Blog #news-search-form .tag-wrapper,
body.NewsPage #news-search-form .tag-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.Blog #news-search-form .tag-option,
body.NewsPage #news-search-form .tag-option {
  margin-bottom: 16px;
  /* Label styling */
  /* checkbox aspect */
  /* checked mark aspect */
}
body.Blog #news-search-form .tag-option [type=checkbox],
body.NewsPage #news-search-form .tag-option [type=checkbox] {
  position: absolute;
  left: -9999px;
}
body.Blog #news-search-form .tag-option [type=checkbox] + label,
body.NewsPage #news-search-form .tag-option [type=checkbox] + label {
  display: block;
  cursor: pointer;
  padding: 0.5em 1em;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-right: 8px;
  transition: all 0.3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.Blog #news-search-form .tag-option [type=checkbox]:not(:checked) + label,
body.NewsPage #news-search-form .tag-option [type=checkbox]:not(:checked) + label {
  color: #000000;
  background-color: rgba(237, 237, 237, 0.75);
}
body.Blog #news-search-form .tag-option [type=checkbox]:checked + label,
body.NewsPage #news-search-form .tag-option [type=checkbox]:checked + label {
  color: #ffffff;
  background-color: #319b42;
}
body.Blog .news-page__title h1, body.Blog .news-page__title h2,
body.NewsPage .news-page__title h1,
body.NewsPage .news-page__title h2 {
  margin-bottom: 0;
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}
body.Blog .news-page__description,
body.NewsPage .news-page__description {
  margin-bottom: 16px;
}
body.Blog .news-page__description p,
body.NewsPage .news-page__description p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  color: #3B3B3B;
}
body.Blog .custom-pagination,
body.NewsPage .custom-pagination {
  margin-top: 80px;
}

.service-page {
  /* Styling module overrides */
  /* Sidebar styling begins */
  /* Sidebar styling ends */
}
.service-page .module-news__title h1 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
  color: #000000;
}
.service-page__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .service-page__title {
    text-align: left;
  }
}
.service-page__introduction {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #3B3B3B;
  text-align: center;
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .service-page__introduction {
    text-align: left;
  }
}
.service-page__content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000028;
  padding: 30px 0;
}
.service-page__sidebar {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #D9D9D6;
}
@media (min-width: 992px) {
  .service-page__sidebar {
    margin: -50px 0 0 13px;
    padding: 50px 0 0 25px;
    height: calc(100% + 50px);
    border-left: 1px solid #D9D9D6;
    border-top: none;
  }
}
@media (min-width: 1260px) {
  .service-page__sidebar {
    margin: -50px 0 0 25px;
    padding: 50px 0 0 50px;
  }
}
.service-page__sidebar .title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 32px;
}
.service-page .sector-sidebar-items {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.service-page .sector-sidebar-items .item {
  display: none;
}
.service-page .sector-sidebar-items .item.open,
.service-page .sector-sidebar-items .item .open {
  display: block;
}
.service-page .sector-sidebar-items .item .chevron-container.arrow-change::before {
  content: "\F078";
}
.service-page .sector-sidebar-items .item &gt; .sector-list-submenu {
  padding-left: calc(24px + 1rem);
}
.service-page .sector-sidebar-items .item .item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.service-page .sector-sidebar-items .item .chevron-container,
.service-page .sector-sidebar-items .item a {
  display: inline-block;
}
.service-page .sector-sidebar-items .item .chevron-container {
  width: 24px;
  height: 22px;
  padding-right: 0.5rem;
  position: relative;
}
.service-page .sector-sidebar-items .item .chevron-container::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #319b42;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F054";
  font-size: inherit;
}
.service-page .sector-sidebar-items .item a {
  white-space: normal;
}
.service-page .sector-sidebar-items .item a {
  color: #000;
}
.service-page .sector-sidebar-items .item a.active {
  color: #319b42;
}
.service-page .sector-sidebar-items .sector-list-top {
  color: #000028;
  cursor: pointer;
}
.service-page .sector-sidebar-items .sector-list-submenu.active {
  display: block;
}
.service-page .sector-sidebar-items .sector-list-submenu li a {
  color: #000;
}
.service-page .sector-sidebar-items .sector-list-submenu li a.active, .service-page .sector-sidebar-items .sector-list-submenu li a:hover {
  color: #319b42;
}
.service-page .tags-and-sharing {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #D9D9D6;
}
.service-page__location {
  padding-top: 60px;
}
.service-page__location select {
  width: 100%;
  height: 55px;
  border: 0;
  padding: 8px 16px;
}
.service-page__location__inner {
  margin: 0 -15px;
  background: #c9ec51;
  padding: 24px;
}
@media (min-width: 576px) {
  .service-page__location__inner {
    margin: 0;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service-page__location__inner p {
    margin: 0;
  }
  .service-page__location__inner select {
    width: 50%;
    max-width: 250px;
    margin-left: 30px;
  }
}

body.ServicePage .module-news__slider-wrapper {
  margin-bottom: 0;
}
body.ServicePage .content-section.module-people {
  padding-bottom: 0;
}
body.ServicePage h2 {
  font-family: Carnac-Medium, sans-serif;
}

/* Hide the 'Make an enquiry' form only on the 'Expand your business into New Zealand' page */
body.expand-your-business-into-new-zealand #make-an-enquiry {
  display: none;
}

.services-section .services-section__title,
.services-section .sectors-section__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .services-section .services-section__title,
.services-section .sectors-section__title {
    text-align: left;
  }
}
.services-section .services-section__introduction,
.services-section .sectors-section__introduction {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .services-section .services-section__introduction,
.services-section .sectors-section__introduction {
    text-align: left;
  }
}
.services-section .services-grid {
  margin: 0 -7px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services-section .sectors-section {
  background-color: rgba(216, 216, 216, 0.31);
  padding: 60px 0;
}
.services-section .sectors-section__sector-list .sector-item a {
  text-decoration: none;
  color: #000000;
}
.services-section .sectors-section__sector-list .sector-item a:hover {
  color: #319b42;
}
.services-section .sectors-section__sector-list .sector-item, .services-section .sectors-section__sector-list p {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  display: inline-block;
}
.services-section .sectors-section__sector-list .sector-item:last-of-type:after, .services-section .sectors-section__sector-list p:last-of-type:after {
  content: "";
  padding: 0;
  margin: 0;
}
.services-section .sectors-section__sector-list .sector-item:after, .services-section .sectors-section__sector-list p:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 10px;
  line-height: inherit;
  content: "\F111";
  color: #319b42;
  padding-left: 1.75em;
  margin-right: 1.75em;
  position: relative;
  top: -3px;
}

/* Person page styles */
.person-page {
  padding-bottom: 50px !important;
  /* Sidebar styling begins */
  /* Sidebar styling ends */
}
.person-page__name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
.person-page__name h1, .person-page__name h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .person-page__name {
    text-align: left;
  }
}
.person-page__jobtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
.person-page__jobtitle h1, .person-page__jobtitle h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .person-page__jobtitle {
    text-align: left;
  }
}
.person-page__introduction {
  font-size: 16px;
  line-height: 22px;
  color: #3B3B3B;
  margin-bottom: 65px;
  text-align: center;
}
.person-page__introduction p {
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  .person-page__introduction {
    text-align: left;
  }
}
.person-page__content {
  font-size: 18px;
  line-height: 23px;
  color: #000028;
}
.person-page__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.person-page .person-contact {
  margin: 40px 0;
}
.person-page .person-contact__name {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.person-page .person-contact__list {
  margin-top: 32px;
}
.person-page .person-contact__list-item {
  margin-bottom: 16px;
}
.person-page .person-contact__list-item:last-of-type {
  margin-bottom: 0;
}
.person-page .person-contact__list-item img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .person-page .person-contact__list-item img {
    width: 57px;
    height: 57px;
    margin-right: 16px;
  }
}
.person-page .person-contact__list-item a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.person-page .tags-and-sharing {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #D9D9D6;
}
@media (min-width: 768px) {
  .person-page .tags-and-sharing {
    margin-top: 100px;
  }
}
.person-page .related-articles {
  margin-top: 50px;
}
.person-page .related-articles__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
}

.branch-page__hero-container {
  position: relative;
  height: 540px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.branch-page__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
}
.branch-page__introduction {
  color: #3B3B3B;
}
.branch-page__introduction p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.branch-page__introduction a.btn {
  margin-top: 16px;
}
.branch-page .specialist-areas {
  margin: 60px 0 0;
}
.branch-page .specialist-areas__title {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}
.branch-page .specialist-areas__introduction {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000028;
}
.branch-page .specialist-areas__grid {
  margin: 60px 0 0;
}

/* Module Styling Overrides for Branch Page */
body.BranchPage .module-people-service__title h2 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
}
body.BranchPage .module-news__title h2 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.branch-location {
  width: 100%;
  height: 610px;
  margin-bottom: 5px;
}
.branch-location .branch-location-toast {
  border-radius: 8px;
  border: 6px solid #319b42;
  padding: 28px 24px;
}
.branch-location .branch-location-toast h2, .branch-location .branch-location-toast h3 {
  font-family: "Carnac-Regular", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
}
.branch-location .branch-location-toast__address {
  margin: 20px 0;
}
.branch-location .branch-location-toast__address p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.branch-location .branch-location-toast__directions a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.branch-location button[title=Close] {
  display: none !important;
}
.branch-location .gm-style-iw.gm-style-iw-c {
  padding: 0;
}
.branch-location .gm-style .gm-style-iw-t::after {
  border-top: 11px solid #319b42 !important;
}
.branch-location .gm-style-iw-d {
  max-width: 298px !important;
  max-height: 400px !important;
  overflow: hidden !important;
}

.PeopleHubPage .peoplehub__title {
  margin-bottom: 16px;
  font-family: "Carnac-Regular", sans-serif;
}
.PeopleHubPage .peoplehub__description {
  margin-bottom: 16px;
}
.PeopleHubPage .peoplehub__list-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 44px -0.5% 0;
}
.PeopleHubPage .peoplehub__load-more-wrapper {
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-search__title {
  margin-bottom: 32px;
}
.site-search__result {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #000028 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-search__result h3 {
  color: #319b42;
}
.site-search__result:hover {
  text-decoration: none;
}
.site-search__result:hover h3 {
  text-decoration: underline;
}

.login-wrapper .box {
  margin: 0 auto;
  max-width: 342px;
}
.login-wrapper .box label {
  display: block;
  text-align: left;
  font-weight: bold;
}
.login-wrapper .box .field.checkbox {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.login-wrapper .box .field.checkbox input[type=checkbox] {
  margin-left: 0;
  margin-top: 0;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.login-wrapper .box input[type=text],
.login-wrapper .box input[type=password] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 18px;
  width: 100%;
  border: 1px solid #dfe3e3;
  padding: 6px 12px;
  border-radius: 4px !important;
}
.login-wrapper .box input[type=password] {
  margin-bottom: 10px;
}
.login-wrapper .box .message.bad {
  color: #d82106;
}
.login-wrapper .box .btn-toolbar {
  text-align: center;
}
.login-wrapper .box #ForgotPassword a {
  display: block;
  text-align: right;
  font-style: italic;
  text-decoration: underline;
  color: #3d88ba;
  font-size: 13px;
  margin: 6px;
}

.gdpr {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100;
}
.gdpr--active {
  display: block;
}
.gdpr__icon-holder {
  display: flex;
  justify-content: flex-end;
}
.gdpr__icon {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gdpr__icon:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: black;
}
.gdpr__body {
  position: absolute;
  left: 0;
  bottom: 32px;
  padding-top: 20px;
  width: 80vw;
  max-width: 320px;
}
.gdpr__inner {
  background: white;
  border-radius: 30px;
  padding: 20px 28px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}
.gdpr__inner p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: black;
}
.gdpr__inner p:last-of-type {
  margin-bottom: 0;
}
.gdpr__actions {
  padding-top: 20px;
}
.gdpr__actions ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0;
}
.gdpr__actions li {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.gdpr__actions li:last-child {
  margin-bottom: 0;
}
.gdpr__actions button {
  min-width: 1px;
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
}
.gdpr__actions button:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gdpr__body {
    padding-top: 0;
    padding-left: 0;
    width: 540px;
    bottom: 60px;
    left: 60px;
  }
  .gdpr__icon {
    width: 52px;
    height: 52px;
  }
  .gdpr__icon:before {
    width: 14px;
    height: 14px;
  }
  .gdpr__actions li {
    width: 50%;
    margin-bottom: 0;
  }
  .gdpr__actions button {
    min-width: 1px;
  }
}

.gdpr__actions button {
  margin-bottom: 0;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}</pre></body></html>