﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100.01%;
}

body {
  background-color: #ffffff;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  min-height: 100vh;
  font-weight: 500;
  color: #24252A;
  line-height: 1.5;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none !important;
}
a.d-block, a.d-flex, a.row {
  text-decoration: none;
}
a.d-block .btn, a.d-flex .btn, a.row .btn {
  text-decoration: none;
}

.btn, button {
  outline: none !important;
}

p {
  margin: 0 0 1.5em;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1em;
}
p small {
  font-size: 9px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: inherit;
  font-family: inherit !important;
  text-decoration: underline !important;
}
p a:hover {
  color: #24252A;
}

.container {
  padding-right: 48px;
  padding-left: 48px;
  max-width: 1272px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.container-sm {
  max-width: 1093px;
}
.container-md {
  max-width: 1376px;
}
.container-lg {
  max-width: 1512px;
}
.container-fluid {
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 1440px) {
  .container-fluid {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.dropdown-noarrow:after {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

a, .btn, .btn i, .btn-icon {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

label {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 8px;
}

strong {
  font-weight: 700;
}

@-webkit-keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnLink {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@-moz-keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@-ms-keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@keyframes btnLinkArrow {
  0% {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
@-webkit-keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
@-moz-keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
@-ms-keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
@keyframes vanim {
  0% {
    gap: 16px;
  }
  100% {
    gap: 32px;
  }
}
.btn {
  border: none;
  color: #ffffff;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 1280px) {
  .btn {
    font-size: 15px;
  }
}
.btn-lg {
  padding: 16.8px 32px;
}
@media screen and (max-width: 575px) {
  .btn-lg {
    padding: 16px 24px;
  }
}
.btn-xl {
  padding: 40px 24px;
  line-height: 0.8;
}
@media screen and (max-width: 575px) {
  .btn-xl {
    padding: 32px 24px;
  }
}
.btn-dark {
  background-color: #24252A;
  border: 1px solid #24252A;
  color: #ffffff;
}
.btn-dark:hover {
  background-color: #ffffff;
  color: #24252A;
}
.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.btn-white:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn-link {
  color: #24252A;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  position: relative;
  padding-bottom: 2px;
  text-decoration: none;
}
.btn-link.border-0:after {
  display: none;
}
.btn-link:hover {
  color: #24252A;
}
.btn-link:hover:after {
  background-color: #505155;
  -webkit-animation: btnLink 0.5s ease-out;
  -moz-animation: btnLink 0.5s ease-out;
  -ms-animation: btnLink 0.5s ease-out;
  -o-animation: btnLink 0.5s ease-out;
  animation: btnLink 0.5s ease-out;
}
.btn-link i {
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 48px;
}
.btn-link-icon {
  padding-bottom: 0;
  color: #DCF0F6;
  font-weight: 500;
  gap: 24px;
}
.btn-link-icon:after {
  display: none;
}
.btn-link-icon:hover .btn-link-line:after {
  -webkit-animation: btnLink 0.5s ease-out;
  -moz-animation: btnLink 0.5s ease-out;
  -ms-animation: btnLink 0.5s ease-out;
  -o-animation: btnLink 0.5s ease-out;
  animation: btnLink 0.5s ease-out;
}
.btn-link-icon img {
  max-height: 17px;
}
.btn-link-icon .btn-link-line {
  line-height: 1;
  color: #24252A;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
}
.btn-link-icon .btn-link-line:after {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background-color: #505155;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
}
.btn-link:after {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background-color: #D3D3D4;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
}
.btn-link-white {
  color: #ffffff;
}
.btn-link-white:after {
  background-color: #C5C5C5;
}
.btn-link-arrow {
  color: #7C7C7F;
}
.btn-link-arrow h6 {
  color: #24252A;
}
.btn-link-arrow-icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: relative;
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.btn-link-arrow:hover .btn-link-arrow-icon {
  -webkit-animation: btnLinkArrow 0.5s ease-out forwards;
  -moz-animation: btnLinkArrow 0.5s ease-out forwards;
  -ms-animation: btnLinkArrow 0.5s ease-out forwards;
  -o-animation: btnLinkArrow 0.5s ease-out forwards;
  animation: btnLinkArrow 0.5s ease-out forwards;
}

a:hover .btn-link:after {
  background-color: #505155;
  -webkit-animation: btnLink 0.5s ease-out;
  -moz-animation: btnLink 0.5s ease-out;
  -ms-animation: btnLink 0.5s ease-out;
  -o-animation: btnLink 0.5s ease-out;
  animation: btnLink 0.5s ease-out;
}
a:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.font-bold {
  font-weight: 700 !important;
}
.font-normal {
  font-weight: 400 !important;
}

.text-spacing {
  letter-spacing: 0.08em;
}
.text-blue {
  color: #DCF0F6;
}
.text-blue-700 {
  color: #849094;
}
.text-green {
  color: #E6F6DC;
}
.text-yellow-700 {
  color: #989667;
}

.fa-22 {
  font-size: 22px;
}

.ls-56 {
  letter-spacing: 0.56em;
}
.ls-19 {
  letter-spacing: 0.19em;
}
.ls-20 {
  letter-spacing: 0.2em;
}
.ls-26 {
  letter-spacing: 0.26em;
}
.ls-12 {
  letter-spacing: 0.12em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #24252A;
}

.h1XL {
  font-size: 105px;
  font-weight: 800;
}
@media screen and (max-width: 1440px) {
  .h1XL {
    font-size: 8vw;
  }
}

h1, .h1 {
  font-size: 80px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 61px;
  }
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 61px;
  line-height: 1.15;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 47px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 39px;
  }
}

h3 {
  font-size: 47px;
  line-height: 54px;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 36px;
}
@media screen and (max-width: 575px) {
  h4, .h4 {
    font-size: 27px;
  }
}

h5, .h5 {
  font-size: 27px;
}
@media screen and (max-width: 575px) {
  h5, .h5 {
    font-size: 21px;
  }
}

h6 {
  font-size: 21px;
}
@media screen and (max-width: 575px) {
  h6 {
    font-size: 18px;
  }
}

.h7 {
  font-size: 18px;
}

.text-base {
  font-size: 16px;
}
.text-md {
  font-size: 14px;
}
.text-sm {
  font-size: 12px;
}
.text-xs {
  font-size: 9px;
}
.text-xxs {
  font-size: 7px;
}
.text-dark-200 {
  color: #A7A8AA;
}
.text-dark-300 {
  color: #7C7C7F;
}
.text-dark-400 {
  color: #505155;
}

.bg-gray {
  background-color: #F4F4F4;
}
.bg-blue-500 {
  background-color: #DCF0F6;
  color: #24252A;
}
.bg-yellow-500 {
  background-color: #FDFAAC;
  color: #24252A;
}
.bg-peach-500 {
  background-color: #FAD5B7;
  color: #24252A;
}
.bg-green-500 {
  background-color: #E6F6DC;
  color: #24252A;
}

.rounded-8 {
  border-radius: 8px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-24 {
  border-radius: 24px;
}
.rounded-32 {
  border-radius: 32px;
}
.rounded-40 {
  border-radius: 40px;
}
.rounded-48 {
  border-radius: 48px;
}

hr.dotted {
  border-style: dotted;
  border-color: #000000;
}

.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
.mb-56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .mb-56 {
    margin-bottom: 40px;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
.mb-72 {
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .mb-72 {
    margin-bottom: 40px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 56px;
  }
}
.mb-90 {
  margin-bottom: 88px;
}
@media screen and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 64px;
  }
}
.mb-96 {
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .mb-96 {
    margin-bottom: 48px;
  }
}
.mb-112 {
  margin-bottom: 112px;
}
@media screen and (max-width: 991px) {
  .mb-112 {
    margin-bottom: 80px;
  }
}
.mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 64px;
  }
}

.mt-96 {
  margin-top: 96px;
}
@media screen and (max-width: 991px) {
  .mt-96 {
    margin-top: 48px;
  }
}
.mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 64px;
  }
}
.mt-160 {
  margin-top: 160px;
}
@media screen and (max-width: 991px) {
  .mt-160 {
    margin-top: 80px;
  }
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .my--16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .my-32 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.my-48 {
  margin-bottom: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .my-48 {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

.ml-8 {
  margin-left: 8px;
}
.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .ml-40 {
    margin-left: 24px;
  }
}

.mr-8 {
  margin-right: 8px;
}
.mr-40 {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .mr-40 {
    margin-right: 24px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 32px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .pt-16 {
    padding-top: 12px;
  }
}
.pt-72 {
  padding-top: 72px;
}
@media screen and (max-width: 991px) {
  .pt-72 {
    padding-top: 40px;
  }
}
.pt-96 {
  padding-top: 96px;
}
@media screen and (max-width: 991px) {
  .pt-96 {
    padding-top: 48px;
  }
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-32 {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  .py-32 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.py-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (max-width: 991px) {
  .py-48 {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .py-64 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .py-96 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-48 {
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .gap-48 {
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .gap-48 {
    gap: 16px;
  }
}
.gap-64 {
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .gap-64 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gap-64 {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .gap-64 {
    gap: 16px;
  }
}
.gap-80 {
  gap: 80px;
}
@media screen and (max-width: 1199px) {
  .gap-80 {
    gap: 64px;
  }
}
@media screen and (max-width: 991px) {
  .gap-80 {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .gap-80 {
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .gap-80 {
    gap: 24px;
  }
}

.dropdown-item {
  --bs-dropdown-link-active-bg: #24252A;
}
.dropdown-lang {
  margin-right: 12px;
}
.dropdown-lang .btn {
  color: #7C7C7F;
  font-weight: 700;
  font-size: 12px;
  padding: 12px;
}
.dropdown-lang .btn:after {
  border-color: currentColor !important;
  border-width: 0 1px 1px 0 !important;
  transform: rotate(45deg);
  border-style: solid;
  height: 5px;
  width: 5px;
}

.navbar {
  padding-top: 32px;
  padding-bottom: 32px;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
@media screen and (max-width: 1199px) {
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.navbar-brand {
  padding: 0;
  margin-right: 0;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.8em;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media screen and (max-width: 1280px) {
  .navbar-brand {
    letter-spacing: 0.7em;
  }
}
@media screen and (max-width: 575px) {
  .navbar-brand {
    letter-spacing: 0.5em;
    line-height: 1.2;
  }
}
.navbar-brand span {
  letter-spacing: 0;
  color: #A7A8AA;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.navbar-brand span img {
  max-width: 46px;
}
.navbar.shadow-sm {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .navbar.shadow-sm {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar.shadow-sm .navbar-brand {
  letter-spacing: 0.3em;
}
.navbar-nav {
  margin-right: 40px;
  font-size: 16px;
  color: #7C7C7F;
  font-weight: 700;
  gap: 24px;
}
@media screen and (max-width: 1440px) {
  .navbar-nav {
    gap: 16px;
    font-size: 14px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .navbar-nav {
    gap: 16px;
    font-size: 14px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    font-size: 16px;
  }
}
.navbar-nav a {
  padding: 0 !important;
}
.navbar-controls {
  position: relative;
}
.navbar-controls:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  content: "";
  margin: auto;
  height: 12px;
  background-color: #D3D3D4;
}
@media screen and (max-width: 1199px) {
  .navbar-controls:before {
    display: none;
  }
}

.footer {
  padding-right: 48px;
  padding-left: 48px;
  padding-top: 48px;
}
@media screen and (max-width: 1440px) {
  .footer {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .footer {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 24px;
  }
}
.footer-bottom {
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .footer-bottom {
    gap: 32px;
  }
}
.footer-grow {
  -moz-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.footer-grow h5 {
  padding-left: 5.3vw;
  padding-bottom: 0.5vw;
  letter-spacing: 5.4vw;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.footer-anim .footer-grow {
  -moz-transform: translate(0, -5%);
  -o-transform: translate(0, -5%);
  -webkit-transform: translate(0, -5%);
  transform: translate(0, -5%);
}
.footer-anim .footer-grow h5 {
  padding-left: 1.3vw;
  letter-spacing: 2.2vw;
}
.footer-inner {
  background-color: #F4F4F4;
  overflow: hidden;
}
.footer-inner h5 {
  font-weight: 700;
}
.footer-inner ul {
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .footer-inner ul {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner ul {
    gap: 16px;
  }
}
.footer-inner ul a {
  color: #A7A8AA;
  font-size: 12px;
}
.footer-inner ul a:hover {
  color: #24252A;
}

.social {
  gap: 16px;
}
.social a:hover img {
  opacity: 0.5;
}
.social img {
  display: block;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

@-webkit-keyframes elemBT {
  0% {
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes elemBT {
  0% {
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes elemBT {
  0% {
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes elemBT {
  0% {
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.loaded .page-banner h1 {
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  letter-spacing: 0.2em;
}
.loaded .hero-banner img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  -webkit-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
}
.loaded .hero-banner h1 {
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  -webkit-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  letter-spacing: 0.2em;
}

.badge {
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  line-height: 0.75;
}

.hero {
  overflow: hidden;
}
.hero-banner {
  padding: 80px 64px;
  position: relative;
  min-height: 720px;
  gap: 24px;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .hero-banner {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-banner {
    min-height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner {
    padding: 32px 24px;
    min-height: 440px;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner {
    padding: 32px 16px;
  }
}
.hero-banner h1, .hero-banner h6 {
  margin: 0;
  color: #ffffff;
}
.hero-banner h3 {
  color: #ffffff;
}
.hero-banner > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  width: 100%;
  inset: 0;
}
.hero-logo {
  gap: 24px;
}
.hero-logo h6 {
  font-size: 17px;
}
.hero-bottom h3 {
  margin-bottom: 32px;
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-bottom h3 {
    margin-bottom: 16px;
  }
}
.hero-card {
  position: relative;
  font-weight: 700;
  overflow: hidden;
  color: #505050;
  display: block;
  height: 200px;
}
@media screen and (max-width: 1280px) {
  .hero-card {
    height: 160px;
  }
}
@media screen and (max-width: 575px) {
  .hero-card {
    height: 100px;
  }
}
.hero-card p {
  top: 0;
  width: 100%;
  padding: 32px;
  position: absolute;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
@media screen and (max-width: 1199px) {
  .hero-card p {
    padding: 16px;
  }
}
.hero-card:hover p {
  -webkit-animation: elemBT 0.5s ease-out;
  -moz-animation: elemBT 0.5s ease-out;
  -ms-animation: elemBT 0.5s ease-out;
  -o-animation: elemBT 0.5s ease-out;
  animation: elemBT 0.5s ease-out;
}
.hero-about .hero-bottom h3 {
  margin-bottom: 0;
  max-width: 640px;
  width: 100%;
}

.download-app {
  position: relative;
  padding-left: 332px;
  margin-top: 240px;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1199px) {
  .download-app {
    margin-top: 152px;
  }
}
@media screen and (max-width: 767px) {
  .download-app {
    padding-left: 150px;
    margin-top: 120px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.download-app .dotted-border {
  position: absolute;
  width: 100%;
}
.download-app .dotted-border-top {
  left: 0;
  top: 0;
}
.download-app .dotted-border-bottom {
  bottom: 0;
  left: 0;
}
.download-app > picture img {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: -28px;
  z-index: 1;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .download-app > picture img {
    max-width: 190px;
  }
}
.download-app h6 {
  font-weight: 700;
  color: #A7A8AA;
}
.download-app h4 {
  font-weight: 800;
  font-size: 30px;
}
@media screen and (max-width: 575px) {
  .download-app h4 {
    font-size: 21px;
  }
}

.image {
  overflow: hidden;
}
.image img {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.partner img {
  max-height: 145px;
}

.dotted-border {
  border: none;
  padding: 1px;
  background: repeating-linear-gradient(to left, black 0 2px, transparent 2px 15px), repeating-linear-gradient(to left, black 0 2px, transparent 2px 15px);
  background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
  background-position: top left, bottom left, top left, top right;
  background-repeat: no-repeat;
}
.dotted-border-vertical {
  width: 2px;
  border: none;
  padding: 1px;
  background: repeating-linear-gradient(to bottom, black 0 2px, transparent 2px 15px), repeating-linear-gradient(to bottom, black 0 2px, transparent 2px 15px);
  background-size: 2px 100%, 2px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}

.page-banner {
  padding: 48px 64px 40px;
  min-height: 430px;
}
@media screen and (max-width: 1280px) {
  .page-banner {
    padding: 32px 40px 32px;
    min-height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner {
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner {
    padding: 24px;
    min-height: 240px;
  }
}
.page-banner h1 {
  letter-spacing: 0.4em;
  margin-bottom: 0;
  line-height: 1.1;
  max-width: 980px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .page-banner h1 {
    max-width: 720px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner h1 {
    max-width: 650px;
  }
}
.page-banner h2 {
  max-width: 460px;
  width: 100%;
}
.page-banner .btn {
  font-size: 21px;
  font-weight: 700;
  width: 100%;
}
.page-banner-contact {
  min-height: 300px;
}
.page-banner-contact h3 {
  margin-bottom: 0;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page-banner-contact {
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner-contact {
    padding: 24px;
    min-height: 260px;
  }
}
.page-information {
  padding-right: 72px;
  background-color: #F4F4F4;
  gap: 88px;
}
@media screen and (max-width: 1280px) {
  .page-information {
    gap: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .page-information {
    gap: 40px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-information {
    flex-direction: column;
    padding-right: 0;
    gap: 0;
  }
  .page-information .flex-grow-1 {
    width: 100%;
    padding: 32px;
  }
}
.page-information-image {
  position: relative;
  max-width: 400px;
  height: 272px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .page-information-image {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .page-information-image {
    max-width: 100%;
  }
}
.page-information-image img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  inset: 0;
}

.v-anim {
  -webkit-animation: vanim 1.2s ease-out infinite alternate;
  -moz-animation: vanim 1.2s ease-out infinite alternate;
  -ms-animation: vanim 1.2s ease-out infinite alternate;
  -o-animation: vanim 1.2s ease-out infinite alternate;
  animation: vanim 1.2s ease-out infinite alternate;
  position: absolute;
  bottom: 40px;
  right: 64px;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .v-anim {
    bottom: 32px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .v-anim {
    right: 16px;
  }
}

.filter {
  max-width: 216px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .filter {
    max-width: 100%;
  }
}
.filter-row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .filter-row {
    flex-direction: column;
  }
}
.filter-row > .dotted-border-vertical {
  margin-left: 64px;
  margin-right: 88px;
}
@media screen and (max-width: 1280px) {
  .filter-row > .dotted-border-vertical {
    margin-left: 32px;
    margin-right: 48px;
  }
}
.filter-header h6 {
  font-size: 12px;
  margin-bottom: 0;
  color: #7C7C7F;
}
.filter-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D3D3D4;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 0.7;
  padding: 7px;
  gap: 6px;
}
.filter-text h6 {
  font-size: 18px;
  margin-bottom: 8px;
}

.checkbox-custom {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  color: #7C7C7F;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
}
.checkbox-custom span {
  position: relative;
}
.checkbox-custom span:before {
  content: "";
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-right: 12px;
  vertical-align: -4px;
  display: inline-block;
  border: 1px solid #E5E5E5;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.checkbox-custom input:checked + span {
  color: #24252A;
}
.checkbox-custom input:checked + span:before {
  box-shadow: 0px 0px 0px 3px #ffffff inset, 0px 0px 0px 8px #000000 inset;
}

button img {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
button.collapsed img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact-card > * {
  margin-bottom: 0;
}
.contact-card h6 {
  font-size: 18px;
  font-weight: 700;
}
.contact-card p {
  color: #505155;
}

.grid {
  display: grid;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 88px;
}
@media screen and (max-width: 991px) {
  .grid-cols-4 {
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 380px) {
  .grid-cols-4 {
    grid-template-columns: 1fr;
  }
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .grid-cols-3 {
    grid-template-columns: 1fr;
  }
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 575px) {
  .grid-cols-2 {
    grid-template-columns: 1fr;
  }
}

.pagination {
  gap: 32px;
}
.pagination button {
  font-size: 12px;
}
.pagination-pages {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px;
}
.pagination-pages a {
  width: 32px;
  height: 32px;
  color: #7C7C7F;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E0E0E0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pagination-pages a:hover {
  border-color: #24252A;
}
.pagination-pages a.active {
  color: #24252A;
  border-width: 2px;
  border-color: #24252A;
}

.form-check-input {
  height: 24px;
  width: 50px !important;
  --bs-body-bg: #F4F4F4;
  --bs-border-color: #EFEFEF;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #DCF0F6;
  border-color: #DCF0F6;
}

.accordion-button {
  font-weight: bold;
  padding: 8px 0;
  font-size: inherit;
  outline: none !important;
  color: inherit !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.accordion-item {
  border: none;
}
.accordion-body {
  padding: 16px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #7C7C7F;
}

.col-image {
  max-width: 460px;
  width: 100%;
}
.col-content {
  max-width: 390px;
  width: 100%;
}
.col-content h5 {
  max-width: 75%;
}

.details h6 {
  line-height: 1.6;
}
.details .btn {
  max-width: 250px;
  width: 100%;
}
.details-list {
  max-width: 336px;
  min-width: 336px;
  width: 100%;
}
.details-list > .btn-link {
  margin-top: 24px;
}

.contact-details {
  max-width: 578px;
  margin: auto;
  width: 100%;
}
.contact-form {
  max-width: 512px;
  width: 100%;
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0;
  font-weight: 500;
}
.form-control:focus {
  border-color: #24252A;
}
.form-control::placeholder {
  color: #7C7C7F;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #7C7C7F;
}
