*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
figure,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img,
picture,
svg,
video,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

img,
picture,
video,
canvas,
svg {
  height: auto;
}

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

th,
td,
caption {
  text-align: left;
  vertical-align: top;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Sora";
  src: url("/files/ticksy/assets/fonts/Sora-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("/files/ticksy/assets/fonts/Sora-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("/files/ticksy/assets/fonts/Sora-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #4a527d;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

h4,
h5,
h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

.rte p,
.rte ul,
.rte ol {
  font-size: 1rem;
  line-height: 1.5;
}

.rte ul,
.rte ol {
  padding-left: 1.25rem;
}

.rte ul {
  list-style: disc;
}

.rte ol {
  list-style: decimal;
}

.rte li + li {
  margin-top: 0.3125rem;
}

a {
  color: #4a527d;
  text-decoration: none;
}

.rte > * + * {
  margin-top: 0.625rem;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #4a527d;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #f7f7f7;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image: url("/files/ticksy/assets/images/backgrounds/ticksy_main_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.78) 24%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0.1) 78%, rgba(255, 255, 255, 0) 100%);
}

#wrapper {
  position: relative;
  min-height: 100vh;
}

#header,
#container,
#footer {
  position: relative;
  z-index: 1;
}

#container {
  padding-top: 7rem;
}

@media (max-width: 767px) {
  body::before {
    background-image: url("/files/ticksy/assets/images/backgrounds/ticksy_main_bg-mobile.jpg");
    background-position: center top;
    background-size: cover;
  }
  body::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 14%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.58) 66%, rgba(255, 255, 255, 0.34) 82%, rgba(255, 255, 255, 0.12) 92%, rgba(255, 255, 255, 0) 100%);
  }
  #container {
    padding-top: 4rem;
  }
}
#wrapper {
  min-height: 100%;
}

#main {
  width: 100%;
}

.inside {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.col {
  flex-grow: 1;
  min-width: 0;
}

.col-1 {
  width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  flex: 0 0 auto;
}

.col-2 {
  width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  flex: 0 0 auto;
}

.col-3 {
  width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  flex: 0 0 auto;
}

.col-4 {
  width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  flex: 0 0 auto;
}

.col-5 {
  width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  flex: 0 0 auto;
}

.col-6 {
  width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  flex: 0 0 auto;
}

.col-7 {
  width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  flex: 0 0 auto;
}

.col-8 {
  width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  flex: 0 0 auto;
}

.col-9 {
  width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  flex: 0 0 auto;
}

.col-10 {
  width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  flex: 0 0 auto;
}

.col-11 {
  width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  flex: 0 0 auto;
}

.col-12 {
  width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
  flex: 0 0 auto;
}

@media (min-width: 48rem) {
  .col-md-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
@media (min-width: 64rem) {
  .col-lg-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
@media (min-width: 80rem) {
  .col-xl-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
.offset-col-1 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
}

.offset-col-2 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
}

.offset-col-3 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
}

.offset-col-4 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
}

.offset-col-5 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
}

.offset-col-6 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
}

.offset-col-7 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
}

.offset-col-8 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
}

.offset-col-9 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
}

.offset-col-10 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
}

.offset-col-11 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
}

@media (min-width: 48rem) {
  .offset-md-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-md-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-md-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-md-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-md-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-md-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-md-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-md-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-md-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-md-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-md-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
@media (min-width: 64rem) {
  .offset-lg-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-lg-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-lg-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-lg-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-lg-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-lg-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-lg-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-lg-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-lg-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-lg-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-lg-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
@media (min-width: 80rem) {
  .offset-xl-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-xl-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-xl-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-xl-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-xl-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-xl-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-xl-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-xl-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-xl-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-xl-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-xl-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#header > .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
  max-width: 75rem;
  min-height: 7rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem 1.25rem;
  transition: min-height 0.25s ease, padding 0.25s ease;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.header-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 4rem;
  transition: height 0.25s ease;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin-left: auto;
  background: none;
  border: 0;
  cursor: pointer;
}

.nav-toggle__line {
  display: block;
  width: 1.5rem;
  height: 1px;
  background-color: #4a527d;
}

#header .header-navigation {
  display: none;
  flex: 0 0 100%;
  width: 100%;
}

#header.is-open .header-navigation {
  display: block;
}

#header.is-scrolled {
  background: rgba(255, 255, 255, 0.22);
  border-bottom-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0.75rem 2rem rgba(46, 42, 143, 0.12);
}

#header.is-scrolled > .inside {
  min-height: 5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#header.is-scrolled .header-logo img {
  height: 3rem;
}

@media (min-width: 64rem) {
  #header > .inside {
    flex-wrap: nowrap;
  }
  .nav-toggle {
    display: none;
  }
  #header .header-navigation {
    display: block;
    flex: 1 1 auto;
    width: auto;
  }
}
#footer {
  width: 100%;
}

#footer > .inside {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#footer .row {
  align-items: stretch;
}

#footer .row > .col {
  display: flex;
}

#footer .glass-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#footer .row + .row {
  margin-top: 1.25rem;
}

#footer h3 {
  margin: 0 0 1.25rem 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #4a527d;
}

#footer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

#footer p + p {
  margin-top: 1.25rem;
}

#footer a:not(.btn-primary):not(.btn-secondary) {
  color: #4a527d;
  text-decoration: none;
}

#footer a:not(.btn-primary):not(.btn-secondary):hover,
#footer a:not(.btn-primary):not(.btn-secondary):focus-visible {
  color: #4a527d;
}

#footer ul {
  list-style: circle;
}

#footer li + li {
  margin-top: 0.625rem;
}

#footer img {
  display: block;
  max-width: 14rem;
  height: auto;
}

.footer_bottom p {
  color: #fff;
}

#main {
  width: 100%;
}

#main > .inside {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.mod_article {
  width: 100%;
}

#main > .inside > .mod_article:first-child {
  margin-top: 2.5rem;
}

.mod_article + .mod_article {
  margin-top: 2.5rem;
}

#main > .inside > .mod_article:last-child {
  margin-bottom: 2.5rem;
}

.mod_article > * + * {
  margin-top: 1.25rem;
}

.mod_navigation {
  width: 100%;
}

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

.mod_navigation .level_1 {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.mod_navigation li {
  position: relative;
  margin: 0;
}

.mod_navigation a,
.mod_navigation strong {
  display: block;
  padding: 0.3125rem 0;
  color: #4a527d;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.mod_navigation strong {
  font-weight: 600;
}

.mod_navigation .level_2 {
  margin-top: 0.3125rem;
  padding-left: 1.25rem;
}

.mod_navigation .level_2 a,
.mod_navigation .level_2 strong {
  padding: 0.3125rem 0;
}

@media (min-width: 64rem) {
  .mod_navigation .level_1 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem;
  }
  .mod_navigation .level_1 > li:not(.btn-primary):not(.btn-secondary) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mod_navigation .level_1 > li > a:not(.btn-primary):not(.btn-secondary),
  .mod_navigation .level_1 > li > strong:not(.btn-primary):not(.btn-secondary) {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    border-radius: 999px;
    line-height: 1;
  }
  .mod_navigation .level_1 > li > a:not(.btn-primary):not(.btn-secondary):hover,
  .mod_navigation .level_1 > li > a:not(.btn-primary):not(.btn-secondary):focus-visible,
  .mod_navigation .level_1 > li > strong:not(.btn-primary):not(.btn-secondary) {
    background: rgba(255, 255, 255, 0.55);
  }
  .mod_navigation .level_1 > li.submenu {
    position: relative;
  }
  .mod_navigation .level_1 > li.submenu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.75rem;
  }
  .mod_navigation .level_1 > li.submenu > a:not(.btn-primary):not(.btn-secondary)::after,
  .mod_navigation .level_1 > li.submenu > strong:not(.btn-primary):not(.btn-secondary)::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
    border-top: 0.38rem solid currentColor;
    opacity: 0.65;
    transform: translateY(1px);
  }
  .mod_navigation .level_2 {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    z-index: 30;
    display: none;
    min-width: 15rem;
    margin-top: 0;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 1.25rem;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 1.25rem 2.5rem rgba(46, 42, 143, 0.12);
  }
  .mod_navigation .level_2 li + li {
    margin-top: 0.25rem;
  }
  .mod_navigation .level_2 a,
  .mod_navigation .level_2 strong {
    display: block;
    padding: 0.875rem 1rem;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1.2;
  }
  .mod_navigation .level_2 a:hover,
  .mod_navigation .level_2 a:focus-visible,
  .mod_navigation .level_2 strong {
    background: rgba(255, 255, 255, 0.78);
  }
  .mod_navigation .level_1 > li.submenu:hover > .level_2,
  .mod_navigation .level_1 > li.submenu:focus-within > .level_2 {
    display: block;
  }
  .mod_navigation .level_1 > li.btn-primary,
  .mod_navigation .level_1 > li.btn-secondary {
    padding: 0;
  }
  .mod_navigation .level_1 > li.btn-primary > a,
  .mod_navigation .level_1 > li.btn-primary > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.125rem 1.75rem;
    background: #3F6BFF;
    border: 1px solid #3F6BFF;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 1rem 2rem rgba(63, 107, 255, 0.22);
  }
  .mod_navigation .level_1 > li.btn-primary > a:hover,
  .mod_navigation .level_1 > li.btn-primary > a:focus-visible,
  .mod_navigation .level_1 > li.btn-primary > strong {
    background: #5B4BDB;
    border-color: #5B4BDB;
    color: #ffffff;
  }
}
.mod_navigation .invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary {
  padding: 1.125rem 1.75rem;
  color: #ffffff;
  background-color: #3F6BFF;
  border-color: #3F6BFF;
  box-shadow: 0 1rem 2rem rgba(63, 107, 255, 0.22);
}

.btn-primary a {
  color: #ffffff;
}

a.btn-primary {
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: #ffffff;
  background-color: #5B4BDB;
  border-color: #5B4BDB;
  box-shadow: 0 1rem 2rem rgba(91, 75, 219, 0.22);
}

.btn-secondary {
  color: #4a527d;
  background-color: transparent;
  border-color: #e5e5e5;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  color: #4a527d;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.ce_form {
  width: 100%;
}

.ce_form h2 {
  margin: 0 0 1.25rem 0;
}

.ce_form .formbody {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ce_form .widget {
  width: 100%;
}

.ce_form label {
  display: block;
  margin-bottom: 0.3125rem;
}

.ce_form input[type=text],
.ce_form input[type=tel],
.ce_form input[type=email],
.ce_form input[type=password],
.ce_form input[type=url],
.ce_form input[type=search],
.ce_form input[type=number],
.ce_form input[type=date],
.ce_form textarea,
.ce_form select {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  color: #4a527d;
  font: inherit;
}

.ce_form textarea {
  min-height: 8rem;
  resize: vertical;
}

.ce_form input:focus,
.ce_form textarea:focus,
.ce_form select:focus {
  outline: none;
  border-color: #2E2A8F;
}

.ce_form .mandatory {
  color: inherit;
}

.ce_form .widget-submit {
  margin-top: 0.625rem;
}

.ce_form .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border: 1px solid #2E2A8F;
  background-color: #2E2A8F;
  color: #ffffff;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.ce_form .submit:hover,
.ce_form .submit:focus-visible {
  background-color: #5B4BDB;
  border-color: #5B4BDB;
}

.ce_form .captcha_text {
  display: block;
  margin-top: 0.3125rem;
}

.ce-service-boxes-standard__form {
  margin-top: 1.25rem;
}

.ce-service-boxes-standard__form .caymlandform_wrapper {
  max-width: none !important;
  margin: 0 !important;
}

.ce-service-boxes-standard__form .caymlandform-innerform {
  width: 100%;
}

.ce-service-boxes-standard__form .caymlandform-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.ce-service-boxes-standard__form .caymlandform-row {
  display: block !important;
  margin-bottom: 0 !important;
}

.ce-service-boxes-standard__form .caymlandform-freehtml,
.ce-service-boxes-standard__form .caymlandform-textarea,
.ce-service-boxes-standard__form .caymlandform-button-wrapper {
  grid-column: 1/-1;
}

.ce-service-boxes-standard__form .caymlandform-label {
  display: block;
  margin-bottom: 0.3125rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #4a527d !important;
}

.ce-service-boxes-standard__form .caymlandform-row.caymlandform-required .caymlandform-label::after {
  color: #3F6BFF !important;
}

.ce-service-boxes-standard__form .caymlandform-input,
.ce-service-boxes-standard__form .caymlandform-textarea,
.ce-service-boxes-standard__form .caymlandform-selectbox {
  width: 100% !important;
  padding: 0.625rem 1.25rem !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 1rem !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #4a527d !important;
  font: inherit !important;
  box-shadow: 0 0.25rem 1rem rgba(15, 23, 42, 0.08) !important;
  box-sizing: border-box !important;
}

.ce-service-boxes-standard__form .caymlandform-input:focus,
.ce-service-boxes-standard__form .caymlandform-textarea:focus,
.ce-service-boxes-standard__form .caymlandform-selectbox:focus {
  outline: none !important;
  border-color: #3F6BFF !important;
}

.ce-service-boxes-standard__form .caymlandform-textarea {
  min-height: 8rem !important;
  resize: vertical !important;
}

.ce-service-boxes-standard__form .caymlandform-helpmessage {
  display: block;
  margin-bottom: 0.3125rem !important;
  font-size: 0.875rem !important;
  color: #4a527d !important;
}

.ce-service-boxes-standard__form .caymlandform-errormsg,
.ce-service-boxes-standard__form .caymlandform-error {
  margin-top: 0.3125rem !important;
  font-size: 0.875rem !important;
  color: #c62828 !important;
}

.ce-service-boxes-standard__form .caymlandform-message {
  margin-bottom: 0.625rem !important;
  font-size: 0.875rem !important;
  color: #1b8f4d !important;
}

.ce-service-boxes-standard__form .caymlandform-button-wrapper {
  margin-top: 0.625rem;
}

.ce-service-boxes-standard__form .caymlandform-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 3.5rem !important;
  padding: 1.125rem 1.75rem !important;
  border: 1px solid #3F6BFF !important;
  border-radius: 999px !important;
  background: #3F6BFF !important;
  color: #ffffff !important;
  font: inherit !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 1rem 2rem rgba(63, 107, 255, 0.22) !important;
}

.ce-service-boxes-standard__form .caymlandform-button:hover,
.ce-service-boxes-standard__form .caymlandform-button:focus-visible {
  background: #5B4BDB !important;
  border-color: #5B4BDB !important;
  color: #ffffff !important;
}

@media (max-width: 48rem) {
  .ce-service-boxes-standard__form .caymlandform-page-wrapper {
    grid-template-columns: 1fr;
  }
}
.media {
  width: 100%;
}

.media figure {
  margin: 0 0 1.25rem 0;
}

.media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.media--left figure {
  float: left;
  margin-top: 0;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
  margin-left: 0;
}

.media--right figure {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.625rem;
  margin-left: 1.25rem;
}

.media::after {
  content: "";
  display: block;
  clear: both;
}

.ce-text-standard {
  width: 100%;
}

.ce-text-standard__headline {
  margin: 0 0 0.625rem 0;
}

.ce-text-standard__text > * + * {
  margin-top: 0.625rem;
}

.ce-text-full {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.ce-text-full__headline {
  margin: 0 0 0.625rem 0;
}

.ce-text-full__text > * + * {
  margin-top: 0.625rem;
}

.ce-hero-standard {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  overflow: hidden;
}

.ce-hero-standard__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ce-hero-standard__media figure,
.ce-hero-standard__media picture,
.ce-hero-standard__media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ce-hero-standard__media img {
  object-fit: cover;
}

.ce-hero-standard__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.ce-hero-standard__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 8rem 1.25rem;
  color: #ffffff;
}

.ce-hero-standard__eyebrow {
  margin-bottom: 0.3125rem;
}

.ce-hero-standard__headline {
  margin: 0 0 0.625rem 0;
}

.ce-hero-standard__text > * + * {
  margin-top: 0.625rem;
}

.ce-hero-standard__actions {
  margin-top: 1.25rem;
}

.ce-band-standard {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

.ce-band-standard__content {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 1.25rem;
}

.ce-band-standard__eyebrow {
  margin-bottom: 0.3125rem;
}

.ce-band-standard__headline {
  margin: 0 0 0.625rem 0;
}

.ce-band-standard__text > * + * {
  margin-top: 0.625rem;
}

.ce-band-standard__actions {
  margin-top: 1.25rem;
}

.ce-heading-standard {
  margin-top: 7rem;
}

.ce-heading-standard__title {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 1.05;
  font-weight: 700;
  color: #4a527d;
  max-width: 45rem;
}

.ce-heading-standard__subtitle {
  max-width: 42rem;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4a527d;
  max-width: 45rem;
}

.ce-heading-standard__usp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 2.5rem;
}

.ce-heading-standard__usp-item {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 3rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1.25rem 2.5rem rgba(46, 42, 143, 0.1);
}

.ce-heading-standard__usp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #5B4BDB;
  color: #ffffff;
}

.ce-heading-standard__usp-icon svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}

.ce-heading-standard__usp-text {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #4a527d;
}

.ce-heading-standard__subtitle > *:first-child {
  margin-top: 0;
}

.ce-heading-standard__subtitle > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 48rem) {
  .ce-heading-standard__usp-list {
    margin-top: 1.25rem;
  }
  .ce-heading-standard__usp-item {
    min-height: 2.75rem;
    padding: 0.5rem 1rem;
  }
  .ce-heading-standard__usp-text {
    font-size: 0.875rem;
  }
}
.ce-box-group-standard {
  width: 100%;
}

.ce-box-group-standard__grid {
  align-items: stretch;
}

.ce-box-group-standard__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1.25rem 2.5rem rgba(46, 42, 143, 0.1);
}

.ce-box-group-standard__top {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.ce-box-group-standard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.875rem;
  width: 2.875rem;
  height: 2.875rem;
  padding: 0.75rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.95);
  color: #4a527d;
  box-shadow: 0 0.5rem 1rem rgba(46, 42, 143, 0.08);
}

.ce-box-group-standard__icon svg {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
}

.ce-box-group-standard__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #4a527d;
}

.ce-box-group-standard__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a527d;
}

.ce-box-group-standard__text > *:first-child {
  margin-top: 0;
}

.ce-box-group-standard__text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 48rem) {
  .ce-box-group-standard__item {
    padding: 2.5rem;
  }
  .ce-box-group-standard__title {
    font-size: 1.25rem;
  }
  .ce-box-group-standard__text {
    font-size: 1rem;
  }
}
.glass-box {
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1.25rem 2.5rem rgba(46, 42, 143, 0.1);
}

.ce-service-boxes-standard {
  width: 100%;
}

.ce-service-boxes-standard__grid {
  align-items: stretch;
}

.ce-service-boxes-standard__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1.25rem 2.5rem rgba(46, 42, 143, 0.1);
}

.ce-service-boxes-standard__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #4a527d;
}

.ce-service-boxes-standard__underline {
  width: 100%;
  height: 2px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--service-accent, #3F6BFF) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.ce-service-boxes-standard__intro,
.ce-service-boxes-standard__outro {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a527d;
}

.ce-service-boxes-standard__intro > *:first-child,
.ce-service-boxes-standard__outro > *:first-child {
  margin-top: 0;
}

.ce-service-boxes-standard__intro > *:last-child,
.ce-service-boxes-standard__outro > *:last-child {
  margin-bottom: 0;
}

.ce-service-boxes-standard__outro {
  margin-top: 1.25rem;
}

.ce-service-boxes-standard__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ce-service-boxes-standard__intro + .ce-service-boxes-standard__list {
  margin-top: 1.25rem;
}

.ce-service-boxes-standard__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.ce-service-boxes-standard__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  border: 2px solid var(--service-accent, #3F6BFF);
  border-radius: 50%;
  color: var(--service-accent, #3F6BFF);
}

.ce-service-boxes-standard__check svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}

.ce-service-boxes-standard__list-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a527d;
}

.ce-service-boxes-standard__item--violet {
  --service-accent: #5B4BDB;
}

.ce-service-boxes-standard__item--blue {
  --service-accent: #3F6BFF;
}

.ce-service-boxes-standard__item--green {
  --service-accent: #22C55E;
}

.ce-service-boxes-standard__item--orange {
  --service-accent: #F59E0B;
}

@media (max-width: 48rem) {
  .ce-service-boxes-standard__item {
    padding: 2.5rem;
  }
  .ce-service-boxes-standard__title {
    font-size: 1.25rem;
  }
  .ce-service-boxes-standard__intro,
  .ce-service-boxes-standard__outro,
  .ce-service-boxes-standard__list-text {
    font-size: 1rem;
  }
}
.footer-cta-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 3.5rem;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.78) 0%, rgba(168, 85, 247, 0.68) 50%, rgba(96, 165, 250, 0.62) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  text-align: center;
}

.footer-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.18) 100%);
}

.footer-cta-box > * {
  position: relative;
  z-index: 1;
}

.footer-cta-box .ce-text-standard__headline {
  margin: 0;
  color: #ffffff;
}

.footer-cta-box .ce-text-standard__text {
  color: #ffffff;
}

.footer-cta-box .ce-text-standard__text h2 {
  color: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

.footer-cta-box .ce-text-standard__text > *:first-child {
  margin-top: 0;
}

.footer-cta-box .ce-text-standard__text > *:last-child {
  margin-bottom: 0;
}

.footer-cta-box .ce-text-standard__text p {
  margin: 0;
}

.footer-cta-box .btn-primary {
  min-height: 3.5rem;
  padding: 1.125rem 1.75rem;
}

@media (max-width: 48rem) {
  .footer-cta-box {
    padding: 2.5rem;
  }
  .footer-cta-box .ce-text-standard__text {
    margin-top: 1.25rem;
  }
  .footer-cta-box .btn-primary {
    width: 100%;
  }
}
.ticksy-chat-teaser {
  position: fixed;
  right: 1.25rem;
  bottom: 5rem;
  z-index: 9998;
  max-width: 19rem;
  padding: 1.1rem 3rem 1.1rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.ticksy-chat-teaser.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ticksy-chat-teaser__close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4b5563;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.ticksy-chat-teaser__close:hover {
  color: #111827;
}

@media (max-width: 767px) {
  .ticksy-chat-teaser {
    right: 1rem;
    left: 1rem;
    bottom: 6.25rem;
    max-width: none;
    padding: 1rem 2.75rem 1rem 1rem;
    font-size: 0.95rem;
  }
}

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