/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* Define color theme */
:root {
  /* Light theme */
  --primary-color: #2cb4ff;
  --primary-color-large-text: var(--primary-color);
  --primary-color-dark-background: var(--primary-color);
  --primary-black: #222222;

  --link-color: #2cb4ff;
  --opacity-background: rgba(0, 0, 0, 0.75);
}

:root[data-theme='contrast'] {
  /* Dark theme */
  --primary-color: #1E2D59;
  --primary-color-large-text: #0098eb;
  --primary-color-dark-background: #2cb4ff;
  --primary-black: #222222;

  --link-underline: underline;
  --link-color: var(--primary-color);
  --opacity-background: rgb(0, 0, 0);
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  background: 0 0;
  transition: 0.15s;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  border-radius: 3px;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

:focus {
  box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 0 4px rgb(0, 95, 204),0 0 4px 6px rgb(255, 255, 255);
  border-radius: 4px;
  outline: 2px solid transparent;
 }
/* This makes browsers without focus-visible support use focus as fallback  */
:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
:focus-visible {
  box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 0 4px rgb(0, 95, 204),0 0 4px 6px rgb(255, 255, 255);
  border-radius: 4px;
  outline: 2px solid transparent;
}

.buttonizer {
  border-radius: 3px;
}

.buttonizer:focus {
  box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 0 6px rgb(0, 95, 204), 0 0 4px 8px rgb(255, 255, 255);
  outline: 2px solid transparent;
}
.buttonizer:focus-visible {
  box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 0 6px rgb(0, 95, 204), 0 0 4px 8px rgb(255, 255, 255);
  outline: 2px solid transparent;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: var(--primary-black);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #ffffff;
  background-color: #fff;
  line-height: 1.4rem;
}

.hero-headline {
  font-family: "Titillium Web", Times, serif;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
  color: var(--primary-color-large-text);
}

.hero-headline strong {
  font-weight: 700;
  color: var(--primary-black);
}

.title-light {
  line-height: 1.2;
  font-size: 1.75rem;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
  color: var(--primary-color);
}

.title-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-color);
}

.title-font-small {
  font-size: 1.3em;
}

.large-description {
  font-size: 1.2rem;
  line-height: 1.6;
}

.bold-text{
  font-weight: 700;
}

.primary-text {
  color: var(--primary-color)
}

.light-text {
  color: var(--primary-color-dark-background);
}

/* Fade-left animations break mobile layout unless wrapped by this */
.animation-container {
  overflow: hidden
}

a {
  text-decoration: var(--link-underline, none);
  color: var(--link-color);
  padding: 0 0 0.2rem;
  font-weight: 700;
}


pre {
  overflow-x: auto;
  padding: 1.25em;
  border: 1px solid #e6e6e6;
  border-left-width: 5px;
  margin: 1.6em 0;
  font-size: 0.875em;
  background: #fcfcfc;
  white-space: pre;
  word-wrap: normal;
}

code {
  color: #007fff;
}

.logo {
  height: 50px;
  padding: 0;
  z-index: 1010;
}

.mainlogo {
  max-height: 50px;
}

a:hover {
  color: var(--primary-black);
}

.selected {
  color: var(--primary-black);
}

.icon-link {
  padding: 0 0.5em;
}


.ingressi {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  margin-right: 20px;
}

.ingress-light {
  font-size: 24px;
  line-height: 1.3;
  margin: 15px 0;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.5rem;
  column-gap: 8rem;
}

.text-grid p {
  font-size: 1.2rem;
  line-height: normal;
}

.link-container {
  text-decoration: none;
}

.numbered-list {
  list-style-type: decimal;
}

.no-margin {
  margin: unset !important;
}

.no-padding {
  padding: unset;
}

@media only screen and (min-width: 30rem) {
  .title-light {
    font-size: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 4.5rem;
  }
  .main-text-style {
    font-size: 1.1rem;
    line-height: 1.43;
  }
}

.date {
  font-size: 12px;
}

.copy {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
}
.copy a {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.copy a:hover {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
}

.count-text {
  margin-top: -20px;
}

.txt-center {
  text-align: center;
}

.txt-start {
  text-align: start;
}

.spacer-mini {
  display: flex;
  margin-bottom: 15px;
}
.spacer-midi {
  display: flex;
  margin-bottom: 30px;
}
.spacer {
  display: flex;
  margin-bottom: 60px;
}

.people-desc {
  margin-bottom: 0.5em;
  color: var(--primary-black);
  font-weight: 300;
}

.service {
  overflow: hidden;
  max-height: 25%;
  border-radius: 3px;
  min-height: 180px;
}

.service video {
  height: 200px;
  width: 300px;
}

/* Make sure that padding behaves as expected */

* {
  box-sizing: border-box;
}

@keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.page-nav {
  box-sizing: border-box;
  position: fixed;
  padding: 0.5rem;
  width: 100%;
  background: 0 0;
}

.page {
  z-index: 0;
  background: #eee;
}

.wrap {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.page-section {
  padding-top: 3rem;
  margin-bottom: 3rem;
}

.page-features {
  width: 100%;
  background: #001a33;
  overflow: scroll;
}

.unstyled-button {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
  height: unset;
  min-width: unset;
  text-transform: none;
  text-align: unset;
  border-radius: 0;
}

.unstyled-button:active {
  color: initial;
}

.menu-button {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.45rem;
  height: 3rem;
  width: 3rem;
  background: #fff;
  border: 1px solid transparent;
  user-select: none;
}

.menu-button:hover {
  border: 1px solid #007fff;
  border-radius: 2px;
}

.menu-button:active {
  background: #eee;
  color: var(--primary-black);;
  border: 1px solid transparent;
}

.menu-button-icon {
  width: 2rem;
  height: 2rem;
}

.menu {
  box-sizing: border-box;
  padding-bottom: 5rem;
  background: #001a33;
}

.menu-header {
  box-sizing: border-box;
  padding: 3rem 3rem 0;
  color: #eee;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list-item {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #007fff;
  background: 0 0;
  transition: all 0.2s ease-in;
}

.menu-link {
  box-sizing: border-box;
  padding-left: 3rem;
  display: block;
  color: #007fff;
  transition: color 0.2s ease-in;
}

.menu-link:hover {
  color: #3298ff;
  border-bottom: 0;
}

.link-top {
  align-self: flex-end;
}

button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 11rem;
  padding: 0 3rem;
  height: 3rem;
  /* line-height: 3rem; */
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 1em;
  background-color: var(--primary-color);
  transition: 0.15s;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2;
}


button:active {
  color: #fff;
  /* border-top: 2px solid #06c; */
}

button:not(.unstyled-button):hover a {
  color: #fff;
}

button:not(.unstyled-button):hover {
  background-color: var(--primary-black);
}

.end {
  text-align: end;
}

.invisible-xs {
  display: none;
  visibility: hidden;
}

.visible-xs {
  display: block;
  visibility: visible;
}

.page-container {
  width: 90%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box; 
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.content-block {
  margin-top: 7rem;
  margin-bottom: 9rem;
}

.main-text-style {
  font-weight: 400;
  font-size: 1rem;
}

.bgcolorfade {
  color: #fff;
  background: linear-gradient(
    -45deg,
    #23d5ab,
    #03b20c,
    #d6e016,
    #ee7752,
    #e73c7e,
    #23a6d5,
    #23d5ab
  );
  background-size: 400% 400%;
  -webkit-animation: Gradient 30s ease infinite;
  -moz-animation: Gradient 30s ease infinite;
  animation: Gradient 180s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.customervoice {
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #aaa;
  background-color: #fff;
}


.sticky-nav{
  position: fixed;
  top: 0;
  width: 75rem;
  z-index: 9999;
  background-color: #fff;
}

input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: inherit;
  font-weight: normal;
  transition: all 0.3s;
  border-bottom: 2px solid #bebed2;
}

select {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: normal;
}


textarea {
  width: 100%;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: inherit;
  font-weight: normal;
  transition: all 0.3s;
  border: 2px solid #bebed2;
}

textarea:focus {
  border: 2px solid #78788c;
}

.form-label {
  display: block;
  margin: 28px 28px 0 0;
  font-size: 18px;
  color: var(--primary-color);
}

.middle {
  margin: 48px 28px 0 0;
}

.ingress-overlay2 {
  background-color: var(--opacity-background);
  height: 30%;
  width: 100%;
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
}

.ingress-text-style {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 90rem;
  font-weight: 400;
  line-height: normal;
  font-size: 1.2rem;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}

.white-bg {
  background-color: #fff;
  padding: 2rem 0;
}

.position-relative {
  position: relative;
}

.modal {
  overflow: auto;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1020;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding: 72px;
}

.modal-link {
  color: black;
  font-weight: 300;
}

.modal-link:hover {
  color: white;
}

.modal-content {
  background-color: #fefefe;
  padding: 24px;
  border-radius: 8px;
  overflow: auto;
  height: 100%;
}

.modal-button {
  position: fixed;
  top: 82px;
  right: 90px;
  display: flex;
  align-items: center;
  float: right;
  margin-left: auto;
  padding: 0;
  background-color: #fff;
  color: var(--primary-color);
  min-width: auto;
  text-transform: none;
}

.back-button {
  margin-right: auto;
  margin-left: 0;
}

.modal-button:hover,
.modal-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cta-text {
  margin-top: 6rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.caption-text {
  width: 100%; 
  margin-top: 0px; 
  font-style: italic
}

@media only screen and (max-width: 48rem) {
  .container,
  .container-fluid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .page-container {
    padding: 0 1.5rem;
  }

  .content-block {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .hero-headline {
    font-size: 4rem;
    line-height: 3.5rem;
    margin-bottom: 0;
  }

  .modal {
    padding: 16px;
  }

  .modal-content {
    max-width: 100%;
  }
}

@media only screen and (min-width: 48rem) {
  body {
    font-size: 16px;
  }
  .hero-headline {
    font-size: 6em;
    margin: 1.25em 0 1em;
    line-height: 1em;
  }
  .hero-copy {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  .ingress-overlay2 {
    height: 30%;
  }
  .ingress-text-style {
    padding-left: 5rem;
    padding-right: 5rem;
    margin: auto;
    font-size: 1.4rem;
  }
  .main-text-style {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-menu-btn {
    display: none;
  }

  #menu {
    position: static !important;
    height: auto !important;
    width: auto !important;
  }
  .invisible-md {
    display: none;
    visibility: hidden;
  }
  .visible-md {
    display: block;
    visibility: visible;
  }

  .ingress-overlay {
    line-height: 1.3;
    margin: 40px 0 15px 0;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    background-color: var(--opacity-background);
  }

  .ingress-overlay2 {
    background-color: var(--opacity-background);
    height: 7rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ingress-text-style {
    padding: 2rem 2rem;
    margin: auto;
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.6em;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 1023px) {
  #menu {
    height: 100vh;
    background: white;
    z-index: 1000;
    padding-right: 1rem;
  }

  /* Mobile button animations etc. */
  .mobile-menu-btn {
    width: 35px;
    height: 28px;
    z-index: 1010;
    margin-left: auto;
    padding: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--primary-color);
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .mobile-menu-btn span:nth-child(1) {
    top: 0px;
  }
  .mobile-menu-btn span:nth-child(2) {
    top: 12px;
  }
  .mobile-menu-btn span:nth-child(3) {
    top: 24px;
  }
  .mobile-menu-btn.active span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .mobile-menu-btn.active span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .ingress-overlay {
    font-size: 24px;
    line-height: 1.3;
    margin: 15px 0;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    background-color: rgba(120, 120, 120, 0.5);
  }

  .cta-text {
    margin-top: 1rem;
  }

  .text-grid p {
    font-size: 1rem;
  }

  .txt-start-mobile {
    text-align: start;
  }

  .text-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }

  .title-light {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 30rem) {
  .container,
  .container-fluid {
    margin-right: 10px;
    margin-left: 10px;
  }

  .page-container {
    padding: 0;
  }

  .hero-headline {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .ingress-overlay2 {
    background-color: var(--opacity-background);
    height: 35%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ingress-text-style {
    padding: 1rem 1rem;
    margin: auto;
    /*line-height: 1.5;*/
    font-size: 0.9rem;
  }
  .white-bg {
    padding-top: 1rem;
  }
}

/*Cookie Consent Begin*/

#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 2rem;
  font-size: 1rem;
  color: var(--primary-color);
  line-height: 26px;
  padding: 1rem 0 1rem 1rem;
  font-family: "Open sans", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: var(--primary-color);
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  padding: 0.1rem;
  margin: -1rem 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: var(--primary-color);
}
#cookieConsent a.cookieConsentOK {
  background-color: var(--primary-black);;
  color: white;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  padding: 0 1rem;
  cursor: pointer;
  margin: 0 0.5rem 0 0rem;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #0c9be8;
}
#cookieConsent a.cookieConsentNOTOK {
  background-color: #989696;
  color: white;
  display: inline-block;
  border-radius: 3px;
  font-weight: 400;
  padding: 0 1rem;
  cursor: pointer;
  margin: 0 1rem 0 0rem;
}
#cookieConsent a.cookieConsentNOTOK:hover {
  background-color: #b5b2b2;
}

.buttonContainer {
  float: right;
  display: inline-block;
  margin-left: 8px;
}
@media screen and (min-width: 563px) {
  .buttonContainer {
    display: inline;
  }
}

@media screen and (min-width: 666px) {

  #closeCookieConsent {
    padding: 0.25rem;
    margin: -1rem 0 0 0;
    font-weight: bold;
  }
  #closeCookieConsent:hover {
    color: #fff;
  }
  #cookieConsent a.cookieConsentOK {
    background-color: var(--primary-color);
    color: white;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    padding: 0 1.5rem;
    cursor: pointer;
    margin: 0 0.5rem 0 0.5rem;
  }
  #cookieConsent a.cookieConsentOK:hover {
    background-color: #0c9be8;
  }
  #cookieConsent a.cookieConsentNOTOK {
    background-color: #989696;
    color: white;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 1.5rem;
    cursor: pointer;
    margin: 0 1rem 0 0.5rem;
  }
  #cookieConsent a.cookieConsentNOTOK:hover {
    background-color: #b5b2b2;
  }
}
/*Cookie Consent End*/


.background-ceon-blue-op25{
  background-color: hsla(201, 100%, 59%, 0.250);
}

.black{
  background-color: var(--primary-black);;
  padding: 2rem 0;
}

.white{
  color: #eee;
}

.padding-top-2{
  margin-top: 0;
  padding-top: 4rem;
}

@media only screen and (min-width: 1024px) {
  .mobile-only {
   display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

/* Accordion component styles */

.accordion-container .expand-icon {
  font-size: 1.5rem;
  width: 1rem;
  padding-right: 2rem;
}

.accordion-content {
  overflow: hidden;
  text-align: start;
}

.accordion-card-container .card {
  padding: 0;
}

.accordion-card-content {
  padding: 1rem;
}

.accordion-card-title {
  width: 100%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem;
  text-align: left;
}

.accordion-card-title h3::first-letter {
  text-transform: capitalize;
}

.accordion-card-title:hover {
  background-color: var(--primary-color);
}

.accordion-card-title:active {
  color: hsl(0, 0%, 100%);
}


.accordion-card-title h3 {
  padding: 0;
  margin: 0;
}

/* Accoridon animation */
.accordion-enter-active {
  transition: all 0.1s ease-out;
}
.accordion-leave-active {
  transition: none;
}
.accordion-enter-from {
  transform: translateY(-10px);
  opacity: 1;
}

.contact-button {
  padding: 0;
  margin-left: auto;
  text-transform: unset;
  color: var(--primary-color);
  background-color: #fff;
  border-style: solid;
  font-size: 1rem;
}

.contact-button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .contact-button {
    float: left !important;
  }
}

/* Timeline element */

.timeline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin: 2rem auto;
  max-width: 1000px;
  padding: 2rem 1rem;
  position: relative;
  overflow-x: auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  height: 4px;
  background: #cce6ff;
  z-index: 0;
}

.timeline-step {
  text-align: center;
  flex: 1;
  min-width: 220px;
  position: relative;
  z-index: 1;
}

.timeline-step .circle {
  width: 40px;
  height: 40px;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  background: #2cb4ff;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-text-content .icon {
  font-size: 1.5rem;
  color: #2cb4ff;
  margin-bottom: 0.5rem;
}

.timeline-text-content h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.timeline-text-content p {
  font-size: 0.9rem;
  color: #444;
}

@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .timeline::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
  }

  .timeline-step {
    flex: none;
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 0;
  }

  .circle {
    display: flex;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    font-size: 0.75rem;
  }

  .icon {
    display: none;
  }
  
  .timeline-text-content {
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .timeline-text-content h3 {
    width: 45%;
    padding-right: 1rem;
    margin-top: 0;
  }

  .timeline-text-content p {
    width: 45%;
    padding-left: 1rem;
    margin: 0;
    justify-self: flex-end;
  }
}


/* Laptop image */
.laptop-container {
  position: relative; 
  width: 100%;
  height: auto;
}

.laptop-border {
  width: 100%;
  height: auto;
  display: block;
}

.laptop-content-wrapper {
  position: absolute;
  top: 10.5%;
  left: 11.5%;
  width: 77%;
  height: 73%;
  overflow: hidden;
}

.laptop-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  object-fit: cover;
  object-position: top left;
  opacity: 0; /* Hide by default */
  transition: opacity 1s ease-in-out;
}

.laptop-content.active {
  opacity: 1;
}
.nav {
  display: flex;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
  padding: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nav-container {
  width: 100%;
  display: flex;
  align-items: center;
}

nav {
  flex-grow: 1;
}

.mobile-menu-bar { 
  padding: 0;
}

.navigation {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  padding: 0;
}

.mobile-navigation {
  flex-direction: column;
}

.navigation a {
  font-weight: 600;
  color: var(--primary-color);
}

.navigation a:hover {
  color: black;
}

.navigation a:active {
  color: var(--primary-black);
}

.navigation li.active a {
  text-decoration: underline;
  font-weight: bold;
  color: var(--primary-black);
}

.accessibility-switch-container {
  align-self: center;
  margin-left: auto;
  padding-right: 1rem;
}

.accessibility-switch-container:hover .tooltiptext {
  visibility: visible;
}
/* Show tooltip also on button keyboard focus */
.accessibility-switch:focus + .tooltip .tooltiptext {
  visibility: visible;
}

.accessibility-switch {
  display: flex;
  align-items: center; 
  background-color: transparent;
  height: auto;
  padding: 0;
  min-width: 0;
  text-align: start;
}

.accessibility-switch:hover {
  background-color: transparent;
}

.accessibility-switch-icon {
  padding-right: 8px; 
  padding-left: 8px;
  color: var(--primary-black);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 14em;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  line-height: normal;
  font-size: 0.75rem;  
}

@media only screen and (min-width: 1024px) {
  .navigation li {
    display: inline;
  }
}

@media only screen and (min-width: 75rem) {
  .navigation li {
    display: inline;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 70px;
    width: 100vw;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .nav-container {
    width: 90%;
  }
  .navigation {
    justify-content: space-between;
    height: 100%;
    max-height: 700px;
    padding-top: 100px;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding-bottom: 10px;
    border: none;
    text-align: right;
  }
  .navigation li {
    list-style-type: none;
  }
  .navigation a {
    font-size: 26px;
    text-transform: uppercase;
  }

  .mobile-button-container {
    display: flex;
    flex-direction: row;
    margin-top: 100px;
  }

  .accessibility-switch-container {
    align-self: center;
    z-index: 1000;
    padding-right: 1rem;
    margin-left: auto;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    top: 70px;
    width: 21em;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 0.75rem;
  }

  .accessibility-switch {
    margin-left: auto;
  }

  .contact-button {
    float: right;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  bottom: -1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}

input:checked + .slider {
  background-color: var(--primary-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color);;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}.footer {
  background-color: var(--primary-black);
}

.footer > div > section > a:not(.footer__legal--item) {
  display: block;
  font-size: 1.125rem;
  margin: 0 0.75rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  line-height: 250%;
  transition: color 0.5s;
}

.footer > div > section > a:hover {
  transition: color 0.2s;
  transition-timing-function: ease-out;
  color: var(--primary-color-dark-background);
}

.footer > div > section > span.ceon-blue {
  display: block;
  font-size: 1.125rem;
  margin: 0 0.25rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 250%;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, [col] auto);
  grid-template-rows: repeat(3, [row] auto);
  padding: 1rem;
}

.footer__site-nav {
  grid-column: col 1 / span 1;
  grid-row: row 1 / span 1;
  display: grid;
  grid-auto-flow: row;
  align-content: baseline;
  justify-content: flex-start;
}
.footer__services-nav {
  display: none;
}
.footer__contact {
  grid-column: col 2 / span 1;
  grid-row: row 1 / span 1;
  display: grid;
  grid-auto-flow: row;
  align-content: baseline;
  justify-content: flex-end;
  text-align: right;
}
.footer__social-media {
  grid-column: col 1 / span 2;
  grid-row: row 2 / span 1;
  display: grid;
  grid-auto-flow: column;
  align-content: end;
  justify-content: center;
  margin: 1rem;
}
.footer__legal {
  grid-column: col 1 / span 2;
  grid-row: row 3 / span 1;
  display: grid;
  grid-auto-flow: column;
  align-content: end;
  justify-content: center;
  margin-top: 1rem;
}

.footer__site-nav--item-text {
  display: none;
}

.footer__site-nav--item-icon {
  display: block;
  font-size: 0.875rem;
  margin: 0.375rem 0.25em;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  line-height: 250%;
}

.footer__social-media--item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}

@media only screen and (min-width: 31rem) {
  .footer > div > section > a:not(.footer__legal--item) {
    font-size: 1rem;
    margin: 0 0.75rem;
  }
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(4, [col] auto);
    grid-template-rows: repeat(4, [row] auto);
    padding: 1rem;
  }
  .footer__site-nav {
    grid-column: col 0 / span 1;
    grid-row: row 2 / span 2;
    display: grid;
    grid-auto-flow: row;
    align-content: baseline;
    justify-content: flex-start;
  }
  .footer__services-nav {
    grid-column: col 1 / span 4;
    grid-row: row 1 / span 1;
    display: grid;
    grid-auto-flow: column;
    align-content: baseline;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .footer__contact {
    grid-column: col 4 / span 1;
    grid-row: row 2 / span 1;
    display: grid;
    grid-auto-flow: row;
    align-content: baseline;
    justify-content: flex-end;
    text-align: right;
  }
  .footer__social-media {
    grid-column: col 4 / span 1;
    grid-row: row 3 / span 1;
    display: grid;
    grid-auto-flow: column;
    align-content: end;
    justify-content: flex-end;
    margin: 0;
  }
  .footer__legal {
    grid-column: col 1 / span 4;
    grid-row: row 4 / span 1;
    display: grid;
    grid-auto-flow: column;
    align-content: end;
    justify-content: center;
  }
  .footer__site-nav--item-icon {
    display: none;
  }
  .footer__site-nav--item-text {
    display: block;
  }

  .footer__social-media--item {
    margin: 0 0.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  .footer__grid {
    max-width: 75rem;
    display: grid;
    grid-template-columns: repeat(4, [col] auto);
    grid-template-rows: repeat(3, [row] auto);
    margin: auto;
  }
  .footer__site-nav {
    grid-column: col 0 / span 1;
    grid-row: row 2 / span 2;
    display: grid;
    grid-auto-flow: row;
    align-content: baseline;
    justify-content: flex-start;
  }
  .footer__services-nav {
    grid-column: col 2 / span 2;
    grid-row: row 1 / span 1;
    display: grid;
    grid-auto-flow: column;
    align-content: baseline;
    justify-content: center;
    margin-bottom: 0;
  }
  .footer__contact {
    grid-column: col 4 / span 1;
    grid-row: row 2 / span 1;
    display: grid;
    grid-auto-flow: row;
    align-content: baseline;
    justify-content: flex-end;
    text-align: right;
  }
  .footer__social-media {
    grid-column: col 4 / span 1;
    grid-row: row 3 / span 1;
    display: grid;
    grid-auto-flow: column;
    align-content: end;
    justify-content: flex-end;
    margin: 0 0.25rem;
  }
  .footer__legal {
    grid-column: col 2 / span 2;
    grid-row: row 3 / span 1;
    display: grid;
    grid-auto-flow: column;
    align-content: end;
    justify-content: center;
  }
}

.footer__site-nav--item {
}

.footer__services-nav--item {
  text-align: center;
  line-height: 1.4 !important;
  align-self: center;
}

.footer__contact--item {
}

.footer__legal--item {
  display: block;
  font-size: 1rem;
  margin: 0 0.75rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  line-height: 250%;
}

.footer__legal--item-seperator {
  display: block;
  font-size: 1rem;
  margin: 0 0.75rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--primary-color-dark-background);
  line-height: 250%;
}

.ceon-blue {
  color: var(--primary-color-dark-background);
}

.ceon-blue-hover:hover {
  color: var(--primary-color);
}

.ceon-blue-hover:focus-visible {
  box-shadow: 0 0 0 4px rgb(255, 255, 255), 0 0 0 8px rgb(0, 95, 204),
    0 0 0 10px rgb(255, 255, 255);
  outline: 2px solid transparent;
  border-radius: 4px;
}
.appointment-modal {
  display: block;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal-content .appointment-title {
  margin-top: 1rem;
}

.appointment-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
}

.color-container {
  background-color: var(--primary-color);
  position: absolute;
  width: inherit;
  right: 0;
  z-index: 100;
}

.color-container.top {
  top: -8px;
}

.color-container.bottom {
  bottom: -16px;
}

.button-icon {
  color: var(--primary-color);
  margin-left: auto;
  font-size: 24px;
  padding-left: 0.5rem;
}

.appointment-title {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  font-size: 1.9rem;
  font-weight: 500;
}

.appointment-info {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 1.5rem;
}

.people-container {
  width: 40%;
  height: 100%;
  overflow: auto;
  align-self: flex-start;
  max-width: 400px;
}

.calendar-container {
  height: 100%;
  flex: 1;
  border: 8px solid var(--primary-color);
  border-radius: 8px
}

.list-item-button {
  display: flex;
  align-items: center;
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  height: auto;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  line-height: 24px;
  text-transform: unset;
  transition: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.list-item-button:nth-of-type(1) {
  margin-top: 2rem;
}

.list-item-button h3 {
  margin: 0;
  text-align: start;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.list-item-button p {
  margin: 0;
  text-align: start;
  font-size: 1rem;
  color: var(--primary-black);
  line-height: 1.2;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.list-item-button:hover {
  background-color: #2cb5ff4b;
}

.list-item-button.selected {
  background-color: var(--primary-color);
  color: #fff;
}

.list-item-button.selected p {
  color: #fff;
}

.list-item-button.selected h3 {
  color: #fff;
}

/* Rounded corners */
.list-item-button.selected:before,
.list-item-button.selected:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem; 
}

.list-item-button.selected:before {
  top: -1rem;
  border-bottom-right-radius: 50%;
  box-shadow: 0 0.5rem 0 0 var(--primary-color);
}

.list-item-button.selected:after {
  bottom: -1rem;
  border-top-right-radius: 50%;
  box-shadow: 0 -0.5rem 0 0 var(--primary-color);
}

.avatar {
  object-fit: cover; 
  width: 90px; 
  height: 90px;
  border-radius: 50%;
  margin-right: 1.5rem;
  border: 3px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.modal-button {
  top: 20px;
  right: 72px;
  padding: 0.5rem;
  border-radius: 8px;
  border: solid var(--primary-color);
}

.modal-button:hover {
  background-color: var(--primary-color);
  border-color: white;
  color: white;
}

.links-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content:flex-start;
  gap: 1.5rem;
  margin-top: -3rem;
}

.action-link {
  color: var(--primary-color);
  text-transform: none;
  font-size: medium;
}

.action-link:hover {
  text-decoration: underline;
}

/* Slide animation */
.slide-enter-active, .slide-leave-active {
  transition: all 0.3s ease-out;
}

.slide-enter-from,
.slide-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

@media only screen and (min-width: 1023px) {
  .list-item-button:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .button-icon {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .modal-content {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  .appointment-info {
    margin-right: 0;
  }

  .appointment-container {
    height: auto;
    display: block;
  }
  
  .modal .appointment-container {
    display: flex;
    height: 90vh;
    flex-direction: column;
  }

  .modal .people-container  {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none;
  }

  .calendar-container {
    border: none;
    width: 100%;
  }

  .modal-button {
    position: static;
  }

  .modal-button.back {
    margin-left: 0.5rem;
    margin-right: auto;
  }

  .list-item-button {
    border-radius: 8px;
    padding: 0.5rem;
    padding-left: 0;
  }
}