* {margin: unset; padding: unset; font-size: unset; line-height: unset; font-weight: unset; background: unset; color: unset; outline: unset; box-shadow: unset; text-align: unset; border: unset; box-sizing: border-box;}:root {
	--orange: #f28e36;
	--orange-dark: #d9761f;
	--orange50: #f28e3680;
	--black: #111111;
	--dark: #111111;
	--darker: #333333;
	--font-color: #444;
	--gray: #eeeeee;

	--orange-soft: #fdf2e7;
	--orange-ink: #a3520b;
	--black-soft: #1d1d1d;
	--ink: #4a4a4a;
	--ink-strong: #333333;
	--muted: #818181;
	--line: #e3e3e3;
	--line-soft: #efefef;
	--wash: #f7f7f7;

	--dark-line: #ffffff14;
	--dark-text: #cfcfcf;
	--dark-label: #a5a5a5;

	--field-bg: #1c1c1c;
	--field-line: #343434;
	--field-text: #e9e9e9;

	--head-top-height: 62px;
	--text: 960px;
}
html, body {scroll-behavior: smooth; scroll-margin: 300px;}
body {font-family: var(--font); font-size: 15px; color: var(--font-color); line-height: 1.8; -webkit-text-size-adjust: 100%;}
.Container {padding: 0 10px; max-width: 1200px; margin-left: auto; margin-right: auto;}

a {color: var(--orange); text-decoration: none;}
a:hover {text-decoration: underline;}

.TextCenter {text-align: center !important;}

p {margin: 0 0 15px; line-height: 1.8;}

h1 {font-size: 20px; color: white; font-weight: bold; font-family: var(--font-roboto); letter-spacing: 2px; text-transform: uppercase;}
h2 {font-size: 30px; font-weight: bold; font-family: var(--font-roboto);}
h3 {margin-bottom: 15px;}
h3, h3 a {font-size: 24px; font-weight: normal; font-family: var(--font-roboto); line-height: 1.2; color: var(--font-color);}
h4 {font-size: 20px; font-weight: normal; font-family: var(--font-roboto); margin-bottom: 15px; line-height: 1.2;}

#Intro {position: relative; padding-top: 60px; padding-bottom: 40px; background-size: contain; background-position: center center; margin-bottom: 50px;}
#Intro .Image {position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;}
#Intro img {object-fit: cover; object-position: center; width: 100%; height: 100%;}
#Intro::after {position: absolute; content: ''; left: 0; top: 0; right: 0; bottom: 0; background: #00000090;}
#Intro .IntroContent {position: relative; color: white; text-align: center; z-index: 1; display: flex; align-items: center ; justify-content: center; flex-direction: column;}
#Intro .IntroDescription {display: none;}

.RightSidebar {margin: 30px 0;}

.ReferencesItem {margin-bottom: 20px; border-bottom: 1px solid var(--gray); font-size: 16px;}
.ReferencesItemImage {margin: 0 15px 0 0; width: 75px; height: 75px; float: left; background-size: contain;}
.ReferencesItemImage img {object-position: center; object-fit: contain; width: 100%; height: 100%;}
.ReferencesItemName {display: inline;}
.ReferencesItemName a {color: var(--dark); text-decoration: underline;}

.Subpage {margin-bottom: 100px;}

.DualColumnContent {display: flex;}
.DualColumnContent .FeaturesColumn {margin-bottom: 100px;}
.DualColumnContent .TextContent {font-size: 16px; margin: 20px;}

.DualColumnContent > .Column {flex: 1;}

.DualColumnContent > div {margin: 0 10px;}
.DualColumnContent > div:first-of-type {margin-left: 0;}
.DualColumnContent > div:last-of-type {margin-right: 0;}

.DictionaryItem {margin-bottom: 30px;}
.DictionaryItem h3 a {color: var(--darker); font-weight: 200; font-size: 30px; transition: color var(--anim-duration);}
.DictionaryItem h3 a:hover {color: var(--orange);}
.DictionaryItem h3 a:first-letter {color: var(--orange);}
.DictionaryItem .TextContent p {display: inline;}

.NewsItem {margin-bottom: 40px;}
.NewsItem .Image {margin-bottom: 15px;}
.NewsItem h3 {margin-bottom: 10px;}
.NewsItem h3 a {color: var(--orange);}

.SolutionsPart + .SolutionsPart {margin-top: 40px;}
.SolutionsPart .TextBand > h2 {color: var(--orange); text-transform: uppercase;}
.Subpage:has(.SolutionsPart) {margin-bottom: 0;}

.TopSolutionsItem {display: block; text-decoration: none !important; margin-bottom: 30px;}
.TopSolutionsItem .Image {padding-top: 100%; margin-bottom: 10px; position: relative; overflow: hidden; background-size: cover; background-position: center center;}
.TopSolutionsItem .Img {position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.TopSolutionsItem .Img img {object-position: center; object-fit: cover; width: 100%; height: 100%;}
.TopSolutionsItem .TextContent {position: absolute; left: -100%; width: 100%; top: 0; bottom: 0;}
.TopSolutionsItem h3 {color: var(--darker); font-size: 18px; text-transform: uppercase; text-align: center;}

.LastNewsItem {display: block; padding: 10px; margin-bottom: 20px; text-decoration: none !important; color: #404040;}
.LastNewsItem .Image {background-position: center center; background-size: cover; height: 100%; position: relative;}
.LastNewsItem .Image .Img {position: absolute; left: 0; right: 0; bottom: 0; top: 0;}
.LastNewsItem .Image img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.LastNewsItem h3 {font-weight: normal; font-size: 20px; margin-bottom: 10px;}
.LastNewsItem h3 a {font-weight: normal; font-size: 20px;}
.LastNewsItem .Published {font-size: 13px; margin-bottom: 10px;}
.LastNewsItem .Published path {stroke: #404040;}
.LastNewsItem .Published svg {height: auto; width: 15px; margin-right: 5px; vertical-align: middle;}

.Crumbs {text-align: center; font-size: 13px; color: var(--orange);}
.Crumbs a {display: inline-block; color: white; margin-right: 3px;}
.Crumbs a:hover {color: var(--orange);}
.Crumbs a::after {content: '›'; display: inline-block; margin-left: 8px;}

.HPLastNews {margin-bottom: 40px;}

.SolutionsParts {margin-bottom: 80px;}
.SolutionsParts a {display: block; font-size: 18px; padding: 5px;}

.DictionaryLetter {font-size: 30px; color: var(--orange); font-weight: bold;}

@media (max-width: 900px) {
	.DualColumnContent {display: block;}
}

@media (min-width: 550px) {

	#Intro .IntroDescription {display: block; font-family: var(--font-roboto); font-size: 16px; font-weight: 200;}
	#Intro .IntroDescription a {display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; padding: 14px 26px; background: var(--orange); border: 1px solid var(--orange); color: white;}
	#Intro .IntroDescription a:hover {background: var(--orange-dark); border-color: var(--orange-dark); text-decoration: none;}

	.TopSolutions {display: flex; flex-wrap: wrap; justify-content: space-between;}
	.TopSolutions h2 {flex: 0 0 100%;}
	.TopSolutionsItem {flex: 0 0 49%;}

	.LastNewsItem {display: flex; padding: 0; margin-bottom: 0;}
	.LastNewsItem .Image, .LastNewsItem .LastNewsItemData {flex: 0 0 50%;}
	.LastNewsItem .LastNewsItemData {padding: 10px;}
	.LastNewsItem:nth-of-type(2n) .Image {order: 2;}

	#Intro .IntroContent {bottom: 20px; max-width: 800px; margin-left: auto; margin-right: auto;}
	h1 {font-size: 30px;}
}

@media (min-width: 900px) {
	#Intro .IntroDescription {font-size: 25px;}

	.TopSolutionsItem {flex: 0 0 24.5%;}

	.HPLastNews .LastNews {display: flex; flex-wrap: wrap;}
	.HPLastNews .LastNews .LastNewsItem {flex: 0 0 50%;}
	.LastNewsItem .Image {order: unset !important;}
	.LastNewsItem:nth-of-type(4n-1) .Image {order: 2 !important;}
	.LastNewsItem:nth-of-type(4n) .Image {order: 2 !important;}

	.SubPageLayout {display: flex;}
	.SubPageLayout .RightSidebar {flex: 0 0 29%;}
	.SubPageLayout .SubPageLayoutLeft {padding-right: 40px;}

	.News {display: flex; flex-wrap: wrap; justify-content: space-between;}
	.News .NewsItem {flex: 0 0 100%; display: flex; max-width: 900px; margin-left: auto; margin-right: auto;}
	.News .NewsItem .Image {flex: 0 0 250px; width: 250px; height: 161px; margin-right: 20px; background: no-repeat center center; background-size: cover;}
	.News .NewsItemInfo {}
}.Button {display: inline-flex; align-items: center; justify-content: center; text-align: center; padding: 14px 26px; background: var(--orange); border: 1px solid var(--orange); color: white; cursor: pointer;}
.Button:hover {background: var(--orange-dark); border-color: var(--orange-dark); color: white; text-decoration: none;}
@media (min-width: 1024px) {
	#Intro {padding-top: 100px;}
	#Intro .IntroContent {height: auto; bottom: 10%;}

	h1 {font-size: 50px; font-weight: 700;}
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/RobotoCondensed-Bold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 200;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/RobotoCondensed-Light.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: normal;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/RobotoCondensed-Regular.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: bold;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Bold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: bold;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-BoldItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Italic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 200;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Light.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 200;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-LightItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Regular.ttf) format('truetype');
	font-display: swap;
}

:root {
	--font: 'Open Sans', sans-sarif;
	--font-roboto: 'Roboto Condensed', sans-sarif;
}.Head {position: sticky; top: 0; z-index: 60; background: var(--black);}

.HeadTop .Container {min-height: var(--head-top-height); display: flex; align-items: center; justify-content: space-between; gap: 24px;}

.Head .Logo {display: block; line-height: 0;}
.Head .Logo img {width: 200px; height: auto;}

.MenuButton {width: 32px; height: 32px; cursor: pointer;}
.MenuButton div {position: relative; top: 50%; height: 2px; background: var(--orange); box-shadow: 0 10px 0 0 var(--orange), 0 -10px 0 0 var(--orange);}

.HeadNav {border-top: 1px solid var(--dark-line);}
.HeadNav .Container {padding-top: 12px; padding-bottom: 12px;}
.HeadNav .SolutionsMenu {display: flex; flex-wrap: wrap; gap: 6px 36px;}
.HeadNav a {color: white; font-size: 15px;}
.HeadNav a:hover {color: var(--orange); text-decoration: none;}
.HeadNav a.Active {color: var(--orange);}

.OpenerMenu nav a {color: white;}
.OpenerMenu nav a:hover {color: var(--orange); text-decoration: none;}
.OpenerMenu nav .Active a {color: var(--orange);}
.OpenerMenu nav .prihlasit-se a {background: var(--orange); color: white;}
.OpenerMenu nav .prihlasit-se a:hover {background: var(--orange-dark); color: white;}

@media (max-width: 1023px) {
	.HeadNav {display: none;}

	.OpenerMenu {position: absolute; left: 0; top: 0; right: 0; z-index: 2; height: 0; overflow: hidden; opacity: 0; background: var(--black); box-shadow: 0 5px 10px rgb(0 0 0 / 20%);}
	.MenuOpened + .OpenerMenu {height: 80vh; top: 100%; opacity: 1;}

	.OpenerMenu nav, .OpenerMenu nav ul {display: flex; flex-direction: column;}
	.OpenerMenu nav li {list-style: none; padding: 0;}
	.OpenerMenu nav a {display: block; padding: 10px; text-align: center; font-size: 14px; font-weight: bold; letter-spacing: .09em; text-transform: uppercase;}

	.OpenerMenu .SolutionsMenu {padding-bottom: 20px;}
	.OpenerMenu .SolutionsMenu a {font-size: 15px; font-weight: normal; letter-spacing: 0; text-transform: none; padding: 8px 10px;}
}

@media (min-width: 1024px) {
	.MenuButton {display: none;}
	.OpenerMenu .SolutionsMenu {display: none;}

	.OpenerMenu nav ul {display: flex; align-items: center; gap: 26px;}
	.OpenerMenu nav li {list-style: none; padding: 0;}
	.OpenerMenu nav a {display: block; white-space: nowrap; font-size: 12.5px; font-weight: bold; letter-spacing: .09em; text-transform: uppercase;}
	.OpenerMenu nav .prihlasit-se a {padding: 12px 20px;}
}
.NewsDetail .TextBand {padding: 0 0 22px;}
.NewsDetail .TextBandWash, .NewsDetail .TextBandDtm {padding: 28px 32px; margin: 6px 0 22px;}
.NewsDetail .TextBandTip {padding: 16px 0 0;}
.NewsDetail .TextBandCta {padding: 0; margin: 22px 0;}
.NewsDetail .TextBandWash:first-child, .NewsDetail .TextBandDtm:first-child {margin-top: 0;}
@media (max-width: 900px) {
	.NewsDetail .TextBandWash, .NewsDetail .TextBandDtm {padding: 22px 18px;}
}
.RightSidebar {border: 1px solid var(--line); border-top: 3px solid var(--orange); background: #fff; padding: 26px 22px 20px; margin: 30px 0;}
.RightSidebar > h2 {font-family: var(--font-roboto); font-size: 14px; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 4px; padding: 0 0 16px; border-bottom: 1px solid var(--line-soft);}
.RightSidebar .LastNewsItem {display: block; padding: 20px 0; margin: 0; border-bottom: 1px solid var(--line-soft);}
.RightSidebar .LastNewsItem:last-child {border-bottom: 0; padding-bottom: 4px;}
.RightSidebar .LastNewsItem .Image {display: block; position: relative; width: 100%; height: auto; aspect-ratio: 16 / 10; margin: 0 0 14px; overflow: hidden; background: var(--wash); order: 0 !important;}
.RightSidebar .LastNewsItem .Image .Img {position: absolute; inset: 0;}
.RightSidebar .LastNewsItem .Image img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.RightSidebar .LastNewsItem .LastNewsItemData {padding: 0;}
.RightSidebar .LastNewsItem h3 {margin: 0 0 8px;}
.RightSidebar .LastNewsItem h3, .RightSidebar .LastNewsItem h3 a {font-family: var(--font-roboto); font-size: 18px; font-weight: bold; line-height: 1.3; color: var(--ink-strong);}
.RightSidebar .LastNewsItem h3 a:hover {color: var(--orange); text-decoration: none;}
.RightSidebar .LastNewsItem .Published {display: flex; align-items: center; gap: 7px; margin: 0 0 10px; font-size: 13px; color: var(--muted); line-height: 1;}
.RightSidebar .LastNewsItem .Published svg {width: 13px; margin: 0; color: var(--muted);}
.RightSidebar .LastNewsItem .Published :is(path, line) {stroke: currentColor;}
.RightSidebar .LastNewsItem .TextContent {display: block; font-size: 14.5px; line-height: 1.6; color: var(--ink);}
.RightSidebar .LastNewsItem .TextContent p {margin: 0;}
.Benefits {list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 24px 40px; grid-template-columns: repeat(2, 1fr);}
.Benefits li {position: relative; padding-left: 30px; font-size: 15.5px;}
.Benefits li::before {content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--orange);}
.Benefits li strong {display: block; font-weight: bold; color: var(--ink-strong);}
.Benefits li span {display: block; color: var(--muted); font-size: 14.5px; line-height: 1.6;}

@media (max-width: 900px) {
	.Benefits {grid-template-columns: 1fr;}
}
.CloseCta {background: var(--orange-soft); border-top: 3px solid var(--orange); padding: 48px 30px; margin: 32px 0; text-align: center;}
.CloseCta h2 {font-family: var(--font-roboto); font-size: 30px; font-weight: 200; color: var(--ink-strong); margin: 0 0 16px;}
.CloseCta p {max-width: 620px; margin: 0 auto 26px;}
.CloseCtaNote {font-size: 14px; color: var(--muted); margin: 24px auto 0;}

@media (max-width: 900px) {
	.CloseCta h2 {font-size: 25px;}
}
.Facts {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 0 0 24px;}
.Fact {background: white; padding: 30px 22px; text-align: center;}
.FactNumber {display: block; font-family: var(--font-roboto); font-size: 30px; font-weight: bold; color: var(--orange); line-height: 1.2;}
.FactText {display: block; font-size: 14px; color: var(--ink); line-height: 1.55; margin-top: 8px;}

@media (max-width: 900px) {
	.Facts {grid-template-columns: repeat(2, 1fr);}
}
.Highlight {border-left: 3px solid var(--orange); padding: 2px 0 2px 20px; margin: 0 0 24px; font-size: 17.5px; line-height: 1.6; color: var(--ink-strong);}
.Highlight p {margin: 0 0 12px;}
.Highlight p:last-child {margin-bottom: 0 !important;}.Kicker {font-family: var(--font-roboto); font-size: 12px; font-weight: bold; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px;}
.LinkList {list-style: none; margin: 32px 0 24px; padding: 26px 0 0; display: grid; gap: 18px; border-top: 1px solid var(--line);}
.LinkList li {list-style: none; padding: 0;}
.LinkList li a {display: inline-block; font-size: 16.5px; color: var(--orange);}
.LinkList li a::after {content: " ›";}
.LinkList li a:hover {color: var(--orange-dark);}
.LinkListNumber {font-weight: bold; padding-right: 6px;}
:is(.MinusList, .PlusList) {list-style: none; padding-left: 0; margin-left: 0; margin-bottom: 20px;}
:is(.MinusList, .PlusList) li {padding-left: 0; margin-left: 0; display: flex; gap: 10px; align-items: flex-start; margin-bottom: 5px;}
:is(.MinusList, .PlusList) li::before {font-size: 30px; font-weight: bold; height: 22px; line-height: 22px; width: 15px; text-align: center;}
.PlusList li::before {content: '+'; color: forestgreen;}
.MinusList li::before {content: '-'; color: red;}.Refs {display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0 0 32px;}
.Ref {border: 1px solid var(--line); border-top: 3px solid var(--orange); background: white; padding: 30px 28px;}
.RefShot {border: 1px solid var(--line); background: var(--gray); margin: 0 0 20px;}
.RefShot img {display: block; width: 100%; height: auto;}
.RefEyebrow {font-family: var(--font-roboto); font-size: 11.5px; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin: 0 0 14px;}
.Ref h3 {font-family: var(--font-roboto); font-size: 18px; font-weight: bold; color: var(--ink-strong); margin: 0 0 12px; line-height: 1.45;}
.RefQuote {font-size: 16px; line-height: 1.7; color: var(--ink-strong); margin: 0 0 20px;}
.RefWho {font-size: 13.5px; color: var(--muted); margin: 0;}
.RefWho b {display: block; color: var(--ink-strong); font-weight: bold; font-size: 14.5px;}
.RefLink {margin: 16px 0 0; font-size: 14.5px;}
.RefLink a::after {content: " ›";}

@media (max-width: 900px) {
	.Refs {grid-template-columns: 1fr;}
}
.Steps {list-style: none; counter-reset: step; margin: 32px 0 24px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;}
.Step {counter-increment: step; border-top: 2px solid var(--orange); padding: 18px 0 0;}
.Step::before {content: counter(step, decimal-leading-zero); display: block; font-family: var(--font-roboto); font-size: 30px; font-weight: 200; line-height: 1; color: var(--orange); margin: 0 0 12px;}
.Step h3 {font-family: var(--font-roboto); font-size: 16.5px; font-weight: bold; color: var(--ink-strong); margin: 0 0 8px; line-height: 1.4;}
.Step p {font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.66;}

@media (max-width: 900px) {
	.Steps {grid-template-columns: repeat(2, 1fr); gap: 26px;}
}
.Switch {display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: white; margin: 0 0 24px;}
.SwitchColumn {padding: 32px 34px;}
.SwitchColumnBefore {background: var(--wash); border-right: 1px solid var(--line);}
.SwitchLabel {font-family: var(--font-roboto); font-size: 12px; font-weight: bold; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px;}
.SwitchColumnAfter .SwitchLabel {color: var(--orange);}
.SwitchList {list-style: none; margin: 0; padding: 0;}
.SwitchList li {padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-size: 15.5px; line-height: 1.6;}
.SwitchList li:last-child {border-bottom: 0;}
.SwitchColumnBefore .SwitchList li {color: var(--muted);}

@media (max-width: 900px) {
	.Switch {grid-template-columns: 1fr;}
	.SwitchColumnBefore {border-right: 0; border-bottom: 1px solid var(--line);}
}
.Text {--font-size: 17px; --line-height: 1.8; --block-margin: 20px; font-size: var(--font-size); line-height: var(--line-height);}
.Text > *:not(.CloseCta, .TextBand) {max-width: min(var(--text), calc(100% - 20px)); width: 100%; margin-left: auto; margin-right: auto;}
.Text .TextBand > *:not(.CloseCta) {max-width: min(var(--text), calc(100% - 20px)); width: 100%; margin-left: auto; margin-right: auto;}
.Text :is(.TextBand, .TextBand > *) > :is(p, h2, h3, h4, ul, ol, table, .MediaGallery) {margin-top: 0; margin-bottom: var(--block-margin);}
.Text > :is(p, h2, h3, h4, ul, ol, table, .MediaGallery) {margin-top: 0; margin-bottom: var(--block-margin);}
.Text .TextBand > :last-child, .Text > :last-child {margin-bottom: 0;}
.Text :is(.TextBand, .Text) > :is(p, ul, ol, table), .Text :is(ul, ol) :is(li, th, td) {font-size: var(--font-size); line-height: var(--line-height);}
.Text :is(.TextBand, .Text) > h2 {font-size: calc(var(--font-size) * 2);}
.Text :is(.TextBand, .Text) > h3 {font-size: calc(var(--font-size) * 1.6);}
.Text :is(.TextBand, .Text) > h4 {font-size: calc(var(--font-size) * 1.333);}

.TextContent table {width: 100%; border-collapse: collapse; border-spacing: 0;}
.TextContent table tr, .TextContent table td {display: block;}
.TextContent table :is(td, th) {padding: 2px 7px; border: 1px solid var(--font-color);}
.TextContent table th {font-weight: bold;}
.TextContent strong {font-weight: bold;}
.TextContent > :is(p, h2, h3, h4, table, ul, ol), .TextContent .TextBand > :is(p, h2, h3, h4, table, ul, ol) {margin-bottom: 20px;}
.TextContent > :last-child, .TextContent .TextBand > :last-child {margin-bottom: 0;}
.TextContent :is(ul, ol):not(.LinkList, .Benefits, .SwitchList, .Steps, .PlusList, .MinusList, .TocList) {padding-left: 15px;}
.TextContent ul:not(.LinkList, .Benefits, .SwitchList, .Steps, .PlusList, .MinusList, .TocList) > li {list-style: disc; padding-bottom: 5px;}
.TextContent ol:not([class]) > li {list-style: decimal; padding-bottom: 5px;}

@media (min-width: 900px) {
	.TextContent table tr {display: table-row}
	.TextContent table td {display: table-cell;}
}
.TextBand {padding: 64px 0; width: 100%;}
.TextBandWash {background: var(--wash);}
.TextBandTip {padding: 44px 0 0;}
.TextBandCta {padding: 0;}
.SolutionsPart .TextBandQuietHead > h2, .TextBandQuietHead > h2, .TextBandQuietHead > .Kicker + h2 {color: var(--ink-strong); text-transform: none; font-weight: 300; font-size: 28px;}
.TextBandDtm {background: var(--black-soft); color: #e9e9e9; padding: 68px 0; position: relative;}
.TextBandDtm::before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--orange);}
.TextBandDtm .Kicker {color: var(--orange);}
.SolutionsPart .TextBandDtm > h2, .TextBandDtm > h2, .TextBandDtm > .Kicker + h2 {color: #fff; font-weight: 300; text-transform: none; font-size: 32px; line-height: 1.35;}
.TextBandDtm p {color: #cfcfcf;}
.TextBandDtm strong {color: #fff; font-weight: 700;}
.TextBandDtm a {color: var(--orange);}
.TextBandDtm a.Button {color: #fff;}
.TextBandDtm a.Button:hover {color: #fff;}
.TextBandDtm .Step h3 {color: #fff;}
.TextBandDtm .Step p {color: #b4b4b4;}
@media (max-width: 900px) {.SolutionsPart .TextBandDtm > h2, .TextBandDtm > h2, .TextBandDtm > .Kicker + h2 {font-size: 25px;}}

.TextContent img {max-width: 100%;}
.TextContent a.MediaItem {position: relative; display: block; text-align: center;}
.TextContent a.MediaItem:not([data-gallery="no"])::before {position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ''; background: #00000090; opacity: 0;}
.TextContent a.MediaItem:not([data-gallery="no"])::after {content: ''; position: absolute; left: calc(50% - 16px); top: calc(50% - 16px); background: url(/Grace/Projects/GisOnline/Design/Images/zoom.svg); width: 32px; height: 32px; opacity: 0;}

.TextContent .MediaItem {flex: 0 0 100%; width: 100%;}
.TextContent .MediaGallery .Image img {max-width: 100%; height: auto; object-fit: contain;}

.MediaGallery {display: flex; gap: 10px; margin: 0; align-items: center; flex-wrap: wrap;}
.MediaGallery img {max-width: 100%; object-fit: contain; object-position: center;}

.HPTopTextContent .MediaGallery {float: right; width: 50%; padding-left: 5px; margin-top: 0;}
.HPTopTextContent::after {display: block; content: ''; clear: both;}

@media (max-width: 900px) {
	.HPTopTextContent {display: flex; flex-wrap: wrap; flex: 0 0 100%;}
	.HPTopTextContent .MediaGallery {float: none; order: 30; width: 100%;}
}

@media (min-width: 900px) {
	.TextContent .MediaGallery {display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin-top: 28px; margin-bottom: 24px;}
	.TextContent > .MediaGallery:last-child {margin-bottom: 0;}
	.TextContent .MediaGallery .MediaItem {flex: none; width: auto; margin: 0; padding: 0; border: 1px solid var(--line); background: var(--wash); min-height: 196px; display: grid; place-content: center; text-align: center;}
	.TextContent .MediaGallery .Image img {max-width: 100%; max-height: 100%; object-fit: contain;}

	.TextContent .MediaRight {
		float: right;
		padding-left: 5px;
	}

	.TextContent .MediaLeft {
		float: left;
		padding-right: 5px;
	}

	.TextContent .MediaLeft, .TextContent .MediaRight {
		width: 50%;
	}

	.TextContent .MediaItem {flex: 1;}
}
.Tip {background: var(--orange-soft); border-left: 4px solid var(--orange); padding: 26px 30px; margin: 0 0 24px;}
.TipLabel {font-family: var(--font-roboto); font-size: 13px; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-ink); margin: 0 0 14px;}
.Tip h3 {font-size: 19px; font-weight: bold; color: var(--ink-strong); margin: 0 0 12px; line-height: 1.45;}
.Tip p {font-size: 15.5px; line-height: 1.7; margin: 0 0 12px;}
.Tip p:last-child {margin-bottom: 0;}
.Toc {border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; margin: 24px 0;}
.TocTitle {font-family: var(--font-roboto); font-size: 13px; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px;}
.TocList {list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 28px;}
.TocList li {list-style: none;}
.TocList li a {font-size: 15px;}
.TocList li a::before {content: "› "; color: var(--muted);}

@media (max-width: 900px) {
	.TocList {flex-direction: column; gap: 10px;}
}
.Trust {border: 1px solid var(--line); border-top: 3px solid var(--orange); background: white; margin: 32px 0 24px;}
.TrustIntro {padding: 28px 32px 26px;}
.TrustIntro p {margin: 0;}
.TrustGrid {display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line-soft);}
.TrustItem {padding: 24px 20px 26px; border-right: 1px solid var(--line-soft);}
.TrustIcon {color: var(--orange); display: block; margin: 0 0 14px;}
.TrustItem:last-child {border-right: 0;}
.TrustItemName {font-family: var(--font-roboto); font-size: 15px; font-weight: bold; color: var(--ink-strong); margin: 0 0 4px; line-height: 1.4;}
.TrustItemNote {font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.5;}

@media (max-width: 900px) {
	.TrustGrid {grid-template-columns: repeat(2, minmax(0, 1fr));}
	.TrustIntro {padding: 24px 22px;}
	.TrustItem {border-bottom: 1px solid var(--line-soft);}
}
:root {
	--orange: #f28e36;
	--orange-dark: #d9761f;
	--orange50: #f28e3680;
	--black: #111111;
	--dark: #111111;
	--darker: #333333;
	--font-color: #444;
	--gray: #eeeeee;

	--orange-soft: #fdf2e7;
	--orange-ink: #a3520b;
	--black-soft: #1d1d1d;
	--ink: #4a4a4a;
	--ink-strong: #333333;
	--muted: #818181;
	--line: #e3e3e3;
	--line-soft: #efefef;
	--wash: #f7f7f7;

	--dark-line: #ffffff14;
	--dark-text: #cfcfcf;
	--dark-label: #a5a5a5;

	--field-bg: #1c1c1c;
	--field-line: #343434;
	--field-text: #e9e9e9;

	--head-top-height: 62px;
	--text: 960px;
}
html, body {scroll-behavior: smooth; scroll-margin: 300px;}
body {font-family: var(--font); font-size: 15px; color: var(--font-color); line-height: 1.8; -webkit-text-size-adjust: 100%;}
.Container {padding: 0 10px; max-width: 1200px; margin-left: auto; margin-right: auto;}

a {color: var(--orange); text-decoration: none;}
a:hover {text-decoration: underline;}

.TextCenter {text-align: center !important;}

p {margin: 0 0 15px; line-height: 1.8;}

h1 {font-size: 20px; color: white; font-weight: bold; font-family: var(--font-roboto); letter-spacing: 2px; text-transform: uppercase;}
h2 {font-size: 30px; font-weight: bold; font-family: var(--font-roboto);}
h3 {margin-bottom: 15px;}
h3, h3 a {font-size: 24px; font-weight: normal; font-family: var(--font-roboto); line-height: 1.2; color: var(--font-color);}
h4 {font-size: 20px; font-weight: normal; font-family: var(--font-roboto); margin-bottom: 15px; line-height: 1.2;}

#Intro {position: relative; padding-top: 60px; padding-bottom: 40px; background-size: contain; background-position: center center; margin-bottom: 50px;}
#Intro .Image {position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;}
#Intro img {object-fit: cover; object-position: center; width: 100%; height: 100%;}
#Intro::after {position: absolute; content: ''; left: 0; top: 0; right: 0; bottom: 0; background: #00000090;}
#Intro .IntroContent {position: relative; color: white; text-align: center; z-index: 1; display: flex; align-items: center ; justify-content: center; flex-direction: column;}
#Intro .IntroDescription {display: none;}

.RightSidebar {margin: 30px 0;}

.ReferencesItem {margin-bottom: 20px; border-bottom: 1px solid var(--gray); font-size: 16px;}
.ReferencesItemImage {margin: 0 15px 0 0; width: 75px; height: 75px; float: left; background-size: contain;}
.ReferencesItemImage img {object-position: center; object-fit: contain; width: 100%; height: 100%;}
.ReferencesItemName {display: inline;}
.ReferencesItemName a {color: var(--dark); text-decoration: underline;}

.Subpage {margin-bottom: 100px;}

.DualColumnContent {display: flex;}
.DualColumnContent .FeaturesColumn {margin-bottom: 100px;}
.DualColumnContent .TextContent {font-size: 16px; margin: 20px;}

.DualColumnContent > .Column {flex: 1;}

.DualColumnContent > div {margin: 0 10px;}
.DualColumnContent > div:first-of-type {margin-left: 0;}
.DualColumnContent > div:last-of-type {margin-right: 0;}

.DictionaryItem {margin-bottom: 30px;}
.DictionaryItem h3 a {color: var(--darker); font-weight: 200; font-size: 30px; transition: color var(--anim-duration);}
.DictionaryItem h3 a:hover {color: var(--orange);}
.DictionaryItem h3 a:first-letter {color: var(--orange);}
.DictionaryItem .TextContent p {display: inline;}

.NewsItem {margin-bottom: 40px;}
.NewsItem .Image {margin-bottom: 15px;}
.NewsItem h3 {margin-bottom: 10px;}
.NewsItem h3 a {color: var(--orange);}

.SolutionsPart + .SolutionsPart {margin-top: 40px;}
.SolutionsPart .TextBand > h2 {color: var(--orange); text-transform: uppercase;}
.Subpage:has(.SolutionsPart) {margin-bottom: 0;}

.TopSolutionsItem {display: block; text-decoration: none !important; margin-bottom: 30px;}
.TopSolutionsItem .Image {padding-top: 100%; margin-bottom: 10px; position: relative; overflow: hidden; background-size: cover; background-position: center center;}
.TopSolutionsItem .Img {position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.TopSolutionsItem .Img img {object-position: center; object-fit: cover; width: 100%; height: 100%;}
.TopSolutionsItem .TextContent {position: absolute; left: -100%; width: 100%; top: 0; bottom: 0;}
.TopSolutionsItem h3 {color: var(--darker); font-size: 18px; text-transform: uppercase; text-align: center;}

.LastNewsItem {display: block; padding: 10px; margin-bottom: 20px; text-decoration: none !important; color: #404040;}
.LastNewsItem .Image {background-position: center center; background-size: cover; height: 100%; position: relative;}
.LastNewsItem .Image .Img {position: absolute; left: 0; right: 0; bottom: 0; top: 0;}
.LastNewsItem .Image img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.LastNewsItem h3 {font-weight: normal; font-size: 20px; margin-bottom: 10px;}
.LastNewsItem h3 a {font-weight: normal; font-size: 20px;}
.LastNewsItem .Published {font-size: 13px; margin-bottom: 10px;}
.LastNewsItem .Published path {stroke: #404040;}
.LastNewsItem .Published svg {height: auto; width: 15px; margin-right: 5px; vertical-align: middle;}

.Crumbs {text-align: center; font-size: 13px; color: var(--orange);}
.Crumbs a {display: inline-block; color: white; margin-right: 3px;}
.Crumbs a:hover {color: var(--orange);}
.Crumbs a::after {content: '›'; display: inline-block; margin-left: 8px;}

.HPLastNews {margin-bottom: 40px;}

.SolutionsParts {margin-bottom: 80px;}
.SolutionsParts a {display: block; font-size: 18px; padding: 5px;}

.DictionaryLetter {font-size: 30px; color: var(--orange); font-weight: bold;}

@media (max-width: 900px) {
	.DualColumnContent {display: block;}
}

@media (min-width: 550px) {

	#Intro .IntroDescription {display: block; font-family: var(--font-roboto); font-size: 16px; font-weight: 200;}
	#Intro .IntroDescription a {display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; padding: 14px 26px; background: var(--orange); border: 1px solid var(--orange); color: white;}
	#Intro .IntroDescription a:hover {background: var(--orange-dark); border-color: var(--orange-dark); text-decoration: none;}

	.TopSolutions {display: flex; flex-wrap: wrap; justify-content: space-between;}
	.TopSolutions h2 {flex: 0 0 100%;}
	.TopSolutionsItem {flex: 0 0 49%;}

	.LastNewsItem {display: flex; padding: 0; margin-bottom: 0;}
	.LastNewsItem .Image, .LastNewsItem .LastNewsItemData {flex: 0 0 50%;}
	.LastNewsItem .LastNewsItemData {padding: 10px;}
	.LastNewsItem:nth-of-type(2n) .Image {order: 2;}

	#Intro .IntroContent {bottom: 20px; max-width: 800px; margin-left: auto; margin-right: auto;}
	h1 {font-size: 30px;}
}

@media (min-width: 900px) {
	#Intro .IntroDescription {font-size: 25px;}

	.TopSolutionsItem {flex: 0 0 24.5%;}

	.HPLastNews .LastNews {display: flex; flex-wrap: wrap;}
	.HPLastNews .LastNews .LastNewsItem {flex: 0 0 50%;}
	.LastNewsItem .Image {order: unset !important;}
	.LastNewsItem:nth-of-type(4n-1) .Image {order: 2 !important;}
	.LastNewsItem:nth-of-type(4n) .Image {order: 2 !important;}

	.SubPageLayout {display: flex;}
	.SubPageLayout .RightSidebar {flex: 0 0 29%;}
	.SubPageLayout .SubPageLayoutLeft {padding-right: 40px;}

	.News {display: flex; flex-wrap: wrap; justify-content: space-between;}
	.News .NewsItem {flex: 0 0 100%; display: flex; max-width: 900px; margin-left: auto; margin-right: auto;}
	.News .NewsItem .Image {flex: 0 0 250px; width: 250px; height: 161px; margin-right: 20px; background: no-repeat center center; background-size: cover;}
	.News .NewsItemInfo {}
}.Button {display: inline-flex; align-items: center; justify-content: center; text-align: center; padding: 14px 26px; background: var(--orange); border: 1px solid var(--orange); color: white; cursor: pointer;}
.Button:hover {background: var(--orange-dark); border-color: var(--orange-dark); color: white; text-decoration: none;}
@media (min-width: 1024px) {
	#Intro {padding-top: 100px;}
	#Intro .IntroContent {height: auto; bottom: 10%;}

	h1 {font-size: 50px; font-weight: 700;}
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/RobotoCondensed-Bold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 200;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/RobotoCondensed-Light.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: normal;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/RobotoCondensed-Regular.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: bold;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Bold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: bold;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-BoldItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Italic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 200;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Light.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 200;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-LightItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	src: url(/Grace/Projects/GisOnline/Design/Fonts/OpenSans-Regular.ttf) format('truetype');
	font-display: swap;
}

:root {
	--font: 'Open Sans', sans-sarif;
	--font-roboto: 'Roboto Condensed', sans-sarif;
}.Head {position: sticky; top: 0; z-index: 60; background: var(--black);}

.HeadTop .Container {min-height: var(--head-top-height); display: flex; align-items: center; justify-content: space-between; gap: 24px;}

.Head .Logo {display: block; line-height: 0;}
.Head .Logo img {width: 200px; height: auto;}

.MenuButton {width: 32px; height: 32px; cursor: pointer;}
.MenuButton div {position: relative; top: 50%; height: 2px; background: var(--orange); box-shadow: 0 10px 0 0 var(--orange), 0 -10px 0 0 var(--orange);}

.HeadNav {border-top: 1px solid var(--dark-line);}
.HeadNav .Container {padding-top: 12px; padding-bottom: 12px;}
.HeadNav .SolutionsMenu {display: flex; flex-wrap: wrap; gap: 6px 36px;}
.HeadNav a {color: white; font-size: 15px;}
.HeadNav a:hover {color: var(--orange); text-decoration: none;}
.HeadNav a.Active {color: var(--orange);}

.OpenerMenu nav a {color: white;}
.OpenerMenu nav a:hover {color: var(--orange); text-decoration: none;}
.OpenerMenu nav .Active a {color: var(--orange);}
.OpenerMenu nav .prihlasit-se a {background: var(--orange); color: white;}
.OpenerMenu nav .prihlasit-se a:hover {background: var(--orange-dark); color: white;}

@media (max-width: 1023px) {
	.HeadNav {display: none;}

	.OpenerMenu {position: absolute; left: 0; top: 0; right: 0; z-index: 2; height: 0; overflow: hidden; opacity: 0; background: var(--black); box-shadow: 0 5px 10px rgb(0 0 0 / 20%);}
	.MenuOpened + .OpenerMenu {height: 80vh; top: 100%; opacity: 1;}

	.OpenerMenu nav, .OpenerMenu nav ul {display: flex; flex-direction: column;}
	.OpenerMenu nav li {list-style: none; padding: 0;}
	.OpenerMenu nav a {display: block; padding: 10px; text-align: center; font-size: 14px; font-weight: bold; letter-spacing: .09em; text-transform: uppercase;}

	.OpenerMenu .SolutionsMenu {padding-bottom: 20px;}
	.OpenerMenu .SolutionsMenu a {font-size: 15px; font-weight: normal; letter-spacing: 0; text-transform: none; padding: 8px 10px;}
}

@media (min-width: 1024px) {
	.MenuButton {display: none;}
	.OpenerMenu .SolutionsMenu {display: none;}

	.OpenerMenu nav ul {display: flex; align-items: center; gap: 26px;}
	.OpenerMenu nav li {list-style: none; padding: 0;}
	.OpenerMenu nav a {display: block; white-space: nowrap; font-size: 12.5px; font-weight: bold; letter-spacing: .09em; text-transform: uppercase;}
	.OpenerMenu nav .prihlasit-se a {padding: 12px 20px;}
}
.NewsDetail .TextBand {padding: 0 0 22px;}
.NewsDetail .TextBandWash, .NewsDetail .TextBandDtm {padding: 28px 32px; margin: 6px 0 22px;}
.NewsDetail .TextBandTip {padding: 16px 0 0;}
.NewsDetail .TextBandCta {padding: 0; margin: 22px 0;}
.NewsDetail .TextBandWash:first-child, .NewsDetail .TextBandDtm:first-child {margin-top: 0;}
@media (max-width: 900px) {
	.NewsDetail .TextBandWash, .NewsDetail .TextBandDtm {padding: 22px 18px;}
}
.RightSidebar {border: 1px solid var(--line); border-top: 3px solid var(--orange); background: #fff; padding: 26px 22px 20px; margin: 30px 0;}
.RightSidebar > h2 {font-family: var(--font-roboto); font-size: 14px; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 4px; padding: 0 0 16px; border-bottom: 1px solid var(--line-soft);}
.RightSidebar .LastNewsItem {display: block; padding: 20px 0; margin: 0; border-bottom: 1px solid var(--line-soft);}
.RightSidebar .LastNewsItem:last-child {border-bottom: 0; padding-bottom: 4px;}
.RightSidebar .LastNewsItem .Image {display: block; position: relative; width: 100%; height: auto; aspect-ratio: 16 / 10; margin: 0 0 14px; overflow: hidden; background: var(--wash); order: 0 !important;}
.RightSidebar .LastNewsItem .Image .Img {position: absolute; inset: 0;}
.RightSidebar .LastNewsItem .Image img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.RightSidebar .LastNewsItem .LastNewsItemData {padding: 0;}
.RightSidebar .LastNewsItem h3 {margin: 0 0 8px;}
.RightSidebar .LastNewsItem h3, .RightSidebar .LastNewsItem h3 a {font-family: var(--font-roboto); font-size: 18px; font-weight: bold; line-height: 1.3; color: var(--ink-strong);}
.RightSidebar .LastNewsItem h3 a:hover {color: var(--orange); text-decoration: none;}
.RightSidebar .LastNewsItem .Published {display: flex; align-items: center; gap: 7px; margin: 0 0 10px; font-size: 13px; color: var(--muted); line-height: 1;}
.RightSidebar .LastNewsItem .Published svg {width: 13px; margin: 0; color: var(--muted);}
.RightSidebar .LastNewsItem .Published :is(path, line) {stroke: currentColor;}
.RightSidebar .LastNewsItem .TextContent {display: block; font-size: 14.5px; line-height: 1.6; color: var(--ink);}
.RightSidebar .LastNewsItem .TextContent p {margin: 0;}
