@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline-offset: 0px;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

img {
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  border: none;
}

a {
  cursor: pointer;
  display: inline-block;
}

body {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1;
}

p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 20px;
  }
}

h1 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 29px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 32px;
  }
}

.client-layout h2 {
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .client-layout h2 {
    font-size: 45px;
  }
}
@media (min-width: 1024px) {
  .client-layout h2 {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .client-layout h2 {
    font-size: 55px;
  }
}
.client-layout h3 {
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .client-layout h3 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .client-layout h3 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .client-layout h3 {
    font-size: 40px;
  }
}
.client-layout h4 {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .client-layout h4 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .client-layout h4 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .client-layout h4 {
    font-size: 26px;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
}

.hidden {
  display: none;
}

.new-line {
  display: block;
}

.section-divider {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.cms-layout[data-theme=light-theme] {
  --bg-primary: #fefeff;
  --bg-secondary: #f5f4f6;
  --text-primary: #000000;
  --text-accent: #008fb3;
  --text-primary-invert: #ffffff;
  --text-accent-invert: #b6e2ff;
  --accent: #008fb3;
  --bg-gradient: linear-gradient(to right, #f5f4f6 0%, #b6e2ff 200%);
  --success-green: #279527;
  --theme-switcher-bg: #b6e2ff;
}

.cms-layout[data-theme=dark-theme] {
  --bg-primary: #050f16;
  --bg-secondary: #071824;
  --bg-gradient: linear-gradient(to right, #071824 0%, #050f16 100%);
  --text-primary: #ffffff;
  --text-accent: #b6e2ff;
  --text-primary-invert: #000000;
  --text-accent-invert: #008fb3;
  --accent: #ffd727;
  --success-green: #20a320;
  --theme-switcher-bg: #ffd727;
}

.client-layout[data-theme=light-theme] {
  --bg-primary: #ffffff;
  --bg-secondary: #f5f4f6;
  --bg-primary-invert: #000000;
  --text-primary: #000000;
  --text-secondary: #606060;
  --text-accent: #008fb3;
  --text-primary-invert: #ffffff;
  --text-accent-invert: #b6e2ff;
  --accent: #008fb3;
  --bg-gradient: linear-gradient(to right, #f5f4f6 0%, #b6e2ff 200%);
  --success-green: #279527;
}

.cms-layout {
  width: 100%;
  height: 100%;
  padding: 120px 10px 40px 10px;
  background-color: var(--bg-primary);
  background-image: var(--bg-gradient);
  color: var(--text-primary);
  display: flex;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .cms-layout {
    padding: 120px 20px 40px 20px;
  }
}

.cms-layout .cms-main {
  flex: 1;
  margin-left: 60px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .cms-layout .cms-main {
    margin-left: 350px;
  }
}

.cms-sidebar.cms-sidebar--collapsed + .cms-main {
  margin-left: 60px;
}
@media (min-width: 768px) {
  .cms-sidebar.cms-sidebar--collapsed + .cms-main {
    margin-left: 100px;
  }
}

.cms-sidebar {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  height: calc(100vh - 80px);
  width: 100%;
  max-width: 100%;
  background-color: var(--bg-secondary);
  padding: 40px 10px;
  border-radius: 0 10px 0 10px;
  z-index: 99;
  box-shadow: 5px -5px 8px -9px var(--accent);
  overflow-y: auto;
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
  /* Hide scrollbar for Chrome, Safari, and Edge */
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.cms-sidebar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .cms-sidebar {
    padding: 40px 20px;
    max-width: 350px;
  }
}

.cms-sidebar.cms-sidebar--collapsed {
  width: 60px;
}
@media (min-width: 768px) {
  .cms-sidebar.cms-sidebar--collapsed {
    width: 100px;
  }
}

.cms-sidebar__nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cms-sidebar__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.cms-sidebar__item {
  width: 100%;
  text-align: center;
}

.cms-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  color: var(--text-primary);
  text-decoration: none;
  border: 1px solid transparent;
  text-transform: capitalize;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1024px) {
  .cms-sidebar__link {
    font-size: 18px;
  }
}

.cms-sidebar__link:hover,
.cms-sidebar__link:focus,
.cms-sidebar__link:active {
  border: 1px solid var(--text-primary);
}

.cms-sidebar__item--active {
  background-color: var(--bg-primary);
  border: 1px solid var(--text-primary);
}

.cms-sidebar .cms-sidebar__link-text {
  flex: 1;
  margin-left: -50px;
  transition-delay: 0.3s;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}

.cms-sidebar .cms-sidebar__link-icon {
  width: 50px;
  padding: 5px;
  font-size: 18px;
  color: var(--accent);
}
@media (min-width: 768px) {
  .cms-sidebar .cms-sidebar__link-icon {
    font-size: 22px;
  }
}

.cms-sidebar.cms-sidebar--collapsed .cms-sidebar__link {
  justify-content: center;
}

.cms-sidebar.cms-sidebar--collapsed .cms-sidebar__link-text {
  opacity: 0;
  font-size: 0px;
  padding: 0;
  pointer-events: none;
  margin: 0;
  transition-delay: 0s;
}

.cms-sidebar__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.cms-sidebar__btn {
  padding: 8px 10px;
  width: 100%;
  max-width: 150px;
  font-size: 18px;
  border-radius: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .cms-sidebar__btn {
    font-size: 22px;
  }
}

.cms-sidebar__theme-btn {
  background-color: #000000;
  color: var(--theme-switcher-bg);
  border: 1px solid var(--theme-switcher-bg);
}

.cms-sidebar__collapse-btn {
  background-color: #000000;
  color: #b6e2ff;
  border: 1px solid #b6e2ff;
}

.cms-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
@media (min-width: 768px) {
  .cms-nav {
    padding: 10px 40px;
  }
}

.cms-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: var(--bg-primary);
  opacity: 0.5;
  backdrop-filter: blur(20px);
}

.cms-nav__logo {
  height: 100%;
  width: auto;
}

.cms-nav__logo-img {
  width: 100%;
  height: 100%;
}

.cms-nav__dropdown {
  position: relative;
  width: max-content;
  background-color: var(--bg-primary);
  border: 1px solid var(--text-primary);
  cursor: pointer;
  border-radius: 5px;
}
.cms-nav__dropdown:hover, .cms-nav__dropdown:active, .cms-nav__dropdown:focus {
  background-color: var(--bg-secondary);
}

.cms-nav__dropdown-label {
  padding: 8px 15px;
}

.cms-nav__dropdown-label-img {
  width: 30px;
  height: auto;
}

.cms-nav__dropdown-label-icon {
  margin-left: 5px;
  font-size: 16px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.cms-nav__dropdown-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 100%;
  width: 100%;
  background-color: var(--bg-primary);
  border: 1px solid var(--text-primary);
  border-radius: 5px;
  padding: 5px 0;
}

.cms-nav__dropdown-menu--active {
  display: flex;
}

.cms-nav__dropdown-link {
  margin-bottom: 3px;
  text-align: center;
  width: 100%;
}

.cms-nav__dropdown-img {
  width: 35px;
  height: auto;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.cms-nav__dropdown-img:hover, .cms-nav__dropdown-img:active, .cms-nav__dropdown-img:focus {
  transform: scale(1.1);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 99;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.nav--scroll {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
}

.nav .nav__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav .nav__logo {
  width: 100%;
  max-width: 100px;
  z-index: 99;
}
@media (min-width: 768px) {
  .nav .nav__logo {
    max-width: 150px;
  }
}
@media (min-width: 1400px) {
  .nav .nav__logo {
    max-width: 200px;
  }
}

.nav .nav__logo-img {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 768px) {
  .nav .nav__logo-img {
    max-width: 150px;
  }
}
@media (min-width: 1400px) {
  .nav .nav__logo-img {
    max-width: 200px;
  }
}

.nav__burger {
  z-index: 99;
  font-size: 28px;
  margin-left: 15px;
  padding: 5px 10px;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .nav__burger {
    display: none;
  }
}

.nav .nav__links {
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  min-height: 100vh;
  width: 100%;
  z-index: 98;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 200px;
  padding-inline: 10px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1024px) {
  .nav .nav__links {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: auto;
    width: auto;
    gap: 40px;
    padding: 20px 40px;
    border-radius: 15px;
    transform: translateX(0);
  }
}
@media (min-width: 1400px) {
  .nav .nav__links {
    padding: 20px 80px;
  }
}

.nav .nav__links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: var(--bg-primary);
}
@media (min-width: 1024px) {
  .nav .nav__links::before {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
  }
}

.nav.nav--scroll .nav__links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .nav.nav--scroll .nav__links::before {
    background-color: transparent;
    backdrop-filter: none;
  }
}

.nav .nav__links--expanded {
  transform: translateX(0);
}

.nav .nav__link {
  position: relative;
  text-transform: capitalize;
  font-size: 22px;
  color: var(--text-secondary);
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.nav .nav__link::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--text-secondary);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.nav .nav__link:hover, .nav .nav__link:active {
  color: var(--text-primary);
}
.nav .nav__link:hover::before, .nav .nav__link:active::before {
  width: 100%;
}
@media (min-width: 1024px) {
  .nav .nav__link {
    font-size: 18px;
  }
}

.nav .nav__link--active {
  color: var(--text-primary);
}
.nav .nav__link--active::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--text-secondary);
}

.nav .nav__cta {
  z-index: 99;
  width: 100%;
  text-align: right;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .nav .nav__cta {
    width: auto;
  }
}

.nav .nav__cta-btn {
  font-size: 16px;
  padding: 12px 35px;
}
@media (min-width: 768px) {
  .nav .nav__cta-btn {
    font-size: 18px;
    padding: 14px 40px;
  }
}

.nav__lang {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  color: var(--text-secondary);
}
@media (min-width: 1024px) {
  .nav__lang {
    margin: auto 0;
  }
}

.nav__lang--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .nav__lang--desktop {
    display: flex;
  }
}

.nav__lang-link {
  font-size: 22px;
  color: var(--text-secondary);
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1024px) {
  .nav__lang-link {
    font-size: 18px;
  }
}
.nav__lang-link:hover, .nav__lang-link:active, .nav__lang-link:focus {
  color: var(--text-primary);
}

.nav__socials {
  text-align: center;
}
@media (min-width: 1024px) {
  .nav__socials {
    display: none;
  }
}

.nav__socials-text {
  font-size: 22px;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.nav__social-icon {
  font-size: 24px;
  margin: 0 10px;
  color: var(--text-primary);
  padding: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.nav__social-icon:hover, .nav__social-icon:active, .nav__social-icon:focus {
  color: #2877d4;
}

.footer {
  position: relative;
  height: auto;
  background-color: var(--bg-secondary);
}

.footer__container {
  margin: 0 auto;
}

.footer__logo {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.footer__copy {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}

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

.footer__logo-img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
@media (min-width: 1024px) {
  .footer__logo-img {
    max-width: 200px;
  }
}

.footer__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .footer__flex {
    flex-direction: row;
  }
}

.footer__flex-item {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .footer__flex-item {
    width: auto;
    max-width: auto;
  }
}

.footer__item-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__item-left {
    align-items: flex-start;
  }
}

.footer__text {
  font-size: 16px;
  color: var(--text-primary);
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__text {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .footer__text {
    font-size: 18px;
    width: auto;
    text-align: left;
  }
}

.footer__link {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.footer__link:hover, .footer__link:active, .footer__link:focus {
  color: #2877d4;
}

.footer__icon {
  font-size: 24px;
  color: #2877d4;
  width: 40px;
  float: left;
  text-align: left;
}
@media (min-width: 1024px) {
  .footer__icon {
    float: none;
  }
}

.footer__copy-icon {
  font-size: 20px;
  margin-right: 4px;
}

.footer__socials {
  padding-top: 25px;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__socials {
    text-align: left;
    padding-top: 15px;
  }
}

.footer__socials-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__socials-text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .footer__socials-text {
    text-align: left;
  }
}

.footer__social-icon {
  font-size: 30px;
  margin-right: 10px;
  padding: 5px;
  color: var(--text-primary);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.footer__social-icon:hover, .footer__social-icon:active, .footer__social-icon:focus {
  color: #2877d4;
}

.footer__item-right {
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__item-right {
    width: auto;
  }
}

.button-1 {
  padding: 13px 40px;
  border: 2px solid var(--text-primary-invert);
  background-color: var(--text-primary);
  color: var(--text-primary-invert);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-radius: 5px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button-1 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .button-1 {
    font-size: 20px;
  }
}
.button-1:hover, .button-1:active, .button-1:focus {
  border-color: var(--text-primary);
  background-color: var(--text-primary-invert);
  color: var(--text-primary);
}

.button-2 {
  padding: 13px 40px;
  border: 2px solid #2877d4;
  background-color: #2877d4;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-radius: 5px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button-2 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .button-2 {
    font-size: 20px;
  }
}
.button-2:hover, .button-2:active, .button-2:focus {
  background-color: #ffffff;
  border-color: #2877d4;
  color: #2877d4;
}

.cl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-size: 16px;
  padding: 18px 40px;
}
@media (min-width: 768px) {
  .cl-button {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .cl-button {
    font-size: 20px;
  }
}
.cl-button__label {
  position: relative;
  text-align: center;
  transition: color 0.05s ease-in-out;
}
.cl-button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.cl-button__flair:before {
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 170%;
}
.cl-button--stroke {
  position: relative;
}
.cl-button--stroke:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.cl-button--stroke .cl-button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}
.cl-button--stroke:hover .cl-button__label {
  transition: color 0.15s ease-in-out;
}

.cl-button.button-5 {
  color: #ffffff;
  background-color: #2877d4;
  border: 2px solid #2877d4;
  border-radius: 30px;
}
.cl-button.button-5:focus, .cl-button.button-5:active {
  background-color: #ffffff;
  color: #2877d4;
  border-color: #2877d4;
}
.cl-button.button-5.cl-button--stroke::after {
  border-radius: 30px;
}
.cl-button.button-5.cl-button--stroke .cl-button__flair:before {
  background-color: #ffffff;
}
@media (hover: hover) {
  .cl-button.button-5.cl-button--stroke:hover {
    color: #2877d4;
  }
}

.cl-button.button-6 {
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 30px;
}
.cl-button.button-6:focus, .cl-button.button-6:active {
  background-color: #ffffff;
  color: #000000;
  border-color: #2877d4;
}
.cl-button.button-6.cl-button--stroke::after {
  border-radius: 30px;
}
.cl-button.button-6.cl-button--stroke .cl-button__flair:before {
  background-color: #ffffff;
}
@media (hover: hover) {
  .cl-button.button-6.cl-button--stroke:hover {
    color: #000000;
  }
}

@media (hover: none) {
  .cl-button__flair {
    display: none !important;
  }
}
.form-2, .form-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
}
.form-2 div, .form-1 div {
  width: 100%;
}
.form-2 div > label, .form-1 div > label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-2 div > label, .form-1 div > label {
    font-size: 22px;
  }
}
.form-2 div > input, .form-1 div > input {
  width: 100%;
  padding: 15px 5px;
  font-size: 20px;
  border: 1px solid var(--text-primary);
  color: var(--text-primary);
  border-radius: 5px;
  background-color: var(--bg-primary);
}
.form-2 div > input:active, .form-1 div > input:active, .form-2 div > input:focus, .form-1 div > input:focus {
  border-color: var(--text-accent);
  outline-color: var(--text-accent);
  color: var(--text-accent);
}
.form-2 .submit-btn, .form-1 .submit-btn {
  margin-top: 10px;
}

.form-1 {
  gap: 20px;
}

.form-2 {
  max-width: 480px;
}
.form-2 label {
  margin-top: 15px;
  white-space: nowrap;
}

.form-5 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-5-block {
  width: 100%;
  text-align: left;
}

.form-5-label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-secondary);
}
@media (min-width: 768px) {
  .form-5-label {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .form-5-label {
    font-size: 18px;
  }
}

.form-5-input,
.form-5-textarea {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .form-5-input,
  .form-5-textarea {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .form-5-input,
  .form-5-textarea {
    font-size: 20px;
  }
}

.form-5-input {
  border: none;
  border-bottom: 2px solid #a0a0a0;
  color: var(--text-primary);
  padding: 5px 0;
  background-color: transparent;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form-5-input:focus, .form-5-input:active {
  border: none;
  border-bottom: 2px solid #2877d4;
  padding: 10px 0;
  outline: none;
  background-color: transparent;
}

.form-5-textarea {
  border: none;
  border-bottom: 2px solid #a0a0a0;
  resize: none;
  min-height: 200px;
  padding: 10px 0;
  background-color: transparent;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form-5-textarea:focus, .form-5-textarea:active {
  border: none;
  border-bottom: 2px solid #2877d4;
  outline: none;
  background-color: transparent;
}

.form-5-input.has-value,
.form-5-textarea.has-value {
  border: none;
  border-bottom: 2px solid #2877d4;
  padding: 10px 0;
  outline: none;
  background-color: transparent;
}

.form-5-button {
  width: max-content;
  margin-top: 20px;
}

.form-5-input[aria-invalid=true],
.form-5-textarea[aria-invalid=true] {
  border-color: #ea2f1b;
  outline-color: #ea2f1b;
}

.modal-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 997;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 25px 0;
  background-color: var(--bg-primary);
  padding: 60px 15px 40px 15px;
  border-radius: 10px;
  z-index: 998;
  box-shadow: 5px -5px 8px -9px var(--accent);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: var(--text-primary);
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.modal-close:hover,
.modal-close:focus,
.modal-close:active {
  color: #ea2f1b;
  transform: scale(1.1);
}

.modal-title {
  margin-bottom: 20px;
}

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .slideshow {
    max-width: 100%;
  }
}

.slideshow .slideshow__track {
  display: flex;
  will-change: transform;
  cursor: grab;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.slideshow .slideshow__slide {
  width: 100%;
  flex-shrink: 0;
  user-select: none;
  padding: 40px 20px;
}

.slideshow .slideshow__slide-flex {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1024px) {
  .slideshow .slideshow__slide-flex {
    flex-direction: row;
  }
}

.slideshow .slideshow__slide-img-container {
  flex: 1;
}
@media (min-width: 1024px) {
  .slideshow .slideshow__slide-img-container {
    flex: 2;
  }
}

.slideshow .slideshow__slide-img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.slideshow .slideshow__slide-content {
  flex: 1;
  text-align: center;
}

.slideshow .slideshow__header {
  margin-bottom: 25px;
  color: #2877d4;
}

.slideshow .slideshow__text {
  color: var(--text-secondary);
}

.slideshow .slideshow__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--text-primary);
  color: var(--bg-primary);
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}

.slideshow .slideshow__nav--prev {
  left: 10px;
}

.slideshow .slideshow__nav--next {
  right: 10px;
}

.slideshow .slideshow__dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.slideshow .slideshow__dot {
  width: 16px;
  height: 16px;
  margin: 0 5px 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #2877d4;
  cursor: pointer;
}
.slideshow .slideshow__dot:hover, .slideshow .slideshow__dot:active, .slideshow .slideshow__dot:focus {
  background-color: #2877d4;
}

.slideshow .slideshow__dot[aria-selected=true] {
  background-color: #2877d4;
}

.slideshow .slideshow__autoplay-toggle {
  cursor: pointer;
  border: 2px solid var(--text-primary);
  padding: 10px 15px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.slideshow .slideshow__autoplay-toggle:hover,
.slideshow .slideshow__autoplay-toggle:active,
.slideshow .slideshow__autoplay-toggle:focus {
  background: #2877d4;
  color: #ffffff;
  border-color: #2877d4;
}

.cards__wrapper {
  height: 500px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cards__wrapper {
    height: 600px;
  }
}

.cards__list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cards__item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  background-color: var(--bg-primary);
  border-radius: 30px;
  box-shadow: 5px -5px 8px -9px var(--text-secondary);
  border: 2px solid #f5f4f6;
}

.cards__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.cards__icon {
  font-size: 35px;
  margin-bottom: 20px;
  color: #2877d4;
}

.cards__header {
  color: #2877d4;
  margin-bottom: 15px;
}

.cards__subheader {
  color: var(--text-secondary);
  margin-bottom: 25px;
}

.cards__description {
  color: var(--text-secondary);
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: red;
}

.padding-vertical {
  padding: 30px;
}

.helpbot {
  background-color: transparent;
}

.helpbot__title {
  margin-bottom: 40px;
}

.helpbot__add-form {
  margin-bottom: 15px;
}

.helpbot__content {
  position: relative;
  padding: 20px 5px 20px 0;
  list-style: none;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.helpbot__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  margin-bottom: 15px;
  background-color: var(--bg-secondary);
  border-radius: 10px;
  box-shadow: 5px -5px 8px -9px var(--accent);
}
@media (min-width: 768px) {
  .helpbot__item {
    flex-direction: row;
  }
}

.helpbot__item:last-child {
  margin-bottom: 0;
}

.helpbot__item-content {
  flex: 1;
}

.helpbot__question {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .helpbot__question {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .helpbot__question {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .helpbot__question {
    font-size: 28px;
  }
}

.helpbot__answer {
  padding: 10px 0;
}

.helpbot__item-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.helpbot__item-btn {
  font-size: 16px;
  padding: 8px;
  background-color: transparent;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.helpbot__item-btn:hover, .helpbot__item-btn:active, .helpbot__item-btn:focus {
  opacity: 1;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .helpbot__item-btn {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .helpbot__item-btn {
    font-size: 20px;
  }
}

.helpbot__enable-btn {
  color: var(--text-accent);
}

.helpbot__update-btn {
  color: var(--success-green);
}

.helpbot__delete-btn {
  color: #ea2f1b;
}

.blog {
  background-color: transparent;
}

.blog__title {
  margin-bottom: 40px;
}

.blog__items {
  position: relative;
  padding: 20px 5px 20px 0;
  list-style: none;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.blog__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  margin-bottom: 15px;
  background-color: var(--bg-secondary);
  border-radius: 10px;
  box-shadow: 5px -5px 8px -9px var(--accent);
}
@media (min-width: 768px) {
  .blog__item {
    flex-direction: row;
  }
}

.blog__item:last-child {
  margin-bottom: 0;
}

.blog__item-holder {
  flex: 1;
  display: flex;
}

.blog__item-title {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .blog__item-title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .blog__item-title {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .blog__item-title {
    font-size: 28px;
  }
}

.blog__item-title a {
  color: var(--text-primary);
  text-decoration: none;
}

.blog__item-thumbnail img {
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  border-radius: 10px;
}

.blog__item-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog__item-btn {
  font-size: 18px;
  padding: 8px;
  background-color: transparent;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.blog__item-btn:hover, .blog__item-btn:active, .blog__item-btn:focus {
  opacity: 1;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .blog__item-btn {
    font-size: 22px;
  }
}

.blog__enable-btn {
  color: var(--text-accent);
}

.blog__update-btn {
  color: var(--success-green);
}

.blog__delete-btn {
  color: #ea2f1b;
  background: none;
  border: none;
  cursor: pointer;
}

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

.form-1 .modal-buttons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.quill_form-wrapper {
  width: 100%;
  max-width: 480px;
}

.quill_form-wrapper input {
  margin-top: 15px;
  width: 100%;
  padding: 15px 5px;
  font-size: 20px;
  border: 1px solid var(--text-primary);
  color: var(--text-primary);
  border-radius: 5px;
}

.quill_form-wrapper input.button-1 {
  color: var(--text-primary-invert);
}

.quill_form-wrapper input.button-1:hover,
.quill_form-wrapper input.button-1:focus {
  cursor: pointer;
  color: var(--text-primary);
  border-color: var(--text-primary);
}

.quill_form-wrapper .ql-toolbar.ql-snow,
.quill_form-wrapper .ql-container.ql-snow {
  border-color: var(--text-primary);
  width: 100%;
  padding: 15px 5px;
  font-size: 20px;
}

.quill_form-wrapper .ql-toolbar.ql-snow {
  margin-top: 15px;
}

.quill_form-wrapper .ql-container.ql-snow {
  margin-bottom: 15px;
}

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

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgba(245, 244, 246, 0.2);
  backdrop-filter: blur(2px);
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url("/images/hero-bg.png");
  background-size: auto;
  background-repeat: repeat;
  background-size: 350px;
  opacity: 0.35;
}
@media (min-width: 768px) {
  .hero::after {
    background-size: auto;
  }
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  background-color: #ffffff;
}

.hero__container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 150px 20px;
}
@media (min-width: 768px) {
  .hero__container {
    padding: 200px 20px;
  }
}

.hero__header {
  font-size: 38px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .hero__header {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .hero__header {
    font-size: 80px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .hero__header {
    font-size: 100px;
    margin-bottom: 40px;
  }
}

.hero__text {
  max-width: 600px;
  font-size: 20px;
  margin: 0 auto 25px auto;
}
@media (min-width: 768px) {
  .hero__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .hero__text {
    font-size: 26px;
    margin-bottom: 40px;
    max-width: 800px;
  }
}

.hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hero__section-divider {
  background: linear-gradient(to bottom, transparent, var(--bg-primary));
}

.services,
.features,
.contact,
.footer {
  padding: 80px 20px;
}
@media (min-width: 1024px) {
  .services,
  .features,
  .contact,
  .footer {
    padding: 100px 20px;
  }
}

.services {
  position: relative;
  text-align: center;
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/images/services-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

.services__header {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .services__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .services__header {
    margin-bottom: 60px;
  }
}

.services__section-divider {
  background: linear-gradient(to bottom, transparent, var(--bg-primary));
}

.features {
  position: relative;
  height: auto;
  text-align: center;
}

.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/images/features-bg.jpg");
  filter: blur(20px);
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.features__container {
  margin: 0 auto;
}

.features__header {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .features__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .features__header {
    margin-bottom: 60px;
  }
}

.contact {
  position: relative;
  height: auto;
  min-height: 100vh;
  text-align: center;
  background-color: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact__container {
  margin: 0 auto;
  z-index: 1;
}

.contact__header {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .contact__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .contact__header {
    margin-bottom: 60px;
  }
}

.contact__text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media (min-width: 1024px) {
  .contact__text {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .contact__text {
    margin-bottom: 40px;
  }
}

.contact__section-divider {
  background: linear-gradient(to bottom, transparent, var(--bg-secondary));
}

.newsletter {
  background: linear-gradient(45deg, #fdfbfb 0%, rgba(0, 143, 179, 0.3803921569) 100%);
  padding: 60px 40px;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.newsletter__title {
  margin-bottom: 40px;
}

.newsletter__emails {
  list-style: none;
  margin-bottom: 20px;
}

.newsletter__email {
  background-color: var(--bg-primary);
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  max-width: 400px;
}

.newsletter__limit-wrapper {
  margin-bottom: 40px;
}

.newsletter__progress {
  margin-top: 15px;
  background-color: var(--bg-primary);
  border-radius: 20px;
  height: 30px;
  width: 300px;
  box-shadow: 5px -5px 8px -9px var(--accent);
}

.newsletter__progress-done {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #008fb3 0%, #2877d4 100%);
  box-shadow: 5px -5px 8px -9px var(--accent);
  border-radius: 20px;
  color: #fff;
  height: 100%;
  width: 0;
  transform: 1s ease 0.3s;
}

.newsletter__pagination {
  margin: 25px auto;
  text-align: center;
}

.newsletter__current-page {
  color: var(--text-primary);
}

.newsletter__pagination a {
  color: var(--text-primary);
}

#newsletterForm {
  margin-top: 40px;
}

#newsletterForm input[type=text] {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s;
}
#newsletterForm input[type=text]:focus {
  outline: none;
  border-color: #008fb3;
}

#newsletterForm input[type=color] {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  appearance: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  background: transparent;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

#newsletterForm input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 50%;
}

#newsletterForm input[type=color]::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
}

#newsletterForm input[type=color]:hover {
  transform: scale(1.05);
}

#newsletterForm input[type=color]:active {
  transform: scale(0.95);
}

#newsletterForm .color-picker-wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ccc;
}

.color-picker-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #00ff00, #ff0000, #ffff00, #0000ff, #00ffff);
  z-index: 1;
}

.color-picker-wrapper:hover {
  border: 2px solid #666;
  transform: scale(1.05);
}

.color-picker-wrapper input[type=color] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

#preview-holder {
  margin-top: 15px;
  background-size: cover;
  background-position: center;
  height: 25vh;
  width: 100%;
  max-width: 700px;
  font-family: inherit;
  padding: 20px;
  border-radius: 20px;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.newsletter__pagination {
  margin-top: 40px;
  text-align: center;
}
.newsletter__pagination a {
  color: var(--text-primary);
  padding: 6px 12px;
  border-radius: 6px;
  margin: 0 4px;
  background-color: #fefeff;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.newsletter__pagination a:hover {
  background-color: #2877d4;
  color: #fff;
}
.newsletter__pagination .newsletter__current-page {
  background-color: #2877d4;
  color: #fff;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
}

.newsletter .quill_form-wrapper .ql-toolbar.ql-snow {
  border-radius: 10px 10px 0 0;
  background-color: #fefeff;
  border: 1px solid #f5f4f6;
}
.newsletter .quill_form-wrapper .ql-container.ql-snow {
  border-radius: 0 0 10px 10px;
  border: 1px solid #f5f4f6;
  border-top: none;
  background-color: #fefeff;
  min-height: 200px;
  font-size: 1rem;
  padding: 12px;
}

.notfound {
  text-align: center;
  padding: 25px 15px;
  margin-top: 150px;
}

.notfound .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: unset;
}

.notfound .container a {
  text-decoration: none;
}

.notfound .container span {
  font-size: 14px;
}

.inquiry__card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inquiry__card-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: var(--bg-primary);
  margin: 20px;
  padding: 20px 0;
  box-shadow: 5px -5px 8px -9px var(--accent);
  border-radius: 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry__card-info {
    padding: 40px;
  }
}

.inquiry__card-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .inquiry__card-item {
    flex-direction: row;
  }
}

.inquiry__sender-content {
  max-height: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  padding: 0;
  opacity: 0;
}

.inquiry__card-info.inquiry__card-info--open .inquiry__sender-content {
  max-height: 300px;
  padding: 10px 0;
  opacity: 1;
}

.inquiry__card-toggle {
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  background-color: #000000;
  padding: 12px;
  border-radius: 12px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.inquiry__card-toggle i {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.inquiry__card-info.inquiry__card-info--open .inquiry__card-toggle i {
  transform: rotate(180deg);
}

.login-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.login-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgba(245, 244, 246, 0.2);
  backdrop-filter: blur(2px);
}

.login-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/images/services-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

.login-hero__container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 150px 20px;
}
@media (min-width: 768px) {
  .login-hero__container {
    padding: 200px 20px;
  }
}

.login-hero__header {
  font-size: 38px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .login-hero__header {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .login-hero__header {
    font-size: 80px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .login-hero__header {
    font-size: 100px;
    margin-bottom: 40px;
  }
}

.login-hero__text {
  max-width: 600px;
  font-size: 20px;
  margin: 0 auto 25px auto;
}
@media (min-width: 768px) {
  .login-hero__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .login-hero__text {
    font-size: 26px;
    margin-bottom: 40px;
    max-width: 800px;
  }
}

.login-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.login-hero__section-divider {
  background: linear-gradient(to bottom, transparent, var(--bg-secondary));
}

.blog-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgba(245, 244, 246, 0.2);
  backdrop-filter: blur(2px);
}

.blog-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/images/services-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

.blog-hero__container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 150px 20px;
}
@media (min-width: 768px) {
  .blog-hero__container {
    padding: 200px 20px;
  }
}

.blog-hero__header {
  font-size: 38px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .blog-hero__header {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .blog-hero__header {
    font-size: 80px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .blog-hero__header {
    font-size: 100px;
    margin-bottom: 40px;
  }
}

.blog-hero__text {
  max-width: 600px;
  font-size: 20px;
  margin: 0 auto 25px auto;
}
@media (min-width: 768px) {
  .blog-hero__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .blog-hero__text {
    font-size: 26px;
    margin-bottom: 40px;
    max-width: 800px;
  }
}

.blog-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-hero__section-divider {
  background: linear-gradient(to bottom, transparent, var(--bg-secondary));
}

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