@charset "UTF-8";
@import "banner.css";
@import "singlebanner.css";
@import "floating.css";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
body > * {
  min-width: 350px;
}
body {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
}

* {
  box-sizing: border-box;
}

sup {
  font-size: 0.5em;
}

main {
  overflow: unset !important;
}

.d-inline-block {
  display: inline-block;
}

.mobile-visible {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile-visible {
    display: block !important;
  }
}

.desktop-visible {
  display: block !important;
}
@media (max-width: 1024px) {
  .desktop-visible {
    display: none !important;
  }
}

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

.nowrap {
  white-space: nowrap;
}

#main-content {
  position: relative;
  display: block;
  overflow: hidden;
  color: #000;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}

.highlight {
  color: #b00931;
}

.banner1 {
  transform: scale(1) !important;
  opacity: 1 !important;
  background-image: url("../images/SEKV_AW-TC.jpg");
}
@media (max-width: 767px) {
  .banner1 {
    background-image: url("../images/SEKV_AW-TC_m.jpg");
  }
}
.banner1:lang(en), .banner1.en {
  background-image: url("../images/SEKV_AW-EN.jpg");
}
@media (max-width: 767px) {
  .banner1:lang(en), .banner1.en {
    background-image: url("../images/SEKV_AW-EN_m.jpg");
  }
}
.banner1:lang(zh-cn), .banner1.sc {
  background-image: url("../images/SEKV_AW-SC.jpg");
}
@media (max-width: 767px) {
  .banner1:lang(zh-cn), .banner1.sc {
    background-image: url("../images/SEKV_AW-SC_m.jpg");
  }
}

.additionalText {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 30px 30px;
}
@media (min-width: 1025px) {
  .additionalText {
    padding: 30px 15px;
  }
}

.HeroBanner_slider__1cnli:after {
  content: none;
}

#topBanner .swiper-slide {
  height: 80vw;
}
#topBanner .banner-sectioning {
  width: 100%;
  height: 6.944vw;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 3;
  background: url(../images/banner-sectioning.png) 50% center/cover no-repeat;
  background-position: 50% center;
}
.page-menu-section {
  font-weight: 400;
}
@media (min-width: 992px) {
  .page-menu-section {
    top: 91px;
  }
}
.page-menu-section .PageMenu_pageMenu {
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(187, 160, 100, 0.2);
  border-radius: 0 0 2px 2px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .page-menu-section .PageMenu_pageMenu {
    font-size: 0.75rem;
  }
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  background: #744722;
  background: linear-gradient(90deg, rgb(116, 71, 34) 0%, rgb(171, 133, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#744722", endColorstr="#AB8569", GradientType=1);
}
@media (min-width: 1025px) {
  .sticky-footer {
    right: 0;
    width: auto;
    left: auto;
    bottom: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.sticky-footer .sticky-footer-inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .sticky-footer .sticky-footer-inner {
    display: block;
  }
}
.sticky-footer .sticky-footer-btn {
  width: 50%;
  text-align: center;
  padding: 10px 15px;
  position: relative;
}
@media (min-width: 1025px) {
  .sticky-footer .sticky-footer-btn {
    width: 100%;
    padding: 6px 15px;
  }
}
.sticky-footer .sticky-footer-btn:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 1px;
  height: 90%;
  bottom: auto;
  left: auto;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .sticky-footer .sticky-footer-btn:after {
    content: none;
  }
}
.sticky-footer .sticky-footer-btn:last-child:after {
  content: none;
}
.sticky-footer .sticky-footer-btn a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (min-width: 1025px) {
  .sticky-footer .sticky-footer-btn a {
    justify-content: flex-start;
  }
}
.sticky-footer .sticky-footer-btn a span {
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 1025px) {
  .sticky-footer .sticky-footer-btn a span {
    font-size: 17px;
    line-height: 21px;
  }
}
.sticky-footer .sticky-footer-btn a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 11px;
  background-image: url(../images/floating-arrow.png);
  background-size: contain;
}

.footer__bottom {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .footer__bottom {
    margin-bottom: 0;
  }
}

#page-menu a {
  color: #000;
}
#page-menu a:lang(en) {
  margin-right: 5px;
  font-size: 13px;
}
@media (min-width: 767px) and (max-width: 1100px) {
  #page-menu a:lang(en) {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  #page-menu a:lang(en) {
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  #page-menu .quicklink > a {
    padding: 0 15px;
  }
}
@media (min-width: 1100px) {
  #page-menu .quicklink > a {
    padding-left: 35px;
    padding-right: 40px;
  }
}
#page-menu .quicklink ul {
  margin: 0;
}
#page-menu .PageMenu_selected:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #bba064;
  bottom: -8px;
  left: 0;
  position: absolute;
  opacity: 1;
}

.PageMenu_rightBtn {
  top: 0;
}
.PageMenu_rightBtn > a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .PageMenu_rightBtn > a {
    font-size: 12px;
    max-width: 120px;
    line-height: 16px;
    top: -2px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .PageMenu_rightBtn > a:lang(en) {
    font-size: 12px;
    max-width: 154px;
    line-height: 16px;
  }
}

.MobilePageMenu_container {
  z-index: 997;
}
.MobilePageMenu_container button {
  border: none;
  background-color: transparent;
  background-color: initial;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: inherit;
  padding: 0;
  letter-spacing: inherit;
  font-family: inherit;
  color: #000;
}
.MobilePageMenu_container button:lang(en) {
  font-size: 11px;
}
@media (min-width: 375px) {
  .MobilePageMenu_container button:lang(en) {
    font-size: 14px;
  }
}
.MobilePageMenu_container button:lang(en):after {
  right: 10px !important;
}
.MobilePageMenu_container a {
  color: #000;
}
@media (max-width: 1024px) {
  .MobilePageMenu_container .MobilePageMenu_pageMenu.active {
    display: block;
  }
}
.MobilePageMenu_container .MobilePageMenu_quickLink ul {
  margin: 0;
  padding: 0;
}
.MobilePageMenu_container a.MobilePageMenu_mobileTopRightBtn {
  line-height: 20px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.MobilePageMenu_container a.MobilePageMenu_mobileTopRightBtn:lang(en) {
  font-size: 12px;
  padding: 10px;
}

.ContactUs_h1__xxWbr {
  font-size: 3.4375rem;
  line-height: 1.357;
}
@media (max-width: 799px) {
  .ContactUs_h1__xxWbr {
    font-size: 1.75rem;
  }
}

.ContactUs_h2__28rAT {
  font-size: 3.125rem;
  line-height: 1.2;
}
@media (max-width: 799px) {
  .ContactUs_h2__28rAT {
    font-size: 1.75rem;
  }
}

.ContactUs_h3 {
  font-size: 2.625rem;
  line-height: 1.4;
}
@media (max-width: 799px) {
  .ContactUs_h3 {
    font-size: 1.5625rem;
  }
}

.ContactUs_h4__h7pF- {
  font-size: 2.375rem;
  line-height: 1.4;
}

.ContactUs_h5__OY4tF {
  font-size: 1.875rem;
  line-height: 1.2;
}

.ContactUs_module {
  padding-top: 80px;
  padding-bottom: 30px;
}
.ContactUs_module:last-child {
  padding-bottom: 0;
}
@media (max-width: 799px) {
  .ContactUs_module {
    min-height: 0;
    padding-top: 75px;
  }
}

.ContactUs_menuContainer__1zpVE {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: auto;
}

.ContactUs_container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  overflow-x: hidden;
}
.ContactUs_container > p {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .ContactUs_container {
    padding: 0 25px;
  }
}
@media (max-width: 799px) {
  .ContactUs_container {
    opacity: 1;
    background: linear-gradient(0, rgba(187, 160, 100, 0.086573), rgba(187, 160, 100, 0));
    padding-bottom: 80px;
  }
}

.ContactUs_sectionHeader__2VW3f {
  text-align: center;
}
.ContactUs_sectionHeader__2VW3f a {
  color: #326da9;
}
.ContactUs_sectionHeader__2VW3f h3 {
  font-size: 3.125rem;
  line-height: 1.2;
  margin: 0 auto;
  white-space: pre-line;
  max-width: 80%;
}
.ContactUs_sectionHeader__2VW3f h3.ContactUs_small__1zFxm {
  font-size: 2.25rem;
}
@media (max-width: 799px) {
  .ContactUs_sectionHeader__2VW3f h3 {
    font-size: 1.75rem;
    margin: 14px 0;
    max-width: 100%;
  }
  .ContactUs_sectionHeader__2VW3f h3.ContactUs_small__1zFxm {
    margin: 0 auto 10px;
    font-size: 1.5rem;
  }
}
.ContactUs_sectionHeader__2VW3f.ContactUs_left__1zoMg {
  text-align: left;
}
.ContactUs_sectionHeader__2VW3f.ContactUs_left__1zoMg h3 {
  margin: 0;
  max-width: 100%;
  font-size: 3.125rem;
}

.ContactUs_sectionDesc__2XDtg {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .ContactUs_sectionDesc__2XDtg {
    font-size: 0.9375rem;
  }
}

.ContactUs_moduleHeader h3 {
  margin-bottom: 14px;
}

.ContactUs_items {
  margin: 40px -20px;
  vertical-align: top;
  display: flex;
  justify-content: center;
}
@media (max-width: 799px) {
  .ContactUs_items {
    display: block;
  }
}
.ContactUs_items .ContactUs_item {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 799px) {
  .ContactUs_items .ContactUs_item {
    width: 100% !important;
    margin-bottom: 25px;
  }
}
.ContactUs_items .ContactUs_item > div {
  padding: 36px 20px;
  border-radius: 10px;
  height: 100%;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 20px 40px 0 rgba(187, 160, 100, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .ContactUs_items .ContactUs_item > div {
    padding: 45px 20px 40px;
  }
}
.ContactUs_items .ContactUs_item .ContactUs_title {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 1.25rem;
}
html[lang=en] .ContactUs_items .ContactUs_item .ContactUs_title {
  min-height: 56px;
}
@media (max-width: 799px) {
  .ContactUs_items .ContactUs_item .ContactUs_title {
    min-height: 0;
    font-size: 1.5rem;
  }
}
.ContactUs_items .ContactUs_item img {
  width: auto;
  height: 50px;
}
.ContactUs_items .ContactUs_item .ContactUs_desc {
  margin-top: 25px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  line-height: 1.6;
}
@media (max-width: 799px) {
  .ContactUs_items .ContactUs_item .ContactUs_desc {
    font-size: 0.9375rem;
  }
}
.ContactUs_items .ContactUs_item .ContactUs_desc span {
  display: inline-flex;
  justify-content: center;
  height: 1.4em;
  width: 35px;
  position: relative;
}
.ContactUs_items .ContactUs_item .ContactUs_desc span img {
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.ContactUs_items .ContactUs_item .ContactUs_button {
  background-image: linear-gradient(206deg, #d8155f, #b00931 95%), linear-gradient(206deg, rgba(135, 212, 249, 0.2), rgba(134, 212, 249, 0.27) 95%);
  border-radius: 25px;
  color: #fff;
  padding: 12px 26px;
  font-size: 0.9375rem;
  margin-top: 25px;
  font-weight: 600;
}

.ContactUs_footer {
  text-align: center;
}
.ContactUs_footer a {
  color: #b00931;
  font-weight: 600;
}

.ContactUs_additionalText {
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.75);
  max-width: 555px;
  margin: auto;
  letter-spacing: 0.35px;
}
html[lang=en] .ContactUs_additionalText {
  letter-spacing: normal;
}
.ContactUs_additionalText a {
  color: #b7a269;
  font-weight: 600;
}
@media (max-width: 799px) {
  .ContactUs_additionalText {
    text-align: left;
  }
}

.Footer_bottomText {
  color: #000;
  font-size: 0.9375rem;
  opacity: 1;
  padding: 60px 20px;
  text-align: center;
}
@media (max-width: 799px) {
  .Footer_bottomText {
    padding: 20px 20px 60px;
  }
}

#leadin {
  text-align: center;
  padding: 75px 0;
}
@media (max-width: 799px) {
  #leadin {
    padding: 50px 0;
  }
}
#leadin .leadin-title {
  color: #b31c2a;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 799px) {
  #leadin .leadin-title {
    font-size: 2.25rem;
  }
}
#leadin .leadin-title img {
  vertical-align: bottom;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
@media (max-width: 799px) {
  #leadin .leadin-title img {
    margin-right: 5px;
    width: 36px;
    height: 36px;
  }
}
#leadin .leadin-subtitle {
  font-size: 2.125rem;
  line-height: 1.4;
}
@media (max-width: 799px) {
  #leadin .leadin-subtitle {
    font-size: 1.75rem;
  }
}
#leadin .leadin-image {
  padding: 50px 0;
}
@media (max-width: 799px) {
  #leadin .leadin-image {
    padding: 30px 0;
  }
}
#leadin .leadin-image .leadin-image-inner {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#leadin .leadin-image .leadin-image-inner img {
  width: 100%;
}
#leadin .leadin-image .leadin-image-inner a {
  position: absolute;
  top: 38.4%;
  left: 42.84%;
  width: 7.273%;
  height: auto;
}
@media (max-width: 799px) {
  #leadin .leadin-image .leadin-image-inner a {
    top: 38.4%;
  }
}
#leadin .leadin-image .leadin-image-inner a.BtnChart2 {
  left: 50%;
}
#leadin .leadin-image .leadin-image-inner a img.hover {
  display: none;
}
#leadin .leadin-image .leadin-image-inner a:hover img.hover {
  display: block;
}
#leadin .leadin-image .leadin-image-inner a:hover img.normal {
  display: none;
}

#offer .offer-desc {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 799px) {
  #offer .offer-desc {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
#offer .offer-desc:lang(en) {
  margin-bottom: 55px;
}
@media (max-width: 799px) {
  #offer .offer-desc:lang(en) {
    margin-bottom: 35px;
  }
}
#offer .offer-trynow {
  padding-bottom: 40px;
  text-align: center;
}
#offer .offer-trynow span {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media (max-width: 799px) {
  #offer .offer-trynow span {
    font-size: 1.5rem;
  }
}
#offer .offer-trynow span::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 16px;
  height: 15px;
  background: url("../images/icon-sitemap-arrow-bottom.png") no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
#offer .tab-container .tab {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 799px) {
  #offer .tab-container .tab {
    margin-bottom: 30px;
  }
}
#offer .tab-container .tablinks {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
  padding: 12px 20px;
  font-size: 1.125rem;
  border-radius: 30px;
  border: 0;
  font-weight: 600;
  background-color: #e9e9e9;
  color: #000;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 799px) {
  #offer .tab-container .tablinks {
    padding: 10px 10px;
    font-size: 1rem;
    margin: 0 5px;
  }
}
#offer .tab-container .tablinks.active {
  background: #a6865c;
  background: linear-gradient(90deg, rgb(166, 134, 92) 0%, rgb(220, 189, 149) 100%);
  color: #fff;
}
#offer .tab-container .tablinks.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 10px;
  background: #a6865c;
  background: linear-gradient(90deg, rgb(166, 134, 92) 0%, rgb(220, 189, 149) 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#offer .tab-container .tabcontent {
  display: none;
}
#offer .tab-container .tabcontent.active {
  display: block;
}
#offer .tab-container .tab-desc {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-desc {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
#offer .tab-container .tab-bottom-text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 40px;
  padding: 0 20px;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-bottom-text {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
#offer .tab-container .tabcontent-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 20px;
  justify-content: space-between;
}
@media (max-width: 799px) {
  #offer .tab-container .tabcontent-inner {
    gap: 0px;
  }
}
#offer .tab-container .tab-item {
  background: #f1ede4;
  border-radius: 30px;
  box-shadow: 3px 3px 50px #f0f0f0;
  padding: 30px 25px;
  text-align: center;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
#offer .tab-container .tab-item:last-child {
  margin-bottom: 0;
}
#offer .tab-container .tab-item.w-full {
  width: 100%;
  padding: 0;
  text-align: left;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-item.w-full {
    width: 100%;
  }
}
#offer .tab-container .tab-item.w-full .tab-list ul {
  text-align: left;
  list-style-position: outside;
  padding-left: 20px;
}
#offer .tab-container .tab-item.w-half {
  width: calc(50% - 20px);
}
@media (max-width: 799px) {
  #offer .tab-container .tab-item.w-half {
    width: 100%;
  }
}
#offer .tab-container .tab-item.w-third {
  width: calc(33.333% - 30px);
}
@media (max-width: 799px) {
  #offer .tab-container .tab-item.w-third {
    width: 100%;
  }
}
#offer .tab-container .tab-icon {
  width: 48px;
  margin: 0 auto 10px;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-icon {
    width: 40px;
  }
}
#offer .tab-container .tab-title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-title {
    font-size: 1.25rem;
  }
}
#offer .tab-container .tab-list {
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-list {
    font-size: 0.875rem;
  }
}
#offer .tab-container .tab-list span {
  color: #b00931;
}
#offer .tab-container .tab-list span .nowrap {
  color: #b00931;
}
#offer .tab-container .tab-list .nowrap {
  color: #000;
}
#offer .tab-container .tab-list ul {
  text-align: center;
  list-style-position: inside;
  padding: 0;
}
#offer .tab-container .tab-list ul li {
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-list ul li {
    font-size: 0.875rem;
  }
}
#offer .tab-container .tab-list ul li span {
  color: #b00931;
}
#offer .tab-container .tab-list ul li.list-none {
  list-style-type: none;
  margin-left: -20px;
  font-size: 0.875rem;
}
@media (max-width: 799px) {
  #offer .tab-container .tab-list ul li.list-none {
    font-size: 0.75rem;
  }
}
#offer .tab-container .tab-list ul li a {
  margin-top: 10px;
}
#offer .tab-container .tab-list ul li:last-child {
  margin-bottom: 0;
}

body {
  font-size: 1.2rem;
  padding-top: 90px;
}
@media (max-width: 991px) {
  body {
    padding-top: 78px;
  }
}
@media (max-width: 576px) {
  body {
    padding-top: 68px;
  }
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  background-color: #fff;
}
nav .navbar-brand {
  display: inline-block;
  padding-top: 0.55625rem;
  padding-bottom: 0.55625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
nav .navbar-brand img {
  vertical-align: middle;
  border-style: none;
}
@media (max-width: 991px) {
  nav .navbar-brand img {
    height: 40px;
  }
}
@media (max-width: 576px) {
  nav .navbar-brand img {
    height: 30px;
  }
}
nav .ml-2,
nav .mx-2 {
  margin-left: 0.5rem !important;
}
nav .pl-1,
nav .px-1 {
  padding-left: 0.25rem !important;
}
nav .pr-1,
nav .px-1 {
  padding-right: 0.25rem !important;
}
nav small,
nav .small {
  font-size: 80%;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  margin-top: -4px;
  line-height: 1.5;
}
nav small a,
nav .small a {
  color: #212529;
}
nav small a:hover,
nav .small a:hover {
  color: black;
  text-decoration: underline;
}
nav #separator {
  clear: both;
  height: 7px;
  background-color: #666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
nav #separator > #separator-red {
  height: 7px;
  margin-left: 90px;
  background-color: #a00;
}/*# sourceMappingURL=style.css.map */