:is(.new-button-scope, .modal) .button {
	font-size: 16px;
}

:is(.new-button-scope, .modal) .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	border-radius: 12px;
	height: 46px;
	padding: 0 18px;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	white-space: nowrap
}

@media(max-width:1279px) {
	:is(.new-button-scope, .modal) .button--md {
		font-size: 15px;
		font-weight: 500;
		letter-spacing: -.01em;
		line-height: 1.45
	}
}

@media(max-width:1279px)and (min-width:360px) {
	:is(.new-button-scope, .modal) .button--md {
		font-size: 16px
	}
}

@media(max-width:1279px)and (min-width:768px) {
	:is(.new-button-scope, .modal) .button--md {
		font-size: 17px;
		line-height: 1.4
	}
}

@media(max-width:1279px)and (min-width:1280px) {
	:is(.new-button-scope, .modal) .button--md {
		font-size: 18px
	}
}

@media(min-width:360px) {
	:is(.new-button-scope, .modal) .button--md {
		padding: 0 20px
	}
}

@media(min-width:768px) {
	:is(.new-button-scope, .modal) .button--md {
		padding: 0 19px
	}
}

@media(min-width:1280px) {
	:is(.new-button-scope, .modal) .button--md {
		font-size: 13px;
		font-weight: 550;
		letter-spacing: 0;
		line-height: 1.4
	}
}

@media(min-width:1280px)and (min-width:360px) {
	:is(.new-button-scope, .modal) .button--md {
		font-size: 14px
	}
}

@media(min-width:1280px)and (min-width:1280px) {
	:is(.new-button-scope, .modal) .button--md {
		font-size: 16px;
		letter-spacing: -.01em
	}
}

:is(.new-button-scope, .modal) .button--lg {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 1.45
}

@media(min-width:360px) {
	:is(.new-button-scope, .modal) .button--lg {
		font-size: 16px
	}
}

@media(min-width:768px) {
	:is(.new-button-scope, .modal) .button--lg {
		font-size: 17px;
		line-height: 1.4
	}
}

@media(min-width:1280px) {
	:is(.new-button-scope, .modal) .button--lg {
		font-size: 18px
	}
}

@media(min-width:360px) {
	:is(.new-button-scope, .modal) .button--lg {
		padding: 0 24px
	}
}

@media(min-width:768px) {
	:is(.new-button-scope, .modal) .button--lg {
		height: 56px
	}
}

@media(min-width:1280px) {
	:is(.new-button-scope, .modal) .button--lg {
		padding: 0 28px
	}
}

:is(.new-button-scope, .modal) .button--primary {
	background: linear-gradient(118.96deg, #2c9a54 10%, #005d4c);
	border: 1px solid #2c9a54;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1
}

:is(.new-button-scope, .modal) .button--primary:before {
	background: linear-gradient(118.96deg, #005d4c 10%, #005d4c);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	z-index: -1
}

:is(.new-button-scope, .modal) .button--primary:hover:before {
	opacity: 1
}

:is(.new-button-scope, .modal) .button--secondary {
	background-color: rgba(161, 167, 179, .1);
	border: 1px solid rgba(161, 167, 179, .1)
}

:is(.new-button-scope, .modal) .button--secondary:hover {
	border-color: #a1a7b3
}

:is(.new-button-scope, .modal) .button--outlined {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #2c9a54;
	color: #2c9a54;
	overflow: hidden;
	position: relative;
	z-index: 1
}

:is(.new-button-scope, .modal) .button--outlined:before {
	background: linear-gradient(118.96deg, #2c9a54 10%, #005d4c);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	z-index: -1
}

:is(.new-button-scope, .modal) .button--outlined:hover {
	color: #fff
}

:is(.new-button-scope, .modal) .button--outlined:hover:before {
	opacity: 1
}

:is(.new-button-scope, .modal) .button[disabled] {
	opacity: .5
}
