.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
	min-height: 100px;
}

.uk-section-muted {
	background: #f5f9ff !important;
}

.uk-section-primary {
	background: #4f4de2;
}

.uk-card {
	border-radius: 8px;
}

.uk-button {
	border-radius: 100px;
}

.uk-button-primary {
	background-color: #4f4de2 !important;
}

.uk-button-default {
	background-color: #fff;
	color: #4f4de2;
	border: 1px solid #4f4de2;
}

.uk-divider-small {
    line-height: 0;
}

.uk-divider-small::after {
    content:"";
    display:inline-block;
    width:100px;
    max-width:100%;
    border-top:10px solid #4f4de2;
    vertical-align:top;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='11' viewBox='0 0 100 11'%3E%3Cpolygon fill='%234f4de2' points='92.49 0.41 87.72 5.18 82.98 0.43 78.28 5.13 73.61 0.45 68.92 5.13 64.17 0.39 59.43 5.13 54.73 0.41 50.01 5.13 45.23 0.36 40.46 5.13 35.72 0.38 31.02 5.08 26.34 0.4 21.66 5.08 16.91 0.34 12.16 5.08 7.46 0.36 0 7.83 2.74 10.56 7.46 5.83 12.16 10.54 16.91 5.82 21.66 10.56 26.34 5.87 31.02 10.54 35.72 5.86 40.46 10.61 45.23 5.83 47.27 7.88 50 10.62 50.01 10.62 54.73 5.89 59.43 10.6 64.17 5.87 68.92 10.62 73.61 5.92 78.28 10.6 82.98 5.91 87.72 10.65 92.49 5.88 97.27 10.66 100 7.92 92.49 0.41' /%3E%3C/svg%3E");
    border-color:transparent;
}

.uk-accordion > div {
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
	padding: 20px;
	background: #fff;
}

.uk-accordion {
	position: relative;
	margin-left: 40px;
}

.uk-accordion:before {
	content: "";
	width: 1px;
	background-color: #4f4de2;
	height: calc(100% - 60px);
	position: absolute;
	left: -40px;
	top: 30px;
}

.uk-accordion > div {
	position: relative;
}

.uk-accordion > div:before {
	content: "";
	position: absolute;
	left: -48px;
	top: 35px;
	background-color: #fff;
	border: 1px solid #4f4de2;
	border-radius: 50px;
	height: 15px;
	width: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.uk-accordion .uk-open:after {
	content: "";
	position: absolute;
	left: -44px;
	top: 35px;
	background-color: #4f4de2;
	border-radius: 50px;
	height: 9px;
	width: 9px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 960px) {
    .uk-navbar-right, .uk-navbar-left, [class*="uk-navbar-center"] {
        gap: 45px;
    }
}

@media (min-width: 960px) {
    .uk-navbar-nav {
        gap: 45px;
    }
}

.uk-icon-link {
	color: #4f4de2;
}

.uk-navbar-container {
	background: #fff;
	box-shadow: 0 5px 15px rgba(39,44,63,.06);
	position: relative;
	z-index: 9999;
}

.uk-nav-default {
	font-size: 1.2rem;
	line-height: 1.8;
}

.uk-nav-default .uk-nav-sub {
	font-size: 1.2rem;
	line-height: 1.8;
}