 .page-title h1,
 body {
     font-family: var(--default-font)
 }

 .page-title .breadcrumbs ol,
 .page-title h1,
 body {
     font-style: normal;
     font-display: swap;
     font-weight: 400
 }

 .home-title p,
 .section-title p {
     position: relative;
     min-height: 10px
 }

 #preloader,
 .page-title,
 body {
     background-color: var(--background-color)
 }

 .footer .credits a,
 .footer-list li a,
 a,
 a:hover {
     text-decoration: none
 }

 :root {
     --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     --heading-font: "Roboto", sans-serif;
     --nav-font: "Roboto", sans-serif;
     --accent-color: #1D1D1F;
     --contrast-color: #ffffff;
     --button-dark: #212529;
     --button-darkhover: #e1edf0;
     --button-dark-color: #ebebeb;
     --button-white: #ffffff;
     --button-whitehover: #bbbbbb;
     --button-white-color: #212529;
     --button-blue: #1A67E9;
     --button-bluehover: #0041b3;
     --button-blue-color: #fcfcfc;
     --button-bluereverse: #1A67E9;
     --button-bluereversehover: #d4e3ff;
     --button-bluereverse-color: #1A67E9
 }

 .light-background {
     --background-color: #ffffff;
     --default-color: #212529;
     --heading-color: #212529;
     --primary-bg-color: #4D595F;
     --primary-font-color: #ebebeb;
     --secondary-bg-color: #E1EDF0;
     --secondary-font-color: #212529;
     --nav-color: #212529;
     --nav-mobile-background-color: #ffffff;
     --nav-dropdown-background-color: #ffffff;
     --nav-dropdown-color: #212529;
     --hr-color: #DCDCDC
 }

 .dark-background {
     --background-color: #111;
     --default-color: #ebebeb;
     --heading-color: #ebebeb;
     --primary-bg-color: #232323;
     --primary-font-color: #ebebeb;
     --secondary-bg-color: #232323;
     --secondary-font-color: #ebebeb;
     --nav-color: #ebebeb;
     --nav-mobile-background-color: #000;
     --nav-dropdown-background-color: #232323;
     --nav-dropdown-color: #ebebeb;
     --hr-color: #1f1f1f
 }

 body {
     color: var(--default-color);
     font-size: 18px;
     line-height: 120%;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
     min-width: 300px
 }

 a {
     color: var(--accent-color);
     transition: .3s
 }

 a:hover {
     color: color-mix(in srgb, var(--accent-color), transparent 25%)
 }

 .header,
 .page-title,
 .section-title ul,
 .section-title ol,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: var(--default-color)
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: var(--heading-font)
 }

 .desktop-only {
     display: inline
 }

 .mobile-only {
     display: none
 }

 @media (max-width:767px) {
     .desktop-only {
         display: none
     }

     .mobile-only {
         display: inline;
         white-space: nowrap
     }
 }

 .page-title {
     --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
     padding: 100px 0;
     text-align: center;
     position: relative
 }

 .home-section,
 .starter-section {
     padding: 40px 30px;
     display: block
 }

 .page-title h1 {
     font-size: 42px;
     margin-bottom: 10px
 }

 .page-title .breadcrumbs ol {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     justify-content: center;
     padding: 0;
     margin: 0;
     font-size: 16px
 }

 .page-title .breadcrumbs ol li+li {
     padding-left: 10px
 }

 .page-title .breadcrumbs ol li+li::before {
     content: "/";
     display: inline-block;
     padding-right: 10px;
     color: color-mix(in srgb, var(--default-color), transparent 70%)
 }

 .section-title .content {
     padding: 0 !important;
     margin: 0;
     width: 100%;
     max-width: 880px;
     height: auto;
     box-sizing: border-box
 }

 .section-header-img {
     border-radius: 10px;
     overflow: hidden;
     height: 450px;
     max-height: 450px;
     min-height: 300px;
     position: relative;
     margin: 40px 0
 }

 .section-header-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 10px
 }

 @media (max-width:991px) {
     .section-title .content {
         max-width: 90%
     }
 }

 @media (max-width:576px) {
     .section-title .content {
         max-width: 100%;
         padding: 10px
     }
 }

 .home-title .btn-get-started,
 .section-title .btn-get-started {
     padding: 10px 20px;
     transition: .5s;
     margin: 30px 0 0;
     letter-spacing: 1px
 }

 .section-title p {
     margin: 10px 0;
     font-size: 18px;
     font-weight: 400;
     font-style: normal;
     line-height: 150%;
     display: block
 }

 .home-title p,
 .section-title .btn-get-started {
     font-weight: 500;
     font-style: normal;
     font-display: swap
 }

 .home-title h1,
 .home-title h2,
 .section-title h1,
 .section-title h2 {
     font-weight: 500;
     line-height: 120%;
     margin: 20px 0;
     font-style: normal;
     font-display: swap
 }

 .home-title p,
 .section-title ul li, .section-title ol li   {
     margin: 10px 0;
     line-height: 150%;
 }

 .starter-section {
     margin: 0
 }

 .home-section {
     margin: 50px 0
 }

 .section-title ul, .section-title ol {
     padding-left: 30px
 }

 .onebubble .btn-get,
 .section-title .btn-get {
     display: flex !important
 }

 .section-title .btn-get-started {
     color: var(--button-bluereverse-color);
     background: var(--button-white);
     border: 1px solid var(--button-bluereverse-color);
     font-size: 16px;
     display: inline-block;
     border-radius: 50px
 }

 .section-title .btn-get-started:hover {
     color: var(--button-white-color);
     background: var(--button-bluereversehover)
 }

 .home-title p {
     font-size: 16px;
     line-height: 25px;
     display: block
 }

 .home-title .btn-get {
     display: flex !important;
     justify-content: space-evenly
 }

 .home-title .btn-get-started {
     color: var(--button-blue-color);
     background: var(--button-blue);
     border: 1px solid var(--button-blue-color);
     font-weight: 400;
     font-style: normal;
     font-display: swap;
     font-size: 16px;
     display: inline-block;
     border-radius: 50px
 }

 .home-title .btn-get-started:hover {
     color: var(--button-blue-color);
     background: var(--button-bluehover)
 }

 #preloader {
     position: fixed;
     inset: 0;
     z-index: 9999;
     overflow: hidden;
     transition: .6s ease-out;
     width: 100%;
     height: 100vh
 }

 #preloader:after,
 #preloader:before {
     content: "";
     position: absolute;
     border: 4px solid var(--accent-color);
     border-radius: 50%;
     animation: 2s cubic-bezier(0, .2, .8, 1) infinite animate-preloader
 }

 #preloader:after {
     animation-delay: -.5s
 }

 @keyframes animate-preloader {
     0% {
         width: 10px;
         height: 10px;
         top: calc(50% - 5px);
         left: calc(50% - 5px);
         opacity: 1
     }

     100% {
         width: 72px;
         height: 72px;
         top: calc(50% - 36px);
         left: calc(50% - 36px);
         opacity: 0
     }
 }

 .scroll-top {
     display: flex;
     align-items: center;
     justify-content: center;
     position: fixed;
     visibility: hidden;
     opacity: 0;
     right: 15px;
     bottom: -15px;
     z-index: 99999;
     background-color: var(--accent-color);
     width: 44px;
     height: 44px;
     border-radius: 50px;
     transition: .4s
 }

 .header,
 .header .container {
     align-items: center !important;
     display: flex !important
 }

 .cookie-bar,
 .footer .copyright ul li a:hover::after,
 .header {
     width: 100%
 }

 .scroll-top i {
     font-size: 24px;
     color: var(--contrast-color);
     line-height: 0
 }

 .scroll-top:hover {
     background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
     color: var(--contrast-color)
 }

 .scroll-top.active {
     visibility: visible;
     opacity: 1;
     bottom: 15px
 }

 .header {
     position: relative;
     justify-content: space-between !important;
     background-color: var(--background-color);
     transition: .5s;
     z-index: 997;
     box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
     height: 100px
 }

 .header .container {
     position: relative;
     justify-content: space-between !important
 }

 .header .logo {
     display: flex !important;
     align-items: center !important;
     line-height: 1;
     margin-right: 0 !important
 }

 .header .logo img {
     max-height: 70px;
     margin-right: 8px
 }

 .header .logo h1 {
     font-size: 25px;
     margin: 0;
     font-weight: 700;
     font-style: normal;
     font-display: swap;
     color: var(--heading-color)
 }

 .logo img {
     content: url("/themes/logo/logo.svg")
 }

 body.dark-background .logo img {
     content: url("/themes/logo/logolight.svg")
 }

 .header .logo span {
     color: var(--accent-color);
     font-size: 36px
 }

 .header .btn-getstarted,
 .header .btn-getstarted:focus {
     color: var(--contrast-color);
     background: var(--accent-color);
     font-size: 14px;
     padding: 8px 26px;
     margin: 0;
     border-radius: 50px;
     transition: .3s
 }

 .header .btn-getstarted:focus:hover,
 .header .btn-getstarted:hover {
     color: var(--contrast-color);
     background: color-mix(in srgb, var(--accent-color), transparent 15%)
 }

 @media (max-width:1200px) {
     .header .logo {
         order: 1
     }

     .header .btn-getstarted {
         order: 2;
         margin: 0 15px 0 0;
         padding: 6px 20px;
         display: none
     }

     .header .navmenu {
         order: 3
     }
 }

 .scrolled .header {
     box-shadow: 0 0 18px rgba(0, 0, 0, .1)
 }

 @media (min-width:1200px) {
     .navmenu {
         padding: 0
     }

     .navmenu ul {
         margin: 0;
         padding: 0;
         display: flex;
         list-style: none;
         align-items: center
     }

     .navmenu li {
         position: relative
     }

     .navmenu>ul>li {
         white-space: nowrap;
         padding: 15px 14px
     }

     .navmenu>ul>li:last-child {
         padding-right: 0
     }

     .navmenu a,
     .navmenu a:focus {
         color: var(--nav-color);
         font-size: 14px;
         padding: 0 2px;
         font-family: var(--nav-font);
         font-weight: 400;
         font-style: normal;
         font-display: swap;
         display: flex;
         align-items: center;
         justify-content: space-between;
         white-space: nowrap;
         transition: .3s;
         position: relative
     }

     .navmenu a i,
     .navmenu a:focus i {
         font-size: 12px;
         line-height: 0;
         margin-left: 5px;
         transition: .3s
     }

     .navmenu>ul>li>a:before {
         content: "";
         position: absolute;
         height: 2px;
         bottom: -6px;
         left: 0;
         background-color: var(--accent-color);
         visibility: hidden;
         width: 0;
         transition: .3s ease-in-out
     }

     .navmenu .active:before,
     .navmenu a:hover:before,
     .navmenu li:hover>a:before {
         visibility: visible;
         width: 100%
     }

     .navmenu .active,
     .navmenu .active:focus,
     .navmenu li:hover>a {
         color: color-mix(in srgb, var(--nav-color) 80%, #000 10%)
     }

     .navmenu .dropdown ul {
         margin: 0;
         padding: 10px 0;
         background: var(--nav-dropdown-background-color);
         display: block;
         position: absolute;
         visibility: hidden;
         left: 14px;
         top: 130%;
         opacity: 0;
         transition: .3s;
         border-radius: 4px;
         z-index: 99;
         box-shadow: 0 0 30px rgba(0, 0, 0, .1)
     }

     .navmenu .dropdown ul li {
         min-width: 200px
     }

     .navmenu .dropdown ul a {
         padding: 10px 20px;
         font-size: 15px;
         text-transform: none;
         color: var(--nav-dropdown-color)
     }

     .navmenu .dropdown ul a i {
         font-size: 12px
     }

     .navmenu .dropdown ul .active:hover,
     .navmenu .dropdown ul a:hover,
     .navmenu .dropdown ul li:hover>a {
         color: var(--accent-color)
     }

     .navmenu .dropdown:hover>ul {
         opacity: 1;
         top: 100%;
         visibility: visible
     }

     .navmenu .dropdown .dropdown ul {
         top: 0;
         left: -90%;
         visibility: hidden
     }

     .navmenu .dropdown .dropdown:hover>ul {
         opacity: 1;
         top: 0;
         left: -100%;
         visibility: visible
     }

     .footer .button-group,
     .footer .input-group {
         margin-left: auto;
         padding-right: 0
     }
 }

 @media (max-width:1199px) {

     .navmenu a i,
     .navmenu a i:hover,
     .navmenu a:focus i,
     .navmenu a:focus i:hover {
         color: var(--contrast-color);
         background-color: var(--accent-color)
     }

     .mobile-nav-toggle {
         color: var(--default-color);
         font-size: 28px;
         line-height: 0;
         margin-right: 10px;
         cursor: pointer;
         transition: color .3s
     }

     .navmenu {
         padding: 0;
         z-index: 9997
     }

     .navmenu ul {
         display: none;
         list-style: none;
         position: absolute;
         inset: 60px 20px 20px 20px;
         padding: 10px 0;
         margin: 0;
         border-radius: 10px;
         background-color: var(--nav-mobile-background-color);
         border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
         box-shadow: none;
         overflow-y: auto;
         transition: .3s;
         z-index: 9998
     }

     .navmenu a,
     .navmenu a:focus {
         color: var(--nav-dropdown-color);
         padding: 10px 20px;
         font-family: var(--nav-font);
         font-size: 17px;
         font-weight: 500;
         font-style: normal;
         font-display: swap;
         display: flex;
         align-items: center;
         justify-content: space-between;
         white-space: nowrap;
         transition: .3s;
         border-bottom: 1px dotted var(--hr-color)
     }

     .navmenu a i,
     .navmenu a:focus i {
         font-size: 12px;
         line-height: 0;
         margin-left: 5px;
         width: 30px;
         height: 30px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 50%;
         transition: .3s
     }

     .navmenu .active,
     .navmenu .active:focus,
     .navmenu a:hover {
         color: var(--accent-color)
     }

     .navmenu .active i,
     .navmenu .active:focus i {
         background-color: var(--accent-color);
         color: var(--contrast-color);
         transform: rotate(180deg)
     }

     .navmenu .dropdown ul {
         position: static;
         display: none;
         z-index: 99;
         padding: 10px 0;
         margin: 10px 20px;
         background-color: var(--nav-dropdown-background-color);
         transition: .5s ease-in-out
     }

     .navmenu .dropdown ul ul {
         background-color: rgba(33, 37, 41, .1)
     }

     .navmenu .dropdown>.dropdown-active {
         display: block;
         background-color: rgba(33, 37, 41, .03)
     }

     .mobile-nav-active {
         overflow: hidden
     }

     .mobile-nav-active .mobile-nav-toggle {
         color: #fff;
         position: absolute;
         font-size: 32px;
         top: 15px;
         right: 15px;
         margin-right: 0;
         z-index: 9999
     }

     .mobile-nav-active .navmenu {
         position: fixed;
         overflow: hidden;
         inset: 0;
         background: rgba(33, 37, 41, .8);
         transition: .3s
     }

     .mobile-nav-active .navmenu>ul {
         display: block
     }
 }

 .onebubble .onebubble-img,
 .onebubble .primary,
 .onebubble .secondary {
     border-radius: 10px;
     margin: 0
 }
 .onebubble .onebubble-img {
 width: 100%;
 max-height: 540px;
 object-fit: cover
}
 

 @media screen and (max-width:768px) {
     [data-aos-delay] {
         transition-delay: 0 !important
     }
 }

 .footer,
 .onebubble,
 .twobubble {
     margin: 20px;
     overflow: hidden
 }

 .onebubble .primary {
     justify-content: space-between !important;
     background: var(--primary-bg-color);
     color: var(--primary-font-color);
     padding: 50px;
     overflow: hidden
 }

 .onebubble .secondary,
 .twobubble .row {
     justify-content: space-between !important;
     overflow: hidden
 }

 .onebubble .secondary {
     background: var(--secondary-bg-color);
     color: var(--secondary-font-color);
     padding: 50px
 }

 .onebubble .primary .left,
 .onebubble .primary .right,
 .onebubble .secondary .left,
 .onebubble .secondary .right {
     display: flex !important;
     flex-direction: column !important;
     justify-content: center !important;
     margin-top: 0
 }

 .onebubble h1 {
     margin: 0;
     font-size: 45px;
     font-weight: 700;
     font-style: normal;
     font-display: swap;
     line-height: 52.815px
 }

 .onebubble .primary p {
     margin: 10px 0;
     color: var(--primary-font-color)
 }

 .onebubble .secondary p {
     margin: 10px 0;
     color: var(--secondary-font-color)
 }

 .onebubble .primary h1 {
     color: var(--primary-font-color)
 }

 .onebubble .secondary h1 {
     color: var(--secondary-font-color)
 }

 .onebubble .btn-get-started {
     color: var(--button-white-color);
     background: var(--button-white);
     font-weight: 400;
     font-style: normal;
     font-display: swap;
     font-size: 15px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 10px 20px;
     border-radius: 50px;
     transition: .5s;
     margin: 30px 0 0
 }

 .onebubble .btn-get-started:hover {
     color: var(--button-white-color);
     background: var(--button-whitehover)
 }

 @media (min-width:991.98px) and (max-width:1199.98px) {
     .onebubble h1 {
         font-size: 40px;
         line-height: 36.815px
     }
 }

 @media (max-width:768px) {
     .header .logo img {
         max-height: 45 px
     }

     .onebubble h1 {
         font-size: 25px;
         line-height: 103%
     }

     .onebubble .btn-get-started {
         margin: 15px 0 0;
         font-size: 13px;
         font-weight: 500;
         font-style: normal;
         font-display: swap
     }

     .onebubble .primary,
     .onebubble .secondary {
         padding: 20px
     }

     .onebubble .primary p,
     .onebubble .secondary p {
         margin: 50px 0 20px
     }

     footer .container,
     header .container,
     main .container {
         padding-left: 0;
         padding-right: 0
     }

     .mobile-nav-toggle {
         margin-right: 0
     }
 }

 @media (max-width:575px) {
     header .container {
         padding-left: 20px;
         padding-right: 10px
     }

     main .container {
         padding-left: 0;
         padding-right: 0
     }

     .mobile-nav-toggle {
         margin-right: 10px
     }
 }

 .twobubble .row {
     border-radius: 10px;
     margin: 0
 }

 .twobubble .left {
     border-radius: 10px;
     padding: 0 10px 0 0 !important
 }

 .twobubble .right {
     border-radius: 10px;
     padding: 0 0 0 10px !important
 }

 .twobubble-box {
     border-radius: 10px;
     overflow: hidden;
     height: 740px;
     max-height: 740px;
     min-height: 400px;
     position: relative
 }

 .twobubble-box h3,
 .twobubble-box h3 a {
     color: #fff;
     font-size: calc(1.5rem + .6vw);
     font-weight: 500;
     font-style: normal;
     font-display: swap
 }

 .footer .copyright i,
 .footer .copyright ul li,
 .footer .copyright ul li a,
 .footer-list li a {
     color: var(--default-color)
 }

 .twobubble-box a {
     color: #fff
 }

 .twobubble-box img {
     width: 100%;
     height: 100%;
     object-fit: cover
 }

 .twobubble-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 1rem 1.5rem;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
     color: #fff
 }

 .footer .footer_top,
 .footer-title {
     padding: 0 !important
 }

 .twobubble-overlay p {
     margin-top: 0;
     margin-bottom: .5rem
 }

 .twobubble-overlay img {
     width: 30px;
     height: 25px;
     object-fit: cover
 }

 @media (max-width:991.98px) {
     .twobubble-box {
         height: 400px
     }

     .twobubble .left,
     .twobubble .right {
         padding: 0 !important
     }

     .twobubble .left {
         margin-bottom: 20px !important
     }
 }

 @media (min-width:991.98px) and (max-width:1199.98px) {
     .twobubble-box {
         height: 550px
     }
 }

 @keyframes up-down {
     0% {
         transform: translateY(10px)
     }

     100% {
         transform: translateY(-10px)
     }
 }

 .footer .row {
     justify-content: space-between !important;
     background: var(--background-bg-color);
     overflow: hidden;
     margin: 30px 0
 }

 footer .section-divider {
     border-top: 1px solid var(--hr-color);
     margin: 0
 }

 .footer .icon {
     color: var(--accent-color);
     margin-right: 15px;
     font-size: 24px;
     line-height: 0
 }

 .footer .address h4 {
     font-size: 19px;
     font-weight: 700;
     font-style: normal;
     font-display: swap;
     margin-bottom: 15px
 }

 .footer .footer-list i,
 .footer-title {
     font-weight: 500;
     font-style: normal;
     font-display: swap
 }

 .footer .address {
     margin-bottom: 0
 }

 .footer .address p {
     margin-bottom: 10px
 }

 .footer .social-links {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
     gap: 8px
 }

 .footer .social-links a {
     width: 33px;
     height: 33px;
     border-radius: 50%;
     font-size: 16px;
     transition: .3s
 }

 .footer .social-links a:hover {
     filter: invert(1)
 }

 .footer .copyright ul li:last-child,
 .footer .social-links a:last-child {
     margin-right: 0
 }

 .footer .reference-links {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
     gap: 8px;
     margin-top: 30px
 }

 .footer .reference-links a {
     width: 200px;
     height: 76px
 }

 @media (max-width:991.98px) {
     .footer .address {
         margin-bottom: 30px
     }
 }

 .footer .copyright ul {
     display: flex;
     padding: 0;
     margin: 0;
     list-style: none
 }

 .footer .copyright ul li {
     margin-right: 15px
 }

 .footer .copyright ul li a {
     font-size: 13px;
     font-weight: 400;
     font-style: normal;
     font-display: swap;
     position: relative;
     text-decoration: none;
     padding-bottom: 4px
 }

 .footer .copyright ul li a::after {
     content: "";
     position: absolute;
     height: 2px;
     bottom: 0;
     left: 0;
     background-color: var(--accent-color);
     width: 0;
     transition: width .3s ease-in-out
 }

 .footer .credits {
     font-size: 13px;
     margin-top: 5px
 }

 .footer .credits a {
     color: inherit;
     text-decoration: underline;
 }

 .footer .footer-list i,
 .footer-list li a:hover {
     color: var(--accent-color)
 }

 .footer .mode {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     gap: 10px;
     width: auto;
     padding-left: 0;
     padding-right: 0
 }

 .footer .button-group {
     width: 50px
 }

 .footer .input-group {
     width: 140px
 }

 @media (max-width:1199px) {

     .footer .mode,
     .footer .reference-links,
     .footer .social-links {
         justify-content: flex-start
     }

     .footer .button-group,
     .footer .input-group {
         margin-left: 0
     }
 }

 .footer-title {
     font-size: 20px;
     display: inline-block;
     position: relative;
     margin: 30px 0 20px
 }

 .footer-list {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
     flex-direction: column
 }

 .footer-list li {
     padding: 10px 0;
     font-size: 16px
 }

 .footer-list li a {
     transition: .3s
 }

 .footer .footer-list i {
     margin-right: 3px;
     font-size: 12px;
     line-height: 0
 }

 .cookie-bar {
     position: fixed;
     bottom: 0;
     left: 0;
     background: rgba(0, 0, 0, .8);
     color: #fff;
     padding: 0;
     font-size: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 1000
 }

 .btn-secondary,
 .btn-warning {
     padding: 8px 15px;
     font-weight: 700;
     font-style: normal;
     font-display: swap
 }

 .cookie-bar p {
     margin: 0
 }

 .cookie-bar a {
     color: gold;
     text-decoration: underline
 }

 .cookie-buttons {
     display: flex;
     gap: 10px;
     justify-content: center
 }

 .btn-warning {
     background: gold;
     color: #000;
     border: none;
     border-radius: 5px
 }

 .btn-warning:hover {
     background: #e6c200
 }

 .btn-secondary {
     background: #777;
     color: #fff;
     border: none;
     border-radius: 5px
 }

 .btn-secondary:hover {
     background: #555
 }