html {
    font-family: "Lato", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

body {
    margin: 0;
    overflow: auto;
    background-color: #16243d;
    padding: 0
}

a {
    background-color: transparent;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    color: #16243d;
    text-decoration: none;
    color: #ffffff
}

    a:active, a:hover {
        outline: 0;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        text-decoration: none;
        color: #8eadb8
    }

img {
    border: 0;
    width: 100%;
    height: auto;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

body, button, input, select, textarea {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 135%
}

h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 120%;
    font-size: 20px;
    padding: 0;
    margin: 0
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 50px
    }
}

h2 {
    font-weight: 400;
    line-height: 120%;
    font-size: 14px;
    color: #8eadb8
}

@media only screen and (min-width:768px) {
    h2 {
        font-size: 18px
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.large-header {
    overflow: hidden;
    width: 100%
}

.heading img {
    width: 200px;
    height: auto
}

@media only screen and (min-width:768px) {
    .heading img {
        width: 240px;
        height: 77px
    }
}

.bg-cover {
    background-image: url("../images/selwood-wallpaper.png");
    background-position: left bottom -60px;
    background-repeat: no-repeat;
    background-size: 120% auto;
    height: 100%;
    position: fixed;
    right: 50%;
    top: 0;
    min-width: 750px;
    width: 60%;
    z-index: 1;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media only screen and (min-width:768px) {
    .bg-cover {
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-position: left bottom -85px
    }
}

.bg-cover-animation {
    background-image: url("../images/img_6.png");
    background-position: left bottom -60px;
    background-repeat: no-repeat;
    background-size: 120% auto;
    height: 100%;
    position: fixed;
    right: 50%;
    top: 0;
    min-width: 750px;
    width: 60%;
    z-index: 1;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media only screen and (min-width:768px) {
    .bg-cover-animation {
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-position: left bottom -85px
    }
}

#bodymovin {
    background-color: transparent;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    overflow: hidden;
    min-width: 750px;
    width: 60%;
    position: fixed;
    bottom: -60px;
    right: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media only screen and (min-width:768px) {
    #bodymovin {
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: 950px;
        height: 650px
    }
}

#bodymovin {
    width: 700px;
    height: 400px
}

@media only screen and (min-width:768px) {
    #bodymovin {
        height: 600px
    }
}

p {
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    p {
        margin-bottom: 20px
    }
}

.bigger p {
    font-size: 14px
}

.bigger {
    margin-top: 25px
}

@media only screen and (min-width:768px) {
    .bigger {
        margin-top: 75px
    }
}

.bigger p span {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #8eadb8
}

.main-container {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    left: 0;
    top: 0
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
    overflow: hidden;
    padding-top: 60px !important
}

@media only screen and (min-width:768px) {
    .container {
        padding: 60px !important;
        text-align: left
    }
}

.container.heading {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    padding-top: 25px !important
}

@media only screen and (min-width:768px) {
    .container.heading {
        position: fixed
    }
}

.container.content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media only screen and (min-width:768px) {
    .container.content {
        top: 50%;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: fixed
    }
}

.container.footing {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding-bottom: 0 !important;
    padding-top: 30px !important;
    line-height: 135%;
    font-size: 12px
}

@media only screen and (min-width:768px) {
    .container.footing {
        padding-bottom: 0 !important;
        padding-top: 60px !important;
        position: fixed
    }
}

.nopadding {
    padding: 0 !important
}

.heading {
}

img.logosvg {
    width: 240px;
    height: 96px
}

.selwood-logo {
    width: 240px;
    height: 77px;
    display: block;
    position: relative;
    position: relative
}

.logo-container {
    width: 240px;
    height: 96px;
    display: block;
    position: relative;
    position: relative
}

a.logobtn {
    display: block;
    float: left;
    left: 50%;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:768px) {
    a.logobtn {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.centered {
    text-align: center
}







.agileinfo_mail_grid_left input[type="submit"] {
    font-size: 1.1em;
    color: #fff;
    outline: none;
    width: 100%;
    background: #09347a;
    border: none;
    padding: .7em 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}


.input--nariko {
    overflow: hidden;
    padding-top: 2em;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em 0 0;
    width: 100%;
    vertical-align: top;
}


.input__field--nariko {
    width: 100%;
    background: transparent;
    opacity: 0;
    padding: 0.7em;
    z-index: 100;
    color: #212121;
    font-size: 16px;
}


.input__field {
    position: relative;
    display: block;
    float: right;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.input__label--nariko {
    width: 100%;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    text-align: left;
    color: #666;
    padding: 0 0.5em;
    font-weight: 600;
}

.input__label {
    display: inline-block;
    float: right;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


li {
    text-align: -webkit-left;
    margin-bottom: 4px;
    font-size:13px;
}