@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Rubik:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');

a, a:hover {
    text-decoration: unset;
}

p {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
}

ul, li {
    list-style: none;
    padding: 0;
}

img {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #233A4A;
    font-size: 0.875rem;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}

/*header*/
.header {
    height: 60px;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    z-index: 9999;
    background: #fff;
}

.box-header {
    height: 60px;
}

.header .link-logo {
    width: 76px;
}

.navbar-ct,
.navbar-ct .navbar-toggler {
    padding-right: 0;
}

.navbar-ct .navbar-toggler:focus {
    outline: unset;
}

.navbar-ct .navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 1em;
    height: 0.6em;
}

.navbar-ct .navbar-toggler-icon .line-navbar {
    display: block;
    background: #233A4A;
    height: 2px;
    border-radius: 50px;
}

.navbar-ct .navbar-toggler-icon .line-navbar-1 {
    width: 100%;
}

.navbar-ct .navbar-toggler-icon .line-navbar-2 {
    width: 16px;
}

.navbar-ct .navbar-toggler-icon .line-navbar-3 {
    width: 13px;
}

@media (max-width: 320px) {
    .section-banner .banner-title .title {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .navbar-ct .navbar-collapse {
        position: absolute;
        top: 35px;
        right: -15px;
        background: #fff;
        width: 212px;
        box-shadow: 0 10px 24px rgba(31, 84, 119, 0.25);
        border-radius: 10px;
        z-index: 999;
    }

    .navbar-ct .nav-item:last-child {
        margin-bottom: 20px;
    }
}

.navbar-ct .nav-item {
    padding: 0 20px;
}

.navbar-ct .navbar-nav {
    padding-bottom: 1.25rem;
}

.navbar-ct .navbar-nav .nav-link {
    color: #233A4A;
    font-size: 1rem;
    line-height: 41px;
}

.navbar-ct .icon-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    padding-top: 20px;
}

.navbar-ct .icon-close .image {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .header,
    .box-header {
        height: 80px;
    }

    .header .link-logo {
        width: 101px;
    }

    .navbar-ct .nav-item:last-child {
        padding-right: 0;
    }
}

/*header*/

/*home-page*/
/*.section-banner {*/
/*    margin-top: 60px;*/
/*}*/

.section-banner .banner-1,
.section-banner .banner-4 {
    width: 100%;
    max-width: 100%;
    height: 235px;
}

.section-banner .banner-1 {
    background: url("../images/home-banner-sp.jpg") no-repeat 0 0;
    background-size: cover;
    background-position-x: center;
}

.section-banner .banner-4 {
    background: url("../images/home-banner-frame4-pc.jpg") no-repeat 0 0;
    background-size: cover;
    background-position-x: center;
}

.section-banner .banner-title {
    padding-top: 170px;
}

.section-banner .banner-title .title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.section-banner .box-form {
    padding: 1.25rem 0;
}

.section-banner .box-form .title {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.875rem;
    font-family: 'Rubik', sans-serif;
}

.section-banner .col-ct-easy-shopping {
    background: #F5F6F9;
}

.btn-submit-ship {
    background: #2C94FC;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    height: 46px;
}

.link-form-easy-shipping {
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #233A4A;
    display: block;
    text-align: center;
}

h2,h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

h2.title {
    font-size: 1.375rem;
    text-transform: uppercase;
}

.section-how-work .title-step {
    font-size: 1rem;
}

.section-how-work .note {
    margin-bottom: 1.563rem;
}

.section-how-work .step {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.section-how-work .step-4 {
    margin-bottom: 0;
    position: relative;
}

.section-how-work .step .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F2F7FC;
}

.section-how-work .step .image img {
    width: 29px;
}

.section-how-work .box-content-step {
    flex: 1;
    margin-left: 1.25rem;
}

.section-how-work .work-step {
    position: relative;
}

.section-how-work .work-step:before {
    content: '';
    display: block;
    border-left: 1.5px dashed #4F7E9E;
    height: 350px;
    position: absolute;
    left: 30px;
    top: 10px;
}

.section-how-work .step-4:before {
    content: '';
    width: 21px;
    height: 14px;
    background: url("../images/icon-plane.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: -25px;
    left: 20px;
}

.section-how-work {
    margin-bottom: 1.5rem;
}

.section-shipping-rates {
    padding: 2.5rem 0;
    background: #F5F6F9;
    margin-bottom: 2.5rem;
}

.section-shipping-rates h2.title {
    margin-bottom: 1.25rem;
}

.section-shipping-rates .sub-title {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
}

.section-shipping-rates .note {
    font-style: italic;
    color: #647787;
    margin-bottom: 1.875rem;
    line-height: 1.188rem;
    max-width: 290px;
}

.section-shipping-rates .note-bottom {
    line-height: 1.125rem;
    font-style: italic;
}

.section-shipping-rates .box-item-ship {
    background: #FFFFFF;
    box-shadow: 0 10px 24px rgba(31, 84, 119, 0.03);
    border-radius: 10px;
    margin-bottom: 1.25rem;
    padding: 1.375rem 0.875rem;
}

.section-shipping-rates .box-shipping-rates {
    margin-left: -10px;
    margin-right: -10px;
}

.section-shipping-rates .item-shipping-rates {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.section-shipping-rates .name-country {
    margin-bottom: 1.125rem;
}

.section-shipping-rates .name-country .image {
    width: 26px;
}

.section-shipping-rates .name-country .name {
    font-size: 1rem;
    font-weight: 700;
    margin-left: 8px;
    white-space: nowrap;
}

.section-shipping-rates .info-left {
    color: #647787;
    font-style: italic;
    font-size: 0.75rem;
}

.section-shipping-rates .info-right {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.section-shipping-rates .info-right:last-child {
    margin-bottom: 0;
}

.section-warehouse .item-ct-warehouse .item-info-warehouse {
    background: #FFFFFF;
    box-shadow: 0 10px 20px rgba(31, 69, 99, 0.1);
    border-radius: 6px;
    margin: 0 15px 28px;
    overflow: hidden;
}

.section-warehouse .item-ct-warehouse .name-country {
    background: #EDF6FF;
    padding: 14px 20px;
    margin-bottom: 10px;
}

.section-warehouse .item-ct-warehouse .name-country .image {
    width: 34px;
}

.section-warehouse .item-ct-warehouse .name-country .name {
    font-size: 1rem;
    margin-left: 10px;
}

.section-warehouse .item-ct-warehouse .recommend-warehouse {
    padding: 10px 20px;
}

.section-warehouse .item-ct-warehouse .text-main {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.section-warehouse .item-ct-warehouse .text-sub-main {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.75rem;
}

.section-warehouse h2.title {
    padding: 0 15px;
    margin-bottom: 1.875rem;
}

.section-warehouse .slick-dots {
    bottom: -10px;
}

.section-warehouse .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.section-warehouse .slick-dots li button {
    width: 8px;
    height: 8px;
}

.section-warehouse .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #2C94FC;
    border-radius: 50%;
    opacity: 1;
}

.section-warehouse .slick-dots li.slick-active button:before {
    background: #2C94FC;
    opacity: 1;
}

.section-submit-order {
    background: #F5F6F9;
    padding: 2.5rem 0 .5rem;
}

.section-submit-order h2.title {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .section-submit-order .note {
        max-width: 250px;
        margin-bottom: 1rem;
    }

    .section-shipping-rates .note-bottom {
        max-width: 320px;
    }
}

.section-submit-order textarea {
    resize: none;
}

.section-submit-order .custom-select {
    background: #fff;
}

.section-submit-order .box-select-form {
    position: relative;
}

.section-submit-order .box-select-form:before {
    content: '';
    background: url('../images/arrow-down-ct.png') no-repeat;
    display: block;
    width: 10px;
    height: 12px;
    background-size: 100%;
    position: absolute;
    top: 45%;
    right: 15px;
    pointer-events: none;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 8px;
}

#SelectWarehouse {
    height: 46px;
}

#SelectWarehouse.change-style {
    color: #C4C4C4;
    font-size: 0.75rem;
}

input.form-control {
    height: 46px;
    padding: 10px 18px 15px;
}

textarea.form-control {
    padding: 15px 18px;
}

.form-control::-webkit-input-placeholder {
    color: #C4C4C4;
    font-size: 0.75rem;
}
.form-control:-moz-placeholder {
    color: #C4C4C4;
    font-size: 0.75rem;
    line-height: 1;
}
.form-control::-moz-placeholder {
    color: #C4C4C4;
    font-size: 0.75rem;
    line-height: 1;
}
.form-control::placeholder {
    color: #C4C4C4;
    font-size: 0.75rem;
    line-height: 1;
}
.form-control:-ms-input-placeholder {
    color: #C4C4C4;
    font-size: 0.75rem;
    line-height: 1;
}

option:disabled {
    color: #C4C4C4;
    font-size: 0.75rem;
    line-height: 1;
}

.text-link-shipping-rates a {
    text-decoration: underline;
    color: #233A4A;
}

.section-banner .banner-3 .left-frame-3 {
    position: relative;
}

.section-banner .banner-3 .left-frame-3 .banner-title-sp {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-top: 0;
}

.section-banner .slick-initialized .banner-1.slick-slide,
.section-banner .slick-initialized .banner-4.slick-slide {
    display: flex;
    background-size: cover;
}

#howwork {
    height: 2.5rem;
}

.section-home .form-group {
    margin-bottom: 0.625rem;
}

@media (max-width: 991px) {
    .container-warehouse-sp {
        padding-right: 0;
        padding-left: 0;
    }

    .section-banner .slick-initialized .banner-3.slick-slide {
        height: 235px;
        overflow: hidden;
    }

    .section-banner .banner-3 .left-frame-3 .banner-title-sp {
        bottom: unset;
        top: 170px;
    }

    .section-home .col-form-label {
        padding-top: 0;
        padding-bottom: 4px;
    }

    .section-home .form-group-item-description {
        margin-bottom: 1.875rem;
    }

    .section-warehouse .box-postal {
        height: 38px;
        margin-bottom: 0.5rem;
    }

    .section-warehouse .box-phone {
        height: 36px;
    }

}


@media (min-width: 992px) {
    .section-banner .box-form {
        padding: 1.875rem 0;
    }

    .navbar-ct .navbar-nav {
        padding-bottom: 0;
    }

    /*.section-banner {*/
    /*    margin-top: 80px;*/
    /*}*/

    #howwork {
        height: 3.75rem;
    }

    .section-how-work {
        margin-bottom: 1.2rem;
    }

    .section-how-work h2.title {
        margin-bottom: 1.5rem;
    }

    .section-banner .banner-1,
    .section-banner .banner-4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 700px;
        padding-bottom: 0;
    }

    .section-banner .banner-1 {
        background: url("../images/home-banner-pc.jpg") no-repeat 0 0;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
    }

    .section-banner .banner-3 {
        position: relative;
    }

    .section-banner .banner-3 .bg-frame-3 {
        position: relative;
        display: flex;
    }

    .section-banner .banner-3 .left-frame-3,
    .section-banner .banner-3 .right-frame-3 {
        width: 50%;
    }

    .section-banner .banner-3 .right-frame-3 {
        background: #F5F6F9;
    }

    .content-banner-3 {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
    }

    .section-banner .banner-3 .banner-title {
        max-width: 445px;
        justify-content: flex-end;
    }

    .section-banner .banner-3 .banner-title .title,
    .section-banner .banner-3 .banner-title .sub-title {
        text-align: center;
    }

    .section-banner .banner-4 {
        background: url("../images/home-banner-frame4-pc.jpg") no-repeat 0 0;
    }

    .section-banner .banner-title {
        padding-top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-banner .banner-title .title {
        text-align: left;
        font-size: 3.75rem;
        line-height: 5.25rem;
        margin-bottom: 0;
    }

    .section-banner .banner-title .sub-title {
        color: #fff;
        font-size: 1.688rem;
        line-height: 2.188rem;
    }

    .section-banner .banner-4 .banner-title .sub-title {
        max-width: 458px;
    }

    .section-banner .box-form {
        background: #FFFFFF;
        box-shadow: 0 4px 44px rgb(49 78 99 / 20%);
        border-radius: 10px;
        padding: 2.5rem 3.25rem 1.875rem;
    }

    .section-banner .box-form .title {
        font-size: 1.75rem;
        line-height: 2.45rem;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 0.875rem;
    }
    .form-control:-moz-placeholder {
        font-size: 0.875rem;
        line-height: 1;
    }
    .form-control::-moz-placeholder {
        font-size: 0.875rem;
        line-height: 1;
    }
    .form-control::placeholder {
        font-size: 0.875rem;
        line-height: 1;
    }
    .form-control:-ms-input-placeholder {
        font-size: 0.875rem;
        line-height: 1;
    }

    option:disabled {
        font-size: 0.875rem;
        line-height: 1;
    }


    #SelectWarehouse.change-style {
        font-size: 0.875rem;
    }

    .section-home .form-group {
        margin-bottom: 1rem;
    }

    .section-banner .form-group label {
        margin-bottom: 5px;
    }

    .section-banner .form-group {
        margin-bottom: 0.875rem;
    }

    .section-banner .form-group-track {
        margin-bottom: 1.875rem;
    }

    .section-banner .btn-submit-ship {
        height: 52px;
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }

    input.form-control {
        height: 52px;
        padding: 10px 18px 12px;
    }

    #SelectWarehouse {
        height: 52px;
    }

    h2.title {
        font-size: 2.25rem;
        line-height: 3.15rem;
    }

    .section-how-work .container {
        text-align: center;
    }

    .section-how-work .note {
        margin-bottom: 2.5rem;
        font-size: 1.125rem;
        line-height: 1.575rem;
    }

    .section-how-work .work-step:before {
        border-bottom: 2px dashed #4F7E9E;
        width: 65%;
        height: auto;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-how-work .step {
        flex-direction: column;
    }

    .section-how-work .box-content-step {
        margin-left: 0;
    }

    .section-how-work .step .image {
        width: 121px;
        height: 121px;
        margin-bottom: 0.625rem;
        border: 10px solid #fff;
    }

    .section-how-work .step .image img {
        width: 50px;
    }

    .section-how-work .title-step {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }

    .section-how-work .info {
        font-size: 1.125rem;
        line-height: 1.575rem;
    }

    .section-how-work .step-4:before {
        width: 42px;
        height: 30px;
        top: 42px;
        left: -40px;
        z-index: 2;
    }

    .section-how-work .step-4:after {
        content: '';
        display: block;
        width: 55px;
        height: 50px;
        position: absolute;
        top: 30px;
        left: -50px;
        background-color: #fff;
        z-index: 1;
    }

    .section-shipping-rates {
        background: #fff;
        padding-bottom: 0;
        margin-bottom: 6.25rem;
        overflow: hidden;
    }

    .section-shipping-rates .box-title {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-shipping-rates .sub-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .section-shipping-rates .note {
        line-height: 1.575rem;
        font-size: 1.125rem;
        max-width: 325px;
    }

    .section-shipping-rates .box-shipping-rates {
        position: relative;
        z-index: 2;
    }

    .section-shipping-rates .wrap-shipping-rates {
        position: relative;
        background: #F5F6F9;
        border-radius: 8px;
        padding: 3.125rem 0 3.125rem 6.25rem;
        z-index: 2;
    }

    .section-shipping-rates .wrap-shipping-rates:after {
        content: '';
        display: block;
        background: #F5F6F9;
        height: 100%;
        width: 100vw;
        position: absolute;
        top: 0;
        right: -95vw;
        z-index: 1;
    }

    .section-shipping-rates .box-shipping-rates {
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-shipping-rates .item-shipping-rates {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-shipping-rates .box-item-ship {
        padding: 1.25rem 1.875rem 1.8rem;
        margin-bottom: 1.875rem;
    }

    .section-shipping-rates .name-country .image {
        width: 40px;
    }

    .section-shipping-rates .name-country .name {
        font-size: 1.125rem;
        margin-left: 10px;
    }

    .section-shipping-rates .info-left {
        width: 65%;
        font-size: 1.125rem;
    }

    .section-shipping-rates .info-right {
        margin-bottom: 0;
        width: 35%;
    }

    .section-shipping-rates .item-list-ship-rate {
        margin-bottom: 0.3rem;
    }

    .section-shipping-rates .name-country {
        margin-bottom: 1.8rem;
    }

    .section-shipping-rates .note-bottom {
        line-height: 1.463rem;
        font-size: 1rem;
        position: relative;
        z-index: 2;
    }

    .section-warehouse h2.title {
        text-align: center;
        margin-bottom: 3.75rem;
    }

    .section-warehouse .box-info-warehouse-sp {
        opacity: 0;
        height: 0;
    }

    .section-warehouse .box-ct-warehouse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .section-warehouse .item-ct-warehouse {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-warehouse .item-ct-warehouse .item-info-warehouse {
        margin: 0;
    }

    .section-warehouse .item-ct-warehouse .name-country {
        padding: 20px 30px;
        margin-bottom: 0;
    }

    .section-warehouse .item-ct-warehouse .recommend-warehouse {
        padding: 20px 30px;
    }

    .section-warehouse .item-ct-warehouse .name-country .image {
        width: 40px;
    }

    .section-warehouse .item-ct-warehouse .name-country .name {
        font-size: 1.125rem;
        margin-left: 10px;
    }

    .section-warehouse .item-ct-warehouse .text-main {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .section-warehouse .item-ct-warehouse .text-sub-main {
        font-size: 0.875rem;
        line-height: 1.138rem;
        margin-bottom: 1.563rem;
    }

    .section-warehouse {
        margin-bottom: 6.25rem;
    }

    .section-submit-order {
        padding: 5rem 0;
    }

    .section-submit-order .note {
        font-size: 1.125rem;
        max-width: 415px;
        margin-bottom: 1.875rem;
    }

    .section-submit-order .text-number {
        margin-bottom: 1.25rem;
    }

    .section-submit-order .text-number,
    .section-submit-order .text-mail {
        align-items: center;
        font-size: 1.125rem;
        line-height: 1.575rem;
    }

    .section-submit-order .text-number .icon-submit,
    .section-submit-order .text-mail .icon-submit {
        display: block;
        margin-right: 1.25rem;
    }

    .section-submit-order .text-number .icon-submit {
        width: 26px;
    }

    .section-submit-order .text-number .icon-submit img {
        width: 23px;
    }

    .section-submit-order .text-mail .icon-submit img {
        width: 26px;
    }

    .section-submit-order .box-form-submit {
        background: #FFFFFF;
        box-shadow: 0 4px 44px rgb(49 78 99 / 4%);
        border-radius: 10px;
        padding: 2.5rem;
    }

    .section-submit-order .box-form-submit .col-form-label {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        line-height: 1.4rem;
        white-space: nowrap;
    }

    .section-submit-order .box-select-form:before {
        width: 12px;
    }

    .section-submit-order .btn-submit-ship {
        margin-top: 2.125rem;
    }

    .section-submit-order .box-btn-sub-order {
        display: flex;
        justify-content: flex-end;
    }

    .section-submit-order .box-btn-sub-order .btn-submit-ship {
        margin-top: 2.125rem;
        max-width: 207px;
    }

    .section-submit-order .box-form-submit .form-group-item-description .col-form-label {
        align-items: flex-start;
        padding-top: 2px;
    }
}

@media (min-width: 1200px) {
    .section-submit-order .box-form-submit .col-form-label {
        font-size: 1rem;
    }
}

/*home-page*/

/*footer*/
.footer {
    padding: 50px 0 0;
}

.footer .icon-footer {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

.footer a {
    color: #233A4A;
}

.content-top-footer {
    font-size: 1.125rem;
    line-height: 1.575rem;
}

.content-middle-footer,
.phone-company,
.mail-company {
    font-size: 1rem;
    line-height: 1.4rem;
}

.phone-company {
    border-top: 1px solid #E5E5E5;
    padding: 20px 30px 0;
}

.mail-company {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 30px 20px;
}

.footer .content-footer {
    align-items: center;
    text-align: center;
}

.footer .content-bottom-footer {
    margin-bottom: 1.563rem;
}

.footer .link-logo {
    width: 156px;
}

.footer .footer-link a:not(:last-child),
.footer .content-bottom-footer a:not(:last-child) {
    margin-bottom: 10px;
}

.content-middle-footer {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .phone-company,
    .mail-company {
        border: 0;
        padding: 0;
    }

    .footer .content-footer {
        text-align: left;
        font-size: 0.875rem;
    }

    .footer .link-logo {
        width: 174px;
    }

    .footer .footer-link a {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .footer .footer-link a:not(:last-child) {
        margin-right: 1rem;
        margin-bottom: 0;
    }

    .footer .content-top-footer {
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 1200px) {
    .footer .footer-link a:not(:last-child) {
        margin-right: 3.125rem;
    }
}
/*footer*/

