@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
}

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

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

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

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 33.6px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28.8px;
  }
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #00bde2;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: #00a8ca;
  text-decoration: underline;
}

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

.text-small {
  font-size: 14px;
}

.text-large {
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-cyan {
  background-color: #00bde2;
  color: #ffffff;
}
.bg-cyan h1, .bg-cyan h2, .bg-cyan h3, .bg-cyan h4, .bg-cyan h5, .bg-cyan h6 {
  color: #ffffff;
}

.bg-cyan-light {
  background-color: rgba(0, 189, 226, 0.05);
}

.site-main {
  min-height: 60vh;
  position: relative;
  z-index: 1;
}

.paragraph {
  position: relative;
}

section {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  section {
    padding: 3rem 0;
  }
}

.site-main > .paragraph:first-child section {
  padding-top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tabs,
.local-tasks,
.local-actions,
.contextual-region .contextual,
.contextual-links,
nav.tabs,
ul.tabs,
.primary.tabs,
.secondary.tabs,
#block-neolym-theme-primary-local-tasks,
#block-neolym-theme-secondary-local-tasks,
#block-neolym-theme-local-actions,
.node__links,
.field--name-uid,
.submitted {
  display: none !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

[class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.site-header {
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  padding: 16px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.site-header .container {
  max-width: none;
  width: 100%;
}
.site-header .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header .site-branding {
  flex-shrink: 0;
}
.site-header .site-branding a {
  display: block;
  line-height: 0;
}
.site-header .site-branding img {
  height: 48px;
  width: auto;
  max-width: 180px;
}
@media (max-width: 767px) {
  .site-header .site-branding img {
    height: 40px;
    max-width: 150px;
  }
}
.site-header .site-header__navigation {
  display: none;
  flex: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .site-header .site-header__navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.site-header .site-header__navigation .menu,
.site-header .site-header__navigation ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-header__navigation .menu li,
.site-header .site-header__navigation ul li {
  margin: 0;
}
.site-header .site-header__navigation .menu a,
.site-header .site-header__navigation ul a {
  font-weight: 500;
  font-size: 15px;
  color: #1a1a1a;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .site-header__navigation .menu a::after,
.site-header .site-header__navigation ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00bde2;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .site-header__navigation .menu a:hover,
.site-header .site-header__navigation ul a:hover {
  color: #00bde2;
  text-decoration: none;
}
.site-header .site-header__navigation .menu a:hover::after,
.site-header .site-header__navigation ul a:hover::after {
  width: 100%;
}
.site-header .site-header__navigation .menu a.is-active, .site-header .site-header__navigation .menu a.active,
.site-header .site-header__navigation ul a.is-active,
.site-header .site-header__navigation ul a.active {
  color: #00bde2;
}
.site-header .site-header__navigation .menu a.is-active::after, .site-header .site-header__navigation .menu a.active::after,
.site-header .site-header__navigation ul a.is-active::after,
.site-header .site-header__navigation ul a.active::after {
  width: 100%;
}
.site-header .site-header__actions {
  display: none;
  align-items: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .site-header .site-header__actions {
    display: flex;
  }
}
.site-header .site-header__actions .btn {
  padding: 0.875rem 2rem;
  background-color: #00bde2;
  border: 2px solid #00bde2;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header .site-header__actions .btn:hover:not(:disabled) {
  background-color: #009bbf;
  border-color: #009bbf;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 189, 226, 0.3);
  color: #ffffff;
  text-decoration: none;
}
.site-header .site-header__actions .btn:active:not(:disabled) {
  transform: translateY(0);
}
.site-header .site-header__actions .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.site-header .mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .site-header .mobile-menu-toggle {
    display: none;
  }
}
.site-header .mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background-color: #545b70;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .mobile-menu-toggle:hover span {
  background-color: #00bde2;
}

body.path-frontpage .site-header .site-branding img {
  height: 64px;
  max-width: 240px;
}
@media (max-width: 991px) {
  body.path-frontpage .site-header .site-branding img {
    height: 56px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .site-header .site-branding img {
    height: 48px;
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  body.path-frontpage .site-header .site-branding img {
    height: 40px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .site-header .site-header__inner {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  body.path-frontpage .site-header .site-header__inner {
    gap: 12px;
  }
}
body.path-frontpage .site-header .mobile-menu-toggle {
  display: none !important;
}

.site-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 3rem 0 1.5rem;
}
.site-footer .site-footer__top {
  padding-bottom: 3rem;
}
.site-footer .site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .site-footer .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.site-footer .site-footer__column h2, .site-footer .site-footer__column h3, .site-footer .site-footer__column h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 1rem;
}
.site-footer .site-footer__column p {
  color: #d1d4db;
  font-size: 16px;
  line-height: 1.6;
}
.site-footer .site-footer__column a {
  color: #d1d4db;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .site-footer__column a:hover {
  color: #33cbea;
  text-decoration: none;
}
.site-footer .site-footer__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .site-footer__column ul li {
  margin-bottom: 0.75rem;
}
.site-footer .site-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site-footer .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.site-footer .site-footer__copyright {
  font-size: 14px;
  color: #d1d4db;
}
.site-footer .site-footer__menu ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer .site-footer__menu ul {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.site-footer .site-footer__menu a {
  font-size: 14px;
  color: #d1d4db;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .site-footer__menu a:hover {
  color: #33cbea;
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.btn:focus {
  outline: 2px solid #00bde2;
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn:focus {
  outline: 2px solid #00bde2;
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--primary {
  background-color: #00bde2;
  color: #ffffff;
  border-color: #00bde2;
}
.btn--primary:hover:not(:disabled) {
  background-color: #00a8ca;
  border-color: #00a8ca;
  color: #ffffff;
  text-decoration: none;
}

.btn--secondary {
  background-color: transparent;
  color: #00bde2;
  border-color: #00bde2;
}
.btn--secondary:hover:not(:disabled) {
  background-color: #00bde2;
  color: #ffffff;
  text-decoration: none;
}

.btn--tertiary {
  background-color: #545b70;
  color: #ffffff;
  border-color: #545b70;
}
.btn--tertiary:hover:not(:disabled) {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
  text-decoration: none;
}

.btn--light {
  background-color: #ffffff;
  color: #1a1a1a;
  border-color: #ffffff;
}
.btn--light:hover:not(:disabled) {
  background-color: #e8e9ed;
  border-color: #e8e9ed;
  text-decoration: none;
}

.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 18px;
}

.btn--block {
  width: 100%;
  display: flex;
}

.btn__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.form-item {
  margin-bottom: 1.5rem;
}
.form-item:last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.form-required {
  color: #ef4444;
  margin-left: 2px;
}

.form-text,
.form-email,
.form-tel,
.form-url,
.form-number,
.form-date,
select,
textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d4db;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background-color: #ffffff;
  transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-text:focus,
.form-email:focus,
.form-tel:focus,
.form-url:focus,
.form-number:focus,
.form-date:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #00bde2;
  box-shadow: 0 0 0 3px rgba(0, 189, 226, 0.1);
}
.form-text::-moz-placeholder, .form-email::-moz-placeholder, .form-tel::-moz-placeholder, .form-url::-moz-placeholder, .form-number::-moz-placeholder, .form-date::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #d1d4db;
}
.form-text::placeholder,
.form-email::placeholder,
.form-tel::placeholder,
.form-url::placeholder,
.form-number::placeholder,
.form-date::placeholder,
select::placeholder,
textarea::placeholder {
  color: #d1d4db;
}
.form-text:disabled,
.form-email:disabled,
.form-tel:disabled,
.form-url:disabled,
.form-number:disabled,
.form-date:disabled,
select:disabled,
textarea:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.6;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23545b70' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-checkbox,
.form-radio {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  cursor: pointer;
  accent-color: #00bde2;
}

.form-type-checkbox,
.form-type-radio {
  display: flex;
  align-items: center;
}
.form-type-checkbox label,
.form-type-radio label {
  margin-bottom: 0;
  cursor: pointer;
}

.form-item--error input,
.form-item--error select,
.form-item--error textarea {
  border-color: #ef4444;
}
.form-item--error input:focus,
.form-item--error select:focus,
.form-item--error textarea:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.form-item__error-message {
  color: #ef4444;
  font-size: 14px;
  margin-top: 0.5rem;
}

.description {
  font-size: 14px;
  color: #545b70;
  margin-top: 0.5rem;
}

.webform-submission-form {
  max-width: 600px;
}
.webform-submission-form .form-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

fieldset {
  border: 1px solid #d1d4db;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
fieldset legend {
  font-weight: 700;
  color: #1a1a1a;
  padding: 0 0.75rem;
}

.hero.paragraph--type--hero-connection {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0;
}
.hero.paragraph--type--hero-connection .hero__container {
  max-width: 100%;
  margin: 0 0;
  width: 100%;
}
.hero.paragraph--type--hero-connection .hero__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
}
.hero.paragraph--type--hero-connection .hero__main {
  position: relative;
  flex: 1 1 60%;
  overflow: visible;
}
.hero.paragraph--type--hero-connection .hero__headline {
  background-color: #00bde2;
  color: #ffffff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 5rem 0rem;
  width: 100vw;
}
.hero.paragraph--type--hero-connection .hero__text {
  width: 100%;
  max-width: 35%;
  margin-left: 7.5%;
}
.hero.paragraph--type--hero-connection .hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #ffffff;
}
.hero.paragraph--type--hero-connection .hero__subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
  display: none;
}
.hero.paragraph--type--hero-connection .hero__cta {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.hero.paragraph--type--hero-connection .magic-link-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero.paragraph--type--hero-connection .form-control {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e8e9ed;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.2s ease;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.hero.paragraph--type--hero-connection .form-control:focus {
  outline: none;
  border-color: #00bde2;
  box-shadow: 0 0 0 4px rgba(0, 189, 226, 0.1);
}
.hero.paragraph--type--hero-connection .form-control::-moz-placeholder {
  color: #d1d4db;
}
.hero.paragraph--type--hero-connection .form-control::placeholder {
  color: #d1d4db;
}
.hero.paragraph--type--hero-connection .hero__button {
  font-size: 24px;
  font-weight: 600;
  gap: 1rem;
  height: 50px;
  width: 100%;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  background-color: #00bde2;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hero.paragraph--type--hero-connection .hero__button:hover {
  background-color: rgb(0, 146.3495575221, 175);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.hero.paragraph--type--hero-connection .hero__button .btn__text {
  flex: 1;
  text-align: left;
}
.hero.paragraph--type--hero-connection .hero__button .btn__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero.paragraph--type--hero-connection .hero__button .btn__icon svg,
.hero.paragraph--type--hero-connection .hero__button .btn__icon .lucide {
  width: 30px;
  height: 30px;
}
.hero.paragraph--type--hero-connection .hero__panel {
  background: #ffffff;
  color: #121212;
  width: 65%;
}
.hero.paragraph--type--hero-connection .hero__features {
  color: #2D2D2D;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.hero.paragraph--type--hero-connection .hero__features > * {
  margin: 0;
  padding: 0;
  display: contents;
}
.hero.paragraph--type--hero-connection .hero__features .paragraph,
.hero.paragraph--type--hero-connection .hero__features .field,
.hero.paragraph--type--hero-connection .hero__features .field__items,
.hero.paragraph--type--hero-connection .hero__features .field__item {
  margin: 0;
  padding: 0;
  display: contents;
}
.hero.paragraph--type--hero-connection .hero__feature {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.hero.paragraph--type--hero-connection .hero__feature-icon {
  width: 20px;
  height: 20px;
  color: #00bde2;
  flex-shrink: 0;
}
.hero.paragraph--type--hero-connection .hero__feature-text {
  white-space: nowrap;
}
.hero.paragraph--type--hero-connection .magic-link-help {
  display: none;
}
.hero.paragraph--type--hero-connection .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 50%;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}
.hero.paragraph--type--hero-connection .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero.paragraph--type--hero-connection .hero__aside {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .hero.paragraph--type--hero-connection .hero__container {
    position: relative;
  }
  .hero.paragraph--type--hero-connection .hero__main {
    position: static;
  }
  .hero.paragraph--type--hero-connection .hero__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: -moz-max-content;
    height: max-content;
    max-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero.paragraph--type--hero-connection {
    padding: 0;
  }
  .hero.paragraph--type--hero-connection .hero__content {
    flex-direction: column;
    gap: 2.5rem;
    align-items: stretch;
    text-align: center;
  }
  .hero.paragraph--type--hero-connection .hero__main {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 1.5rem;
  }
  .hero.paragraph--type--hero-connection .hero__main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--hero-img-h, 600px) / 2);
    background-color: #00bde2;
    z-index: 0;
  }
  .hero.paragraph--type--hero-connection .hero__headline {
    background: transparent;
    padding: 0;
    width: 100%;
    border-radius: 0;
    display: block;
    grid-row: 2;
  }
  .hero.paragraph--type--hero-connection .hero__text {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0.5rem;
    z-index: 1;
  }
  .hero.paragraph--type--hero-connection .hero__title {
    font-size: 2.5rem;
    color: #1a1a1a;
  }
  .hero.paragraph--type--hero-connection .hero__image {
    position: relative;
    z-index: 1;
    width: 75vw;
    max-width: 680px;
    height: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    grid-row: 1;
    justify-self: end;
  }
  .hero.paragraph--type--hero-connection .hero__image img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .hero.paragraph--type--hero-connection .hero__aside {
    width: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero.paragraph--type--hero-connection .hero__panel {
    text-align: left;
    width: 100%;
    max-width: 428px;
  }
  .hero.paragraph--type--hero-connection .hero__cta {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero.paragraph--type--hero-connection .hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: 420px;
  }
}
@media (max-width: 374.98px) {
  .hero.paragraph--type--hero-connection {
    padding: 0;
    min-height: auto;
  }
  .hero.paragraph--type--hero-connection .hero__content {
    gap: 2rem;
  }
  .hero.paragraph--type--hero-connection .hero__title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
  .hero.paragraph--type--hero-connection .hero__subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
  .hero.paragraph--type--hero-connection .hero__button {
    min-width: 250px;
    height: 48px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero.paragraph--type--hero-connection .hero__title {
    font-size: 1.875rem;
  }
  .hero.paragraph--type--hero-connection .hero__button {
    width: 100%;
    min-width: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero.paragraph--type--hero-connection * {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 767px) {
  .paragraph--type--feature-grid {
    padding: 60px 0;
  }
}
.paragraph--type--feature-grid .field--name-field-grid-title {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .paragraph--type--feature-grid .field--name-field-grid-title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.paragraph--type--feature-grid .field--name-field-grid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .paragraph--type--feature-grid .field--name-field-grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .paragraph--type--feature-grid .field--name-field-grid-items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.feature-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 32px;
  border: 1px solid #e8e9ed;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feature-item:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
  border-color: #00bde2;
}
.feature-item .feature-item__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 189, 226, 0.05);
  border-radius: 16px;
  flex-shrink: 0;
}
.feature-item .feature-item__icon i[data-lucide] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item .feature-item__icon svg {
  width: 36px;
  height: 36px;
  stroke: #00bde2;
  fill: none;
  stroke-width: 2;
}
.feature-item .feature-item__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a1a;
  line-height: 1.3;
}
.feature-item .feature-item__description {
  color: #545b70;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 0;
  flex-grow: 1;
}
.feature-item .feature-item__list {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .feature-item {
    padding: 32px 24px;
  }
  .feature-item .feature-item__title {
    font-size: 20px;
  }
  .feature-item .feature-item__description {
    font-size: 15px;
  }
}

.feature-list-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
}
.feature-list-item.has-icon .feature-list-item__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.feature-list-item.has-icon .feature-list-item__icon i[data-lucide] {
  width: 20px;
  height: 20px;
  color: #00bde2;
  stroke-width: 2;
}
.feature-list-item.has-icon .feature-list-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-list-item.has-icon .feature-list-item__icon svg {
  width: 100%;
  height: 100%;
  stroke: #00bde2;
  fill: none;
}
.feature-list-item.no-icon {
  padding-left: 20px;
}
.feature-list-item.no-icon .feature-list-item__text::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #545b70;
  font-size: 24px;
  line-height: 1.5;
}
.feature-list-item .feature-list-item__text {
  color: #545b70;
  line-height: 1.6;
  font-size: 16px;
  flex: 1;
}
.feature-list-item .feature-list-item__text p {
  margin: 0;
}
@media (max-width: 767px) {
  .feature-list-item .feature-list-item__text {
    font-size: 15px;
  }
}

.reassurance-banner.paragraph--type--reassurance-banner {
  width: 100%;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__items > * {
  margin: 0;
  padding: 0;
  display: contents;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__items .paragraph,
.reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__items .field,
.reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__items .field__items,
.reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__items .field__item {
  margin: 0;
  padding: 0;
  display: contents;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 150px;
  color: #ffffff;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance__icon .lucide {
  width: 48px;
  height: 48px;
  stroke-width: 1.5;
}
.reassurance-banner.paragraph--type--reassurance-banner .reassurance__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 200px;
}
@media (max-width: 768px) {
  .reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__items {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .reassurance-banner.paragraph--type--reassurance-banner .reassurance__item {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .reassurance-banner.paragraph--type--reassurance-banner {
    padding: 2rem 0;
  }
  .reassurance-banner.paragraph--type--reassurance-banner .reassurance-banner__container {
    padding: 0 1rem;
  }
  .reassurance-banner.paragraph--type--reassurance-banner .reassurance__icon .lucide {
    width: 40px;
    height: 40px;
  }
  .reassurance-banner.paragraph--type--reassurance-banner .reassurance__text {
    font-size: 0.9rem;
  }
}

.paragraph--type--image-text-section .image-text-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .paragraph--type--image-text-section .image-text-section__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.paragraph--type--image-text-section .image-text-section__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.paragraph--type--image-text-section .image-text-section__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--image-text-section .image-text-section__content h2 {
  margin-bottom: 1.5rem;
}
.paragraph--type--image-text-section .image-text-section__content p {
  color: #545b70;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.paragraph--type--image-text-section .image-text-section__content p:last-of-type {
  margin-bottom: 2rem;
}
.paragraph--type--image-text-section .image-text-section__content .btn {
  margin-top: 1rem;
}
.paragraph--type--image-text-section.image-text-section--image-left .image-text-section__inner {
  grid-template-areas: "image content";
}
@media (max-width: 767px) {
  .paragraph--type--image-text-section.image-text-section--image-left .image-text-section__inner {
    grid-template-areas: "image" "content";
  }
}
.paragraph--type--image-text-section.image-text-section--image-left .image-text-section__image {
  grid-area: image;
}
.paragraph--type--image-text-section.image-text-section--image-left .image-text-section__content {
  grid-area: content;
}
.paragraph--type--image-text-section.image-text-section--image-right .image-text-section__inner {
  grid-template-areas: "content image";
}
@media (max-width: 767px) {
  .paragraph--type--image-text-section.image-text-section--image-right .image-text-section__inner {
    grid-template-areas: "image" "content";
  }
}
.paragraph--type--image-text-section.image-text-section--image-right .image-text-section__image {
  grid-area: image;
}
.paragraph--type--image-text-section.image-text-section--image-right .image-text-section__content {
  grid-area: content;
}
.paragraph--type--image-text-section.bg-light .image-text-section__content h2 {
  color: #1a1a1a;
}
.paragraph--type--image-text-section.bg-cyan .image-text-section__content h2,
.paragraph--type--image-text-section.bg-cyan .image-text-section__content p {
  color: #ffffff;
}

.paragraph--type--image-text-section.image-text-section--large-image .image-text-section__inner {
  grid-template-columns: 1.2fr 0.8fr;
}
@media (max-width: 767px) {
  .paragraph--type--image-text-section.image-text-section--large-image .image-text-section__inner {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--image-text-section.image-text-section--large-image.image-text-section--image-right .image-text-section__inner {
  grid-template-columns: 0.8fr 1.2fr;
}
@media (max-width: 767px) {
  .paragraph--type--image-text-section.image-text-section--large-image.image-text-section--image-right .image-text-section__inner {
    grid-template-columns: 1fr;
  }
}

.paragraph--type--cta-section {
  background: linear-gradient(135deg, #00bde2 0%, #00a8ca 100%);
  color: #ffffff;
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .paragraph--type--cta-section {
    padding: 4rem 0;
    min-height: 400px;
  }
}
.paragraph--type--cta-section.has-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.paragraph--type--cta-section .cta-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  pointer-events: none;
}
.paragraph--type--cta-section:not(.has-background-image)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.paragraph--type--cta-section .container {
  position: relative;
  z-index: 2;
}
.paragraph--type--cta-section .cta-section__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
@media (max-width: 767px) {
  .paragraph--type--cta-section .cta-section__inner {
    padding: 1.5rem;
  }
}
.paragraph--type--cta-section .cta-section__title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .paragraph--type--cta-section .cta-section__title {
    font-size: 28.8px;
  }
}
.paragraph--type--cta-section .cta-section__text {
  font-size: 18px;
  margin-bottom: 3rem;
  opacity: 0.95;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .paragraph--type--cta-section .cta-section__text {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
.paragraph--type--cta-section .cta-section__text p {
  margin-bottom: 1rem;
}
.paragraph--type--cta-section .cta-section__text p:last-child {
  margin-bottom: 0;
}
.paragraph--type--cta-section .cta-section__description {
  font-size: 18px;
  margin-bottom: 3rem;
  opacity: 0.95;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .paragraph--type--cta-section .cta-section__description {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
.paragraph--type--cta-section .cta-section__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .paragraph--type--cta-section .cta-section__actions {
    flex-direction: column;
    align-items: center;
  }
  .paragraph--type--cta-section .cta-section__actions .btn {
    width: 100%;
    max-width: 300px;
  }
}
.paragraph--type--cta-section .cta-section__button {
  margin-top: 1.5rem;
}
.paragraph--type--cta-section .cta-section__button .btn {
  background-color: #ffffff;
  color: #00bde2;
  border-color: #ffffff;
  font-weight: 600;
  padding: 1rem 2.5rem;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.paragraph--type--cta-section .cta-section__button .btn:hover:not(:disabled) {
  background-color: #e8e9ed;
  border-color: #e8e9ed;
  color: #00a8ca;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.paragraph--type--cta-section .cta-section__button .btn:active {
  transform: translateY(0);
}
.paragraph--type--cta-section .btn--primary,
.paragraph--type--cta-section .btn-primary-cyan {
  background-color: #ffffff;
  color: #00bde2;
  border-color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.paragraph--type--cta-section .btn--primary:hover:not(:disabled),
.paragraph--type--cta-section .btn-primary-cyan:hover:not(:disabled) {
  background-color: #e8e9ed;
  border-color: #e8e9ed;
  color: #00a8ca;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.paragraph--type--cta-section .btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.paragraph--type--cta-section .btn--secondary:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.paragraph--type--cta-section.bg-light {
  background: #f8f9fa;
  color: #1a1a1a;
}
.paragraph--type--cta-section.bg-light .cta-section__title,
.paragraph--type--cta-section.bg-light .cta-section__text,
.paragraph--type--cta-section.bg-light .cta-section__description {
  color: #1a1a1a;
  text-shadow: none;
}
.paragraph--type--cta-section.bg-light .btn {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.paragraph--type--cta-section.bg-cyan {
  background: linear-gradient(135deg, #00bde2 0%, #00a8ca 100%);
}
.paragraph--type--cta-section.bg-cyan-light {
  background: rgba(0, 189, 226, 0.05);
  color: #1a1a1a;
}
.paragraph--type--cta-section.bg-cyan-light .cta-section__title,
.paragraph--type--cta-section.bg-cyan-light .cta-section__text,
.paragraph--type--cta-section.bg-cyan-light .cta-section__description {
  color: #1a1a1a;
  text-shadow: none;
}
.paragraph--type--cta-section.bg-cyan-light .btn {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.paragraph--type--simple-text-section .simple-text-section__content h2 {
  margin-bottom: 1.5rem;
}
.paragraph--type--simple-text-section .simple-text-section__content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.paragraph--type--simple-text-section .simple-text-section__content p {
  color: #545b70;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.paragraph--type--simple-text-section .simple-text-section__content p:last-child {
  margin-bottom: 0;
}
.paragraph--type--simple-text-section .simple-text-section__content a {
  color: #00bde2;
  font-weight: 500;
}
.paragraph--type--simple-text-section .simple-text-section__content a:hover {
  color: #00a8ca;
  text-decoration: underline;
}
.paragraph--type--simple-text-section .simple-text-section__content ul,
.paragraph--type--simple-text-section .simple-text-section__content ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
  color: #545b70;
  line-height: 1.7;
}
.paragraph--type--simple-text-section .simple-text-section__content ul li,
.paragraph--type--simple-text-section .simple-text-section__content ol li {
  margin-bottom: 0.5rem;
}
.paragraph--type--simple-text-section .simple-text-section__content ul li:last-child,
.paragraph--type--simple-text-section .simple-text-section__content ol li:last-child {
  margin-bottom: 0;
}
.paragraph--type--simple-text-section .simple-text-section__content ul {
  list-style-type: disc;
}
.paragraph--type--simple-text-section .simple-text-section__content ol {
  list-style-type: decimal;
}
.paragraph--type--simple-text-section .simple-text-section__content blockquote {
  border-left: 4px solid #00bde2;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #545b70;
}
.paragraph--type--simple-text-section .simple-text-section__content blockquote p {
  font-size: 18px;
}
.paragraph--type--simple-text-section .simple-text-section__content code {
  background-color: #f8f9fa;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #00a8ca;
}
.paragraph--type--simple-text-section .simple-text-section__content pre {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.paragraph--type--simple-text-section .simple-text-section__content pre code {
  background-color: transparent;
  padding: 0;
  color: #1a1a1a;
}
.paragraph--type--simple-text-section .simple-text-section__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.paragraph--type--simple-text-section .simple-text-section__content hr {
  border: none;
  border-top: 1px solid #d1d4db;
  margin: 2rem 0;
}

.paragraph--type--simple-text-section.simple-text-section--centered {
  text-align: center;
}
.paragraph--type--simple-text-section.simple-text-section--centered .simple-text-section__content ul,
.paragraph--type--simple-text-section.simple-text-section--centered .simple-text-section__content ol {
  text-align: left;
  display: inline-block;
}
.paragraph--type--simple-text-section.simple-text-section--centered .simple-text-section__content blockquote {
  border-left: none;
  border-top: 4px solid #00bde2;
  padding-left: 0;
  padding-top: 1rem;
}

.paragraph--type--simple-text-section.simple-text-section--wide .simple-text-section__inner {
  max-width: 1000px;
}

.contact-info {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-info {
    padding: 4rem 0;
  }
}
@media (max-width: 575px) {
  .contact-info {
    padding: 3rem 0;
  }
}
.contact-info--has-bg {
  color: #ffffff;
}
.contact-info--has-bg .contact-info__title,
.contact-info--has-bg .contact-info-section__title,
.contact-info--has-bg .contact-info-column__title {
  color: #ffffff;
}
.contact-info--has-bg .contact-info__text,
.contact-info--has-bg .contact-info-section__text,
.contact-info--has-bg .contact-info-column__text {
  color: rgba(255, 255, 255, 0.95);
}
.contact-info__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-info__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-info__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.contact-info__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .contact-info__title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .contact-info__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
.contact-info__text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
  .contact-info__text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.contact-info__text p {
  margin-bottom: 1rem;
}
.contact-info__text p:last-child {
  margin-bottom: 0;
}
.contact-info__sections {
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .contact-info__sections {
    margin-bottom: 2rem;
  }
}
.contact-info__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .contact-info__columns {
    gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .contact-info__columns {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.contact-info-section {
  margin-bottom: 2rem;
}
.contact-info-section:last-child {
  margin-bottom: 0;
}
.contact-info-section__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .contact-info-section__title {
    font-size: 1.25rem;
  }
}
.contact-info-section__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
}
.contact-info--has-bg .contact-info-section__text {
  color: rgba(255, 255, 255, 0.95);
}
.contact-info-section__text p {
  margin-bottom: 1rem;
}
.contact-info-section__text p:last-child {
  margin-bottom: 0;
}

.contact-info-column {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .contact-info-column {
    padding: 1.5rem 1rem;
  }
}
.contact-info-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.contact-info:not(.contact-info--has-bg) .contact-info-column {
  background: #f8f9fa;
}
.contact-info:not(.contact-info--has-bg) .contact-info-column:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.contact-info-column__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.contact-info-column__icon i[data-lucide] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.contact-info-column__icon svg {
  width: 48px;
  height: 48px;
  stroke: #00bde2;
  stroke-width: 2;
}
@media (max-width: 575px) {
  .contact-info-column__icon {
    margin-bottom: 1rem;
  }
}
.contact-info-column__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}
@media (max-width: 575px) {
  .contact-info-column__title {
    font-size: 1.125rem;
  }
}
.contact-info-column__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}
.contact-info--has-bg .contact-info-column__text {
  color: rgba(255, 255, 255, 0.9);
}
.contact-info-column__text p {
  margin-bottom: 0.5rem;
}
.contact-info-column__text p:last-child {
  margin-bottom: 0;
}
.contact-info-column__text a {
  color: inherit;
  text-decoration: none;
}
.contact-info-column__text a:hover {
  text-decoration: underline;
}

.contact-form-section {
  padding: 4rem 0;
  background: #f8f9fa;
}
@media (max-width: 767px) {
  .contact-form-section {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  .contact-form-section {
    padding: 2rem 0;
  }
}
.contact-form-section__title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .contact-form-section__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .contact-form-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .contact-form-wrapper {
    padding: 1.5rem 1rem;
    border-radius: 12px;
  }
}

.contact-form label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.contact-form label.form-required::after {
  content: " *";
  color: #dc3545;
}
.contact-form .description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.375rem;
  line-height: 1.5;
}
.contact-form .form-item {
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .contact-form .form-item {
    margin-bottom: 1.25rem;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=url],
.contact-form textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form input[type=url]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #999;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form input[type=url]::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}
.contact-form input[type=text]:hover,
.contact-form input[type=email]:hover,
.contact-form input[type=tel]:hover,
.contact-form input[type=url]:hover,
.contact-form textarea:hover {
  border-color: #4dd4f4;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=url]:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #00bde2;
  box-shadow: 0 0 0 3px rgba(0, 189, 226, 0.1);
}
@media (max-width: 575px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form input[type=url],
  .contact-form textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.9375rem;
  }
}
.contact-form textarea {
  min-height: 150px;
  resize: vertical;
  font-family: inherit;
}
.contact-form .form-item--error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
.contact-form .form-item--error input,
.contact-form .form-item--error textarea {
  border-color: #dc3545;
}
.contact-form .form-item--error input:focus,
.contact-form .form-item--error textarea:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.contact-form .form-actions {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 575px) {
  .contact-form .form-actions {
    margin-top: 1.5rem;
  }
}
.contact-form button[type=submit],
.contact-form input[type=submit] {
  padding: 0.875rem 3rem;
  background-color: #00bde2;
  border: 2px solid #00bde2;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form button[type=submit]:hover:not(:disabled),
.contact-form input[type=submit]:hover:not(:disabled) {
  background-color: #009bbf;
  border-color: #009bbf;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 189, 226, 0.3);
}
.contact-form button[type=submit]:active:not(:disabled),
.contact-form input[type=submit]:active:not(:disabled) {
  transform: translateY(0);
}
.contact-form button[type=submit]:disabled,
.contact-form input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 575px) {
  .contact-form button[type=submit],
  .contact-form input[type=submit] {
    width: 100%;
    padding: 0.875rem 2rem;
  }
}
.contact-form .messages {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.contact-form .messages.messages--status {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.3);
}
.contact-form .messages.messages--error {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}
.contact-form .messages.messages--warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #856404;
  border: 1px solid rgba(255, 193, 7, 0.3);
}
/*# sourceMappingURL=style.css.map */
