.toolkit-border {
	border: solid 1px #4a4a4a
}

.toolkit-border-b {
	border-bottom: solid 1px #4a4a4a
}

.toolkit-border-b--dashed {
	border-bottom-style: dashed
}

.toolkit-border-b--dotted {
	border-bottom-style: dotted
}

.toolkit-border-t {
	border-top: solid 1px #4a4a4a
}

.toolkit-border-t--dashed {
	border-top-style: dashed
}

.toolkit-border-t--dotted {
	border-top-style: dotted
}

.toolkit-border-r {
	border-right: solid 1px #4a4a4a
}

.toolkit-border-r--dashed {
	border-right-style: dashed
}

.toolkit-border-r--dotted {
	border-right-style: dotted
}

.toolkit-border-l {
	border-left: solid 1px #4a4a4a
}

.toolkit-border-l--dashed {
	border-left-style: dashed
}

.toolkit-border-l--dotted {
	border-left-style: dotted
}

.toolkit-border-x {
	border-left: solid 1px #4a4a4a;
	border-right: solid 1px #4a4a4a
}

.toolkit-border-x--dashed {
	border-left-style: dashed;
	border-right-style: dashed
}

.toolkit-border-x--dotted {
	border-left-style: dotted;
	border-right-style: dotted
}

.toolkit-border-y {
	border-top: solid 1px #4a4a4a;
	border-bottom: solid 1px #4a4a4a
}

.toolkit-border-y--dashed {
	border-top-style: dashed;
	border-bottom-style: dashed
}

.toolkit-border-y--dotted {
	border-top-style: dotted;
	border-bottom-style: dotted
}

.toolkit-border--dashed {
	border-style: dashed
}

.toolkit-border--dotted {
	border-style: dotted
}

.toolkit-border--primary {
	border-color: #cecece
}

.toolkit-border-list--last-child-none .toolkit-border-t:last-child,.toolkit-border-list--last-child-none .toolkit-border:last-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--last-child-none .toolkit-border-r:last-child,.toolkit-border-list--last-child-none .toolkit-border:last-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--last-child-none .toolkit-border-b:last-child,.toolkit-border-list--last-child-none .toolkit-border:last-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--last-child-none .toolkit-border-l:last-child,.toolkit-border-list--last-child-none .toolkit-border:last-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--last-child-none .toolkit-border-y:last-child,.toolkit-border-list--last-child-none .toolkit-border:last-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--last-child-none .toolkit-border-x:last-child,.toolkit-border-list--last-child-none .toolkit-border:last-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--first-child-none .toolkit-border-t:first-child,.toolkit-border-list--first-child-none .toolkit-border:first-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--first-child-none .toolkit-border-r:first-child,.toolkit-border-list--first-child-none .toolkit-border:first-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--first-child-none .toolkit-border-b:first-child,.toolkit-border-list--first-child-none .toolkit-border:first-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--first-child-none .toolkit-border-l:first-child,.toolkit-border-list--first-child-none .toolkit-border:first-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--first-child-none .toolkit-border-y:first-child,.toolkit-border-list--first-child-none .toolkit-border:first-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-border-list--first-child-none .toolkit-border-x:first-child,.toolkit-border-list--first-child-none .toolkit-border:first-child {
	border-color: rgba(0,0,0,0)
}

.toolkit-top-right-position {
	position: absolute;
	top: 0;
	right: 0
}

@media screen and (max-width: 768px) {
	.toolkit-top-right-position {
		position:static;
		display: flex;
		justify-content: flex-end
	}
}

.toolkit-container-large {
	width: 1100px;
	margin: 0 auto
}

@media screen and (max-width: 768px) {
	.toolkit-container-large {
		width:100%;
		padding: 0 16px
	}
}

.toolkit-container-medium {
	width: 771px;
	margin-right: 29px
}

@media screen and (max-width: 768px) {
	.toolkit-container-medium {
		width:100%;
		margin-right: 0
	}
}

.toolkit-container-large .sidebar {
	margin-top: 25px;
	max-width: 300px
}

@media screen and (max-width: 768px) {
	.toolkit-container-large .sidebar {
		max-width:100%
	}
}

.toolkit-list-none {
	list-style: none
}

.toolkit-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px !important;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px !important
}

.toolkit-gallery-hidden {
	height: 0;
	visibility: hidden
}

.toolkit-shadow {
	box-shadow: 0 3px 9px 0 rgba(0,0,0,.41)
}

.toolkit-card {
	border-radius: 5px;
	position: relative
}

.toolkit-contrast .toolkit-card {
	background-color: #000
}

.toolkit-card__body {
	padding: 16px
}

.toolkit-card--bg-primary {
	background-color: #f4f4f4
}

.toolkit-card--bg-secondary {
	background-color: #eee
}

.toolkit-privacy-box {
	background-color: #fff;
	border-radius: 8px;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 848px;
	animation-iteration-count: 1;
	left: 0;
	right: 0;
	margin: auto;
	animation-name: transitionDown;
	box-sizing: border-box
}

@media screen and (max-width: 768px) {
	.toolkit-privacy-box {
		width:80%
	}
}

.toolkit-contrast .toolkit-privacy-box {
	border: 1px solid #fff
}

.toolkit-privacy-box__body {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between
}

@media screen and (max-width: 768px) {
	.toolkit-privacy-box__body {
		display:inline-flex;
		flex-direction: column
	}
}

.toolkit-privacy-box__text {
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.toolkit-privacy-box__text {
		line-height:1.29;
		text-align: center;
		font-size: 14px
	}
}

.toolkit-contrast .toolkit-privacy-box__text {
	color: #fff
}

.toolkit-privacy-box__link {
	color: #218ee1;
	text-decoration: underline
}

.toolkit-privacy-box__btn {
	width: 106px
}

@media screen and (max-width: 768px) {
	.toolkit-privacy-box__btn {
		width:100%
	}
}

.toolkit-contrast .toolkit-privacy-box__btn {
	border: 1px solid #fff
}

.toolkit-privacy-box.show {
	display: block;
	animation-name: transitionUp;
	animation-duration: .8s
}

.toolkit-privacy-box.hide {
	display: none
}

.toolkit-privacy-box.hiding {
	animation-duration: .5s;
	animation-name: transitionDown
}

@keyframes transitionUp {
	from {
		transform: translateY(100%)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes transitionDown {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(100%)
	}
}

.toolkit-btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	border: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background-color: var(--vertical-color, #218ee1);
	padding: 0px 14px;
	cursor: pointer;
	height: 48px;
	min-width: 115px
}

.toolkit-btn:disabled {
	color: #797979;
	background-color: #d8d8d8
}

.toolkit-btn--default-color {
	background-color: #217345
}

.toolkit-btn--medium {
	padding: 0 12px;
	height: 39px
}

.toolkit-btn--small {
	padding: 0 8px;
	height: 33px
}

.toolkit-contrast .toolkit-btn {
	background-color: #000
}

.toolkit-btn-arrow {
	display: flex;
	margin: 16px auto 0;
	border: none;
	outline: none;
	background: rgba(0,0,0,0);
	padding: 0;
	transition: transform .2s ease
}

@media screen and (max-width: 768px) {
	.toolkit-btn-arrow {
		visibility:hidden
	}
}

.toolkit-btn-arrow.close {
	transform: rotate3d(1, 0, 0, 180deg)
}

.toolkit-btn-arrow:after {
	content: "";
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-135deg)
}

.toolkit-contrast .toolkit-btn-arrow:after {
	border-color: #fff
}

.toolkit-footer-anchor__container {
	display: flex;
	flex-direction: column;
	margin-top: 16px
}

.toolkit-footer-anchor__wrapper {
	display: flex;
	justify-content: flex-end;
	margin: 0 25px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	margin-bottom: 16px
}

.toolkit-footer-anchor__text {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 8px
}

.toolkit-footer-nav {
	display: flex;
	justify-content: space-around;
	padding: 25px 0;
	font-family: "Open Sans",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	background-color: #f5f5f5;
	position: relative
}

.toolkit-footer-nav :before {
	content: "";
	width: 0;
	height: 80%;
	position: absolute;
	border: 1px solid #e7e7e7;
	top: 20px;
	left: 50%;
	opacity: .1
}

.toolkit-footer-nav__menu {
	list-style: none
}

.toolkit-footer-nav__link {
	color: #333
}

.toolkit-footer-main {
	font-family: "Open Sans",sans-serif;
	color: #fff;
	padding: 40px 0 30px;
	min-height: 160px;
	width: 100%;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	position: relative;
	background: var(--vertical-color)
}

@media screen and (max-width: 768px) {
	.toolkit-footer-main {
		height:209px
	}
}

.toolkit-footer-main__wrapper {
	display: flex;
	width: 1100px;
	margin: 0 auto;
	flex-direction: column
}

@media screen and (max-width: 768px) {
	.toolkit-footer-main__wrapper {
		width:100%;
		align-items: center
	}
}

.toolkit-footer-main__content {
	display: flex;
	justify-content: space-between;
	border-bottom: .8px solid #f4f4f4;
	padding-bottom: 20px
}

@media screen and (max-width: 768px) {
	.toolkit-footer-main__content {
		flex-direction:column;
		align-items: center;
		border-bottom: none
	}

	.toolkit-footer-main__content:before {
		content: "";
		width: 100%;
		border-bottom: solid .8px #f4f4f4;
		position: absolute;
		left: 0;
		top: 71%;
		z-index: 1;
		opacity: .4
	}
}

.toolkit-footer-main__logo {
	display: flex;
	color: #fff;
	align-items: center;
	text-decoration: none !important
}

.toolkit-footer-main__name-section {
	margin-left: 9px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	font-family: "Open Sans",sans-serif;
	line-height: 17px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px
}

.toolkit-footer-main__copyright-date {
	font-size: 11px;
	align-self: center
}

@media screen and (max-width: 768px) {
	.toolkit-footer-main__copyright-date {
		text-align:center;
		margin-top: 24px;
		max-width: 220px
	}
}

.toolkit-menu-footer {
	margin-top: 20px
}

.toolkit-menu-footer__list {
	display: flex;
	list-style: none
}

.toolkit-menu-footer__item {
	margin-left: 25px;
	line-height: 11px
}

.toolkit-menu-footer__item:first-child {
	margin-left: 0
}

.toolkit-menu-footer__link {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase
}

.toolkit-menu-footer__link:hover {
	text-decoration: underline
}

.toolkit-menu-footer__space {
	width: 100%;
	height: 50px;
	float: left
}

.toolkit-icon {
	font-family: FontAwesome;
	color: #fff
}

.toolkit-icon--play::after {
	content: ""
}

.toolkit-banner {
	display: flex;
	flex-direction: column;
	opacity: 1;
	transition: opacity .3s
}

@media screen and (min-width: 768px) {
	.toolkit-banner {
		background-color:#fff;
		width: 1100px;
		height: 60px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 10px;
		box-shadow: inset 0 -10px 10px -13px gray
	}
}

.toolkit-banner--closed {
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease
}

@media screen and (min-width: 768px) {
	.toolkit-banner--closed {
		height:0;
		padding: 0;
		opacity: 1;
		transition: all .4s ease
	}
}

.menu-mobile-fixe .toolkit-banner {
	visibility: hidden;
	opacity: 0;
	transition: all .5s
}

.toolkit-banner__highlight {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #fff
}

@media screen and (min-width: 768px) {
	.toolkit-banner__highlight {
		padding:0;
		height: auto;
		margin-right: 35px
	}
}

.toolkit-banner__product {
	margin-right: 13px;
	aspect-ratio: 6/1;
	width: 127px
}

@media screen and (min-width: 768px) {
	.toolkit-banner__product {
		width:240px
	}
}

.toolkit-banner__sponsor {
	margin-right: 13px;
	aspect-ratio: 122/41;
	width: 64px
}

@media screen and (min-width: 768px) {
	.toolkit-banner__sponsor {
		width:122px
	}
}

.toolkit-banner__button {
	border-radius: 5px;
	background-color: var(--vertical-color);
	color: #fff;
	font-size: 14px;
	padding: 8px 32px;
	border: none;
	line-height: 1.71;
	transition: opacity .4s
}

@media screen and (min-width: 768px) {
	.toolkit-banner__button {
		margin-right:35px
	}

	.toolkit-banner__button:hover {
		opacity: .9;
		transition: opacity .4s
	}
}

.toolkit-banner__button-secondary {
	border-radius: 50%;
	width: 27px;
	height: 27px;
	font-size: 14px;
	border: 2px var(--vertical-color) solid;
	background-color: #fff;
	color: var(--vertical-color);
	display: flex;
	align-items: center;
	justify-content: center
}

.toolkit-banner__button-secondary[aria-expanded=true] .toolkit-banner__dropdown-icon {
	transform: rotateX(180deg);
	margin-top: 1px;
	margin-left: 0;
	transition: all .4s ease
}

@media screen and (min-width: 768px) {
	.toolkit-banner__button-secondary {
		width:30px;
		height: 30px
	}
}

.toolkit-banner__dropdown-icon {
	transition: all .4s ease;
	margin-top: -1px;
	margin-left: 1px;
	-webkit-transition: -webkit-transform
}

.toolkit-banner__info {
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .4s ease;
	background-color: #fff
}

@media screen and (min-width: 768px) {
	.toolkit-banner__info {
		display:flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		transform: none;
		transition: none
	}
}

.toolkit-banner__info.show {
	transform: scaleY(1)
}

.toolkit-banner__description {
	padding: 16px 62px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media screen and (min-width: 768px) {
	.toolkit-banner__description {
		padding:0;
		width: 420px;
		margin-right: 35px
	}
}

.toolkit-banner__description-text {
	font-size: 14px;
	color: var(--vertical-color);
	text-align: center;
	word-break: break-word;
	margin: 0
}

.toolkit-banner__cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 62px;
	box-shadow: 0px 4px 4px rgba(0,0,0,.25)
}

@media screen and (min-width: 768px) {
	.toolkit-banner__cta {
		box-shadow:none;
		padding: 0;
		flex-direction: row
	}
}

.toolkit-side-menu {
	visibility: hidden;
	position: absolute;
	top: 72px;
	z-index: 9999;
	left: 0
}

.toolkit-side-menu__divisor {
	width: 1px;
	height: 35px;
	transform: rotate(359deg);
	opacity: .5;
	background-color: #fff;
	display: inline-flex;
	margin-left: 15px
}

@media only screen and (max-width: 768px) {
	.toolkit-side-menu__divisor {
		display:none
	}
}

.toolkit-side-menu.show {
	visibility: visible
}

.toolkit-side-menu--backdrop {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 58px;
	left: 0;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: opacity .4s ease
}

@media only screen and (max-width: 768px) {
	.toolkit-side-menu--backdrop {
		top:100px
	}
}

.show .toolkit-side-menu--backdrop {
	opacity: .32
}

.toolkit-side-menu__container {
	height: calc(var(--app-height) - 58px);
	top: -14px;
	position: relative;
	visibility: visible;
	background-color: #fff;
	box-shadow: 0 16px 32px 0 rgba(0,0,0,.24);
	width: 280px;
	left: -285px;
	transition: left .4s ease;
	overflow-x: hidden
}

.show .toolkit-side-menu__container {
	left: 0
}

@media screen and (max-width: 768px) {
	.toolkit-side-menu__container {
		top:-22px;
		height: calc(var(--app-height, 100vh) - 100px);
		width: 300px;
		left: -375px
	}
}

.toolkit-side-menu__form {
	display: flex
}

.toolkit-side-menu__search {
	padding: 32px 21px 0
}

.open .toolkit-side-menu__search {
	height: 0;
	visibility: hidden
}

.toolkit-side-menu__input {
	border-radius: 4px;
	border: solid 1px #d7d7d7;
	background-color: #f8f8f8;
	position: relative;
	padding: 10px 11px 11px 30px;
	width: 100%
}

.toolkit-side-menu__submit {
	border: none;
	background: none;
	opacity: .7;
	color: #333;
	position: absolute;
	padding: 14px 7px 14px 11px
}

.toolkit-side-menu__section {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 285px;
	width: 285px;
	list-style: none;
	opacity: 0;
	transition: opacity .2s ease;
	margin-top: 32px;
	display: none;
	margin-left: 16px
}

@media screen and (max-width: 768px) {
	.toolkit-side-menu__section {
		padding:0
	}
}

.toolkit-side-menu__section.show {
	opacity: 1;
	visibility: visible;
	display: unset
}

.toolkit-side-menu__section.transitioning {
	opacity: 0;
	visibility: visible
}

.toolkit-side-menu__arrow-left {
	margin-right: 8px;
	font-size: 16px;
	pointer-events: none
}

.toolkit-side-menu__item {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 24px;
	list-style: none;
	cursor: pointer
}

.toolkit-side-menu__item .toolkit-side-menu__category-line:last-child {
	display: none
}

.toolkit-side-menu__link:hover {
	text-decoration: underline
}

.toolkit-side-menu__chevron-right {
	fill: #9d9d9d;
	height: 13px;
	width: 13px;
	pointer-events: none
}

.toolkit-side-menu__categories {
	transition: transform .2s ease
}

.toolkit-side-menu__categories.open {
	position: absolute;
	width: 100%;
	transform: translateX(-300px)
}

.toolkit-side-menu__category {
	padding-top: 24px
}

.toolkit-side-menu__category-title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: .83;
	position: relative;
	padding: 0 24px 24px 24px
}

.toolkit-side-menu__category-line {
	width: 280px;
	border-top: 1px solid #ccc;
	left: -24px;
	right: 0;
	top: 0;
	display: block;
	padding-bottom: 24px
}

@media screen and (max-width: 768px) {
	.toolkit-side-menu__category-line {
		width:300px
	}
}

.toolkit-side-menu__column-list {
	margin-top: 24px;
	position: relative
}

.toolkit-side-menu__item-list {
	position: relative
}

.toolkit-side-menu__list,.toolkit-side-menu__item-list {
	padding: 0 24px 0 24px
}

.toolkit-side-menu__button {
	background: none;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	text-align: start;
	color: #333
}

.toolkit-side-menu__button--back {
	color: #218ee1;
	font-size: 18px;
	justify-content: start;
	align-items: baseline;
	font-weight: bold;
	margin-left: 24px
}

@media screen and (max-width: 768px) {
	.toolkit-side-menu__button--back {
		margin-left:23px
	}
}

.toolkit-side-menu.show+.header-nav {
	pointer-events: none
}

.header-social-network {
	margin-right: 40px
}

.scroll-hidden {
	overflow: hidden !important;
	height: var(--app-height);
	width: 100%
}

.header-container {
	padding-left: 32px
}

.toolkit-side-menu-btn {
	display: flex;
	align-items: center;
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-left: 40px;
	text-transform: uppercase
}

@media only screen and (max-width: 768px) {
	.toolkit-side-menu-btn {
		margin-left:0px;
		position: absolute;
		left: 10px
	}
}

.toolkit-side-menu-btn__line-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 17px;
	height: 15px;
	pointer-events: none;
	margin-right: 8px
}

.toolkit-side-menu-btn__line {
	background: #fff;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	transition: all .3s ease
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line-wrapper {
	justify-content: center;
	position: relative
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line:nth-child(2) {
	transform: translateX(-10px);
	opacity: 0
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line:nth-child(1) {
	position: absolute;
	transform: rotate(45deg)
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line:nth-child(3) {
	position: absolute;
	transform: rotate(-45deg)
}