.hero.is-aischannel {
	background-image: linear-gradient(141deg, rgb(159, 184, 173) 0%, rgb(31, 200, 219) 51%, #00929f 75%);
	color: #fff
}

.hero.is-aischannel a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-aischannel strong {
	color: inherit
}

.hero.is-aischannel .title {
	color: #fff
}

.hero.is-aischannel .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-aischannel .subtitle a:not(.button),
.hero.is-aischannel .subtitle strong {
	color: #fff
}

@media screen and (max-width:1087px) {
	.hero.is-aischannel .navbar-menu {
		/*background-image: linear-gradient(141deg, rgb(159, 184, 173) 0%, rgb(31, 200, 219) 51%, #00929f 75%);*/
		background-color: #10333e;
	}
}

.hero.is-aischannel .navbar-item,
.hero.is-aischannel .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-aischannel .navbar-link.is-active,
.hero.is-aischannel .navbar-link:hover,
.hero.is-aischannel a.navbar-item.is-active,
.hero.is-aischannel a.navbar-item:hover {
	background-color: #00929F;
	color: #fff
}

.hero.is-aischannel .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-aischannel .tabs a:hover {
	opacity: 1
}

.hero.is-aischannel .tabs li.is-active a {
	opacity: 1
}

.hero.is-aischannel .tabs.is-boxed a,
.hero.is-aischannel .tabs.is-toggle a {
	color: #fff
}

.hero.is-aischannel .tabs.is-boxed a:hover,
.hero.is-aischannel .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-aischannel .tabs.is-boxed li.is-active a,
.hero.is-aischannel .tabs.is-boxed li.is-active a:hover,
.hero.is-aischannel .tabs.is-toggle li.is-active a,
.hero.is-aischannel .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #ff3860
}

.hero.is-aischannel.is-bold {
	background-image: linear-gradient(141deg, #ff0561 0, #ff3860 71%, #ff5257 100%)
}

@media screen and (max-width:768px) {
	.hero.is-aischannel.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #ff0561 0, #ff3860 71%, #ff5257 100%)
	}
}