@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto-Condensed: 'Roboto Condensed', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
  --exCondensed: 'Fira Sans Extra Condensed', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  background-color: #fff;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 227px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-top {
  background-color: #3a509f;
}
header .header-top .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
}
header .header-top .mycontainer a {
  display: inline-block;
  color: inherit;
  margin-left: 2em;
}
header .header-top .mycontainer a:hover {
  text-decoration: underline !important;
}
header .header-top .mycontainer .search-icon {
  display: inline-block;
  margin-left: 2em;
  cursor: pointer;
}
header .header-mid {
  background-color: #fff;
}
header .header-mid .mycontainer {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-mid .logo {
  width: 25%;
}
header .header-mid .tel {
  line-height: 1.45;
  text-align: right;
}
header .header-mid .tel h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  font-weight: 700;
}
header .header-mid .tel h5 img {
  width: 1.0625em;
  margin-right: 0.4375em;
}
header .header-mid .tel h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #4665d5;
  font-weight: 700;
}
header .header-bt {
  background-color: #4665d5;
}
header .header-bt .mycontainer {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 23.6111111%;
  text-align: center;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
header .lv1 > li {
  flex: 1;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s;
}
header .lv1 > li i {
  font-size: 8px;
  margin-left: 4px;
}
header .lv1 > li a {
  display: block;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover {
  background-color: #43ccfd;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  background-color: #43ccfd;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: #fff;
  padding: 8px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
header .lv2 > li {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 2px 0.5em;
  font-size: 16px;
  line-height: 1.875;
  color: #333;
  font-weight: normal;
  transition: all 0.5s;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #43ccfd;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search-form {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #ccc;
  padding: 1.5% 0;
  display: none;
}
header .search-form form {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
header .search-form form input {
  flex: 1;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  padding: 0 1em;
  height: 2.5em;
  outline: none;
  border: 1px solid #ccc;
  font-weight: 300;
  transition: all 0.5s;
}
header .search-form form input:focus {
  border-color: #049D9A;
}
header .search-form form button {
  font-size: clamp(14px, 1.1vw, 18px);
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background-color: #ccc;
  transition: all 0.5s;
  color: #333;
  outline: none;
}
header .search-form form button:hover {
  color: #fff;
  background-color: #049D9A;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #1f61be;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #1f61be;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #1f61be;
  border-color: transparent;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 4s;
}
.index-banner .swiper .swiper-slide-active h4 {
	scale: 1;
	opacity: 1;
	transition: all 1.5s;
	transition-delay: .2s;
}
.index-banner .swiper .swiper-slide-active h2 {
	scale: 1;
	opacity: 1;
	transition: all 1.8s;
	transition-delay: .5s;
}
.index-banner .swiper .swiper-slide-active h5 {
	scale: 1;
	opacity: 1;
	transition: all 2s;
	transition-delay: .8s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active img {
  transform: scale(1);
}
.index-banner .mycontainer {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h4 {
	display: inline-block;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #107AD6;
	background-color: #fff;
  font-weight: 700;
  line-height: 2.4;
	padding: 0 2em;
	border-radius: 1.2em;
	scale: 0;
	opacity: 0;
	transition: all 0s;
}
.index-banner .banner-text h2 {
  font-size: clamp(24px, 2.8125vw, 54px);
  color: #fff;
  font-weight: 700;
  line-height: 1.875;
	scale: 0;
	opacity: 0;
	transition: all 0s;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.index-banner .banner-text h5 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 500;
  line-height: 1.875;
	scale: 0;
	opacity: 0;
	transition: all 0s;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  position: absolute;
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.1vw, 18px);
  width: 1em;
  height: 1em;
  line-height: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.6111em;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0577FA;
}
.index-banner .swiper-page {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 1.2vw, 20px);
  border-radius: 50%;
  background-color: #fff;
  width: 2.9em;
  height: 2.9em;
  outline: none;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  display: none;
}
.index-banner .swiper-button-prev img,
.index-banner .swiper-button-next img {
  height: 1em;
}
.index-banner .swiper-button-prev {
  left: 2.2395833%;
}
.index-banner .swiper-button-next {
  right: 2.2395833%;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
  position: relative;
  line-height: 1.25;
}
.index-business {
  margin: 4.166667% 0 2.083333%;
}
.index-business .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-business .wrapper .block {
  width: 24.083333%;
  margin-bottom: 4%;
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 2% 1%;
  text-align: center;
  border-radius: 1.111111em;
  transition: all 0.5s;
}
.index-business .wrapper .block .icon {
  width: 5em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1em;
}
.index-business .wrapper .block .icon img {
  max-height: 100%;
}
.index-business .wrapper .block h4 {
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
.index-business .wrapper .block p {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.42857;
}
.index-business .wrapper .block:hover {
  box-shadow: 0px 0px 27.26px 1.74px rgba(0, 0, 0, 0.15);
}
.index-business .wrapper .block:hover .icon img {
  animation: bounce 1s;
}
.index-about {
  position: relative;
  z-index: 1;
}
.index-about .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index-about .mycontainer .lt {
  width: 50%;
}
.index-about .mycontainer .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 73%;
}
.index-about .mycontainer .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .mycontainer .rt {
  width: 47.166667%;
}
.index-about .mycontainer .rt h3 {
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
}
.index-about .mycontainer .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.6667;
}
.index-about .mycontainer .rt .more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background: -webkit-linear-gradient(top, #3EB7E7, #107AD6);
  line-height: 2.8125;
  border-radius: 1.40625em;
  padding: 0 2em;
  margin-top: 1.875em;
}
.index-about .mycontainer .rt .more::after {
  display: block;
  position: absolute;
  content: "";
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.index-about .mycontainer .rt .more:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: all 0.5s;
}
.index-choose {
  margin-top: -3.54166667%;
  margin-bottom: 4.1666667%;
}
.index-choose .index-title {
  background: url(../images/choose-title-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5.9895833% 0 5.2083333%;
  margin-bottom: 0;
}
.index-choose .index-title h2 {
  font-size: clamp(24px, 3.75vw, 72px);
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}
.index-choose .index-title h3 {
  color: #fff;
  margin-top: -0.9em;
}
.index-choose .wrapper {
  margin-top: -3.125%;
  position: relative;
  overflow: hidden;
}
.index-choose .wrapper .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-choose .wrapper .mycontainer .block {
  width: 23.916667%;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.index-choose .wrapper .mycontainer .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.24738676%;
}
.index-choose .wrapper .mycontainer .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-choose .wrapper .mycontainer .block .title {
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 1.11111em 0.666667em 1.88889em;
}
.index-choose .wrapper .mycontainer .block .title h4 {
  color: #333;
  text-align: center;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 0.5em;
}
.index-choose .wrapper .mycontainer .block .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 1.714286;
  text-align: center;
}
.index-choose .wrapper .mycontainer .block:hover {
  background-color: #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
.index-choose .wrapper .mycontainer .block:hover .pic img {
  scale: 1.05;
  filter: brightness(1.1);
}
.index-sign {
  margin-bottom: 4.166667%;
}
.index-sign .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.index-sign .wrapper .block {
  position: relative;
  width: 10.416667%;
  transform-style: preserve-3d;
  perspective: 800px;
}
.index-sign .wrapper .block .icon {
  position: relative;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.index-sign .wrapper .block .icon img {
  position: absolute;
  display: block;
  max-width: 42%;
  max-height: 42%;
  z-index: 1;
  transition: all 0.5s;
}
.index-sign .wrapper .block .icon::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #58c9ff, #0384c2);
  transition: all 0.5s;
  opacity: 0;
}
.index-sign .wrapper .block h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  margin-top: 0.70833em;
}
.index-sign .wrapper .block:hover .icon {
  transform: rotateY(180deg);
}
.index-sign .wrapper .block:hover .icon::after {
  opacity: 1;
}
.index-sign .wrapper .block:hover .icon img {
  filter: contrast(0) brightness(200%);
}
.index-sign .wrapper em {
  display: block;
  width: 2.75%;
  margin-top: 4%;
}
.index-sign .wrapper em img {
  display: block;
  max-width: 100%;
}
.index-sign .wrapper em:last-of-type {
  display: none;
}
.index-sign .more {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 2.916667%;
}
.index-sign .more a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  line-height: 2.3333;
  border-radius: 1.16665em;
  background: -webkit-linear-gradient(top, #84aafc, #406edb);
  padding: 0 1em 0 1.3333em;
}
.index-sign .more a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.index-sign .more a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: all 0.5s;
}
.index-news {
  padding: 3.8541667% 0 4.4791667%;
  background-color: #f2f2f2;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .index-title a {
  font-size: clamp(14px, 1.1vw, 18px);
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  line-height: 2.3333;
  border-radius: 1.16665em;
  background: -webkit-linear-gradient(top, #84aafc, #406edb);
  padding: 0 1em 0 1.3333em;
}
.index-news .index-title a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.index-news .index-title a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: all 0.5s;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 68.797954%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .pic .date {
  position: absolute;
  font-size: clamp(10px, 1vw, 14px);
  color: #fff;
  background-color: #06bcbc;
  text-align: center;
  line-height: 1.2;
  top: 0;
  right: 6px;
  padding: 1em;
}
.index-news .swiper .pic .date h5 {
  font-weight: 700;
}
.index-news .swiper .title {
  background-color: #fff;
  font-size: clamp(14px, 1.1vw, 16px);
  padding: 1.625em 1.625em 2.5em;
}
.index-news .swiper .title h4 {
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  margin-bottom: 0.5625em;
}
.index-news .swiper .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 1.142857;
  height: 2.285714em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .swiper .title a {
  color: inherit;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #4665d5;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 4.166667%;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  padding-bottom: 3.75%;
}
footer .footer-top .logo {
  width: 162px;
}
footer .footer-top nav {
  width: 31.666667%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .info {
  max-width: 40%;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
}
footer .footer-top ul li {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
footer .footer-top ul li a {
  color: inherit;
}
footer .footer-top ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top p {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
footer .footer-bt {
  display: flex;
  justify-content: space-between;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.6667;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 0.75% 0 1.5%;
  gap: 3%;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt .rt {
  text-align: right;
}
