@font-face {
  font-family: "Spartan";
  src: url("../font/spartan/Spartan-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Spartan Medium";
  src: url("../font/spartan/Spartan-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Spartan SemiBold";
  src: url("../font/spartan/Spartan-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Spartan Bold";
  src: url("../font/spartan/Spartan-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Spartan ExtraBold";
  src: url("../font/spartan/Spartan-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --green: #61a375;
  --main-color: #0192db;
  --white-bg: #fff;
  --gray-bg: #f7f7f7;
  --golden: #ffa600;
  --swiper-pagination-bullet-width: 14px;
  --swiper-pagination-bullet-height: 14px;
  --tag-gray: #898989;
  --tag-grayHover: #424242;
  --dark-gray: #cccccc;
  --card-gray: #ebecec;
  --light-gray: #a9a9a9;
  --sn-team-imageHorizontalShift: 3px;
  --element-spacing: 30px;
  --header-height: 91px;
  --content-max-width: 1325px;
  --header-footer-content-padding: 10px 20px;
  --mobile-menu-item-margin-left: 65px;
  --gray-font-color: #3b2b22;
  --card-padding-horizontal: 2rem;
  --blog-body-desktop-padding-left: 30%;
  --black-to-sn-blue: invert(48%) sepia(35%) saturate(6246%) hue-rotate(174deg)
    brightness(93%) contrast(99%);
}

@media only screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}

#map *:not(img) {
  position: initial;
  box-sizing: initial;
  font-family: inherit;
}

#map a {
  border: unset;
  padding: unset;
  margin: unset;
  display: unset;
  font-family: ui-monospace;
  font-weight: bold;
  font-family: Roboto, Arial, sans-serif;
}

* {
  position: relative;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 14px;
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--main-color);
  overflow-x: hidden;
}

html,
body {
  max-width: 100vw;
  height: 100%;
  /* overflow-x: hidden; */
}
ul {
  padding-left: 0;
}

ul,
li {
  list-style-type: none;
}

h1 {
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  z-index: 2;
  margin-bottom: 35px !important;
  font-family: "Spartan Bold";
}

h1 + p {
  font-size: 1.3rem;
  margin-bottom: 80px;
  line-height: 1.6;
}

h2 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px !important;
}

h2 + p {
  padding: 0px 15px;
  margin-bottom: 50px !important;
  line-height: 1.65;
  font-size: 1.1rem;
  font-family: "Spartan SemiBold";
}

h3 {
  font-size: 0.9rem;
  font-family: "Spartan Bold";
}

p {
  font-weight: 400;
  font-family: "Spartan Medium", serif;
  color: #1f1f1f;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #fff;
}

section h2 {
  font-family: "Spartan ExtraBold";
  font-size: 1.7rem;
  line-height: 1.3;
  max-width: calc(var(--content-max-width) * 0.8);
}
section h2 + p {
  max-width: calc(var(--content-max-width) * 0.83);
  padding-left: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
}

.hide,
.hidden {
  display: none !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--main-color);
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

header nav {
  display: flex;
  background-color: var(--main-color);
  justify-content: space-between;
  align-items: center;
  padding: var(--header-footer-content-padding);
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  max-width: var(--content-max-width);
}

header .logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(124deg) brightness(105%) contrast(102%);
}
header .logo img {
  height: 50px;
}

header + main {
  padding-top: var(--header-height);
  /* overflow-x: hidden; */
}

header + main section.white:last-of-type {
  padding-bottom: 110px;
}

nav .language-selector div:nth-of-type(1) {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
}

nav .language-selector div:nth-of-type(1) abbr {
  line-height: 1;
  font-size: 14px;
  margin-top: -1px;
}

nav .language-selector div:nth-of-type(1)::after {
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: flex;
  background: url(../img/arrow_down_white.svg);
  background-position: -2px -2px;
  background-repeat: no-repeat;
  top: -1;
  margin-top: -3px;
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
}
nav .language-selector.open div:nth-of-type(1)::after {
  transform: rotate(180deg);
  background-position: 2px -2px;
}

nav .language-selector div img {
  margin-left: 5px;
  top: -3px;
}

nav .language-selector div:nth-of-type(2) {
  display: none;
  position: absolute;
  margin-top: 5px;
  padding: 5px 0px;
}

nav .language-selector div:nth-of-type(2) abbr {
  text-decoration: none;
}

nav .language-selector.open div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  background: var(--main-color);
  width: 110%;
  margin-left: -5px;
  box-shadow: 0px 2px 5px hsl(0deg 0% 0% / 36%);
  border-radius: 5px;
  align-items: flex-start;
  color: #fff;
  user-select: none;
}

nav .language-selector.open div:nth-of-type(2) a {
  color: inherit;
  display: flex;
  padding: 5px;
  line-height: 1;
  width: 100%;
  transition: all 0.1s ease-in-out;
  align-items: baseline;
}
nav .language-selector.open div:nth-of-type(2) a:hover {
  background: #fff;
  color: var(--main-color);
}

nav .language-selector.open div:nth-of-type(2) a * {
  line-height: inherit;
}
nav .language-selector.open div:nth-of-type(2) a:not(:last-of-type) {
  margin: 5px 0px;
}
nav .language-selector.open div:nth-of-type(2) a:first-of-type {
  margin-top: 0px;
}
nav .language-selector.open div:nth-of-type(2) a:last-of-type {
  margin-top: 5px;
}
nav .language-selector.open div:nth-of-type(2) a img {
  top: 1px;
}

header nav ul {
  display: none;
  position: absolute;
  top: 35px;
  padding: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--main-color);
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: scroll;
}

header nav[aria-expanded="true"] ul {
  display: flex;
}

header nav .language-selector {
  margin-left: auto;
}

header nav ul + a {
  margin-left: auto;
}

header nav + a img {
  margin-left: 5px;
}

header nav ul li {
  margin: 30px 5px;
}

header nav ul li button {
  font-family: "Spartan Medium", serif;
}

header nav ul li a.active,
header nav ul li button.active {
  /* font-weight: bold; */
  font-family: "Spartan ExtraBold";
}
header nav ul li button::before {
  content: "+";
  display: block;
  height: 1px;
  position: absolute;
  color: #fff;
  font-size: 1.7rem;
  left: 0;
  margin-left: 20px;
  top: 50%;
  margin-top: -13px;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  header nav ul li.open button::before {
    font-size: 1.5rem;
    content: "\2715";
  }

  header nav ul li {
    margin: 9px 0px;
  }
  header nav ul > li > button,
  header nav ul > li > a {
    padding-left: var(--mobile-menu-item-margin-left);
    height: 44px;
    display: inline-block;
    display: flex;
    align-items: center;
  }

  header nav ul li:not(.open) div {
    display: none;
  }
}

header nav ul li > div a {
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header nav ul li > div {
  display: grid;
  background: #fff;
  color: var(--main-color);
  width: 100vw;
  padding: 10px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin-top: 25px;
}

header nav ul li h2 {
  grid-column: 1 / -1;
  color: #000;
  margin-top: 35px;
  margin-bottom: 15px !important;
  font-family: "Spartan Bold", serif;
}

header nav ul li .main-page {
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: flex-start;
}

header nav ul li .main-page a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-top: 20px;
}
header nav ul li .main-page a h3 {
  color: var(--main-color);
  font-family: "spartan Bold", serif;
  margin: 15px 0px;
  line-height: 1.4;
}

header nav ul li .main-page p {
  margin: 0;
  min-height: calc(1rem * 6);
  color: var(--main-color);
  padding: 0px 10px;
  font-size: 0.8em;
}
header nav ul li .main-page img {
  filter: invert(48%) sepia(35%) saturate(6246%) hue-rotate(174deg)
    brightness(93%) contrast(99%);
  width: 90px;
  height: 80px;
  object-fit: contain;
}

header nav ul li div .sub-pages {
  grid-column: 3 / -1;
  grid-row: 2 / span 1;
  display: flex;
  width: 100%;
  padding-right: 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
header nav ul li div.sub-pages img {
  width: 80px;
  filter: invert(48%) sepia(35%) saturate(6246%) hue-rotate(174deg)
    brightness(93%) contrast(99%);
  height: 80px;
}
header nav ul li .sub-pages a {
  margin: 5px;
  text-align: center;
  padding: 0;
}

header nav ul li .sub-pages p {
  color: #000;
  font-family: "spartan Bold", serif;
  margin: 12px 0px;
  font-size: 0.9rem;
}

header nav ul li div.sub-pages img {
  filter: none;
  width: 70px;
  opacity: 0.3;
}

@media (min-width: 1024px) {
  header nav ul.wide-navigation {
    justify-content: space-between;
    padding-left: 5.5%;
    margin-right: -15px;
  }

  header .menu-opener {
    display: none;
  }

  header nav ul {
    display: flex;
    position: relative;
    margin-top: 0;
    background: transparent;
    height: auto;
    overflow: visible;
    flex-direction: row;
    margin: 0;
    padding: 0;
    top: 0;
    flex: 1;
    justify-content: space-evenly;
    align-items: center;
  }

  header nav ul li {
    margin: 5px 10px;
    text-align: center;
  }

  header nav ul li button {
    height: 50px;
    cursor: auto;
    padding: 0px;
  }
  header nav ul li > a {
    height: 50px;
    font-family: "Spartan Medium";
  }

  header nav ul li h2 {
    margin: 25px 0px !important;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    font-size: 1.5rem;
  }

  header nav ul li.open a,
  header nav ul li.open button {
    font-weight: bold;
  }

  header nav ul li button::before {
    content: none;
  }
  header nav ul li.open button::before {
    content: "";
    position: absolute;
    margin-left: 0;
    top: 100%;
    left: 50%;
    margin-top: -13px;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 17px 10px;
    border-bottom-color: #fff !important;
    border-color: transparent;
  }

  header nav ul .mobile-only {
    display: none;
  }

  header nav ul li.open > div {
    max-width: calc(var(--content-max-width) - 32px);
    display: grid;
    position: fixed;
    margin-top: 18px;
    left: 50%;
    width: 95%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 40px 25px 40px 25px;
    transform: translateX(-50%);
    box-shadow: 0px 4px 6px hsl(0deg 0% 0% / 20%);
  }
  header nav ul.wide-navigation li.open > div {
    width: 100%;
    max-width: calc(var(--content-max-width) - 32px);
  }

  header nav ul li div .sub-pages {
    justify-content: flex-start;
    padding: 0px;
    grid-column: 2 / -1;
  }

  header nav ul li .sub-pages a {
    margin: 0px 0px 0px 0px;
  }

  header nav ul li div .sub-pages {
    align-items: flex-start;
    row-gap: 30px;
  }

  header nav ul li.open .sub-pages a:hover p {
    color: var(--main-color);
  }

  header nav ul li.open .sub-pages a:hover img {
    filter: invert(48%) sepia(35%) saturate(6246%) hue-rotate(174deg)
      brightness(93%) contrast(99%);
    opacity: 1;
  }

  header nav ul li .main-page {
    justify-content: flex-start;
    align-items: flex-start;
    grid-column: 1 / span 1;
  }

  header nav ul li .main-page p {
    padding: 0px 21px;
    max-width: 25ch;
  }

  header nav ul li .main-page a h3 {
    max-width: 19ch;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 9px;
  }

  header nav ul li .main-page a {
    flex: 1;
    margin-top: 0;
  }

  header nav ul li.open > div div.main-page a:hover {
    transform: scale(1.15);
    margin-top: 55px;
    margin-top: 35px;
    padding-top: 0;
  }

  header nav ul li .sub-pages p {
    margin: 8px 0px 0px 0px;
    line-height: 1.4;
  }

  header nav ul li div {
    display: none;
    width: 300px;
  }

  header .content > button {
    display: none;
  }
}

@media (min-width: 1280px) {
  header nav ul li.open > div div.main-page a:hover {
    transform: scale(1.3);
  }
}

footer {
  background-color: var(--main-color);
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}

footer ul:first-of-type a[href="/hu"] {
  display: flex;
  align-items: stretch;
  padding-top: 3px;
}

footer ul:first-of-type a[href="/hu"] img {
  margin-left: 5px;
}

footer nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--header-footer-content-padding);
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
}

footer nav ul {
  padding: 0;
  margin: 0;
}

footer nav ul li {
  margin: 20px 0px;
}
footer nav ul li:hover a {
  font-weight: bold;
}

footer nav a {
  font-family: "Spartan Medium";
}

footer nav ul li:first-of-type {
  margin-top: 0px;
}

footer .logo {
  margin-bottom: 15px;
}
footer .logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(124deg) brightness(105%) contrast(102%);
}

footer ul.footer-social-media-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1 0 100%;
}

footer ul.footer-social-media-links li:first-of-type {
  margin-bottom: 7px;
}

footer ul.footer-social-media-links li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer ul.footer-social-media-links li a span {
  display: none;
}

footer ul.footer-social-media-links li img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(124deg) brightness(105%) contrast(102%);
  margin-right: 10px;
}

footer .copyright {
  background: #fff;
  margin-bottom: -1px;
  font-size: 0.8rem;
  width: 100%;
}

footer .copyright .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 10px 20px 60px 20px;
  color: #7d7b7b;
  flex-wrap: wrap;
}

footer .copyright .content > * {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 10px;
}

footer .copyright .content a {
  color: #7d7b7b;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright .content a img {
  margin-left: 5px;
}

footer .mkfi-box {
  background: #fff;
  display: flex;
  justify-content: center;
}

footer .mkfi-box img {
  max-width: calc(var(--content-max-width) * 0.78);
  width: 100%;
  height: auto;
}

@media (min-width: 600px) {
  footer .logo {
    flex: 0 0 100%;
  }

  footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  footer nav > .logo {
    grid-column: 1 / 3;
  }

  footer nav ul:first-of-type {
    grid-row: span 2;
  }

  footer nav ul:nth-of-type(2) {
    grid-column: 2;
  }

  footer nav ul:nth-of-type(3) {
    grid-column: 2;
    grid-row: 3;
  }

  footer nav ul:nth-of-type(3) li:first-of-type {
    margin: 0px;
  }

  footer ul.footer-social-media-links {
    justify-content: flex-start;
  }

  footer nav ul.footer-social-media-links li {
    margin: 0px 10px;
  }

  footer nav ul.footer-social-media-links li:first-of-type {
    margin-top: 0px;
    margin-left: 0px;
  }
  footer nav ul li:first-of-type {
    margin-top: 20px;
  }
}

@media (min-width: 400px) {
  footer nav ul.footer-social-media-links li:first-of-type {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 12px;
  }
}

@media (min-width: 1024px) {
  footer nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  footer nav .logo {
    flex: unset;
  }

  footer nav ul li:first-of-type {
    margin-top: 0px;
  }

  footer ul.footer-social-media-links {
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex: unset;
    justify-content: space-between;
  }

  footer nav ul.footer-social-media-links li {
    margin: 7px 0px;
  }

  footer ul.footer-social-media-links li a span {
    display: inline-block;
    margin-top: 5px;
  }

  footer .copyright .content {
    justify-content: space-between;
  }
  footer .copyright .content * {
    flex: unset;
  }
}

@media (min-width: 1280px) {
  footer ul.footer-social-media-links {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: 30px;
  }
}

main section p a,
main section p button {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  font-size: 1em !important;
  color: var(--main-color);
  font-family: "Spartan";
  font-weight: bold;
}

main > section.blue:first-of-type p:first-of-type {
  max-width: calc(var(--content-max-width) * 0.85);
  margin-bottom: 60px;
}

p a:hover {
  background: transparent !important;
  color: var(--main-color) !important;
}

section {
  padding: 5rem 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: -1px;
}

@media (min-width: 1024px) {
  section {
    padding: 4rem 75px;
  }
}

@media (min-width: 1280px) {
  section {
    padding: 4rem 7%;
  }
}

section a,
section .button {
  font-family: "Spartan SemiBold";
  font-family: "Spartan SemiBold";
  color: #000;
  text-decoration: none;
  padding: 0.5rem 30px 0.4rem;
  margin: 2px 0px 0rem 0rem;
  font-size: 0.9rem;
  border-radius: 0.42rem;
  display: inline-block;
  color: var(--main-color);
  background: transparent;
  border: 1px solid var(--main-color);
}

@media (min-width: 600px) {
  section a,
  section .button {
    margin: 2px 5px 0rem 0rem;
  }
}

section a:hover,
.button:hover,
section a.hover-style {
  transition: all 0.2s, color 0.2s;
  color: #fff;
  border-color: #fff;
  background: var(--main-color);
  cursor: pointer;
}

section.gray .button:hover {
  border-color: var(--main-color);
}

section.white a,
section.white .button,
section a.hover-style {
  border-color: var(--main-color);
}

section p [data-scroll-to]:hover {
  color: var(--golden);
}

section > * {
  max-width: calc(var(--content-max-width) * 0.9);
  margin: auto;
}

section > *:not(:last-child) {
  margin-bottom: var(--element-spacing);
}

section.gray {
  background-color: var(--gray-bg);
}

section.gray > .link-container a {
  color: var(--main-color);
}

section.gray > .link-container a:last-of-type {
  margin-right: 0;
}

section.gray > .link-container a:hover,
section.gray > .link-container a.hover-style {
  background-color: var(--main-color);
  color: var(--white-bg);
  border-color: var(--main-color);
}

section.white > .link-container a {
  border-color: var(--main-color);
}

section.white {
  background-color: var(--white-bg);
}

section.white .info-card-container > li a {
  color: var(--main-color);
  border-color: var(--main-color);
  background: #fff;
  width: 100%;
  margin-top: auto;
}

section.blue {
  background-color: var(--main-color);
  color: #fff;
}

section.blue p {
  color: #fff;
}

section.blue > img {
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(313deg)
    brightness(104%) contrast(102%);
}

section.blue.error-header > img {
  max-width: 230px;
}

.home section.blue {
  margin-bottom: 30px;
}

section.blue .link-container a {
  color: #fff;
  border: 1px solid #fff;
  background-color: var(--main-color);
}

section.blue .link-container a:hover {
  color: var(--main-color);
  background: var(--white-bg);
}

section .link-container a.golden {
  background: var(--golden);
  border-color: var(--golden);
  color: white;
}

section .link-container a.golden:hover {
  background: var(--white-bg);
  border-color: var(--white-bg);
  color: var(--main-color);
}

/*Swiper*/

.sn-carousel {
  overflow-y: visible !important;
  margin-bottom: -130px;
  height: 300px !important;
}

.link-container + .sn-carousel {
  margin-top: 16px;
}

.sn-carousel .swiper-slide img {
  height: 100%;
}

.home .swiper {
  margin-bottom: -70px;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  object-fit: contain;
  margin: auto;
}

.swiper-pagination {
  top: 0 !important;
}

.swiper-pagination-bullet {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1 !important;
  border: 2px solid #fff;
  background: transparent !important;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #fff !important;
}

.link-container a,
.link-container .button {
  margin-bottom: 15px;
  margin-left: 0;
  width: auto;
}

section .info-card-container li {
  margin: 1.2rem 0rem;
}

@media (min-width: 650px) {
  section .info-card-container li {
    margin: 1.2rem 0.9rem;
  }
}

section .info-card-container + .link-container {
  max-width: 350px;
  width: 100%;
}

section .info-card-container + .link-container > * {
  max-width: inherit;
  width: inherit;
}

.info-card-container.lg-icons + .link-container {
  max-width: 480px;
}

@media (min-width: 800px) {
  section .info-card-container + .link-container a,
  section .info-card-container + .link-container .button {
    margin-left: 0;
    margin-right: 15px;
    width: initial;
  }

  section .info-card-container + .link-container {
    max-width: inherit;
    width: auto;
  }

  section .info-card-container + .link-container > * {
    max-width: initial;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .sn-carousel .swiper-slide img {
    height: auto;
  }
  .sn-carousel {
    margin-bottom: -84px;
  }
}

.ytvideo {
  width: 100%;
}

.ytvideostarter {
  margin-top: 25px;
}

.info-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
  justify-content: center;
}

.info-card-container li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1.2rem 0.9rem;
  padding: 30px 2rem;
  width: 100%;
  flex: 350px;
  border-radius: 2px;
}

.info-card-container.text-cards li h3 {
  font-family: "Spartan Medium", serif;
  border-radius: 5px;
}

.info-card-container.line-list-4 {
  justify-content: space-around;
}

.info-card-container li {
  max-width: 350px;
}

@media (min-width: 650px) {
  .info-card-container.line-list-4 li {
    max-width: 265px;
  }
}

@media (min-width: 1280px) {
  .info-card-container.line-list-4 li {
    max-width: calc(25% - 29px);
  }
}

.info-card-container.two-column.lg-icons {
  justify-content: center;
}

.info-card-container.two-column {
  max-width: calc(var(--content-max-width) * 0.88);
}
section .info-card-container.two-column.transparent-bg li h3 {
  color: #000;
}

.info-card-container.two-column li h3 {
  color: var(--main-color);
  font-family: "Spartan Bold";
  font-size: 1.1rem;
}
.info-card-container.two-column li p {
  font-size: 0.8rem;
}

.info-card-container.two-column li a {
  padding-top: 9px;
}
.info-card-container.lg-icons li img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}
.info-card-container.lg-icons li {
  max-width: 480px;
  margin: 0px 0px;
  padding: 0px 0px !important;
}

@media (min-width: 600px) {
  .info-card-container.lg-icons li {
    margin: 0px 45px;
  }
}

.info-card-container.lg-icons li * {
  margin: 10px 0px;
}

.info-card-container.lg-icons li p {
  max-width: 489px;
}

section.white .info-card-container.two-column li:hover h3 {
  color: var(--white-bg);
}

section.white .info-card-container.two-column.transparent-bg li:hover h3 {
  color: #000;
}

@media (min-width: 800px) {
  .info-card-container.two-column.sm-cards {
    justify-content: space-evenly;
    width: 100%;
  }
  .info-card-container.two-column.md-cards {
    justify-content: space-evenly;
    width: 100%;
  }

  .info-card-container.two-column {
    justify-content: center;
  }
  .info-card-container.two-column li {
    max-width: none;
    flex: 0 0 calc(50% - 30px);
    margin: 30px 15px;
  }

  .info-card-container.two-column li * {
    max-width: 300px;

    margin: 15px 0px;
  }
  .info-card-container.two-column li a {
    max-width: 285px;
    background: transparent;
    font-family: "Spartan Medium";
  }

  .info-card-container.two-column.wide li {
    max-width: unset;
  }
  .info-card-container.two-column.sm-cards {
    justify-content: center;
  }
  .info-card-container.two-column.sm-cards li {
    max-width: 350px;
  }
}

@media (min-width: 1024px) {
  .info-card-container li {
    padding: 30px 30px;
  }

  section .info-card-container.rounded-with-count li img {
    width: 100%;
    height: 92px;
    top: 10px;
    object-fit: contain;
  }
  .info-card-container.text-cards li {
    padding: 15px;
    flex: calc(100% / 3 - 32px);
  }
}
@media (min-width: 1280px) {
  section .info-card-container.rounded-with-count li {
    max-width: calc(20% - 50px);
    margin: 0px 25px !important;
  }
  .info-card-container.text-cards li {
    padding: 15px;
    flex: calc(25% - 32px);
  }
  footer nav ul.footer-social-media-links li:first-of-type {
    padding-top: 0px;
  }
}

.info-card-container.sm-cards li {
  margin: 5px 0px;
}
@media (min-width: 600px) {
  .info-card-container.sm-cards li {
    padding: 15px 10px !important;
    margin: 5px 20px;
  }
}
.info-card-container.sm-cards li * {
  margin: 10px 0px;
}

.info-card-container.md-cards li {
  max-width: 420px;
}

.info-card-container.line-list {
  justify-content: center;
}
.info-card-container.line-list li {
  margin: 5px;
  padding-bottom: 0px;
}

@media (min-width: 650px) {
  .info-card-container.line-list.rounded-with-count li {
    max-width: 250px;
    margin: 5px 20px !important;
  }
}

@media (min-width: 1024px) {
  .info-card-container.line-list li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }

  .info-card-container.line-list li p {
    margin-bottom: 0;
  }
}

.info-card-container li p {
  font-size: 0.8rem;
  font-family: "Spartan SemiBold", serif;
  line-height: 1.5;
}

.info-card-container li a {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-top: auto;
}

.info-card-container.rounded-with-count .image-with-count {
  background: var(--dark-gray);
  border-radius: 50%;
  background-color: var(--gray-bg);
  padding: 25px;
  min-width: 170px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1400px) {
  .info-card-container.rounded-with-count .image-with-count {
    min-width: 200px;
    min-height: 200px;
  }
}
section.gray .info-card-container.rounded-with-count .image-with-count {
  background-color: var(--card-gray);
}

.info-card-container.rounded-with-count .image-with-count .count {
  background-color: var(--main-color);
  color: #fff;
  width: 60px;
  height: 60px;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 23.8px;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: -10px;
  border: 3px solid;
}

.info-card-container.rounded-with-count .image-with-count img {
  filter: contrast(2);
}
.info-card-container.rounded-with-count li:hover .image-with-count {
  background-color: var(--main-color);
}
.info-card-container.rounded-with-count li:hover .image-with-count img {
  filter: grayscale(1) invert(1) !important;
}

.info-card-container.rounded {
  row-gap: 15px;
}
.info-card-container.rounded li {
  flex: unset;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  background: var(--dark-gray);
  margin: 0;
  margin-bottom: 10px;
}

.info-card-container.rounded li h3 {
  font-family: "Spartan Bold", serif;
  font-size: 1rem;
}

.info-card-container.rounded li p {
  color: #1f1f1f;
}

.info-card-container li img {
  max-width: 100%;
  margin-bottom: 1.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
section .info-card-container.icon-center + .link-container {
  max-width: 420px;
  width: 100%;
}

section.gray .info-card-container.icon-center {
  justify-content: center;
}
section.gray .info-card-container.icon-center li a {
  font-size: 1.2em !important;
}
section.gray .info-card-container.icon-center li:hover a {
  font-weight: bold;
  font-family: "Spartan ExtraBold";
}
section.gray .info-card-container.icon-center li:last-of-type {
  border-color: #eeeeee;
}

.info-card-container.icon-center li {
  flex: 1 0 100%;
  background-color: var(--card-gray);
}

.info-card-container.icon-center li:last-of-type {
  position: absolute;
  background-color: var(--main-color);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  left: -25px;
  top: -60px;
  display: flex;
  padding: 18px;
  padding-top: 12px;
  border: 15px solid #f7f7f7 !important;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.info-card-container.icon-center li:last-of-type img {
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(313deg)
    brightness(104%) contrast(102%);
  margin-bottom: 0;
  width: 100px;
  height: 87px;
}

@media (min-width: 650px) {
  .info-card-container.icon-center {
    justify-content: center;
  }

  .info-card-container.icon-center li {
    flex: 0 0 45%;
  }

  .info-card-container.icon-center li:last-of-type {
    width: 180px;
    height: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
  }
}

.info-card-container.icon-center a:hover {
  color: #fff !important;
}

.info-card-container.icon-center li {
  max-width: 450px;
}
@media (min-width: 1280px) {
  .info-card-container.icon-center {
    justify-content: center;
  }

  .info-card-container.icon-center li:nth-of-type(1),
  .info-card-container.icon-center li:nth-of-type(2) {
    margin-bottom: 0;
  }

  .info-card-container.icon-center li:nth-of-type(odd) {
    margin-right: 7px;
  }
}

.info-card-container.pyramid-cards {
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
.info-card-container.pyramid-cards + .link-container {
  max-width: unset;
  width: auto;
}
.info-card-container.pyramid-cards li {
  border-radius: unset;
}
.info-card-container.gray-cards li {
  background-color: var(--card-gray);
}

.info-card-container.gray-cards li h3 {
  font-size: 1rem;
}

.info-card-container.gray-cards li p {
  color: var(--gray-font-color);
  font-size: 0.9rem;
  color: #1f1f1f;
}
.info-card-container.gray-cards li:hover p {
  color: #fff;
}

.info-card-container.transparent-bg li {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  padding: 0px 0px;
}
.info-card-container.transparent-bg.text-cards li {
  padding: 10px;
  margin: -10px 5px 20px 5px;
}
.info-card-container.text-cards li {
  max-width: 200px;
  background-color: var(--card-gray) !important;
}

@media (min-width: 1024px) {
  .info-card-container.text-cards li {
    max-width: calc(25% - 20px);
    margin: 10px 10px !important;
    aspect-ratio: 1;
  }
}

@media (min-width: 1150px) {
  .info-card-container.text-cards li {
    max-width: calc(25% - 20px);
  }
}

section.white .info-card-container.transparent-bg li:hover a {
  color: var(--main-color) !important;
}
section.white .info-card-container.transparent-bg li a:hover {
  color: var(--golden) !important;
}

section ul.number-icons li > span {
  display: flex;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 500px;
  width: 5rem;
  height: 5rem;
  color: white;
  font-size: 2.55rem;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  padding-top: 10px;
  align-items: center;
}

.info-card-container a {
  margin-bottom: 0;
  margin-top: auto;
  font-family: "Spartan SemiBold";
}

section > a {
  background-color: var(--main-color);
  color: #fff;
}

section > a:hover {
  border-color: var(--main-color);
}

section.gray li {
  background-color: var(--white-bg);
  color: #000;
}

section .info-card-container.with-hover-effect li img {
  filter: invert(48%) sepia(35%) saturate(6246%) hue-rotate(174deg)
    brightness(93%) contrast(99%);
}

section.gray .info-card-container.with-hover-effect li:hover {
  background-color: var(--main-color);
  color: var(--white-bg);
}
section.gray .info-card-container.with-hover-effect li:hover p {
  color: var(--white-bg);
}

section.gray .info-card-container.with-hover-effect li:hover img {
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(313deg)
    brightness(104%) contrast(102%) !important;
}

section.gray .info-card-container.with-hover-effect li:hover a {
  background-color: transparent;
  color: var(--white-bg);
  border-color: var(--white-bg);
}

section.gray .info-card-container.with-hover-effect li:hover a:hover {
  background-color: var(--white-bg);
  color: var(--main-color);
}

section.gray .info-card-container.transparent-bg.with-hover-effect li:hover {
  color: var(--main-color);
}
section.gray .info-card-container.transparent-bg.with-hover-effect li:hover p {
  color: inherit;
}

section.gray
  .info-card-container.transparent-bg.with-hover-effect
  li:hover
  img {
  filter: invert(48%) sepia(35%) saturate(6246%) hue-rotate(174deg)
    brightness(93%) contrast(99%) !important;
}

section.gray
  .info-card-container.rounded-with-count
  li:hover
  .image-with-count
  img {
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(313deg)
    brightness(104%) contrast(102%) !important;
}

section.grey .info-card-container.rounded li {
  border-radius: 50%;
}

section.white
  .info-card-container.transparent-bg.with-hover-effect
  li:hover
  h3 {
  color: var(--main-color);
}

section.white
  .info-card-container.transparent-bg.with-hover-effect
  li:hover
  img {
  filter: invert(48%) sepia(35%) saturate(6246%) hue-rotate(174deg)
    brightness(93%) contrast(99%);
}

section.white li {
  background-color: var(--gray-bg);
  color: #000;
}

section.white .info-card-container.with-hover-effect li:hover {
  background-color: var(--main-color);
  color: var(--white-bg);
}

section.white .info-card-container.with-hover-effect li:hover img {
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(313deg)
    brightness(104%) contrast(102%);
}

section.white .info-card-container.with-hover-effect li:hover p {
  color: var(--white-bg);
}

section.white .info-card-container.transparent-bg.with-hover-effect li:hover h3,
section.white .info-card-container.transparent-bg.with-hover-effect li:hover p {
  color: var(--main-color);
}

section.white .info-card-container.with-hover-effect li:hover a {
  background-color: transparent;
  color: var(--white-bg);
  border-color: var(--white-bg);
}

section.white .info-card-container.with-hover-effect li:hover a:hover {
  background-color: var(--white-bg);
  color: var(--main-color);
}

section.white .info-card-container.two-column li:hover a:hover {
  color: #fff;
}

section.white
  ul.info-card-container.transparent-bg.text-cards.with-hover-effect
  li:hover {
  background-color: var(--main-color) !important;
}
section.white
  ul.info-card-container.transparent-bg.text-cards.with-hover-effect
  li:hover
  h3 {
  color: var(--white-bg) !important;
}
section.white
  ul.info-card-container.transparent-bg.text-cards.with-hover-effect
  li:hover
  p {
  color: var(--white-bg) !important;
}
section.gray
  ul.info-card-container.transparent-bg.text-cards.with-hover-effect
  li:hover {
  background-color: var(--main-color) !important;
}
section.gray
  ul.info-card-container.transparent-bg.text-cards.with-hover-effect
  li:hover
  h3 {
  color: var(--white-bg) !important;
}
section.gray
  ul.info-card-container.transparent-bg.text-cards.with-hover-effect
  li:hover
  p {
  color: var(--white-bg) !important;
}

section.white .info-card-container.with-hover-effect li:hover a:hover {
  background-color: var(--white-bg);
  color: var(--main-color);
}

section .info-card-container.shield {
  row-gap: 15px;
}
section .info-card-container.shield li {
  background-image: url(../img/shield.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 15px 15px;
  height: 300px;
  max-width: 280px;
  justify-content: flex-start;
  color: #fff;
  padding: 42px 0px 0px 0px;
  background-position: 13px 0px;
  margin: 0px;
}

.info-card-container.sm-cards li {
  max-width: 249px;
  margin: 5px 18px;
}

@media (min-width: 1280px) {
  .info-card-container.sm-cards li {
    margin: 5px 30px;
  }
}

section .info-card-container.shield li p {
  color: #fff;
  font-family: "Spartan";
  max-width: 191px;
}

section .image-text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.image-container + .link-container {
  margin-top: 25px;
}

section .image-text-container .image-container img {
  width: 206px;
  max-height: 257px;
}

section .image-text-container .text {
  max-width: 392px;
}
section .image-text-container .text p {
  font-size: 13px;
}

section .image-text-container .image-container {
  min-width: 237px;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  section .image-text-container {
    flex-wrap: nowrap;
    max-width: 810px;
    width: 100%;
  }

  section .image-text-container .text {
    text-align: left;
    margin-left: 66px;
  }
}

section .tags-container span {
  margin: 5px 2px;
  padding: 7px 15px 2px 12px;
  border-radius: 25px;
  background-color: var(--tag-gray);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Spartan Medium";
  word-spacing: 1px;
}
section .tags-container.blue span {
  background-color: var(--main-color);
}
section .tags-container.blue span:hover {
  opacity: 0.4;
}
section .tags-container .golden span {
  text-align: center;
  background-color: var(--golden);
  color: #fff;
}

section.gray .tags-container span:hover {
  background-color: var(--tag-grayHover);
}
section.gray .tags-container.blue span:hover {
  background-color: var(--main-color);
}

section .image-block {
  width: 100%;
  height: auto;
}

section .image-block img {
  object-fit: contain;
  height: auto;
}

section .two-column-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-items: center;
}

section .two-column-images img {
  margin: 15px;
  height: 100px;
  width: auto;
  object-fit: contain;
}

section .three-column-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-items: center;
}

section .three-column-image img {
  margin: 35px 15px;
  height: 100px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 1024px) {
  section .three-column-image {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

section .full-width-image-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
section .full-width-image-row img {
  margin: 10px;
}

section .image-row img {
  object-fit: contain;
  margin: 5px;
}

section .image-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  section .image-row {
    flex-wrap: nowrap;
  }
}

section .sn-team-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  top: 70px;
  margin-bottom: 70px;
}
section .sn-team-row + .link-container {
  margin-top: 35px;
}

section .sn-team-row > * {
  margin-bottom: 30px;
  border-radius: 50%;
  margin: 0px -12px 3rem;
}

section .sn-team-row img {
  filter: grayscale(1);
  width: 133px;
}

section .sn-team-row > img:nth-of-type(even) {
  margin-top: -100px;
}

section .sn-team-row a {
  width: 120px;
  height: 120px;
  background: var(--main-color);
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
}

section .sn-team-row a:hover:after {
  content: attr(data-hovertitle);
  position: absolute;
  z-index: 5;
  background: var(--main-color);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

section .sn-team-preview {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 60px;
}

section .sn-team-preview a {
  width: 140px;
  height: 140px;
  background: var(--main-color);
  border: none;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  border-radius: 50%;
}

section .sn-team-preview img:nth-of-type(1) {
  width: 40%;
}
section .sn-team-preview img:nth-of-type(2) {
  width: 60%;
  margin-left: -18px;
}

section .sn-team-preview a:hover:after {
  content: attr(data-hovertitle);
  position: absolute;
  z-index: 5;
  background: var(--main-color);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (min-width: 600px) {
  section .sn-team-preview img:nth-of-type(2) {
    margin-left: -30px;
    margin-right: -25px;
  }

  section .sn-team-preview {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}

section .single-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 56px;
}
section .single-avatar p {
  margin: 0;
  font-size: 0.8rem;
}
section .single-avatar p:last-of-type {
  margin: 0;
  font-size: 0.8rem;
  margin-bottom: 4px;
}
section .single-avatar p strong {
  font-family: "Spartan Medium";
}
section .single-avatar div {
  text-align: left;
  margin-left: 15px;
}
section .single-avatar a {
  padding: 0;
  margin: 0;
  border: none;
}
section .single-avatar a:hover {
  border: none;
  background: none;
}

section .avatar-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
section .avatar-row .avatar-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
  margin-right: 20px;
}

section .avatar-row .avatar-container p {
  margin: 3px 0px;
  padding: 0;
  text-align: left;
  padding-left: 5px;
  font-size: 14px;
  font-family: "Spartan Medium", sans-serif;
}

section .avatar-row .avatar-container img {
  filter: grayscale(1);
  border-radius: 50%;
  margin: 0px 10px 0px 30px;
}
section .avatar-row .avatar-container b {
  font-family: "Spartan Medium", sans-serif;
}

section figure,
section .video-container {
  width: 100%;
  margin-bottom: 50px;
}

section figure iframe,
section .video-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media (min-width: 1024px) {
  section figure iframe,
  section .video-container iframe {
    width: 89%;
  }
}

/*Platform*/

@font-face {
  font-family: "flaticon_sncontent";
  src: url("./flaticon_sncontent.ttf?e74fc33198253f9ab36ba6b735aae35f")
      format("truetype"),
    url("./flaticon_sncontent.woff?e74fc33198253f9ab36ba6b735aae35f")
      format("woff"),
    url("./flaticon_sncontent.woff2?e74fc33198253f9ab36ba6b735aae35f")
      format("woff2"),
    url("./flaticon_sncontent.eot?e74fc33198253f9ab36ba6b735aae35f#iefix")
      format("embedded-opentype"),
    url("./flaticon_sncontent.svg?e74fc33198253f9ab36ba6b735aae35f#flaticon")
      format("svg");
}

li[class^="flaticon-"]:before {
  font-family: flaticon_sncontent !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.flaticons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 0;
  padding-top: 75px;
}

@media (min-width: 600px) {
  ul.flaticons {
    justify-content: center;
  }
}

ul.flaticons li {
  height: 5rem;
  margin: 14px;
  width: 6rem;
  font-size: 0.5rem;
  padding-top: 5px;
  font-family: "Spartan Medium", sans-serif;
  color: var(--gray-font-color);
  font-weight: bold;
  background: transparent;
}

ul.flaticons li::before {
  color: var(--main-color);
  font-size: 4rem;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1280px) {
  ul.flaticons li::before {
    color: unset;
  }

  ul.flaticons li:hover::before {
    color: var(--main-color);
  }
}

.flaticon-invoice:before {
  content: "\f101";
}
.flaticon-electric-car:before {
  content: "\f102";
}
.flaticon-video-player:before {
  content: "\f103";
}
.flaticon-gallery:before {
  content: "\f104";
}
.flaticon-contract:before {
  content: "\f105";
}
.flaticon-documents:before {
  content: "\f106";
}
.flaticon-checklist:before {
  content: "\f107";
}
.flaticon-dossier:before {
  content: "\f108";
}
.flaticon-spreadsheet:before {
  content: "\f109";
}
.flaticon-employees:before {
  content: "\f10a";
}
.flaticon-shopper:before {
  content: "\f10b";
}
.flaticon-shopping-cart:before {
  content: "\f10c";
}
.flaticon-server:before {
  content: "\f10d";
}
.flaticon-meeting:before {
  content: "\f10e";
}
.flaticon-group:before {
  content: "\f10f";
}
.flaticon-project:before {
  content: "\f110";
}
.flaticon-objective:before {
  content: "\f111";
}
.flaticon-rating:before {
  content: "\f112";
}
.flaticon-chat:before {
  content: "\f113";
}
.flaticon-dashboard:before {
  content: "\f114";
}
.flaticon-truck:before {
  content: "\f115";
}
.flaticon-tool-box:before {
  content: "\f116";
}
.flaticon-blueprint:before {
  content: "\f117";
}
.flaticon-printer:before {
  content: "\f118";
}
.flaticon-house:before {
  content: "\f119";
}
.flaticon-chat-1:before {
  content: "\f11a";
}
.flaticon-placeholder:before {
  content: "\f11b";
}
.flaticon-cctv:before {
  content: "\f11c";
}
.flaticon-transfer:before {
  content: "\f11d";
}
.flaticon-telephone:before {
  content: "\f11e";
}
.flaticon-settings:before {
  content: "\f11f";
}
.flaticon-visitor:before {
  content: "\f120";
}
.flaticon-teamwork:before {
  content: "\f121";
}
.flaticon-company:before {
  content: "\f122";
}
.flaticon-hierarchy-structure:before {
  content: "\f123";
}
.flaticon-sales:before {
  content: "\f124";
}
.flaticon-newspaper:before {
  content: "\f125";
}
.flaticon-content:before {
  content: "\f126";
}
.flaticon-content-1:before {
  content: "\f127";
}
.flaticon-product:before {
  content: "\f128";
}
.flaticon-medical-record:before {
  content: "\f129";
}
.flaticon-speedometer:before {
  content: "\f12a";
}
.flaticon-notepad:before {
  content: "\f12b";
}
.flaticon-flow-chart:before {
  content: "\f12c";
}
.flaticon-presentation:before {
  content: "\f12d";
}
.flaticon-box:before {
  content: "\f12e";
}
.flaticon-wikipedia:before {
  content: "\f12f";
}
.flaticon-advertisement:before {
  content: "\f130";
}
.flaticon-dairy-products:before {
  content: "\f131";
}
.flaticon-engineering:before {
  content: "\f132";
}
.flaticon-workflow:before {
  content: "\f133";
}
.flaticon-picture:before {
  content: "\f134";
}
.flaticon-file-explorer:before {
  content: "\f135";
}
.flaticon-website:before {
  content: "\f136";
}
.flaticon-website-1:before {
  content: "\f137";
}
.flaticon-shopping-list:before {
  content: "\f138";
}
.flaticon-painting:before {
  content: "\f139";
}
.flaticon-blueprint-1:before {
  content: "\f13a";
}
.flaticon-map:before {
  content: "\f13b";
}
.flaticon-navigation:before {
  content: "\f13c";
}
.flaticon-website-2:before {
  content: "\f13d";
}
.flaticon-bulletin-board:before {
  content: "\f13e";
}
.flaticon-shopper-1:before {
  content: "\f13f";
}
.flaticon-credit-card:before {
  content: "\f140";
}
.flaticon-cargo:before {
  content: "\f141";
}
.flaticon-communities:before {
  content: "\f142";
}
.flaticon-blackboard:before {
  content: "\f143";
}
.flaticon-red-carpet:before {
  content: "\f144";
}
.flaticon-calendar:before {
  content: "\f145";
}
.flaticon-timetable:before {
  content: "\f146";
}
.flaticon-archive:before {
  content: "\f147";
}
.flaticon-archive-1:before {
  content: "\f148";
}
.flaticon-archive-2:before {
  content: "\f149";
}
.flaticon-qa:before {
  content: "\f14a";
}
.flaticon-faq:before {
  content: "\f14b";
}
.flaticon-travel-agent:before {
  content: "\f14c";
}
.flaticon-choose:before {
  content: "\f14d";
}
.flaticon-searching:before {
  content: "\f14e";
}
.flaticon-open-book:before {
  content: "\f14f";
}
.flaticon-open-book-1:before {
  content: "\f150";
}
.flaticon-scroll:before {
  content: "\f151";
}

.flaticon-industrial-robot:before {
  content: "\f165";
}

@font-face {
  font-family: "flaticon_sensenet";
  src: url("./flaticon_sensenet.ttf?06ca53559fb567a56d4d396bc6a164d7")
      format("truetype"),
    url("./flaticon_sensenet.woff?06ca53559fb567a56d4d396bc6a164d7")
      format("woff"),
    url("./flaticon_sensenet.woff2?06ca53559fb567a56d4d396bc6a164d7")
      format("woff2"),
    url("./flaticon_sensenet.eot?06ca53559fb567a56d4d396bc6a164d7#iefix")
      format("embedded-opentype"),
    url("./flaticon_sensenet.svg?06ca53559fb567a56d4d396bc6a164d7#flaticon")
      format("svg");
}

li[class^="sensenet-icon flaticon-"]:before {
  font-family: flaticon_sensenet !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sensenet-icon.flaticon-no-bugs:before {
  content: "\f101";
}
.sensenet-icon.flaticon-update:before {
  content: "\f102";
}
.sensenet-icon.flaticon-3d-modeling:before {
  content: "\f103";
}
.sensenet-icon.flaticon-3d-modeling-1:before {
  content: "\f104";
}
.sensenet-icon.flaticon-box:before {
  content: "\f105";
}
.sensenet-icon.flaticon-product:before {
  content: "\f106";
}
.sensenet-icon.flaticon-brainstorm:before {
  content: "\f107";
}
.sensenet-icon.flaticon-content:before {
  content: "\f108";
}
.sensenet-icon.flaticon-cog:before {
  content: "\f109";
}
.sensenet-icon.flaticon-hierarchical-structure:before {
  content: "\f10a";
}
.sensenet-icon.flaticon-hierarchical:before {
  content: "\f10b";
}
.sensenet-icon.flaticon-content-1:before {
  content: "\f10c";
}
.sensenet-icon.flaticon-content-2:before {
  content: "\f10d";
}
.sensenet-icon.flaticon-content-3:before {
  content: "\f10e";
}
.sensenet-icon.flaticon-art-and-design:before {
  content: "\f10f";
}
.sensenet-icon.flaticon-coding:before {
  content: "\f110";
}
.sensenet-icon.flaticon-coding-1:before {
  content: "\f111";
}
.sensenet-icon.flaticon-form:before {
  content: "\f112";
}
.sensenet-icon.flaticon-form-1:before {
  content: "\f113";
}
.sensenet-icon.flaticon-registration-form:before {
  content: "\f114";
}
.sensenet-icon.flaticon-form-2:before {
  content: "\f115";
}
.sensenet-icon.flaticon-search:before {
  content: "\f116";
}
.sensenet-icon.flaticon-boolean-search:before {
  content: "\f117";
}
.sensenet-icon.flaticon-paper:before {
  content: "\f118";
}
.sensenet-icon.flaticon-documents:before {
  content: "\f119";
}
.sensenet-icon.flaticon-query:before {
  content: "\f11a";
}
.sensenet-icon.flaticon-data:before {
  content: "\f11b";
}
.sensenet-icon.flaticon-api:before {
  content: "\f11c";
}
.sensenet-icon.flaticon-chat:before {
  content: "\f11d";
}
.sensenet-icon.flaticon-folder-arrangement:before {
  content: "\f11e";
}
.sensenet-icon.flaticon-shield:before {
  content: "\f11f";
}
.sensenet-icon.flaticon-permission:before {
  content: "\f120";
}
.sensenet-icon.flaticon-business-and-finance:before {
  content: "\f121";
}
.sensenet-icon.flaticon-folders:before {
  content: "\f122";
}
.sensenet-icon.flaticon-preview:before {
  content: "\f123";
}
.sensenet-icon.flaticon-preview-1:before {
  content: "\f124";
}
.sensenet-icon.flaticon-preview-2:before {
  content: "\f125";
}
.sensenet-icon.flaticon-account:before {
  content: "\f126";
}
.sensenet-icon.flaticon-website:before {
  content: "\f127";
}
.sensenet-icon.flaticon-verified-account:before {
  content: "\f128";
}
.sensenet-icon.flaticon-networking:before {
  content: "\f129";
}
.sensenet-icon.flaticon-group:before {
  content: "\f12a";
}
.sensenet-icon.flaticon-version:before {
  content: "\f12b";
}
.sensenet-icon.flaticon-version-1:before {
  content: "\f12c";
}
.sensenet-icon.flaticon-version-control:before {
  content: "\f12d";
}
.sensenet-icon.flaticon-user:before {
  content: "\f12e";
}
.sensenet-icon.flaticon-user-1:before {
  content: "\f12f";
}
.sensenet-icon.flaticon-hook:before {
  content: "\f130";
}
.sensenet-icon.flaticon-phishing:before {
  content: "\f131";
}
.sensenet-icon.flaticon-phishing-1:before {
  content: "\f132";
}
.sensenet-icon.flaticon-approval:before {
  content: "\f133";
}
.sensenet-icon.flaticon-smartphone:before {
  content: "\f134";
}
.sensenet-icon.flaticon-mobile-app:before {
  content: "\f135";
}
.sensenet-icon.flaticon-location:before {
  content: "\f136";
}
.sensenet-icon.flaticon-content-marketing:before {
  content: "\f137";
}
.sensenet-icon.flaticon-computer:before {
  content: "\f138";
}
.sensenet-icon.flaticon-laptop:before {
  content: "\f139";
}
.sensenet-icon.flaticon-laptop-1:before {
  content: "\f13a";
}
.sensenet-icon.flaticon-shopping:before {
  content: "\f13b";
}
.sensenet-icon.flaticon-online-shop:before {
  content: "\f13c";
}
.sensenet-icon.flaticon-credit-card:before {
  content: "\f13d";
}
.sensenet-icon.flaticon-mobile-payment:before {
  content: "\f13e";
}
.sensenet-icon.flaticon-mac:before {
  content: "\f13f";
}
.sensenet-icon.flaticon-analytics:before {
  content: "\f140";
}
.sensenet-icon.flaticon-ipad:before {
  content: "\f141";
}
.sensenet-icon.flaticon-internet-of-things:before {
  content: "\f142";
}
.sensenet-icon.flaticon-iot:before {
  content: "\f143";
}
.sensenet-icon.flaticon-industry-40:before {
  content: "\f144";
}
.sensenet-icon.flaticon-internet-of-things-1:before {
  content: "\f145";
}
.sensenet-icon.flaticon-device:before {
  content: "\f146";
}
.sensenet-icon.flaticon-smartwatch:before {
  content: "\f147";
}
.sensenet-icon.flaticon-vr-glasses:before {
  content: "\f148";
}
.sensenet-icon.flaticon-people:before {
  content: "\f149";
}
.sensenet-icon.flaticon-user-2:before {
  content: "\f14a";
}
.sensenet-icon.flaticon-json-file:before {
  content: "\f14b";
}
.sensenet-icon.flaticon-xml:before {
  content: "\f14c";
}
.sensenet-icon.flaticon-database-storage:before {
  content: "\f14d";
}
.sensenet-icon.flaticon-servers:before {
  content: "\f14e";
}
.sensenet-icon.flaticon-server:before {
  content: "\f14f";
}
.sensenet-icon.flaticon-servers-1:before {
  content: "\f150";
}
.sensenet-icon.flaticon-server-1:before {
  content: "\f151";
}
.sensenet-icon.flaticon-sap:before {
  content: "\f152";
}
.sensenet-icon.flaticon-enterprise:before {
  content: "\f153";
}
.sensenet-icon.flaticon-process:before {
  content: "\f154";
}
.sensenet-icon.flaticon-workflow:before {
  content: "\f155";
}
.sensenet-icon.flaticon-workflow-1:before {
  content: "\f156";
}
.sensenet-icon.flaticon-flowchart:before {
  content: "\f157";
}
.sensenet-icon.flaticon-database:before {
  content: "\f158";
}
.sensenet-icon.flaticon-database-1:before {
  content: "\f159";
}
.sensenet-icon.flaticon-folder-management:before {
  content: "\f15a";
}
.sensenet-icon.flaticon-document:before {
  content: "\f15b";
}
.sensenet-icon.flaticon-contract:before {
  content: "\f15c";
}
.sensenet-icon.flaticon-supply-chain-management:before {
  content: "\f15d";
}
.sensenet-icon.flaticon-factory:before {
  content: "\f15e";
}
.sensenet-icon.flaticon-company:before {
  content: "\f15f";
}
.sensenet-icon.flaticon-store:before {
  content: "\f160";
}
.sensenet-icon.flaticon-tax:before {
  content: "\f161";
}
.sensenet-icon.flaticon-parliament:before {
  content: "\f162";
}
.sensenet-icon.flaticon-parliament-1:before {
  content: "\f163";
}
.sensenet-icon.flaticon-factory-1:before {
  content: "\f164";
}
.sensenet-icon.flaticon-industrial-robot:before {
  content: "\f165";
}
.flaticon-robotics:before {
  content: "\f166";
}
.sensenet-icon.flaticon-old-tv:before {
  content: "\f167";
}
.sensenet-icon.flaticon-old-radio:before {
  content: "\f168";
}
.sensenet-icon.flaticon-xls:before {
  content: "\f169";
}
.sensenet-icon.flaticon-csv:before {
  content: "\f16a";
}
.sensenet-icon.flaticon-floppy-disk:before {
  content: "\f16b";
}
.sensenet-icon.flaticon-magnetic-tape:before {
  content: "\f16c";
}
.sensenet-icon.flaticon-reel-to-reel:before {
  content: "\f16d";
}
.sensenet-icon.flaticon-reel-to-reel-1:before {
  content: "\f16e";
}
.sensenet-icon.flaticon-control-panel:before {
  content: "\f16f";
}
.sensenet-icon.flaticon-mainframe:before {
  content: "\f170";
}
.sensenet-icon.flaticon-mainframe-1:before {
  content: "\f171";
}
.sensenet-icon.flaticon-edit:before {
  content: "\f172";
}
.sensenet-icon.flaticon-book-outline:before {
  content: "\f173";
}
.sensenet-icon.flaticon-add-circular-outlined-button:before {
  content: "\f174";
}
.sensenet-icon.flaticon-x-mark:before {
  content: "\f175";
}
.sensenet-icon.flaticon-trash:before {
  content: "\f176";
}
.sensenet-icon.flaticon-unlock:before {
  content: "\f177";
}
.sensenet-icon.flaticon-not-visible:before {
  content: "\f178";
}
.sensenet-icon.flaticon-searching:before {
  content: "\f179";
}
.sensenet-icon.flaticon-equalizer:before {
  content: "\f17a";
}
.sensenet-icon.flaticon-big-data:before {
  content: "\f17b";
}
.sensenet-icon.flaticon-artificial-intelligence:before {
  content: "\f17c";
}
.sensenet-icon.flaticon-multimedia:before {
  content: "\f17d";
}
.sensenet-icon.flaticon-tv-monitor:before {
  content: "\f17e";
}
.sensenet-icon.flaticon-journalist:before {
  content: "\f17f";
}
.sensenet-icon.flaticon-cv:before {
  content: "\f180";
}
.sensenet-icon.flaticon-coworker:before {
  content: "\f181";
}
.sensenet-icon.flaticon-data-transfer:before {
  content: "\f182";
}
.sensenet-icon.flaticon-application:before {
  content: "\f183";
}
.sensenet-icon.flaticon-filter:before {
  content: "\f184";
}
.sensenet-icon.flaticon-computer-1:before {
  content: "\f185";
}
.sensenet-icon.flaticon-developer:before {
  content: "\f186";
}
.sensenet-icon.flaticon-programming:before {
  content: "\f187";
}
.sensenet-icon.flaticon-availability:before {
  content: "\f188";
}
.sensenet-icon.flaticon-availability-1:before {
  content: "\f189";
}
.sensenet-icon.flaticon-paper-1:before {
  content: "\f18a";
}
.sensenet-icon.flaticon-papers:before {
  content: "\f18b";
}
.sensenet-icon.flaticon-online-training:before {
  content: "\f18c";
}
.sensenet-icon.flaticon-online-chat:before {
  content: "\f18d";
}
.sensenet-icon.flaticon-web:before {
  content: "\f18e";
}
.sensenet-icon.flaticon-software:before {
  content: "\f18f";
}
.sensenet-icon.flaticon-installation:before {
  content: "\f190";
}
.sensenet-icon.flaticon-monitoring:before {
  content: "\f191";
}
.sensenet-icon.flaticon-data-1:before {
  content: "\f192";
}
.sensenet-icon.flaticon-cloud-network:before {
  content: "\f193";
}
.sensenet-icon.flaticon-private:before {
  content: "\f194";
}
.sensenet-icon.flaticon-cloud-computing:before {
  content: "\f195";
}
.sensenet-icon.flaticon-accounts:before {
  content: "\f196";
}
.sensenet-icon.flaticon-public:before {
  content: "\f197";
}
.sensenet-icon.flaticon-cloud:before {
  content: "\f198";
}
.sensenet-icon.flaticon-cloud-servers:before {
  content: "\f199";
}
.sensenet-icon.flaticon-cloud-computing-1:before {
  content: "\f19a";
}
.sensenet-icon.flaticon-calendar:before {
  content: "\f19b";
}
.sensenet-icon.flaticon-biohazard:before {
  content: "\f19c";
}
.sensenet-icon.flaticon-bug:before {
  content: "\f19d";
}
.sensenet-icon.flaticon-analysis:before {
  content: "\f19e";
}
.sensenet-icon.flaticon-graphic-tablet:before {
  content: "\f19f";
}
.sensenet-icon.flaticon-graphic-tablet-1:before {
  content: "\f1a0";
}

section .platform-image-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

section .platform-image-block figure {
  width: auto;
}
section .platform-image-block figure figcaption {
  margin-top: 15px;
}

@media (min-width: 1280px) {
  section .platform-image-block {
    flex-wrap: nowrap;
  }
  section .platform-image-block figure:first-of-type {
    width: 55%;
    height: 100%;
  }
  section .platform-image-block figure:nth-of-type(2) {
    width: 32%;
  }
}

.code-stepper-block {
  width: 100%;
  text-align: left;
}

.code-stepper-block .code-stepper-body {
  background: #ffffff;
  border: 2px solid var(--dark-gray);
}

.code-stepper-block .code-stepper-body .tab-pane {
  width: 100%;
}

.tab-content > .active {
  display: block;
}

.code-stepper-block pre {
  margin: 0;
  display: block;
  margin-top: 0;
  margin-bottom: -1px;
  overflow: auto;
  font-size: 0.875em;
}

.code-stepper-block pre code {
  font-family: monospace;
  display: inline-block;
  margin-left: 35px;
  border-left: 1px solid #a9a9a9;
  counter-reset: listCounter;
  color: black;
  font-size: 12px;
  text-align: left;
}

.code-stepper-block pre code span {
  font-family: monospace;
  height: 20px;
  display: inline-block;
  font-weight: 500;
}

.code-stepper-block pre code span.lineCount {
  position: absolute;
  left: -37px;
  color: dimgray;
}

.code-stepper-block pre code span.lineCount:before {
  counter-increment: listCounter;
  content: counter(listCounter);
  padding: 0 10px;
}

.hljs-name {
  color: rgb(153, 0, 85) !important;
}

.hljs-attr {
  color: rgb(153, 153, 153);
}

.hljs-string {
  color: rgb(102, 153, 0) !important;
}

.hljs-comment {
  color: rgb(102, 153, 0) !important;
}

.hljs-built_in {
  color: #800 !important;
}

.code-stepper-block .code-stepper-head {
  background: #eeeeee;
  border: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

.code-stepper-block .code-stepper-head li {
  background: transparent;
}

.code-stepper-block .code-stepper-head button {
  color: #495057;
  border: 0;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 8px 16px;
  font-family: "Spartan Medium", sans-serif;
  white-space: nowrap;
}

.code-stepper-block .code-stepper-head button.active {
  background: var(--dark-gray);
  font-weight: bold;
  border-bottom: 4px solid darkgray;
}

.code-stepper-block .code-stepper-body > div {
  display: none;
  width: 100%;
}

.code-stepper-block .code-stepper-body > .active {
  display: block;
  animation: fadeIn 1s;
  background: #f3f3f3;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

pre code {
  overflow-x: visible !important;
}

pre code div[data-line-number] {
  left: -37px;
}

/*Cloud*/

.status-row {
  width: 100%;
  margin-top: 10px;
}
.status-row .value {
  margin: 0;
  font-size: 3.4rem;
  color: var(--main-color);
  font-weight: bold;
  line-height: 3rem;
}
.status-row p {
  font-size: 1rem;
  text-transform: uppercase;
  color: #898989;
  margin-top: 0.5rem;
}

@media (min-width: 600px) {
  .status-row p {
    font-size: 1.18rem;
  }
}

.status-row > p {
  margin-bottom: 50px;
}

.status-row svg {
  width: 100%;
}
.status-row .time-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status-row .time-line p:nth-of-type(2) {
  position: absolute;
  width: 100%;
}

.status-row .time-line p:first-of-type {
  width: 5ch;
  white-space: pre;
  overflow: hidden;
}

@media (min-width: 375px) {
  .status-row .time-line p:first-of-type {
    width: 10ch;
  }
}

.status-row .time-line p:first-of-type,
.status-row .time-line p:last-of-type {
  opacity: 0.5;
}

section ol li {
  list-style-type: decimal;
}

/* Custom Cookie */
.sncookiebox.toast-container {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
}
.sncookiebox .toast {
  width: 320px;
  border-color: #506285;
  background: #506285;
  color: white;
  border-radius: 15px;
  box-shadow: 0.1rem 0.1rem 0.5rem rgb(0 0 0 / 70%);
}
.sncookiebox .toast .toast-header {
  display: flex;
  flex-direction: column;
  border-radius: inherit;
  position: relative;
  text-align: center;
  background: #506285;
  border: 0px solid transparent;
  color: white;
  padding: 1.25rem 1rem 1rem 1rem;
  font-size: 1.25rem;
  align-items: center;
}
.sncookiebox .toast .toast-header .cookiesvg {
  width: 90px;
  margin: 1rem 0 2rem 0;
}
.sncookiebox .toast .toast-header .btn-close {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid white;
  border-radius: 50%;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  background-size: 10px;
  opacity: 0.6;
}
.sncookiebox .toast .toast-header .btn-close:hover {
  opacity: 1;
}

.sncookiebox .toast .toast-body {
  text-align: center;
  padding: 0rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.sncookiebox .toast .toast-header .toast-header-text {
  font-size: 12px;
  font-weight: bold;
}
.sncookiebox .toast .toast-footer {
  padding: 1.5rem 1rem;
  border-radius: inherit;
  text-align: center;
}
.sncookiebox .toast .accept-box {
  margin: 1.5rem 0.5rem 0;
}
.sncookiebox .toast .accept-box input[type="checkbox"] {
  width: 1.25em;
  height: 1.25em;
  margin-right: 10px;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid white;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.sncookiebox .toast .accept-box input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23506285' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M3 10l6 5l8-10'/%3e%3c/svg%3e");
  background-color: white;
}
.sncookiebox .toast .accept-box label {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.sncookiebox .toast .accept-box label.disabled {
  color: rgba(255, 255, 255, 0.3);
}
.sncookiebox .toast .accept-box label.disabled input:checked[type="checkbox"] {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
}
.sncookiebox .toast .accept-box label:last-of-type {
}
.sncookiebox .toast .sn-cookie-help-link {
  color: white;
}
.sncookiebox .toast .toast-footer a,
.sncookiebox .toast .toast-footer button {
  font-weight: bold;
  width: 100px;
  background-color: white;
  color: #506285;
  border: 1px solid white;
  border-radius: 4px;
  margin: 0 5px;
  padding: 0.4rem 0.5rem 0.2rem;
  font-size: 0.75rem;
  box-shadow: none;
  -webkit-appearance: none;
}

.sncookiebox .toast .toast-footer button.sn-cookie-details {
  background-color: #506285;
  color: white;
  width: 140px;
}

@media (max-width: 767px) {
  .sncookiebox .toast .toast-header .btn-close {
    height: 1.5rem;
    width: 1.5rem;
    background-size: 1rem;
  }
}

/************ agile-manifesto */

.agile-manifesto {
  border-collapse: collapse;
  width: 100%;
}

.agile-manifesto td {
  font-size: 1.3rem;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 0;
  border-right: 0;
}

.agile-manifesto caption,
tr th {
  display: none;
}

.agile-manifesto tr:first-of-type {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.agile-manifesto tr:hover {
  background-color: var(--main-color);
}

.agile-manifesto tr:hover td {
  background-color: inherit !important;
  color: #fff !important;
}

.agile-manifesto tr {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border: 0px !important;
  background: #f7f7f7;
  padding: 5px;
  margin: 5px 0px;
  overflow: hidden;
}

.agile-manifesto tr > td {
  padding: 15px 15px;
  padding-left: 30px;
  position: relative;
  text-align: left;
  border: 0;
  color: hsl(10 5% 63% / 1);
  flex: 1;
  font-family: "Spartan Medium";
}

.agile-manifesto tr > td:first-child {
  color: #0197db;
  font-family: "Spartan Medium";
}

@media (min-width: 800px) {
  .agile-manifesto tr {
    flex-direction: row;
    margin: 20px 0px;
    padding: 0;
  }
  .agile-manifesto tr > td:first-child {
    max-width: 418px;
    flex-shrink: 0;
    width: 100%;
    padding-right: 50px;
  }

  .agile-manifesto tr > td:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translate(0, -50%) rotate(135deg);
    -webkit-transform: translate(0, -50%) rotate(135deg);
    border: solid white;
    border-width: 0 13px 13px 0;
    padding: 28px;
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  .agile-manifesto tr > td {
    padding: 12px;
    display: flex;
    align-items: center;
  }
  .agile-manifesto tr {
    justify-content: space-between;
  }
  .agile-manifesto tr > td:first-child {
    max-width: 50%;
    padding-left: 35px;
    padding-right: 55px;
  }
  .agile-manifesto tr > td:last-child {
    padding-left: 35px;
  }
}

@media (min-width: 1280px) {
  .agile-manifesto tr > td:first-child {
    max-width: 50%;
  }
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled {
  display: none;
}

.align-left .lead,
.align-left .body {
  text-align: left;
}

section .details-container {
  width: 100%;
}

section .details-container details {
  width: 100%;
  background-color: var(--card-gray);
  margin-bottom: 15px;
  text-align: left;
  padding-right: 15px;
  color: #727271;
}
section .details-container details:hover {
  background-color: var(--main-color);
  color: white;
}
section .details-container details:hover > summary::before {
  background-image: url(../img/open-button-gray-hover.svg);
}

section .details-container details summary::marker, /* Latest Chrome, Edge, Firefox */ 
section .details-container details summary::-webkit-details-marker /* Safari */ {
  display: none;
}
section .details-container details summary {
  padding: 25px 25px 25px 90px;
  font-family: "Spartan SemiBold";
  cursor: pointer;
  color: inherit;
}
section .details-container details p {
  padding-left: 90px;
  padding-bottom: 10px;
  margin: 5px;
  color: inherit;
}

section .details-container details p:last-of-type {
  padding-bottom: 25px;
}

details > summary::marker {
  display: none;
  content: none;
}

section .details-container details > summary:before {
  content: "";
  font-size: 34px;
  display: block;
  font-family: "Spartan";
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/open-button-gray.svg);
  left: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 25px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  background-size: contain;
}

section .details-container details[open] > summary:before {
  padding-top: 1px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

section .details-container details[open] > summary:before,
section .details-container details:hover > summary:before {
  color: #fff;
  border-color: #fff;
}

section .details-container details[open] {
  color: #fff;
  background-color: var(--main-color);
}

.menu-opener {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 3px 7px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -3px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 22px;
  top: 2px;
  left: 1px;
}

.hamburger-inner {
  display: block;
  top: 2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 18px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: all;
  border-radius: 4px;
  background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity, top;
  background-color: inherit;
}

.hamburger-inner:before {
  top: 8px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.menu-opener .hamburger-inner:after {
  top: 16px;
}

header nav[aria-expanded="true"] .menu-opener .hamburger-inner {
  transform: rotate(45deg);
  width: 21px;
  left: -1px;
  top: 10px;
}
header nav[aria-expanded="true"] .menu-opener .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

header nav[aria-expanded="true"] .hamburger-inner:after {
  transform: rotate(-90deg);
  width: 21px;
  top: 0px;
}

section .text-icon-split {
  width: 100%;
  row-gap: 24px;
  column-gap: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section .text-icon-split .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 10px;
}

section .text-icon-split p {
  width: 679px;
  text-align: left;
  font-size: 0.9rem;
  font-family: "Spartan SemiBold";
}

@media (min-width: 550px) {
  section .text-icon-split {
    flex-wrap: nowrap;
    justify-content: initial;
  }

  section .text-icon-split .icons {
    top: -35px;
  }

  section .text-icon-split img {
    top: -35px;
  }

  section .text-icon-split.text-right {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  section .text-icon-split {
    column-gap: 89px;
    padding-left: 70px;
  }
  section .text-icon-split.text-right {
    padding-right: 40px;
    padding-left: 0px;
  }
}
