body {
	overflow: hidden;
}

/* #primary-menu {
	list-style: none;
	padding: unset;
} */

nav {
	transition: 0.5s;
	z-index: 9999999;
	width: 100%;
	position: fixed;
	background-color: transparent;
}

nav .logo-regular {
	display: none;
}

nav .logo-bijeli {
	display: block;
}

.navbar {
	margin-left: 6vw;
	margin-right: 6vw;
	grid-column: span 12;
	height: 5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar .pbold {
	text-decoration: none;
	transition: 0.5s;
	position: relative;
	color: #001034;
	font-size: 1vw;
}

.navbar .pbold:hover {
	transition: color 0s;
}

.nav-right {
	display: flex;
	-moz-column-gap: 64px;
	column-gap: 64px;
	align-items: center;
}

.nav-right a.pbold:nth-child(5) {
	display: none;
}

.nav-right .pbold:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #001034;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
	top: 100%;
}

.nav-right .pbold:hover {
	position: relative;
	cursor: pointer;
}

.nav-right .pbold:hover:after {
	width: 100%;
	left: 0;
}

.transparent .nav-right .pbold:after {
	background: white;
}

.transparent.menu-active .nav-right .pbold:after {
	background: #001034;
}

.menu,
.menu-placeholder {
	display: none;
	cursor: pointer;
}

.logo {
	cursor: pointer;
}

.logo img {
	height: 1.5vw;
}

.lng {
	cursor: pointer;
	width: 64px;
	height: 30px;
	border: 1px solid #001034;
	border-radius: 38px;
	margin-left: -16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 24px;
	color: #001034;
	transition: 1s;
}

.lng img {
	width: 16px;
	height: auto;
	margin-right: 4px;
}

.lng:hover {
	background-color: #001034;
	color: white;
	transition: 0s;
}

.lng:hover img {
	filter: brightness(1000%);
}

.menu-mobile {
	grid-column: span 12;
	height: 0;
	transition: 1s ease-in-out;
	overflow: hidden;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
}

.menu-mobile .lng {
	margin-left: 0px;
	margin-top: 40px;
}

.menu-text {
	cursor: pointer;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.03em;
	color: #001034;
	margin-top: 24px;
	z-index: 2;
	opacity: 0;
	margin-top: 60px;
}

.underline-menu {
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}

.underline-menu::before {
	transition-duration: 1.5s;
	transition-delay: 0.5s;
	z-index: -1;
	content: "";
	position: absolute;
	height: 10px;
	background: #001034;
	width: 0;
	top: 30px;
}

* {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	line-height: 1.5;
	margin: 0;
}

a {
	text-decoration: none;
}

picture {
	position: absolute;
	bottom: 0;
	z-index: 1;
	right: 0;
	left: 0;
	top: 0;
	overflow: hidden;
}

picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

section,
header {
	width: 100%;
	height: auto;
}

.grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	-moz-column-gap: 2.5vw;
	column-gap: 2.5vw;
}

.container {
	padding: 0 2.5vw;
	margin: 0 auto;
}

.maxw {
	max-width: 95vw;
	margin-left: auto;
	margin-right: auto;
}

.scrollable {
	width: 100%;
	position: fixed;
	border: 1px solid gray;
	overflow: hidden;
	height: 100%;
	z-index: 1000;
}

.scrollable .content-wrapper {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.content {
	height: 2000px;
	position: relative;
}

.content div {
	height: 234px;
	width: 232px;
	position: absolute;
}

h1 {
	font-size: 5.0vw;
	letter-spacing: -0.1vw;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 0;
	color: #fff;
}

h2 {
	font-size: 3vw;
	letter-spacing: -0.1vw;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 0;
	color: #001034;
}

h3 {
	font-size: 1.8vw;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 0;
	grid-column: span 12;
	color: #001034;
}

h4 {
	font-size: 1.6vw;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 0;
	grid-column: span 12;
	color: #001034;
}

h5 {
	font-size: 1.4vw;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 0;
	grid-column: span 12;
	color: grey;
}

p {
	font-size: 1vw;
	line-height: 176%;
	margin-top: 0;
	grid-column: span 12;
	color: grey;
}

.button {
	padding: 1vw 1.5vw;
	background-color: #001034;
	width: -moz-max-content;
	width: max-content;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.button h5 {
	color: white;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1.2vw;
	z-index: 3;
	position: relative;
}

.button::before,
.button::after {
	content: "";
	z-index: -1;
	-o-transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	width: 100%;
	height: 100%;
	transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	position: absolute;
	top: 0;
	bottom: 100%;
	left: -100%;
}

.button::before {
	z-index: 1;
	background-color: #042981;
}

.button::after {
	z-index: 2;
	background-color: #001034;
}

.button.hovered::before {
	transform: translate(100%);
}

.button.hovered::after {
	transform: translate(100%);
	transition-delay: 0.175s;
}

.left-side {
	position: absolute;
	left: 0;
	top: 0;
	width: 40vw;
	height: 100vh;
	background-color: #001034;
}

.right-side h1 {
	color: #000;
	margin-top: 13vw;
	grid-column: 7/span 6;
	padding-bottom: 10vw;
	border-bottom: solid 1px #d9d9d9;
}

.right-side .button {
	margin-top: 5vw;
	margin-bottom: 5vw;
	grid-column: 7/span 6;
}

.right-side-card {
	padding-top: 2.5vw;
	padding-bottom: 2.5vw;
	grid-column: 7/span 6;
	position: relative;
	overflow: hidden;
}

.right-side-card h2 {
	width: 80%;
	transition: 0.5s;
}

.right-side-card h5 {
	padding-bottom: 2.5vw;
	transition: 0.5s;
}

.hidden {
	grid-column: 7/span 6;
	max-height: 0;
	transition: 1s;
	overflow: hidden;
}

.hidden .right-side-card {
	width: 100%;
}

.right-side-c {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-top: 2vw;
}

.right-side-c h2 {
	color: #000 !important;
	opacity: 0.3;
	width: auto;
}

.right-side-card.hovered h2 {
	color: #001034;
}

.right-side-card.hovered h5 {
	color: #000;
}

.right-side-card.hovered .border-2 {
	animation-name: a1;
	animation-duration: 1.2s;
}

.right-side-card.hovered .border-1 {
	animation-name: a2;
	animation-duration: 1s;
	background-color: #001034;
	transition-duration: 0s;
	transition-delay: 1s;
}

.right-side-card.hovered svg {
	transform: translateX(0) translateY(0);
	opacity: 1;
}

.border-1,
.border-2 {
	height: 1px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #d9d9d9;
	animation-direction: normal;
}

.border-2 {
	background-color: #001034;
	transform: translateX(calc(-100% - 20px));
}

@keyframes a1 {
	from {
		transform: translateX(calc(-100% - 20px));
	}

	to {
		transform: translateX(0px);
	}
}

@keyframes a2 {
	from {
		transform: translateX(0px);
	}

	to {
		transform: translateX(calc(100% + 20px));
	}
}

.svg-tansition {
	position: absolute;
	top: 2vw;
	right: 2vw;
	color: #001034;
	height: 2vw;
	width: 2vw;
}

.svg-tansition svg {
	height: 100%;
	width: 100%;
	transition: 0.5s;
	opacity: 0;
	transform: translateX(-100%) translateY(100%);
}

.news-hero__logo-ex {
	height: 100%;
	width: 100%;
	position: relative;
}

.news-hero__logo-default {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	height: 20vw;
	width: 20vw;
	transition: 0.5s;
}

.news-hero__logo-default img {
	height: 100%;
	width: 100%;
}

.news-hero__logo-ex-item {
	background-color: #001034;
	z-index: 2;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	height: 20vw;
	width: 20vw;
	transition-duration: 0.5s;
	transition-delay: 0.2s;
}

.news-hero__logo-ex-item img {
	height: 100%;
	width: 100%;
}

.news-hero__logo-ex-item.hovered2 {
	transition-delay: 0s;
	opacity: 1;
}

footer {
	background-color: #001034;
	z-index: 10;
	position: relative;
}

footer a {
	text-decoration: none;
}

.pfooter {
	color: #c1cad6;
	font-size: 0.9vw;
}

.white {
	color: #fff;
}

.footer-logo {
	position: absolute;
	height: 100%;
	width: 30vw;

	left: 5vw;
	background-color: #001034;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo img {
	width: 50%;
}

.footer-up {
	grid-column: 6/span 7;
	padding-top: 3vw;
	padding-bottom: 3vw;
	display: flex;
	justify-content: space-between;
	border-bottom: #d9d9d9 1px solid;
}

.footer-up a {
	text-decoration: none;
}

.footer-middle {
	grid-column: 6/span 7;
	padding-top: 5vw;
	padding-bottom: 3vw;
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 2vw;
	column-gap: 2vw;
}

.footer-middle p {
	padding-top: 1vw;
	color: #fff;
}

.footer-down {
	padding-top: 4vw;
	padding-bottom: 2vw;
	grid-column: 6/span 7;
	display: flex;
	justify-content: space-between;
}

.footer-down div {
	display: flex;
	-moz-column-gap: 1.5vw;
	column-gap: 1.5vw;
}

.lng-menu {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.lng-menu h5 {
	cursor: pointer;
	font-size: 1vw;
}

.lng-active {
	color: #001034;
}

.transparent .lng-active {
	color: white;
}

.menu-active .lng-active {
	color: white;
}

.nav-socials {
	display: none;
	-moz-column-gap: 3vw;
	column-gap: 3vw;
}

.nav-socials img {
	height: 9vw;
	padding: 2vw;
}

.nav-socials a {
	border: 1px solid white;
	border-radius: 100%;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
}

/* Utility classes */

.block {
	display: block;
}

@media only screen and (max-width: 900px) {
	.footer-logo {
		height: 90vw;
		width: 90vw;
	}

	footer {
		margin-top: 24vw;
		padding-bottom: 10vw;
		display: block;
	}

	.footer-up {
		grid-column: span 10;
		margin-top: 50vw;
		padding-top: 37vw;
		padding-bottom: 9vw;
		flex-wrap: wrap;
		row-gap: 9vw;
	}

	.footer-up a {
		width: 50%;
	}

	.footer-up h5 {
		font-size: 6vw;
	}

	.footer-middle {
		flex-direction: column;
		row-gap: 5vw;
		grid-column: span 12;
	}

	.footer-down {
		flex-direction: column;
		row-gap: 2vw;
		grid-column: span 12;
	}

	nav {
		background-color: white;
	}

	.navbar {
		margin-left: 0;
		margin-right: 0;
		height: 18vw;
		padding: 0 5vw;
		position: relative;
	}

	.logo img {
		height: 5.2vw;
	}

	.nav-right {
		grid-column: span 12;
		height: 0;
		transition: height 1s ease-in-out 0s, opacity 1s ease 0s;
		overflow: hidden;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 18vw;
		width: 100%;
		left: 0;
		background-color: #001034;
		padding: 0 10vw;
		align-items: start;
		row-gap: 6vw;
		opacity: 0;
	}

	.nav-right .pbold:after {
		height: 3px;
		top: calc(100% - 0.2vw);
	}

	.navbar .pbold {
		transition: color 0.5s;
		font-size: 8vw;
	}

	.menu {
		display: none;
		width: 32px;
		height: 20px;
		transition: all 0.5s ease-in-out;
		align-items: center;
		position: relative;
	}

	.menu-line {
		width: 100%;
		height: 2px;
		background-color: #001034;
		transition: all 0.5s ease-in-out;
	}

	.menu-line::before,
	.menu-line::after {
		margin-left: 0 !important;
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background-color: #001034;
		transition: all 0.5s ease-in-out;
	}

	.transparent .menu-line::before,
	.transparent .menu-line::after {
		background-color: white;
	}

	.transparent .menu-line {
		background-color: white;
	}

	.menu-line::before {
		transform: translateY(-5px);
	}

	.menu-line::after {
		transform: translateY(5px);
	}

	.menu {
		display: flex;
	}

	.menu-placeholder {
		display: flex;
		width: 32px;
		height: 14px;
	}

	.menu-active {
		background-color: #001034 !important;
	}

	.menu-active .menu-line::before,
	.menu-active .menu-line::after {
		background-color: white;
	}

	.menu-active .logo-bijeli {
		display: block !important;
	}

	.menu-active .logo-regular {
		display: none !important;
	}

	.menu-active .pbold {
		text-decoration: none;
		color: white;
	}

	.menu-active .menu-text {
		transition-duration: 1.5s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.2s;
		margin-top: 24px;
		opacity: 1;
	}

	.menu-active .primary-menu li {
		margin-top: 16px;
		transition-duration: 1.5s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.2s;
	}

	.menu-active .primary-menu li a {
		transition-duration: 1.5s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.2s;
		margin-top: 24px;
		opacity: 1;
	}

	.menu-active .underline-menu::before {
		width: 100%;
	}

	.menu-active .menu-line {
		background-color: transparent !important;
	}

	.menu-active .menu-line::before {
		transform: rotate(25deg);
	}

	.menu-active .menu-line::after {
		transform: rotate(-25deg);
	}

	.menu-active .nav-right {
		height: calc(100dvh - 18vw);
		transition: height 1s ease-in-out 0s, opacity 0s ease 0s;
		opacity: 1;
	}

	.nav-right .button {
		padding: 4.5vw 9.5vw;
	}

	.nav-right .button h5 {
		font-size: 5vw;
	}

	nav .logo-regular {
		display: flex;
	}

	nav .logo-bijeli {
		display: none;
	}

	.lng-menu {
		padding-top: 12vw;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
	}

	.lng-menu h5 {
		cursor: pointer;
		font-size: 4vw;
	}

	.nav-socials {
		display: flex;
	}

	.nav-right .button {
		display: none;
	}

	.nav-right a.pbold:nth-child(5) {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.scrollable {
		height: 100%;
	}

	h1 {
		font-size: 10vw;
	}

	h2 {
		font-size: 8vw;
	}

	h3 {
		font-size: 5vw;
	}

	h4 {
		font-size: 6vw;
	}

	h5 {
		font-size: 4vw;
	}

	p {
		font-size: 4.4vw;
	}

	.left-side {
		position: relative;
		left: 0;
		top: 0;
		width: 100vw;
		height: 60vw;
		border-top: 20vw white solid;
	}

	.right-side h1 {
		grid-column: span 12;
	}

	.right-side-card {
		padding-top: 7.5vw;
		padding-bottom: 7.5vw;
		grid-column: span 12;
	}

	.right-side-c {
		padding-top: 7vw;
	}

	.right-side-card h5 {
		padding-bottom: 6.5vw;
	}

	.hidden {
		grid-column: span 12;
	}

	.button {
		padding: 3vw 5.5vw;
	}

	.button h5 {
		font-size: 4vw;
	}

	.right-side .button {
		grid-column: span 12;
	}
}

/*# sourceMappingURL=media.css.map */