.worksans {
    font-family: "Work Sans", sans-serif;
}
.wrap960 {
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .wrap960 {
        width: 100%;
    }
}
/* header {
    -webkit-animation: header 4s;
    -moz-animation: header 4s;
    -o-animation: header 4s;
    -ms-animation: header 4s;
    animation: header 4s;
} */
@-webkit-keyframes header {
    0% {
        top: -115px;
    }
    75% {
        top: -115px;
    }
    100% {
        top: 0;
    }
}
@keyframes header {
    0% {
        top: -115px;
    }
    75% {
        top: -115px;
    }
    100% {
        top: 0;
    }
}
.quickLink {
    -webkit-animation: quickLink 4s;
    -moz-animation: quickLink 4s;
    -o-animation: quickLink 4s;
    -ms-animation: quickLink 4s;
    animation: quickLink 4s;
}
@-webkit-keyframes quickLink {
    0% {
        right: -92px;
    }
    75% {
        right: -92px;
    }
    100% {
        right: 0;
    }
}
@keyframes quickLink {
    0% {
        right: -92px;
    }
    75% {
        right: -92px;
    }
    100% {
        right: 0;
    }
}
.heroBanner {
    width: 100%;
    height: 100vh;
    min-height: 620px;
    /* height: 785px; */
    position: relative;
    margin-top: 115px;
}
@media only screen and (max-width: 1475px) {
    .heroBanner {
        margin-top: 68px;
    }
}
.heroBanner .titleWrap {
    /* width: 500px; */
    position: absolute;
    left: 20%;
    top: 8%;
    /* margin-left: -250px; */
    z-index: 4;
}
.heroBanner .titleWrap span {
    display: inline-block;
    color: #fff;
    /* font-size: 80px; */
    font-size: calc(80 / 1920 * 100vw);
    font-weight: bold;
}
@media only screen and (max-width: 990px) {
    .heroBanner .titleWrap span {
        /* font-size: 60px; */
        font-size: calc(60 / 990 * 100vw);
    }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 600px) {
    .heroBanner .titleWrap span {
        font-size: 45px;
    }
}
.reveal-span {
    visibility: hidden;
}
.orix-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105vh;
     background-color: #005596; /* ORIX 藍 */
    z-index: 1; /* 在背景圖的下一層 */
-webkit-mask-image: radial-gradient(circle at 100% 100%, transparent 0%, black 0%);
    mask-image: radial-gradient(circle at 100% 100%, transparent 0%, black 0%);
}

/* 鎖定狀態 */
body.lock-scroll {
    overflow: hidden;
    height: 100%;
}

/* .heroBanner .titleWrap h1 {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px #103861 solid;
    font-size: 40px;
    font-weight: 400;
    color: #103861;
    text-align: center;
    letter-spacing: 1px;
} */
/* .heroBanner .titleWrap h1 .red {
    color: #d7092f;
}
.heroBanner .titleWrap h1 .en {
    font-size: 25px;
    color: #29a5dc;
    display: block;
    text-align: center;
    margin-top: 0;
    letter-spacing: 10px;
} */
/* @media only screen and (max-width: 640px) {
    .heroBanner .titleWrap h1 {
        font-size: 36px;
    }
    .heroBanner .titleWrap h1 .en {
        font-size: 20px;
        letter-spacing: 9px;
    }
}
@media only screen and (max-width: 420px) {
    .heroBanner .titleWrap h1 {
        font-size: 27px;
    }
    .heroBanner .titleWrap h1 .en {
        font-size: 18px;
        letter-spacing: 5px;
    }
}
.heroBanner .titleWrap h2 {
    color: #103861;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: justify;
    text-shadow: 0 1px 2px #fff;
}
@media only screen and (max-width: 640px) {
    .heroBanner .titleWrap {
        width: calc(100% - 40px);
        margin-left: 0;
        left: 20px;
        top: 15%;
    }
    .heroBanner .titleWrap h2 {
        font-size: 14px;
        line-height: 1.4;
    }
} */
.heroBanner .scene {
    width: 100%;
    /* height: 105vh; */
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.heroBanner .scene.bg {
    background-image: url(../images/202603/main_keyvision.jpg);
    z-index: 1;
    -webkit-animation: scene_bg 3s;
    -moz-animation: scene_bg 3s;
    -o-animation: scene_bg 3s;
    -ms-animation: scene_bg 3s;
    animation: scene_bg 3s;
}
/* .heroBanner .scene.people {
    background-image: url(../images/heroBanner_people.png);
    z-index: 2;
    -webkit-animation: scene_people 5s;
    -moz-animation: scene_people 5s;
    -o-animation: scene_people 5s;
    -ms-animation: scene_people 5s;
    animation: scene_people 5s;
} */
.heroBanner .scene.car {
    top: auto;
    /* background-image: url(../images/heroBanner_car.png); */
    z-index: 3;
    bottom: 0;
    overflow: hidden;
}
.heroBanner .numbers {
    width: 100%;
    position: absolute;
    bottom: 16%;
    left: 0;
    z-index: 4;
    /* background: url(../images/202603/numbersBg.png) repeat-x left; */
    /* background: url(../images/202603/numbersBg.png) repeat-x left bottom; */
    /* padding: 4% 0 10% 0; */
    text-align: center;
}
@media only screen and (max-height: 750px) {
    .heroBanner .numbers {
        bottom: 22%;
    }
}
/* @media only screen and (max-width: 600px) {
    .heroBanner .numbers {
       bottom: -24px; 
    }
} */
.heroBanner .numbers .wrap960 {
    display: flex;
    justify-content: space-around;
}
@media only screen and (max-width: 600px) {
    .heroBanner .numbers .wrap960 {
        flex-wrap: wrap;
        flex-direction: column;
        width: 80%;
    }
}
/* 初始狀態 */
.heroBanner .numbers .item {
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.1, 0, 0, 1); /* 高質感的噴射曲線 */
}

/* 啟動狀態 */
.heroBanner .numbers .item.show-now {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.heroBanner .numbers .item {
    /* display: inline-block; */
    vertical-align: top;
    visibility: hidden;
    /* border-right: 1px #fff solid; */
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 50px 0 20px;
    background-image: url(../images/202603/side_bar.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; /* 或者其他適合的尺寸 */
}
.heroBanner .numbers .item .num {
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-weight: 200;
    /* font-size: 75px; */
    font-size: calc(75 / 1920 * 100vw);
    letter-spacing: -3px;
    font-weight: bold;
    font-variant-numeric: tabular-nums;
    display: block;
    min-width: 1.5em;
}

.heroBanner .numbers .item .num span {
    color: #fff;
    font-size: 28px;
    margin-left: 10px;
}
.heroBanner .numbers .item:last-child {
    border-right: 0;
}
@media only screen and (max-width: 960px) {
    .heroBanner .numbers {
        /* padding-bottom: 20px; */
    }
    .heroBanner .numbers .item {
        margin-bottom: 10px;
        border-right: 0;
        padding: 0 30px;
    }
    .heroBanner .numbers .item .num {
        /* font-size: 55px; */
        font-size: calc(55 / 960 * 100vw);
    }
    .heroBanner .numbers .item .num span {
        font-size: calc(28 / 960 * 100vw);
    }
}
@media only screen and (max-width: 768px) {
    .heroBanner .numbers .item .num {
        /* font-size: 55px; */
        font-size: calc(55 / 768 * 100vw);
    }
    .heroBanner .numbers .item .num span {
        font-size: calc(28 / 768 * 100vw);
    }
}
@media only screen and (max-width: 600px) {
    /* .heroBanner .numbers .item .num {
        font-size: 30px;
    } */
    .heroBanner .numbers .item {
        font-size: 16px;
    }
}
@media only screen and (max-width: 420px) {
    .heroBanner .numbers .item {
        padding: 0 20px;
    }
    .heroBanner .numbers .item .num {
        font-size: 30px;
    }
}
.heroBanner .scrollDown {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 3;
    bottom: -3%;
    left: 50%;
    margin-left: -40px;
    background: url(../images/index_down_arrow.png) no-repeat center;
    background-size: contain;
    -webkit-animation: 2s scroll_down infinite;
    -moz-animation: 2s scroll_down infinite;
    -o-animation: 2s scroll_down infinite;
    -ms-animation: 2s scroll_down infinite;
    animation: 2s scroll_down infinite;
    cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .heroBanner .scrollDown {
    width: 35px;
    height: 35px;
    margin-left: -17px;
    bottom: -30px;
  }
}
@-webkit-keyframes scroll_down {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes scroll_down {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes scene_bg {
    from {
        opacity: 0;
        top: 10%;
    }
    to {
        opacity: 1;
        top: 0;
    }
}
@keyframes scene_bg {
    from {
        opacity: 0;
        top: 10%;
    }
    to {
        opacity: 1;
        top: 0;
    }
}
@-webkit-keyframes scene_people {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes scene_people {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.compare {
    padding: 100px 0;
}
@media only screen and (max-width: 640px) {
    .compare {
        padding: 50px 0;
    }
}
.compare .column {
    width: calc(50% - 12px);
    display: inline-block;
    vertical-align: top;
}
.compare .column:nth-child(2) {
    margin-right: 20px;
}
@media only screen and (max-width: 960px) {
    .compare .column {
        width: calc(100% - 20px);
        display: block;
        margin: 0 auto 20px auto;
    }
    .compare .column:nth-child(2) {
        margin-right: auto;
    }
}
.compare .column table {
    width: 100%;
}
.compare .column table caption {
    color: #0079ba;
    text-align: center;
    font-size: 20px;
    display: table-caption;
    margin-bottom: 20px;
}
.compare .column table caption:before {
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    margin: 0 auto 15px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.compare .column table caption.saveMoney:before {
    background-image: url(../images/saveMoney.svg);
}
.compare .column table caption.saveTime:before {
    background-image: url(../images/saveTime.svg);
}
.compare .column table td,
.compare .column table th {
    padding: 20px 30px;
}
.compare .column table td:first-child,
.compare .column table th:first-child {
    width: 65%;
}
.compare .column table td:nth-child(2),
.compare .column table td:nth-child(3),
.compare .column table th:nth-child(2),
.compare .column table th:nth-child(3) {
    padding: 20px 15px;
}
@media only screen and (max-width: 420px) {
    .compare .column table td:nth-child(2),
    .compare .column table td:nth-child(3),
    .compare .column table th:nth-child(2),
    .compare .column table th:nth-child(3) {
        padding: 20px 5px;
    }
}
.compare .column table th {
    background: #103861;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 400;
    text-align: left;
}
.compare .column table th:nth-child(2),
.compare .column table th:nth-child(3) {
    text-align: center;
}
.compare .column table td {
    font-size: 16px;
    line-height: 1.4;
}
.compare .column table td .no,
.compare .column table td .yes {
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    text-indent: -9999px;
}
.compare .column table td .yes {
    width: 40px;
    background-image: url(../images/yes.svg);
}
.compare .column table td .no {
    width: 30px;
    background-image: url(../images/no.svg);
}
.compare .column table tr:nth-child(even) td {
    background: #f9f9f9;
}
.compare .column table tr:nth-child(odd) td {
    background: #f1f1f1;
}
@media only screen and (max-width: 640px) {
    .compare .column table th {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .compare .column table td {
        font-size: 14px;
    }
    .compare .column table td,
    .compare .column table th {
        padding: 20px 15px;
    }
}
.advantage {
    background: url(../images/advantageBg.png) no-repeat #f6f6f6 bottom center;
    padding: 100px 0 285px 0;
}
@media only screen and (max-width: 640px) {
    .advantage {
        padding: 50px 0 100px 0;
        background-image: none;
    }
}
.advantage .wrap960 {
    text-align: center;
}
.advantage .item {
    width: 175px;
    height: 175px;
    background: #103861;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
    margin-top: 50px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
.advantage .item:nth-child(3n + 1) {
    margin-right: 0;
}
.advantage .item img {
    display: block;
    margin: 20px auto 10px auto;
}
@media only screen and (max-width: 960px) {
    .advantage .item {
        margin-right: calc(50% - 360px);
    }
}
@media only screen and (max-width: 800px) {
    .advantage .item {
        margin-right: calc(50% - 310px);
    }
}
@media only screen and (max-width: 640px) {
    .advantage .item {
        width: 160px;
        height: 160px;
        font-size: 14px;
        margin-right: 10px;
        margin-top: 30px;
    }
    .advantage .item:nth-child(3n + 1) {
        margin-right: 10px;
    }
    .advantage .item img {
        width: 60px;
    }
}
@media only screen and (max-width: 420px) {
    .advantage .item {
        width: 140px;
        height: 140px;
    }
}

.brand {
    padding: 100px 0;
    background-color: #123960;
}

.brand h1 {
    color: #fff;
}
.brand .brandMain span {
    display: inline-block;
    margin: 0 10px;
    font-size: 80px;
    font-weight: bold;
    
    /* 初始狀態：使用透明的白色 rgba(255,255,255,0)，讓底層的藍紫色漸層透出來 */
    color: rgba(255, 255, 255, 0); 
    
    /* 套用你觀察到的 ORIX 專屬曲線，只過渡 color */
    transition: color 1s cubic-bezier(.215, .61, .355, 1);
}
@media only screen and (max-width: 990px) {
    .brand .brandMain span {
        font-size: 50px;
    }
}
@media only screen and (max-width: 600px) {
    .brand .brandMain span {
        font-size: 30px;
    }
}
.brand .brandMain {
    padding-top: 50px;
    text-align: center;

    background: radial-gradient(circle at 50% 20%,#64aadc 0%,#4b2382 99%);
    
    background-size: 200% 100%;
    
    /* 初始位置：推到最右邊 (100%)，顯示藍紫色部分 */
    background-position: 100% 0%;
    
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    /* 動畫過渡設定 */
    transition: background-position 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.brand .brandBtn {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.brand .brandBtn button {
    clear: both;
    display: block;
    width: 240px;
    margin: 0 auto;
    border: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #df1736;
    padding: 12px 0;
    letter-spacing: 2px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}
.brand .brandBtn button:focus {
    outline: 0;
}
.brand .brandBtn button:hover {
    background: #103861;
}
.brand .brandMain.is-visible span {
    color: rgba(255, 255, 255, 1);
}

/* 替每個單字設定不同的延遲時間 (Delay)，達成「逐字變白」的連貫特效 */
.brand .brandMain span:nth-of-type(1) { transition-delay: 0.0s; } /* ORIX */
.brand .brandMain span:nth-of-type(2) { transition-delay: 0.2s; } /* Group */
.brand .brandMain span:nth-of-type(3) { transition-delay: 0.4s; } /* Purpose */
.brand .brandMain span:nth-of-type(4) { transition-delay: 0.6s; } /* & */
.brand .brandMain span:nth-of-type(5) { transition-delay: 0.8s; } /* Culture */

.brand .brandMain span {
    color: inherit; /* 確保繼承父層的漸變遮罩 */
    display: inline-block;
}


.serve {
	padding: 100px 0;
}

.serve .serveMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-top: 50px;
}

.serve .serveMain img {
    width: calc(100% / 3 - 10px);
}
@media only screen and (max-width: 600px) {
    .serve .serveMain img {
        width: calc(100% / 2 - 10px);
    }
}

.tesla .banner {
    width: 100%;
    height: 660px;
    background: url(../images/teslaBg.jpg) no-repeat center;
    background-size: cover;
}
@media only screen and (max-width: 640px) {
    .tesla .banner {
        background-image: url(../images/teslaBg2.jpg);
        height: calc(800 / 640 * 100vw);
    }
}
.tesla .banner .logo,
.tesla .banner .textWrap {
    float: left;
}
@media only screen and (max-width: 960px) {
    .tesla .banner .logo {
        margin-left: 10px;
    }
}
.tesla .banner .textWrap {
    margin: 85px 0 0 50px;
}
.tesla .banner .textWrap .title {
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
}
.tesla .banner .textWrap .title img {
    width: 55%;
}
.tesla .banner .textWrap .title span {
    display: none;
}
.tesla .banner .textWrap p {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: grey;
}
@media only screen and (max-width: 800px) {
    .tesla .banner .textWrap {
    }
    .tesla .banner .textWrap .title {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .tesla .banner .textWrap {
        clear: both;
        margin: 85px 0 0 0;
    }
    .tesla .banner .textWrap .title {
        margin-bottom: 10px;
    }
    .tesla .banner .textWrap p {
        font-size: 16px;
    }
}
.tesla .info {
    padding-bottom: 100px;
}
@media only screen and (max-width: 960px) {
    .tesla .info {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}
.tesla .info .column {
    margin-top: 70px;
    margin-bottom: 80px;
    float: left;
    width: calc(50% - 20px);
}
.tesla .info .column:first-child {
    margin-right: 40px;
}
@media only screen and (max-width: 640px) {
    .tesla .info .column {
        float: none;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
    .tesla .info .column:first-child {
        margin-right: 0;
    }
}
.tesla .info .column h4 {
    font-size: 25px;
    font-weight: 700;
    color: #a9acae;
    margin: 0 0 30px 0;
}
.tesla .info .column h4 span {
    font-weight: 400;
}
@media only screen and (max-width: 420px) {
    .tesla .info .column h4 {
        font-size: 20px;
    }
}
.tesla .info .column table {
    width: 100%;
    border-top: 2px #c7c7c7 solid;
    border-bottom: 1px #c7c7c7 solid;
}
.tesla .info .column table td,
.tesla .info .column table th {
    padding: 10px;
    text-align: center;
    border-bottom: 1px #c7c7c7 solid;
    font-size: 16px;
}
.tesla .info .column table td:first-child,
.tesla .info .column table th:first-child {
    border-right: 2px #c7c7c7 solid;
}
@media only screen and (max-width: 420px) {
    .tesla .info .column table td,
    .tesla .info .column table th {
        font-size: 14px;
    }
}
.tesla .info .column table td {
    color: grey;
}
.tesla .info .column table td .black {
    color: #000;
    margin: 0 5px;
}
.tesla .info .column table td .red {
    color: #df1736;
}
.tesla .info .column ol {
    margin-top: 20px;
}
.tesla .info .column ol li {
    font-size: 16px;
    color: grey;
    margin-bottom: 8px;
    line-height: 1.4;
}
@media only screen and (max-width: 420px) {
    .tesla .info .column ol {
        padding-left: 20px;
    }
    .tesla .info .column ol li {
        font-size: 14px;
    }
}
.tesla .info .column ul {
    padding-left: 15px;
}
.tesla .info .column ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 25px;
    background: url(../images/listStyle.svg) no-repeat 0 9px;
    padding-left: 15px;
    line-height: 1.4;
}
@media only screen and (max-width: 420px) {
    .tesla .info .column ul {
        padding-left: 5px;
    }
    .tesla .info .column ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.tesla .info .button {
    clear: both;
    display: block;
    width: 240px;
    margin: 0 auto;
    border: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #df1736;
    padding: 12px 0;
    letter-spacing: 2px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}
.tesla .info .button:focus {
    outline: 0;
}
.tesla .info .button:hover {
    background: #103861;
}
.re-lease {
    background: url(../images/re-leaseBg.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0 310px 0;
}
@media only screen and (max-width: 960px) {
    .re-lease {
        padding: 100px 0 180px 0;
    }
}
.re-lease .mainTitle .en,
.re-lease .mainTitle h3 {
    color: #fff;
}
.re-lease .logo {
    display: block;
    margin: 180px auto 45px auto;
}
@media only screen and (max-width: 960px) {
    .re-lease .logo {
        margin-top: 80px;
    }
}
.re-lease h4 {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    font-size: 36px;
    letter-spacing: 10px;
    margin: 0;
}
@media only screen and (max-width: 960px) {
    .re-lease h4 {
        font-size: 30px;
        letter-spacing: 6px;
    }
}
@media only screen and (max-width: 640px) {
    .re-lease h4 {
        font-size: 24px;
    }
    .re-lease h4 span {
        display: block;
    }
}
.re-lease .button {
    display: block;
    width: 200px;
    margin: 40px auto 0 auto;
    border: 2px #fff solid;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: 0 0;
    padding: 12px 0;
    letter-spacing: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.re-lease .button:focus {
    outline: 0;
}
.button:hover {
    background: #fff;
    color: #103861;
    text-shadow: none;
}
