@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

@media (max-width: 1399.98px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
.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: 24px;
  --grid-gutter-y: 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 1200px;
}

.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: 6px;
}

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
  .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: 6px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --grid-gutter-y: 6px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --grid-gutter-x: 12px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --grid-gutter-y: 12px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --grid-gutter-x: 24px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --grid-gutter-y: 24px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --grid-gutter-x: 36px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --grid-gutter-y: 36px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --grid-gutter-x: 72px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --grid-gutter-y: 72px;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  .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: 6px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --grid-gutter-y: 6px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --grid-gutter-x: 12px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --grid-gutter-y: 12px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --grid-gutter-x: 24px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --grid-gutter-y: 24px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --grid-gutter-x: 36px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --grid-gutter-y: 36px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --grid-gutter-x: 72px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --grid-gutter-y: 72px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
  .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: 6px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --grid-gutter-y: 6px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --grid-gutter-x: 12px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --grid-gutter-y: 12px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --grid-gutter-x: 24px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --grid-gutter-y: 24px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --grid-gutter-x: 36px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --grid-gutter-y: 36px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --grid-gutter-x: 72px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --grid-gutter-y: 72px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
  .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: 6px;
  }
  .g-md-1,
  .gy-md-1 {
    --grid-gutter-y: 6px;
  }
  .g-md-2,
  .gx-md-2 {
    --grid-gutter-x: 12px;
  }
  .g-md-2,
  .gy-md-2 {
    --grid-gutter-y: 12px;
  }
  .g-md-3,
  .gx-md-3 {
    --grid-gutter-x: 24px;
  }
  .g-md-3,
  .gy-md-3 {
    --grid-gutter-y: 24px;
  }
  .g-md-4,
  .gx-md-4 {
    --grid-gutter-x: 36px;
  }
  .g-md-4,
  .gy-md-4 {
    --grid-gutter-y: 36px;
  }
  .g-md-5,
  .gx-md-5 {
    --grid-gutter-x: 72px;
  }
  .g-md-5,
  .gy-md-5 {
    --grid-gutter-y: 72px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }
  .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: 6px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --grid-gutter-y: 6px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --grid-gutter-x: 12px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --grid-gutter-y: 12px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --grid-gutter-x: 24px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --grid-gutter-y: 24px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --grid-gutter-x: 36px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --grid-gutter-y: 36px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --grid-gutter-x: 72px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --grid-gutter-y: 72px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  #desktop-nav {
    display: none;
  }
}

.header {
  position: relative;
  background-color: var(--primary-yellow);
  padding: 52px 0 0;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .header {
    padding: 22px 0 0;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .header__container {
    justify-content: flex-start;
    gap: 5px;
  }
}
.header__logo img {
  height: 40px;
}
@media (max-width: 991.98px) {
  .header__logo img {
    height: 25px;
  }
}
@media (max-width: 575.98px) {
  .header__logo img {
    height: 20px;
    margin-top: 10px;
  }
}
.header__mobile-toggle {
  display: none;
}
@media (max-width: 991.98px) {
  .header__mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 99; /* Luôn nằm trên cùng */
  }
  .header__mobile-toggle img {
    width: 40px;
  }
}

.nav__list {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .nav__item {
    width: 100%;
  }
}
.nav__link {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 30px;
}
@media (max-width: 991.98px) {
  .nav__link {
    width: 100%;
    color: var(--text-primary);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.41;
    padding: 16px 0;
    border-bottom: 1px solid #101820;
  }
}

.mobile-menu {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: 4%;
    left: 12%;
    width: 100%;
    max-width: 300px;
    height: auto;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu.is-open .mobile-menu__panel {
  transform: translateY(0);
}
.mobile-menu__panel {
  position: absolute;
  background-color: var(--background-color);
  padding: 16px 24px;
  border-radius: 20px;
  top: 80px;
  left: 20px;
  right: 20px;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  /* Hiệu ứng trượt vào */
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu__nav a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: var(--text-primary);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.41;
  padding-bottom: 16px;
}
.mobile-menu__cta {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: 600;
  padding-top: 20px;
  color: var(--primary-purple);
}
.mobile-menu__cta-icon {
  margin-right: 12px;
}
.mobile-menu__cta-arrow {
  margin-left: auto;
}

.nav__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}

.nav__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  background-color: var(--primary-yellow);
  padding-top: 150px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .hero {
    padding-top: 50px;
  }
}
.hero > .container {
  position: relative;
  z-index: 1;
}
.hero__title {
  margin-top: 28px;
  color: var(--text-primary);
  font-size: 7.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.84px;
}
@media (max-width: 991.98px) {
  .hero__title {
    margin-top: 12px;
    font-size: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .hero__title {
    font-size: 2rem;
  }
}
.hero__right {
  position: relative;
}
.hero__right::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -12%;
  left: 30%;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/hero-vector-03.svg");
  background-repeat: no-repeat;
  background-size: auto 10%;
  animation: sparkle-fade 4s ease-in-out infinite;
}
.hero__right::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 17%;
  left: 10%;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/hero-vector-03.svg");
  background-repeat: no-repeat;
  background-size: auto 8%;
  animation: sparkle-fade 4s ease-in-out infinite -2s;
}
.hero__image {
  max-width: 613px;
  animation: slideInFromRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.hero__image--block-content {
  max-width: 399px;
}
@media (max-width: 991.98px) {
  .hero__image {
    max-width: 365px;
  }
}
@media (max-width: 767.98px) {
  .hero__image {
    max-width: 305px;
  }
}
@media (max-width: 575.98px) {
  .hero__image {
    max-width: 160px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10%;
  left: 0;
  width: 100%;
  height: 110%;
  background-image: url("/assets/images/hero-vector-02.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 70%;
  animation: slideInFromBottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@media (max-width: 575.98px) {
  .hero::before {
    top: 3%;
    height: 100%;
  }
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 383px;
  background-image: url("/assets/images/hero-vector-01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 575.98px) {
  .hero::after {
    bottom: -319px;
  }
}

@keyframes sparkle-fade {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromBottom {
  from {
    transform: translateY(30%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.promo {
  position: relative;
  overflow: hidden;
  background-color: var(--secondary-yellow);
  padding-bottom: 480px;
  top: -1px;
}
@media (max-width: 991.98px) {
  .promo {
    padding-bottom: 290px;
  }
}
@media (max-width: 767.98px) {
  .promo {
    padding-bottom: 213px;
  }
}
@media (max-width: 575.98px) {
  .promo {
    padding-bottom: 153px;
  }
}
.promo__description {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .promo__description {
    margin-top: 5px;
  }
}
.promo__content {
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .promo__content {
    margin-top: 35px;
  }
}
.promo__actions {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .promo__actions {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .promo__actions {
    margin-top: 10px;
  }
}
.promo__qr-code {
  max-width: 282px;
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .promo__qr-code {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .promo__qr-code {
    max-width: 170px;
  }
}
@media (max-width: 575.98px) {
  .promo__qr-code {
    max-width: 98px;
  }
}
.promo__actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .promo__actions-row {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}

.app-stores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .app-stores {
    gap: 8px;
  }
}
.app-stores img {
  max-width: 260px;
}
@media (max-width: 767.98px) {
  .app-stores img {
    max-width: 170px;
  }
}
@media (max-width: 575.98px) {
  .app-stores img {
    max-width: 110px;
  }
}

.stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
@media (max-width: 767.98px) {
  .stats {
    gap: 70px;
  }
}
.stats__item {
  text-align: center;
}
.stats__stars {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
.stats__star {
  width: auto;
  height: 30px;
}
@media (max-width: 767.98px) {
  .stats__star {
    height: 14px;
  }
}
@media (max-width: 575.98px) {
  .stats__star {
    height: 12px;
  }
}
.stats__value {
  color: var(--primary-yellow);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.92px;
}
@media (max-width: 767.98px) {
  .stats__value {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .stats__value {
    font-size: 2rem;
  }
}
.stats__label {
  margin-top: 8px;
  color: var(--text-primary);
}
@media (max-width: 575.98px) {
  .stats__label {
    font-size: 1.2rem;
  }
}

.background-artwork {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cloud,
.house-artwork,
.ground-artwork,
.mascot-rider,
.while-artwork {
  position: absolute;
}

.house-artwork {
  z-index: 2;
  top: 47%;
  background-image: url("/assets/images/house-artwork.svg");
  background-repeat: repeat-x;
  background-size: auto 450px;
  animation: scroll-horizontal 40s linear infinite;
}
@media (max-width: 767.98px) {
  .house-artwork {
    background-size: auto 317px;
  }
}
@media (max-width: 575.98px) {
  .house-artwork {
    background-size: auto 152px;
  }
}

.ground-artwork {
  z-index: 3;
  top: 85.6%;
  background-image: url("/assets/images/ground-artwork.svg");
  background-repeat: repeat-x;
  background-size: auto 50px;
  animation: scroll-horizontal 20s linear infinite;
}
@media (max-width: 767.98px) {
  .ground-artwork {
    background-size: auto 40px;
  }
}
@media (max-width: 575.98px) {
  .ground-artwork {
    background-size: auto 16px;
  }
}

.ground-artwork,
.house-artwork {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cloud {
  z-index: 1;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.cloud--1 {
  bottom: 652px;
  left: 7%;
  max-width: 150px;
  animation-duration: 6s;
  animation-delay: -1s;
}
@media (max-width: 991.98px) {
  .cloud--1 {
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .cloud--1 {
    max-width: 20px;
    bottom: 200px;
    left: 5%;
  }
}
.cloud--2 {
  bottom: 750px;
  left: 30%;
  max-width: 150px;
  animation-duration: 7s;
  animation-delay: -2.5s;
}
@media (max-width: 991.98px) {
  .cloud--2 {
    max-width: 90px;
  }
}
@media (max-width: 575.98px) {
  .cloud--2 {
    max-width: 38px;
    bottom: 250px;
    left: 15%;
  }
}
.cloud--3 {
  bottom: 750px;
  left: 40%;
  max-width: 100px;
  animation-duration: 5.5s;
  animation-delay: -0.5s;
}
@media (max-width: 575.98px) {
  .cloud--3 {
    max-width: 50px;
    bottom: 320px;
    left: 10%;
  }
}
.cloud--4 {
  bottom: 385px;
  left: 77%;
  max-width: 250px;
  animation-duration: 8s;
  animation-delay: -4s;
}
@media (max-width: 991.98px) {
  .cloud--4 {
    max-width: 170px;
  }
}
@media (max-width: 767.98px) {
  .cloud--4 {
    max-width: 140px;
  }
}
@media (max-width: 575.98px) {
  .cloud--4 {
    max-width: 80px;
    bottom: 310px;
    left: 70%;
  }
}
.cloud--5 {
  bottom: 680px;
  left: 87%;
  max-width: 120px;
  animation-duration: 6.5s;
  animation-delay: -2s;
}
@media (max-width: 575.98px) {
  .cloud--5 {
    max-width: 50px;
    bottom: 210px;
    left: 85%;
  }
}

.mascot-rider {
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  max-width: 250px;
}
@media (max-width: 991.98px) {
  .mascot-rider {
    max-width: 145px;
  }
}
@media (max-width: 767.98px) {
  .mascot-rider {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .mascot-rider {
    max-width: 66px;
  }
}

.while-artwork {
  z-index: 2;
  background-color: white;
  width: 100%;
  height: 158px;
  bottom: 0;
  left: 0;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Điều chỉnh độ cao mây bay lên */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll-horizontal {
  from {
    background-position-x: -2000px;
  }
  to {
    background-position-x: 0;
  }
}
.steps {
  background-color: var(--white-background);
}
.steps__list {
  position: relative;
}
@media (max-width: 575.98px) {
  .steps__list {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .steps__list .steps__item:nth-child(even) .steps__content {
    margin-right: -40px;
  }
}
@media (max-width: 767.98px) {
  .steps__list .steps__item:nth-child(even) .steps__content {
    margin-right: -100px;
  }
}
@media (max-width: 575.98px) {
  .steps__list .steps__item:nth-child(even) .steps__content {
    margin-right: 0;
  }
}
.steps__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.steps__item:not(:last-child) {
  padding-bottom: 120px;
}
@media (max-width: 575.98px) {
  .steps__item {
    flex-direction: column;
    gap: 20px;
  }
  .steps__item:not(:last-child) {
    padding-bottom: 80px;
  }
}
.steps__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 575.98px) {
  .steps__item--reverse {
    flex-direction: column;
  }
}
.steps__item--reverse .steps__content {
  order: -1;
  text-align: left;
}
@media (max-width: 575.98px) {
  .steps__item--reverse .steps__content {
    order: 0;
    text-align: center;
  }
}
.steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  background: url("/assets/images/ziczac-vector.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.steps__content {
  flex: 1;
}
@media (max-width: 767.98px) {
  .steps__content {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .steps__content {
    text-align: center;
    max-width: 320px;
  }
}
.steps__number {
  position: relative;
  z-index: 1;
  color: var(--primary-yellow);
  font-size: 20rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -5.75px;
}
@media (max-width: 767.98px) {
  .steps__number {
    font-size: 10rem;
  }
}
.steps__image-wrap {
  flex: 1;
  text-align: center;
}
.steps__img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .steps__img {
    max-width: 80%;
  }
}

.steps__item:nth-child(1)::after {
  width: 440px;
  height: 336px;
  top: 46%;
  left: 29%;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .steps__item:nth-child(1)::after {
    width: 180px;
    height: 120px;
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.steps__item:nth-child(2)::after {
  width: 440px;
  height: 336px;
  top: 56%;
  right: 66%;
  transform: translateX(35%) scaleX(-1);
}
@media (max-width: 575.98px) {
  .steps__item:nth-child(2)::after {
    width: 180px;
    height: 120px;
    top: auto;
    bottom: -60px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) scaleX(-1);
  }
}

.steps__item:nth-child(3)::after {
  width: 440px;
  height: 336px;
  top: 52.9%;
  left: 29.1%;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .steps__item:nth-child(3)::after {
    width: 150px;
    height: 120px;
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.steps__item:nth-child(4)::after {
  width: 440px;
  height: 336px;
  top: 56%;
  left: 30%;
  transform: translateX(-50%) scaleX(-1);
}
@media (max-width: 575.98px) {
  .steps__item:nth-child(4)::after {
    width: 150px;
    height: 120px;
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%) scaleX(-1);
  }
}

.steps__item:nth-child(1) .steps__img {
  max-width: 140%;
}
@media (max-width: 575.98px) {
  .steps__item:nth-child(1) .steps__img {
    max-width: 100%;
  }
}

.steps__item:nth-child(5) .steps__img {
  max-width: 75%;
}
@media (max-width: 575.98px) {
  .steps__item:nth-child(5) .steps__img {
    max-width: 66%;
  }
}

.showcase {
  background-color: var(--primary-yellow);
  margin-top: -3px;
  padding-bottom: 190px;
}
@media (max-width: 991.98px) {
  .showcase {
    margin-top: 145px;
  }
}
@media (max-width: 767.98px) {
  .showcase {
    padding-bottom: 135px;
  }
}
@media (max-width: 575.98px) {
  .showcase {
    margin-top: -3px;
  }
}
.showcase__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}
@media (max-width: 991.98px) {
  .showcase__header {
    margin-top: 45px;
  }
}
@media (max-width: 575.98px) {
  .showcase__header {
    display: none;
  }
}
.showcase__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}
.showcase__content {
  position: relative;
  margin-top: 52px;
}
@media (max-width: 991.98px) {
  .showcase__content {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .showcase__content {
    margin-top: 175px;
  }
}
.showcase__content:hover .showcase__text-group--text-go {
  top: 25%;
  transform: translateY(0);
}
.showcase__content:hover .showcase__text-group--text-ka {
  top: 80%;
  transform: translateY(-80%);
}
.showcase__content:hover .showcase__feature--savings {
  transform: translateX(-40%);
}
.showcase__content:hover .showcase__feature--deals {
  transform: translateX(30px);
}
.showcase__content:hover .showcase__feature--eco {
  transform: translateX(-30px);
}
.showcase__bg-circle {
  display: block;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .showcase__text {
    max-width: 65px;
  }
}
@media (max-width: 767.98px) {
  .showcase__text {
    max-width: 48px;
  }
}
@media (max-width: 991.98px) {
  .showcase__text--o {
    max-width: 75px;
  }
}
@media (max-width: 767.98px) {
  .showcase__text--o {
    max-width: 60px;
  }
}
.showcase__text-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  gap: 25px;
  transition: top 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 575.98px) {
  .showcase__text-group {
    display: none;
  }
}
.showcase__text-group--text-go {
  left: -5%;
}
.showcase__text-group--text-ka {
  right: -5%;
}
.showcase__phone-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  max-width: 457px;
}
@media (max-width: 991.98px) {
  .showcase__phone-container {
    max-width: 375px;
  }
}
@media (max-width: 767.98px) {
  .showcase__phone-container {
    max-width: 295px;
  }
}
.showcase__phone-svg {
  display: block;
  width: 100%;
  height: auto;
}
.showcase__phone-screen {
  position: absolute;
  overflow: hidden;
  /* Các giá trị này bạn cần điều chỉnh cho khớp với file SVG */
  width: 88%;
  height: 90%;
  top: 6%;
  left: 6%;
  border-radius: 28px;
  aspect-ratio: 9/16;
}
.showcase__phone-screen .swiper {
  width: 100%;
  height: 100%;
}
.showcase__phone-screen .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase__phone-screen .swiper-pagination {
  position: absolute;
  bottom: 15px !important;
  left: 0;
  width: 100%;
}
.showcase__phone-screen .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 0.3s ease;
}
.showcase__phone-screen .swiper-pagination-bullet-active {
  background-color: var(--primary-yellow);
  width: 20px;
  border-radius: 5px;
}
.showcase__feature {
  position: absolute;
  background-color: var(--primary-purple);
  font-size: 1.8rem;
  color: white;
  padding: 42px 62px;
  border-radius: 6px;
  letter-spacing: -0.69px;
  z-index: 20;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 575.98px) {
  .showcase__feature {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .showcase__feature {
    font-size: 1.6rem;
    padding: 23px 23px;
  }
}
@media (max-width: 991.98px) {
  .showcase__feature {
    font-size: 1.4rem;
    padding: 13px 13px;
  }
}
.showcase__feature--eco {
  bottom: 25%;
  left: 0;
}
.showcase__feature--deals {
  top: 25%;
  right: 5%;
}
@media (max-width: 767.98px) {
  .showcase__feature--deals {
    right: -7%;
  }
}
.showcase__feature--savings {
  top: 6%;
  left: 11%;
}
@media (max-width: 991.98px) {
  .showcase__feature--savings {
    left: 4%;
  }
}
@media (max-width: 767.98px) {
  .showcase__feature--savings {
    max-width: 145px;
    left: -8%;
  }
}

.phone-mockup__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rider-team {
  padding-top: 200px;
}
@media (max-width: 767.98px) {
  .rider-team {
    padding-top: 100px;
  }
}
.rider-team__img {
  display: block;
  width: 100%;
  height: auto;
}

.achievements {
  background-color: var(--primary-yellow);
  padding: 64px 0 90px 0;
  text-align: center;
}
.achievements__intro {
  max-width: 750px;
  margin: 0 auto;
}
.achievements__content {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 825px;
  margin: 0 auto;
}
.achievements__item {
  padding: 0 15px;
}
.achievements__line {
  display: block;
  width: 1px;
  height: 95px;
  border: 1px solid #ffde66;
}
.achievements__number {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.achievements__label {
  max-width: 255px;
  line-height: 1.4;
  margin-top: 6px;
}

.cta {
  margin-top: 0;
  position: relative;
  background-color: var(--primary-yellow);
  padding-top: 88px;
}
@media (max-width: 575.98px) {
  .cta {
    padding-top: 40px;
  }
}
.cta::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: var(--secondary-yellow);
  z-index: 6;
}
.cta__wrapper {
  position: relative;
}
.cta__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta__social-handle {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.104px;
}
.cta__content {
  margin-top: 50px;
  padding-bottom: 380px;
}
@media (max-width: 767.98px) {
  .cta__content {
    padding-bottom: 245px;
  }
}
@media (max-width: 575.98px) {
  .cta__content {
    padding-bottom: 182px;
  }
}
.cta__title {
  color: var(--text-primary);
  font-size: 8rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -2.3px;
}
@media (max-width: 767.98px) {
  .cta__title {
    font-size: 3.7rem;
  }
}
.cta__title--large {
  display: block;
  font-size: 10rem;
}
@media (max-width: 767.98px) {
  .cta__title--large {
    font-size: 4.9rem;
  }
}
.cta__description {
  width: 100%;
  max-width: 379px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .cta__description {
    margin-bottom: 15px;
  }
}
.cta__artwork {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.cta__driver-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  max-height: 640px;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 991.98px) {
  .cta__driver-image {
    max-height: 420px;
  }
}
@media (max-width: 767.98px) {
  .cta__driver-image {
    max-height: 308px;
  }
}
@media (max-width: 575.98px) {
  .cta__driver-image {
    max-height: 212px;
  }
}

.footer {
  background-color: var(--secondary-yellow);
}
.footer__main {
  padding: 24px 0;
}
@media (max-width: 767.98px) {
  .footer__main {
    padding: 10px 0;
  }
}
.footer__columns-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .footer__columns-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .footer__heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .footer__heading {
    margin-bottom: 17px;
  }
}
@media (max-width: 575.98px) {
  .footer__heading {
    margin-bottom: 10px;
  }
}
.footer__info-item {
  margin-bottom: 18px;
  line-height: 1.5;
  letter-spacing: -0.46px;
}
@media (max-width: 991.98px) {
  .footer__info-item {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .footer__info-item {
    margin-bottom: 9px;
    font-size: 1.2rem;
  }
}
.footer__info-item strong {
  display: block;
  font-weight: 600;
}
.footer__nav-item {
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .footer__nav-item {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .footer__nav-item {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}
.footer__nav-link {
  text-decoration: none;
  transition: color 0.5s;
}
.footer__nav-link:hover {
  color: var(--text-secondary);
}
.footer__contact-info p {
  margin-bottom: 18px;
  line-height: 1.5;
  letter-spacing: -0.46px;
}
@media (max-width: 991.98px) {
  .footer__contact-info p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .footer__contact-info p {
    margin-bottom: 9px;
    font-size: 1.2rem;
  }
}
.footer__contact-info strong {
  display: block;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .footer__contact-info strong {
    font-size: 1.4rem;
  }
}
.footer__contact-info a {
  text-decoration: none;
  transition: color 0.5s;
}
.footer__contact-info a:hover {
  color: var(--text-secondary);
}
.footer__social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__social-links img {
  width: 100%;
  height: 100%;
  max-width: 28px;
  max-height: 28px;
  transition: transform 0.3s;
}
@media (max-width: 991.98px) {
  .footer__social-links img {
    max-width: 20px;
    max-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer__social-links img {
    max-width: 30px;
    max-height: 30px;
  }
}
.footer__social-links a:hover img {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .footer__app-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.footer__app-buttons img {
  display: block;
  height: 65px;
  width: auto;
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .footer__app-buttons img {
    height: 38px;
  }
}
@media (max-width: 767.98px) {
  .footer__app-buttons img {
    height: 24px;
    margin-bottom: 9px;
  }
}
@media (max-width: 575.98px) {
  .footer__app-buttons img {
    height: 38px;
  }
}
.footer__bct-logo {
  max-width: 209px;
}
@media (max-width: 991.98px) {
  .footer__bct-logo {
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .footer__bct-logo {
    max-width: 120px;
  }
}
@media (max-width: 575.98px) {
  .footer__bct-logo {
    max-width: 150px;
    margin-bottom: 15px;
  }
}
.footer__bottom {
  color: var(--text-light);
  background-color: #535353;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .footer__bottom {
    padding: 14px 0;
  }
}
@media (max-width: 575.98px) {
  .footer__bottom {
    padding: 10px 0;
  }
}
.footer__copyright {
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .footer__copyright {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .footer__copyright {
    font-size: 0.8rem;
  }
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 16px 42px;
  border-radius: 6px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .button {
    padding: 12px 28px;
  }
}
@media (max-width: 575.98px) {
  .button {
    padding: 8px 9px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.button--primary {
  background-color: var(--primary-purple);
  color: var(--text-light);
}
.button--primary:hover {
  background-color: #5227cc;
}

.logo-mascot {
  height: 127px;
}
@media (max-width: 991.98px) {
  .logo-mascot {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .logo-mascot {
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .logo-mascot {
    height: 40px;
  }
}

.heading {
  color: var(--primary-purple);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.104px;
}
.heading--color-black {
  color: var(--text-primary);
}
.heading--small {
  font-size: 3.6rem;
}
@media (max-width: 991.98px) {
  .heading--small {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .heading--small {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .heading--small {
    font-size: 1.6rem;
  }
}
.heading--medium {
  font-size: 4.2rem;
}
@media (max-width: 991.98px) {
  .heading--medium {
    font-size: 3.8rem;
  }
}
@media (max-width: 767.98px) {
  .heading--medium {
    font-size: 3.2rem;
  }
}
@media (max-width: 575.98px) {
  .heading--medium {
    font-size: 2rem;
  }
}
.heading--large {
  font-size: 4.6rem;
}
@media (max-width: 991.98px) {
  .heading--large {
    font-size: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .heading--large {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .heading--large {
    font-size: 1.8rem;
  }
}
.heading--color-black {
  color: var(--text-primary);
}
.heading--color-white {
  color: var(--text-light);
}

.text-desc {
  color: var(--text-primary);
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.69px;
}
@media (max-width: 991.98px) {
  .text-desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .text-desc {
    font-size: 1.4rem;
  }
}

.block-content__header {
  text-align: center;
}
.block-content__title {
  font-weight: 700;
}
.block-content__desc {
  margin-top: 8px;
  margin-bottom: 80px;
  color: #939393;
}
.block-content__main {
  margin-bottom: 100px;
}

.hero.hero--block-content::before {
  background-size: auto 63%;
}

.hero.hero--block-content::after {
  background-color: #fff;
  background-image: none;
  bottom: -279px;
}

.block-content__main {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-primary);
  max-width: 960px;
  margin: 40px auto;
  padding: 30px;
  background-color: var(--white-background);
  border-radius: 8px;
  box-shadow: var(--card-shadow);
}
@media (max-width: 767.98px) {
  .block-content__main {
    margin: 20px;
    padding: 20px;
  }
}
.block-content__heading--primary {
  font-size: 2.5em;
  color: var(--primary-purple);
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid var(--primary-yellow);
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .block-content__heading--primary {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
.block-content__heading--secondary {
  font-size: 1.8em;
  color: var(--text-primary);
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.block-content__heading--secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-yellow);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .block-content__heading--secondary {
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
}
.block-content__heading--tertiary {
  font-size: 1.3em;
  color: var(--text-primary);
  margin-top: 25px;
  margin-bottom: 10px;
}
.block-content__heading--tertiary::before {
  content: "+ ";
  color: var(--primary-purple);
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .block-content__heading--tertiary {
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.block-content__paragraph {
  margin-bottom: 15px;
  color: var(--text-secondary);
}
.block-content__paragraph--final-statement {
  margin-top: 40px;
  padding: 20px;
  border-left: 4px solid var(--primary-yellow);
  background-color: var(--secondary-yellow);
  text-align: center;
  font-weight: bold; /* In đậm */
  line-height: 1.6;
}
.block-content__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}
.block-content__list--ordered {
  list-style: decimal;
}
.block-content__list--item {
  margin-bottom: 8px;
}
.block-content__list--item:last-child {
  margin-bottom: 0;
}
.block-content__contact-info {
  background-color: hsl(210, 100%, 97%);
  border-left: 5px solid hsl(210, 80%, 65%);
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  color: var(--text-primary);
}
.block-content__contact-info strong {
  color: hsl(210, 70%, 45%);
}
.block-content__contact-info span {
  color: var(--text-secondary);
}
.block-content__contact-info a {
  color: hsl(210, 80%, 55%);
  text-decoration: none;
}
.block-content__contact-info a:hover {
  text-decoration: underline;
}
.block-content__commitment {
  background-color: hsl(252, 100%, 85%);
  border-left: 5px solid var(--primary-purple);
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  color: var(--text-primary);
}
.block-content__commitment-list {
  list-style: none;
  padding-left: 0;
}
.block-content__commitment-list__item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.block-content__commitment-list__item::before {
  content: "✓";
  color: var(--color-success);
  position: absolute;
  left: 0;
  font-weight: bold;
}
.block-content__security-measures {
  background-color: hsl(45, 100%, 85%);
  border-left: 5px solid var(--primary-yellow);
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  color: var(--text-primary);
}
.block-content__security-measures-list {
  list-style: none;
  padding-left: 0;
  counter-reset: security-counter;
}
.block-content__security-measures-list__item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.block-content__security-measures-list__item::before {
  content: counter(security-counter) ". ";
  counter-increment: security-counter;
  color: var(--primary-purple);
  position: absolute;
  left: 0;
  font-weight: bold;
}
.block-content__complaint-mechanism {
  background-color: hsl(252, 100%, 90%);
  border-left: 5px solid var(--primary-purple);
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  color: var(--text-primary);
}
.block-content__complaint-mechanism-list {
  list-style: none;
  padding-left: 0;
}
.block-content__complaint-mechanism-list__item {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}
.block-content__complaint-mechanism-list__item::before {
  content: "- ";
  color: var(--primary-purple);
  position: absolute;
  left: 0;
  font-weight: bold;
}
.block-content__complaint-mechanism .note {
  font-style: italic;
  color: var(--text-secondary);
  margin-top: 15px;
}

:root {
  --primary-yellow: #ffc800;
  --primary-purple: #6f5aff;
  --secondary-yellow: #fff2c5;
  --background-color: #f4f5f7;
  --white-background: #ffffff;
  --text-primary: #101820;
  --text-secondary: #636e72;
  --text-light: #ffffff;
  --color-success: #00b894;
  --color-danger: #d63031;
  --border-color: #dfe6e9;
  --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font-size: inherit;
  font-family: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
