a {
	transition: 0.3s;
}

/* @group BOOTSTRAP */

.row {
	margin: 0;
}

/* @end */

/* @group TABS */

/* TABS */
.nav-tabs {
	width: auto;
	width: max-content;
	margin: 0 auto;
	margin-top: 30px;
	border-bottom: none!important;
	border-radius: 30px!important;
	padding: 4px!important;
	text-align: center;
	background-color: #ffffff;
	background: rgba(98,110,156,0.04);
	border: 1px solid rgba(98,110,156,0.08);
	border-radius: 28px;
}
nav.tabs {
  background-color: transparent;
}
.nav-tabs li {
	line-height: 45px;
	position: relative;
}
.nav-link {
	display: block;
	padding: 0;
}
.nav-tabs li.nav-link.active, .nav-tabs .nav-item.show li.nav-link {
	background-color: transparent;
	border: none;
}
.nav-tabs li:first-child, .nav-tabs li:first-child a {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.nav-tabs li:last-child, .nav-tabs li:last-child a {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.nav-tabs .nav-item > a {
    display: block;
    padding: 0 30px;
	border: none;
    border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	background-color: transparent;
	border-color: transparent;
	font-size: .7rem;
	border: 1px solid transparent;
	font-weight: 600;
}
.nav-tabs .nav-item > a:focus, .nav-tabs .nav-item > a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 30px;
}
.nav-tabs .nav-item > a:focus a, .nav-tabs .nav-item > a:hover a {
	color: #ffffff;
}
.nav-tabs a.active-float {
	display: block;
	position: relative;
	top: -5px;
	left: -15px;
	width: calc(100% + 30px);
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	border-radius: 30px;
	line-height: 45px;
	z-index: 10;
	font-weight: bold;
	font-size: 15px;
}
.nav-tabs li.active {
    line-height: 45px;
    border-left: none;
    position: relative;
	background: none!important;
}
.nav-tabs .nav-item.show > a, .nav-tabs .nav-item > a.active, .nav-tabs .nav-item > a.is-active {
	color: #000!important;
	background: #FFFFFF!important;
	border: 1px solid #000!important;
	line-height: 45px;
	min-width: 150px;
	border-radius: 30px;
	font-weight: 600;
}

@media (max-width: 767px) {

	main .nav-tabs {
		width: 100%;
		text-align: center;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	main .nav-tabs li {
		height: 35px;
		line-height: 35px;
		position: relative;
		border: none!important;
		border-radius: 0!important;
	}
	main .nav-tabs .nav-item > a {
		display: block;
		padding: 0;
		border: none;
		border-radius: 0;
		color: var(--default-color);
		background-color: transparent;
		border-color: transparent;
		font-size: inherit;
		margin-right: 10px;
		box-shadow: none;
	}
	main .nav-tabs .nav-item {
	    margin-bottom: 10px;
	}
	main .active-float {
		display: none!important;
	}
	main .nav-tabs .nav-item.show > a, main .nav-tabs .nav-item > a.active, main .nav-tabs .nav-item > a.is-active {
	    color: var(--color-active-link) !important;
	    background: transparent !important;
	}
}

.tablist .nav-tabs {
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: none;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
    background: none;
    border: none;
    border-radius: 28px;
}
.tablist .nav-tabs .nav-item > a {
	background-color: #F4F6FC;
	padding: 15px 0px;
	border-right: 1px solid #E8E8E8;
}
.tablist .nav-tabs .nav-item > a.active {
	color: #02166E;
	border: none;
	background-color: #FFFFFF;
	box-shadow: 0px -20px 32px 0px rgba(2,22,110,0.04);
	border-radius: 8px 8px 0 0;
	padding-top: 30px;
	padding-bottom: 0;
}
.tablist .nav-tabs .nav-item > a:focus, .tablist .nav-tabs .nav-item > a:hover {
	color: #02166E;
	background-color: inherit;
	border: none;
	border-radius: 0;
}
.tablist > .tab-content {
    background-color: #FFFFFF;
    box-shadow: 0 8px 32px 0 rgba(2,22,110,0.08);
	padding: 45px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tablist .nav-tabs .nav-item > a.last-child {
    border-top-right-radius: 8px;
	border-right: none;
}
.tablist .nav-tabs .nav-item > a.first-child {
    border-top-left-radius: 8px;
	border-right: none;
}

.tabs-primary a.tab-toggle {
	display: none;
}

/* @end */

/* @group BUTTONS */

.button {
	transition: all .25s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	margin: 0;
	padding: 0 55px;
	opacity: 1;
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	/*background-color: #0C2340;*/
	/*color: #fff;*/
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	/*outline: none;*/
	border-radius: 50px;
}
.button.small {
	padding: 0 15px;
	opacity: 1;
	font-size: 12px;
	line-height: 28px;
}
.button.extra-small {
    padding: 0 11px;
    opacity: 1;
    font-size: 11px;
    line-height: 20px;
}
.button.outline {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	/*border-color: #0C2340;*/
	/*color: #0C2340;*/
}
.button.outline.white {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	color: #ffffff;
}
.button.outline.black {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	color: #000000;
}
.button:hover, .button:focus {
	/*background-color: #202530;*/
	/*color: #ffffff;*/
	text-decoration: none;
}
.button.outline:hover, .button.outline:focus {
	/*background-color: #0C2340;
	color: #ffffff;*/
}

/* @end */