/* Contact */

.nav-link {
    display: block;
    padding: 0 1rem
}

.nav {
    display: block
}

section#section01 {
    overflow: hidden
}

.content--Bar {
    background: #ed7320;
    width: 100%;
    height: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 0
}

.content--Bar li {
    font-weight: 400;
    list-style: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 70px;
    letter-spacing: .2em
}

.content--Bar ul {
    text-align: center
}

.content--Bar li a {
    color: #fff
}

.intro--offsetUp {
    margin-top: -9.8vh
}

h3 {
    text-align: left;
    font-size: 36px;
    padding-bottom: 20px;
    letter-spacing: .03em
}

.smallerT {
    font-size: 1em
}

.slide--Nav {
    letter-spacing: .3em;
    font-size: 12px;
    padding: 14px 10px
}

a.nav-link.active {
    color: #042031
}

.translateX {
    transform: translateX(-70px)
}

.euLogo {
    width: 100%;
    max-width: 255px
}

.footerLogo {
    width: 90%;
    display: block
}

#agent a {
    cursor: pointer !important
}

a:hover {
    color: #2cb1b7 !important
}

a {
    transition: .5s ease-in-out
}

.shape01 {
    background-image: url(/assets/images/location/semi-cicle.svg);
    background-position: -1500% 0;
    background-size: 105%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (max-width: 1200px) {
    .translateX {
        transform: translateX(0)
    }
}

@media only screen and (max-width: 720px) {
    .content--Bar li {
        padding: 0
    }
}

@media only screen and (max-width: 520px) {
    .logoBox {
        padding-bottom: 5px
    }
}