:root {
  --container-padding: 16px;
  --content-width: calc(1280px + (2 * var(--container-padding)));
  --grid-row-gap: 16px;
  --grid-column-gap: 16px; }
  @media (min-width: 460px) {
    :root {
      --grid-row-gap: 16px;
      --grid-column-gap: 16px;
      --container-padding: 16px; } }
  @media (min-width: 769px) {
    :root {
      --grid-row-gap: 24px;
      --grid-column-gap: 24px;
      --container-padding: 24px; } }
  @media (min-width: 1024px) {
    :root {
      --grid-row-gap: 24px;
      --grid-column-gap: 24px;
      --container-padding: 24px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.col-1 {
  grid-column-end: span 1; }

.col-2 {
  grid-column-end: span 2; }

.col-3 {
  grid-column-end: span 3; }

.col-4 {
  grid-column-end: span 4; }

.col-5 {
  grid-column-end: span 5; }

.col-6 {
  grid-column-end: span 6; }

.col-7 {
  grid-column-end: span 7; }

.col-8 {
  grid-column-end: span 8; }

.col-9 {
  grid-column-end: span 9; }

.col-10 {
  grid-column-end: span 10; }

.col-11 {
  grid-column-end: span 11; }

.col-12 {
  grid-column-end: span 12; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; } }

@media (min-width: 769px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .col-md-1 {
    grid-column-end: span 1; }
  .col-md-2 {
    grid-column-end: span 2; }
  .col-md-3 {
    grid-column-end: span 3; }
  .col-md-4 {
    grid-column-end: span 4; }
  .col-md-5 {
    grid-column-end: span 5; }
  .col-md-6 {
    grid-column-end: span 6; }
  .col-md-7 {
    grid-column-end: span 7; }
  .col-md-8 {
    grid-column-end: span 8; }
  .col-md-9 {
    grid-column-end: span 9; }
  .col-md-10 {
    grid-column-end: span 10; }
  .col-md-11 {
    grid-column-end: span 11; }
  .col-md-12 {
    grid-column-end: span 12; }
  .hide-md-up {
    display: none; } }

@media (max-width: 768px) {
  .hide-md-down {
    display: none; } }

@media (min-width: 1024px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1023px) {
  .hide-lg-down {
    display: none; } }

.nmrs {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #F1F5F9;
  border-bottom: 1px solid #F1F5F9;
  margin-bottom: 176px; }
  @media (max-width: 768px) {
    .nmrs {
      margin-bottom: 64px; } }
  .nmrs .nmr {
    color: var(--blue);
    font-size: 35px;
    line-height: 40px;
    font-weight: 900; }
    @media (max-width: 768px) {
      .nmrs .nmr {
        font-size: 45px;
        line-height: 50px; } }
  .nmrs small {
    color: #62748E;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 768px) {
      .nmrs small {
        font-size: 16px;
        display: block;
        line-height: 24px;
        margin-bottom: 20px; } }
.about-us {
  margin-bottom: 126px; }
  @media (max-width: 768px) {
    .about-us {
      margin-bottom: 64px; } }
  .about-us label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #3873a1;
    font-weight: 600;
    margin-bottom: 8px; }
  .about-us h2 {
    font-size: 33px;
    line-height: 45px;
    color: #0F172B;
    font-weight: 900;
    margin-bottom: 48px; }
  .about-us p {
    color: #45556C;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 32px; }
  .about-us .small-box-item {
    padding: 24px;
    background-color: #F8FAFC;
    border-radius: 16px; }
    .about-us .small-box-item h3 {
      font-size: 17px;
      line-height: 28px;
      color: #0F172B;
      font-weight: 900;
      margin-bottom: 16px;
      padding-left: 30px; }
      .about-us .small-box-item h3.icon-1 {
        background: url("../media/icon-1.svg") no-repeat left center; }
      .about-us .small-box-item h3.icon-2 {
        background: url("../media/icon-2.svg") no-repeat left center; }
    .about-us .small-box-item p {
      margin: 0;
      font-size: 15px;
      line-height: 24px; }

.block-item {
  position: relative; }
  .block-item .biimg {
    min-width: 320px;
    flex: 0 0 320px;
    border-radius: 24px;
    background-size: cover !important;
    margin-right: 30px; }
    @media (max-width: 768px) {
      .block-item .biimg {
        display: block;
        min-width: 100%;
        flex: inherit;
        height: 280px;
        margin-right: 0;
        margin-bottom: 30px; } }
  .block-item .blockquote {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    padding: 32px;
    background: #FFF;
    border-radius: 24px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1); }
    .block-item .blockquote p {
      margin: 0 0 8px 0;
      font-size: 18px;
      line-height: 28px;
      font-weight: 800;
      font-style: italic;
      color: #0F172B; }
    .block-item .blockquote span {
      margin: 0;
      font-size: 15px;
      line-height: 24px;
      color: #62748E; }

.what-we-offer {
  padding: 128px 0;
  background-color: #F8FAFC; }
  @media (max-width: 768px) {
    .what-we-offer {
      padding: 64px 0; } }
  .what-we-offer-header {
    text-align: center;
    margin-bottom: 80px; }
    .what-we-offer-header label {
      display: inline-block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      color: #3873a1;
      font-weight: 600;
      margin-bottom: 8px; }
    .what-we-offer-header h2 {
      font-size: 33px;
      line-height: 45px;
      color: #0F172B;
      font-weight: 900;
      margin-bottom: 16px; }
    .what-we-offer-header p {
      color: #45556C;
      font-size: 16px;
      line-height: 29px;
      margin-top: 24px;
      max-width: 768px;
      margin-left: auto;
      margin-right: auto; }

.block-item {
  background: #FFFFFF;
  border-radius: 24px; }
  .block-item h3.icon-1 {
    background: url("../media/icon-1.svg") no-repeat left top; }
  .block-item h3.icon-2 {
    background: url("../media/icon-2.svg") no-repeat left top; }
  .block-item h3.icon-3 {
    background: url("../media/icon-3.svg") no-repeat left top; }
  .block-item h3.icon-4 {
    background: url("../media/icon-4.svg") no-repeat left top; }
  .block-item h3.icon-5 {
    background: url("../media/icon-5.svg") no-repeat left top; }
  .block-item h3.icon-6 {
    background: url("../media/icon-6.svg") no-repeat left top; }
  .block-item h3.icon-7 {
    background: url("../media/icon-7.svg") no-repeat left top; }
  .block-item__img.img-1 {
    position: relative;
    height: 320px;
    background: url("../media/lovro-1.jpg") no-repeat center center;
    background-size: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
    .block-item__img.img-1 h3 {
      position: absolute;
      bottom: 44px;
      left: 32px;
      font-size: 28px;
      line-height: 36px;
      color: #FFF;
      font-weight: 600;
      padding-top: 66px;
      background-size: 52px 52px; }
  .block-item__content {
    padding: 16px 32px 32px; }
    .block-item__content.ctop {
      padding-top: 32px; }
    .block-item__content p {
      margin: 0;
      font-size: 16px;
      line-height: 30px;
      color: #45556C; }
  .block-item.blue {
    background: linear-gradient(137.97deg, #1E3A8A 0%, #1E40AF 25%, #3B82F6 50%, #2563EB 75%, #1D4ED8 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    color: #FFF;
    height: 100%;
    position: relative; }
    .block-item.blue::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 212px;
      background: url("../media/oc.png") no-repeat center bottom -100px; }
    .block-item.blue h3 {
      position: relative;
      bottom: 0;
      left: 0;
      font-size: 28px;
      line-height: 36px;
      color: #FFF;
      font-weight: 600;
      padding-top: 66px;
      background-size: 52px 52px;
      margin: 32px 32px 0;
      display: inline-block;
      z-index: 1; }
    .block-item.blue p {
      margin: 0;
      font-size: 16px;
      line-height: 30px;
      color: #FFF;
      position: relative;
      z-index: 1; }
  .block-item.black {
    background: #0F172B;
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .block-item.black {
        flex-direction: column; } }
    .block-item.black .block-item-left {
      width: 70%; }
      @media (max-width: 768px) {
        .block-item.black .block-item-left {
          width: 100%; } }
    .block-item.black .block-item-right {
      padding: 48px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      width: 30%; }
      @media (max-width: 768px) {
        .block-item.black .block-item-right {
          width: 100%; } }
    .block-item.black a {
      display: inline-block;
      white-space: nowrap;
      padding: 16px 60px 15px 32px;
      background-color: #FFF;
      color: #0F172B;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      border-radius: 20px;
      transition: background-color 0.3s;
      position: relative; }
      .block-item.black a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 24px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.8334' stroke='%230F172B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 4.16669L15.8333 10L10 15.8334' stroke='%230F172B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-size: contain;
        width: 20px;
        height: 20px;
        transform: translateY(-50%); }
    .block-item.black h3 {
      background-size: 52px 52px;
      padding-top: 66px;
      margin: 32px 32px 0;
      display: inline-block; }
    .block-item.black p {
      margin: 0;
      font-size: 16px;
      line-height: 30px;
      color: #FFF; }
  .block-item.img-3 h3 {
    background-size: 52px 52px;
    padding-top: 66px;
    margin: 32px 32px 0;
    display: inline-block; }
  .block-item.img-3 .block-item__img-bottom {
    height: 192px;
    background: url("../media/img-1.jpg") no-repeat center center;
    background-size: cover;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px; }
  .block-item.img-4 {
    display: flex;
    flex-direction: row;
    height: 100%; }
    @media (max-width: 768px) {
      .block-item.img-4 {
        flex-direction: column; } }
    .block-item.img-4 h3 {
      background-size: 52px 52px;
      padding-top: 66px;
      margin: 32px 32px 0;
      display: inline-block; }
    .block-item.img-4 .block-half {
      width: 50%;
      height: 100%; }
      @media (max-width: 768px) {
        .block-item.img-4 .block-half {
          width: 100%;
          height: initial; } }
    .block-item.img-4 .img-half {
      display: flex;
      width: 50%;
      background: url("../media/lovro-2.jpg") no-repeat center center;
      background-size: cover;
      border-top-left-radius: 24px;
      border-bottom-left-radius: 24px; }
      @media (max-width: 768px) {
        .block-item.img-4 .img-half {
          width: 100%;
          height: 320px;
          border-radius: 24px 24px 0 0; } }
.why-us {
  background: #3873a1;
  padding: 128px 0; }
  @media (max-width: 768px) {
    .why-us {
      padding: 64px 0; } }
  .why-us-header {
    text-align: center;
    margin-bottom: 80px; }
    .why-us-header label {
      display: inline-block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      color: var(--white);
      font-weight: 600;
      margin-bottom: 8px; }
    .why-us-header h2 {
      font-size: 33px;
      line-height: 45px;
      color: var(--white);
      font-weight: 900;
      margin-bottom: 16px; }
    .why-us-header p {
      color: var(--white);
      font-size: 16px;
      line-height: 29px;
      margin-top: 24px;
      max-width: 768px;
      margin-left: auto;
      margin-right: auto; }

.small-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  padding: 32px;
  height: 100%; }
  .small-box h3 {
    background-size: 52px 52px;
    padding-top: 86px;
    display: inline-block;
    margin-bottom: 36px;
    color: var(--white); }
    .small-box h3.icon-8 {
      background: url("../media/icon-8.svg") no-repeat left top; }
    .small-box h3.icon-9 {
      background: url("../media/icon-9.svg") no-repeat left top; }
    .small-box h3.icon-10 {
      background: url("../media/icon-10.svg") no-repeat left top; }
  .small-box p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: var(--white); }

.contact-us {
  padding: 128px 0; }
  @media (max-width: 768px) {
    .contact-us {
      padding: 64px 0; } }
  .contact-us-left {
    padding: 80px; }
    @media (max-width: 768px) {
      .contact-us-left {
        padding: 40px 30px 0; } }
    .contact-us-left label {
      display: inline-block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      color: #3873a1;
      font-weight: 600;
      margin-bottom: 8px; }
    .contact-us-left h2 {
      font-size: 33px;
      line-height: 45px;
      color: #0F172B;
      font-weight: 900;
      margin-bottom: 16px; }
    .contact-us-left p {
      color: #45556C;
      font-size: 16px;
      line-height: 29px;
      margin-bottom: 48px; }

.contact-box {
  border: 1px solid #F1F5F9;
  border-radius: 48px; }

.contact-us-map {
  position: relative;
  height: 100%; }
  .contact-us-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px; }
    @media (max-width: 768px) {
      .contact-us-map iframe {
        border-radius: 0 0 48px 48px;
        min-height: 300px; } }
.contact-info p {
  font-size: 15px;
  padding-left: 64px; }
  .contact-info p strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #0F172B;
    font-weight: 600; }
  .contact-info p.address {
    background: url("../media/address-icon.svg") no-repeat left center; }
  .contact-info p.email {
    background: url("../media/email-icon.svg") no-repeat left center; }
    .contact-info p.email a {
      color: #3873a1;
      text-decoration: underline; }
  .contact-info p.phone {
    background: url("../media/phone-icon.svg") no-repeat left center; }
    .contact-info p.phone a {
      color: #3873a1;
      text-decoration: underline; }

.page {
  padding: 128px 0; }
  @media (max-width: 768px) {
    .page {
      padding: 64px 0; } }
  .page h1 {
    font-size: 33px;
    line-height: 45px;
    color: #0F172B;
    font-weight: 800;
    margin-bottom: 16px; }
  .page p {
    color: #45556C;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 32px; }
  .page h2 {
    font-size: 28px;
    line-height: 36px;
    color: #0F172B;
    font-weight: 900;
    margin-bottom: 16px; }
  .page h3 {
    font-size: 22px;
    line-height: 30px;
    color: #0F172B;
    font-weight: 900;
    margin-bottom: 16px; }
  .page ul {
    padding-left: 20px;
    margin: 0 0 24px; }
    .page ul li {
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 29px;
      color: #45556C; }

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px; }
  table th,
  table td {
    border: 1px solid #F1F5F9;
    padding: 16px;
    text-align: left; }
  table th {
    background-color: #F8FAFC;
    font-weight: 600; }

h1,
h2,
h3,
h4 {
  font-family: var(--font-family);
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

:root {
  --font-size: 18px;
  --line-height: 28px;
  --font-weight: 400;
  --font-family: "Inter", sans-serif;
  --black: #0F172B;
  --white: #FFFFFF;
  --blue: #3873a1; }

*:focus,
*:focus-visible {
  outline: none; }

html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

body {
  font-family: var(--font-family);
  font-size: var(--font-size);
  overflow-x: hidden;
  color: var(--black);
  font-weight: 400;
  height: 100dvh;
  display: flex;
  flex-direction: column; }

.relative {
  position: relative; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

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

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

p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300; }
  @media (max-width: 768px) {
    p {
      font-size: 18px;
      line-height: 28px; } }
main {
  flex: 1 0 auto; }

.cc-window {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  border-radius: 12px; }

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

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

header {
  background: url("../media/bg.png") no-repeat center bottom;
  background-size: cover;
  padding-top: 92px; }
  @media (max-width: 768px) {
    header {
      padding-top: 64px; } }
  header .kv {
    padding: 140px 0 160px;
    text-align: center;
    max-width: 795px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      header .kv {
        padding: 80px 0 100px; } }
    header .kv h4 {
      display: inline-block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      color: #3873a1;
      font-weight: 600;
      margin-bottom: 30px;
      padding: 6px 16px;
      background-color: #EFF6FF;
      border-radius: 20px; }
    header .kv h1 {
      font-size: 67px;
      line-height: 79px;
      color: var(--black);
      font-weight: 900;
      margin-bottom: 24px; }
      @media (max-width: 768px) {
        header .kv h1 {
          font-size: 40px;
          line-height: 48px; } }
      header .kv h1 span {
        color: #3873a1; }
    header .kv p {
      color: #45556C;
      font-size: 21px;
      line-height: 39px;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        header .kv p {
          font-size: 18px;
          line-height: 28px; } }
    header .kv .btn-group {
      display: flex;
      gap: 24px;
      justify-content: center; }
      @media (max-width: 768px) {
        header .kv .btn-group {
          flex-direction: column;
          gap: 16px; } }
      header .kv .btn-group .btn {
        padding: 16px 32px 15px;
        background-color: #3873a1;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        border-radius: 20px;
        transition: background-color 0.3s; }
        @media (max-width: 768px) {
          header .kv .btn-group .btn {
            padding: 12px 24px;
            font-size: 14px;
            line-height: 20px; } }
        header .kv .btn-group .btn.arrow {
          position: relative;
          padding-right: 60px; }
          header .kv .btn-group .btn.arrow::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 24px;
            background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.8334' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 4.16675L15.8333 10.0001L10 15.8334' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-size: contain;
            width: 20px;
            height: 20px;
            transform: translateY(-50%); }
        header .kv .btn-group .btn:hover {
          background-color: #2f6289; }
        header .kv .btn-group .btn.btn-secondary {
          background-color: var(--white);
          color: #0F172B;
          border: 2px solid var(--white);
          box-shadow: none; }
          header .kv .btn-group .btn.btn-secondary:hover {
            background-color: #3873a1;
            color: #fff; }

.sticky-header {
  position: fixed;
  padding: 24px 0;
  top: 0;
  width: 100%;
  z-index: 1000000;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease; }
  .sticky-header.bg {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); }
  .sticky-header .logo {
    position: relative;
    z-index: 1000001; }
  .sticky-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .sticky-header .container nav {
      display: flex;
      gap: 32px; }
      @media (max-width: 1023px) {
        .sticky-header .container nav {
          display: none; }
          .sticky-header .container nav.active {
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.95);
            padding: 100px 16px 16px; }
            .sticky-header .container nav.active ul {
              display: flex;
              flex-direction: column;
              gap: 16px;
              list-style: none;
              margin: 0;
              padding: 0;
              text-align: center; }
              .sticky-header .container nav.active ul li a {
                font-size: 20px;
                line-height: 24px;
                color: #45556C;
                font-weight: 500;
                transition: color 0.3s; }
                .sticky-header .container nav.active ul li a:hover {
                  color: #3873a1; }
                .sticky-header .container nav.active ul li a.btn {
                  display: block;
                  padding: 12px 24px;
                  background-color: #3873a1;
                  color: #fff;
                  border-radius: 20px; }
                  .sticky-header .container nav.active ul li a.btn:hover {
                    background-color: #2f6289; } }
      .sticky-header .container nav ul {
        display: flex;
        gap: 40px;
        list-style: none;
        margin: 0;
        padding: 0; }
        .sticky-header .container nav ul li a {
          font-size: 14px;
          line-height: 20px;
          color: #45556C;
          font-weight: 500;
          transition: color 0.3s; }
          .sticky-header .container nav ul li a:hover {
            color: #3873a1; }
          .sticky-header .container nav ul li a.btn {
            padding: 12px 24px;
            background-color: #3873a1;
            color: #fff;
            border-radius: 20px; }
            .sticky-header .container nav ul li a.btn:hover {
              background-color: #2f6289; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .hamburger {
      display: flex; } }
  .hamburger span {
    width: 24px;
    height: 2px;
    background-color: #3873a1;
    transition: all 0.3s; }
    .hamburger span.active:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px); }
    .hamburger span.active:nth-child(2) {
      opacity: 0; }
    .hamburger span.active:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px); }
  .hamburger.opened span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px); }
  .hamburger.opened span:nth-child(2) {
    opacity: 0; }
  .hamburger.opened span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px); }

.dev {
  font-size: 12px;
  text-align: right;
  padding: 20px 0 0;
  opacity: 0.6; }
  .dev a {
    color: var(--white); }

.footer {
  background: #0F172B;
  color: #90A1B9;
  padding: 80px 0 40px; }
  @media (max-width: 768px) {
    .footer {
      padding: 40px 0; } }
  .footer .footer-logo {
    margin-bottom: 24px; }
  .footer p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    max-width: 375px; }
    @media (max-width: 768px) {
      .footer p {
        margin-bottom: 20px; } }
  .footer h4 {
    font-size: 14px;
    line-height: 20px;
    color: #3873a1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .footer .links {
    padding: 0;
    list-style: none; }
    .footer .links li {
      margin-bottom: 12px; }
      .footer .links li a {
        color: #90A1B9;
        font-size: 14px;
        line-height: 20px;
        transition: color 0.3s; }
        .footer .links li a:hover {
          color: #3873a1; }
  .footer .social-links {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    list-style: none;
    padding: 0; }
    .footer .social-links img {
      width: 24px;
      height: 24px;
      transition: filter 0.3s; }
      .footer .social-links img:hover {
        filter: brightness(0) invert(1); }
  .footer .copy {
    margin-top: 64px;
    border-top: 1px solid #1D293D;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1023px) {
      .footer .copy {
        flex-direction: column;
        gap: 16px;
        margin-top: 40px; } }
    .footer .copy p {
      margin: 0;
      font-size: 14px;
      line-height: 20px; }
    .footer .copy ul {
      display: flex;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 768px) {
        .footer .copy ul {
          flex-direction: column;
          gap: 12px;
          text-align: center; } }
      .footer .copy ul li a {
        color: #90A1B9;
        font-size: 14px;
        line-height: 20px;
        transition: color 0.3s; }
        .footer .copy ul li a:hover {
          color: #3873a1; }
