@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

* {
  -webkit-tab-highlight-color: transparent !important;
}

html {
  --top-header-height: 80px;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
  color: var(--text-color);
  background: var(--body-bg);
}

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

button {
  background: transparent;
  cursor: pointer;
}

a,
button,
input,
textarea,
label,
select {
  padding: 0;
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
}

input,
textarea {
  background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition: background-color 1s 9999s;
  -webkit-text-fill-color: var(--text-color) !important;
  caret-color: var(--text-color) !important;
}

.icon {
  filter: var(--icon-color);
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

.separate {
  height: 1px;
  background: #d2d1d6;
}

html *::-webkit-scrollbar {
  border-radius: 0;
  width: 0.5vw;
}

html *::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(22, 24, 35, 0.15);
}

html *::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
  scroll-padding: calc(var(--top-header-height));
}

.row > *, .container-fluid, .container {
  padding-left: calc(var(--grid-gutter-x) * 0.5);
  padding-right: calc(var(--grid-gutter-x) * 0.5);
}

.container-fluid, .container {
  --grid-gutter-x: 30px;
  --grid-gutter-y: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-left: calc(var(--grid-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--grid-gutter-x) * 0.5 * -1);
}
.row > * {
  margin-top: var(--grid-gutter-y);
}

.col {
  flex: 1 0;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --grid-gutter-x: 0px;
}

.g-0,
.gy-0 {
  --grid-gutter-y: 0px;
}

.g-1,
.gx-1 {
  --grid-gutter-x: 7.5px;
}

.g-1,
.gy-1 {
  --grid-gutter-y: 7.5px;
}

.g-2,
.gx-2 {
  --grid-gutter-x: 15px;
}

.g-2,
.gy-2 {
  --grid-gutter-y: 15px;
}

.g-3,
.gx-3 {
  --grid-gutter-x: 30px;
}

.g-3,
.gy-3 {
  --grid-gutter-y: 30px;
}

.g-4,
.gx-4 {
  --grid-gutter-x: 45px;
}

.g-4,
.gy-4 {
  --grid-gutter-y: 45px;
}

.g-5,
.gx-5 {
  --grid-gutter-x: 90px;
}

.g-5,
.gy-5 {
  --grid-gutter-y: 90px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --grid-gutter-x: 0px;
  }
  .g-sm-0,
  .gy-sm-0 {
    --grid-gutter-y: 0px;
  }
  .g-sm-1,
  .gx-sm-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --grid-gutter-x: 15px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --grid-gutter-y: 15px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --grid-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --grid-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --grid-gutter-x: 45px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --grid-gutter-y: 45px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --grid-gutter-x: 90px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --grid-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --grid-gutter-y: 0px;
  }
  .g-md-1,
  .gx-md-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-md-1,
  .gy-md-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-md-2,
  .gx-md-2 {
    --grid-gutter-x: 15px;
  }
  .g-md-2,
  .gy-md-2 {
    --grid-gutter-y: 15px;
  }
  .g-md-3,
  .gx-md-3 {
    --grid-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --grid-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --grid-gutter-x: 45px;
  }
  .g-md-4,
  .gy-md-4 {
    --grid-gutter-y: 45px;
  }
  .g-md-5,
  .gx-md-5 {
    --grid-gutter-x: 90px;
  }
  .g-md-5,
  .gy-md-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --grid-gutter-x: 0px;
  }
  .g-lg-0,
  .gy-lg-0 {
    --grid-gutter-y: 0px;
  }
  .g-lg-1,
  .gx-lg-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --grid-gutter-x: 15px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --grid-gutter-y: 15px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --grid-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --grid-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --grid-gutter-x: 45px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --grid-gutter-y: 45px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --grid-gutter-x: 90px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xl-0,
  .gy-xl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xl-1,
  .gx-xl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --grid-gutter-y: 90px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --grid-gutter-y: 90px;
  }
}
html {
  --text-color: #101828;
  --body-background: #fff;
  --primary-color: #003aae;
  --background-color: #c4d8ff;
  --time-line-color: #e5eeff;
  --background-color-lighter: #ecf3ff;
  --text-white-color: #ffffff;
}

.navbar, .top-bar {
  display: flex;
  align-items: center;
}

.header {
  background: var(--header-bg);
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .header {
    box-shadow: 0px 20px 60px 10px var(--header-shadow);
  }
}
@media (max-width: 575.98px) {
  .header {
    display: inline-block;
  }
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color);
  z-index: -1;
}

.top-bar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--background-color);
  width: 100%;
  height: var(--top-header-height);
  z-index: 1000;
  display: flex;
}

.top-bar {
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: var(--top-header-height);
  width: 90%;
  max-width: 1320px;
}
@media (max-width: 991.98px) {
  .top-bar {
    padding: 16px 0;
  }
}
@media (max-width: 767.98px) {
  .top-bar {
    padding: 12px 0;
    justify-content: space-between;
  }
}
.top-bar__logo {
  display: inline-block;
  line-height: 1;
}
.top-bar__logo-img {
  width: 162.72px;
}

.navbar {
  gap: 32px;
}

.nav-btn__title {
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 700;
  font-size: 16px;
}
.nav-btn__title:hover {
  color: var(--primary-color);
}

.active {
  color: var(--primary-color);
}

.header-main {
  padding-top: var(--top-header-height);
}

.header-content {
  padding: 44px 0;
}
.header-content__title {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--primary-color);
  user-select: none;
}
.header-content__title-important {
  font-weight: 600;
}
.header-content__desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--text-color);
}
.header-content__act {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.header-content__act__btn {
  margin-left: 0 !important;
  font-weight: 700 !important;
  height: 48px !important;
}

.header-hero {
  display: flex;
  min-height: 100%;
}
.header-hero__img {
  width: 83%;
  margin: auto;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s ease;
}

@media (max-width: 768px) {
  .header-content {
    padding-top: 10px;
    padding-bottom: 22px;
  }
  .btn__act {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }
  .header-content__title {
    font-size: 32px;
  }
  .header-content__act {
    margin-top: 10px;
  }
  .header-content__desc {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .nav-btn__title {
    font-size: 12px;
  }
  .top-bar {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .top-bar {
    max-width: 960px;
  }
  .top-bar__logo-img {
    width: 120px;
  }
  .nav-btn__title {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .top-bar {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .top-bar {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .show-on-mobile {
    display: none;
  }
  .mobile-top-bar {
    display: none;
  }
  .toggle-menu {
    display: none;
  }
}
@media (max-width: 576px) {
  :root {
    --top-header-height: 40px;
  }
  .top-bar {
    display: none;
  }
  .show-on-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .top-bar__logo-img {
    flex: 1;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
    margin-top: 30px;
  }
  .toggle-menu {
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
  .toggle-menu i {
    font-size: 20px;
    color: #666;
  }
  .menu-drawer {
    position: fixed;
    inset: 0 40% 0 0;
    background: #fff;
    transform: translateX(-100%);
    z-index: 2;
    transition: transform 0.5s ease;
    padding: 20px;
  }
  .menu-checkbox:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .menu-checkbox:checked ~ .menu-drawer {
    transform: translateX(0);
  }
  .header-content__act__btn {
    height: 32px !important;
  }
  .nav-btn__title {
    font-size: 12px;
  }
}
.footer {
  background: var(--primary-color);
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  color: var(--text-white-color);
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 13px;
}
.footer__title {
  font-size: 16px;
  font-weight: 500;
}
.footer__desc {
  font-size: 14px;
  font-weight: 400;
}

.btn {
  height: 40px;
  padding: 8px 16px;
  background-color: #f8f8fb;
  user-select: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
}
.btn--small {
  height: 40px;
}
.btn--text {
  background-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
.btn--primary {
  color: #fff;
  background: var(--primary-color);
}
.btn--outline {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn--rounded {
  border-radius: 99px;
}
.btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn:hover {
  opacity: 0.9;
}

.btn:not(.btn--no-margin) {
  margin-left: 20px;
}

.btn-arrow {
  border: 1px solid var(--primary-color);
  border-radius: 99px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: white;
}
.btn-arrow:hover {
  background-color: var(--primary-color);
}

.btn-go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.btn-go-to-right {
  transform: rotate(90deg);
}

.btn-go-to-left {
  transform: rotate(-90deg);
}

.go-to-top-icon {
  width: 24px;
  height: 24px;
}

#hover-icon {
  display: none;
}

.btn-arrow:hover #default-icon {
  display: none;
}

.btn-arrow:hover #hover-icon {
  display: block;
}

.control-btns {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.btn-arrow.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-arrow.disabled:hover {
  background-color: #fff;
}
.btn-arrow.disabled:hover #default-icon {
  display: block;
}
.btn-arrow.disabled:hover #hover-icon {
  display: none;
}

@media (max-width: 992px) {
  .btn {
    height: 36px;
  }
  .btn__act {
    font-size: 14px;
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .btn-arrow {
    width: 28px;
    height: 28px;
  }
  .go-to-top-icon {
    width: 18px;
    height: 18px;
  }
  .btn {
    height: 32px;
  }
}
.timeline-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 10px;
}

.timeline {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding: 20px 0;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--time-line-color);
  z-index: -1;
}

.event {
  text-align: center;
  position: relative;
  min-width: 25%;
}

.event-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(0, -30%);
}

.event-marker img {
  width: 80px;
  height: auto;
  user-select: none;
}

.event-marker .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1e40af;
  font-weight: bold;
  font-size: 16px;
}

.event .location {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  color: var(--text-color);
  height: 60px;
}

.event-marker-2 {
  width: 24px;
  height: 24px;
  background-color: white;
  border: 6px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .location {
    font-size: 14px !important;
  }
  .event-maker-icon {
    width: 60px !important;
  }
  .event-marker-2 {
    width: 16px !important;
    height: 16px !important;
    border: 4px solid var(--primary-color) !important;
  }
  .event {
    width: 24%;
  }
  .event-marker {
    transform: translate(0, -10%);
  }
}
@media (max-width: 768px) {
  .location {
    font-size: 12px !important;
  }
  .year {
    font-size: 12px !important;
  }
  .event-maker-icon {
    width: 40px !important;
  }
  :root {
    --max-visible: 3;
  }
  .event {
    flex: 0 0 33.33%; /* Chia thành 3 phần */
    min-width: 33.33%;
  }
}
.home__container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .home__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home_overview__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home_overview__content {
  margin: auto;
  max-width: 90%;
}
@media (min-width: 992px) {
  .home_overview__content {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .home_overview__content {
    max-width: 100%;
  }
}
.home_overview__title {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--primary-color);
}
.home_overview__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-color);
  margin: 6px 0;
  text-align: justify;
}
.home_overview__btn {
  margin-left: 0 !important;
  margin-top: 28px;
  display: inline-block;
  text-align: center;
  color: var(--text-white-color);
  text-transform: uppercase;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}
.home__feature__title {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--primary-color);
  text-align: center;
}
.home__feature__row {
  padding: 60px 0;
}
.home__feature__row-bg {
  background-color: var(--background-color-lighter);
}
.home__feature__content {
  width: 100%;
  margin: auto;
}
.home__feature__content__title {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--text-color);
}
.home__feature__content__item {
  display: flex;
}
.home__feature__content__item__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
}
.home__feature__content__item__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--text-color);
}
.home__feature__img {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .home__feature__img {
    width: 95%;
  }
}
.home__feature__img-right {
  margin-left: auto;
  margin-right: 0;
}
.home__feature__img-left {
  margin-right: auto;
  margin-left: 0;
}

.home__result__desc {
  font-size: 20px;
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.5;
  color: var(--text-color);
}

.home__review {
  position: relative;
  padding: 80px 0;
  background: var(--background-color-lighter);
}
.home__review__vector {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.home__review__item {
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 24, 72, 0.1215686275);
  border-radius: 16px;
  padding: 12px;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.home__review__item__img {
  width: 100%;
}
.home__review__item__img__wrap {
  position: relative;
}
.home__review__item__time {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px;
  background-color: var(--primary-color);
  color: var(--text-white-color);
  text-align: center;
}
.home__review__item__time-large {
  font-size: 20px;
  font-weight: 700;
}
.home__review__item__time-small {
  font-weight: 400;
  font-size: 12px;
}
.home__review__item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__review__item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  opacity: 0.7;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__review__item__src {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
  display: inline-block;
}

.home__contact__item {
  display: flex;
  width: 100%;
  background-color: var(--background-color-lighter);
  padding: 24px;
  border-radius: 16px;
}
.home__contact__item__img {
  width: 16px;
}
.home__contact__item__img__wrap {
  background: var(--primary-color);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
}
.home__contact__item__content {
  margin-left: 16px;
}
.home__contact__item__title {
  color: var(--text-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.home__contact__item__desc {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.home__contact__map {
  width: 100%;
  margin-top: 64px;
}

.home__other__item {
  position: relative;
  flex: 0 0 calc(100% / var(--max-visible));
}
.home__other__item__img {
  width: 100%;
  border-radius: 12px;
  margin: 0;
}
.home__other__item__text {
  color: var(--text-white-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  bottom: 12px;
  left: 24px;
  right: 24px;
}
.home__other__item__text__wrap {
  position: absolute;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  bottom: 4px;
  left: 0px;
  width: 100%;
  height: 96px;
  background: linear-gradient(180deg, rgba(16, 24, 40, 0) 0%, rgba(16, 24, 40, 0.5) 100%);
}

.other__container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.other__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  gap: 20px;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  padding-right: calc((var(--max-visible) - 1) * 20px);
}

@media (max-width: 1200px) {
  .home__feature__img {
    width: 100%;
  }
  .home__review__row {
    row-gap: 20px;
  }
  .home__review__item {
    display: flex;
    flex-direction: column;
  }
  .home__review__item__src {
    margin-top: auto;
    margin-bottom: 0;
  }
  .home__contact__item {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .home__result__desc {
    margin-bottom: 0px;
  }
  .header-content__desc {
    font-size: 16px;
  }
  .header-content__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .home__feature__title {
    font-size: 28px;
  }
  .home__feature__content__title {
    font-size: 20px;
  }
  .header-content__desc {
    font-size: 16px;
  }
  .home__other__item__text {
    font-size: 8px;
  }
  .other__list {
    gap: 10px;
    padding-right: calc((var(--max-visible) - 1) * 10px);
  }
}
@media (max-width: 576px) {
  .home__feature__row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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