* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: Lato, sans-serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

.container {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 0px 15px;
}

@media ((min-width: 901px) and (max-width: 1550px)) {
	.container {
		padding: 0px 25px;
	}
}

.path {
	margin-top: 100px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.path a {
	color: #B0B0B0;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

.path span {
	color: #004996;
	font-size: 12px;
	line-height: 12px;
}

.triangle-grey {
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #B0B0B0;
}

.triangle-blue {
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #004996;
}

.heading {
	width: 100%;
	max-width: 850px;
	margin: 75px auto;
}

h1,
h2 {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #004996;
}

p {
	font-size: 18px;
	text-align: center;
	color: #004996;
}

@media (max-width: 768px) {
	h2 {
		font-size: 22px;
	}

	p {
		font-size: 16px;
	}
}

button.blue-button,
a.blue-button,
button.white-button,
a.white-button {
	transition: 0.3s all;
}

button.blue-button:hover,
a.blue-button:hover {
	background-color: #002e5f;
}

button.white-button:hover,
a.white-button:hover {
	background-color: rgb(230, 230, 230);
	;
}

/*Týmy*/
.teams-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}

.team-card-content {
	max-height: 80px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s ease;
	position: relative;
}

.team-card-content img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 15px;
}

.team-card-content.expanded::after {
	height: 0px;
}

.team-card-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
	pointer-events: none;
}

.team-show-more {
	background-color: #004996;
	padding: 5px 20px;
	border-radius: 20px;
	color: white;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

.team-card {
	flex: 1 1 calc(50% - 0.75rem);
	padding: 30px;
	border-radius: 20px;
	color: #004996;
	border: 1px solid #004996;
	min-height: 200px;
	overflow: hidden;
}

.team-card p {
	text-align: left;
	margin-top: 15px;
	line-height: 30px;
}

.team-card h3 {
	font-size: 24px;
}


@media (max-width: 600px) {
	.team-card {
		flex: 1 1 100%;
	}

	.team-card h3 {
		font-size: 20px;
	}
}

/*OUR STORY*/
.our-story {
	margin-top: 100px;
	width: 100%;
	height: 580px;
	position: relative;
	border-radius: 20px;
}

.boxes {
	position: absolute;
	right: 25px;
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100%;
}

.blue-box {
	background-color: #004996;
	padding: 30px 60px;
	width: fit-content;
	border-radius: 20px;
}

@media (max-width: 768px) {
	.blue-box {
		max-width: 100%;
		margin: 10px auto;
		padding: 15px 30px;
	}

	.our-story {
		height: 100%;
	}

	.boxes {
		position: static;
		margin: 0px 10px;
	}
}

.box-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 350px;
	color: white;
}

.box-content img {
	width: 95px;
	height: 95px;
}

@media (max-width: 768px) {
	.box-content img {
		width: 65px;
		height: 65px;
	}
}

.box-content h3 {
	font-size: 18px;
	margin: 5px 0px;
}

@media (min-width: 768px) {
	.box-content h3 {
		font-size: 28px;
		margin: 10px 0px;
	}
}

.box-content .text-center {
	text-align: center;
	margin: 5px;
}

.box-content p {
	color: white;
	text-align: left;
	font-size: 18px;
}

@media (max-width: 768px) {
	.box-content p {
		font-size: 16px;
	}
}

.number {
	font-size: 45px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.number {
		font-size: 30px;
	}
}

h4 {
	font-size: 25px;
}

.box-content a {
	display: inline-block;
	color: #004996;
	background-color: white;
	border-radius: 20px;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.box-content a:hover {
	background-color: rgb(230, 230, 230);
	transform: scale(1.05);
}

.story-link {
	margin: 15px 0px;
}


/*MAP*/
.sit-map {
	position: relative;
}

#sit-map {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#sit-map-point {
	display: block;
	margin: 0 auto 15px auto;
}

.sit-map-link {
	text-decoration: none;
	font-size: 12px;
	width: fit-content;
	margin: 0 auto;
}

.sit-map-link a {
	color: white;
	text-decoration: none;
	background-color: #004996;
	border-radius: 20px;
	padding: 10px 12px;
	transition: all 0.3s;
}

.distributor {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto 30px auto;
}

.distributor+a {
	display: block;
	width: fit-content;
	margin: 0 auto;
	transition: 0.3s all;
}

.distributor+a:hover {
	transform: scale(1.05);
}

.distributor p {
	color: #FF080C;
	font-weight: bold;
	font-size: 14px;
}

@media (min-width: 768px) {
	.sit-map-items {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -15px;
	}
}

/*THE CONTENT*/
.the_content_wrap * {
	all: unset;
	all: revert;
	line-height: 1.5;
}

.the_content_wrap .has-text-align-center {
	text-align: center;
}

.the_content_wrap .has-text-align-left {
	text-align: left;
}

.the_content_wrap .has-text-align-right {
	text-align: right;
}

.the_content_wrap .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.the_content_wrap .alignleft {
	float: left;
	margin-right: 1.5em;
}

.the_content_wrap .alignright {
	float: right;
	margin-left: 1.5em;
}