@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont_1.eot#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../images/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'Encode';
    src: url('../fonts/subset-EncodeSansExpanded-SemiBold.eot');
    src: url('../fonts/subset-EncodeSansExpanded-SemiBold.eot#iefix') format('embedded-opentype'), url('../fonts/subset-EncodeSansExpanded-SemiBold.woff2') format('woff2'), url('../fonts/subset-EncodeSansExpanded-SemiBold.woff') format('woff'), url('../fonts/subset-EncodeSansExpanded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Encode';
    src: url('../fonts/subset-EncodeSansExpanded-Medium.eot');
    src: url('../fonts/subset-EncodeSansExpanded-Medium.eot#iefix') format('embedded-opentype'), url('../fonts/subset-EncodeSansExpanded-Medium.woff2') format('woff2'), url('../fonts/subset-EncodeSansExpanded-Medium.woff') format('woff'), url('../fonts/subset-EncodeSansExpanded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Encode';
    src: url('../fonts/subset-EncodeSansExpanded-Bold.eot');
    src: url('../fonts/subset-EncodeSansExpanded-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/subset-EncodeSansExpanded-Bold.woff2') format('woff2'), url('../fonts/subset-EncodeSansExpanded-Bold.woff') format('woff'), url('../fonts/subset-EncodeSansExpanded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Encode';
    src: url('../fonts/subset-EncodeSansExpanded-ExtraBold.eot');
    src: url('../fonts/subset-EncodeSansExpanded-ExtraBold.eot#iefix') format('embedded-opentype'), url('../fonts/subset-EncodeSansExpanded-ExtraBold.woff2') format('woff2'), url('../fonts/subset-EncodeSansExpanded-ExtraBold.woff') format('woff'), url('../fonts/subset-EncodeSansExpanded-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Encode';
    src: url('../fonts/subset-EncodeSansExpanded-Regular.eot');
    src: url('../fonts/subset-EncodeSansExpanded-Regular.eot#iefix') format('embedded-opentype'), url('../fonts/subset-EncodeSansExpanded-Regular.woff2') format('woff2'), url('../fonts/subset-EncodeSansExpanded-Regular.woff') format('woff'), url('../fonts/subset-EncodeSansExpanded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Miller';
    src: url('../fonts/subset-Miller-TextRoman.eot');
    src: url('../fonts/subset-Miller-TextRoman.eot#iefix') format('embedded-opentype'), url('../fonts/subset-Miller-TextRoman.woff2') format('woff2'), url('../fonts/subset-Miller-TextRoman.woff') format('woff'), url('../fonts/subset-Miller-TextRoman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

html,
body {
    font-size: 7.8125vw;
    font-family: "Encode";
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    min-height: 100vh
}

html.lock {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important
}

*:focus {
    outline: none !important
}

a {
    text-decoration: none
}

strong {
    font-weight: 700
}

.clearfix {
    clear: both
}

.vcenter {
    font-size: 0
}

.vcenter>* {
    display: inline-block;
    vertical-align: middle
}

.vcenter:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

a.social-icon {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block
}

a.social-icon:before {
    font-family: FontAwesome;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

a.social-icon.facebook:before {
    content: ''
}

a.social-icon.facebook-square:before {
    content: ''
}

a.social-icon.facebook-official:before {
    content: ''
}

a.social-icon.twitter:before {
    content: ''
}

a.social-icon.twitter-square:before {
    content: ''
}

a.social-icon.youtube:before {
    content: ''
}

a.social-icon.instagram:before {
    content: ''
}

a.social-icon.linkedin:before {
    content: ''
}

a.social-icon.facebook:hover,
a.social-icon.facebook-square:hover,
a.social-icon.facebook-official:hover {
    color: #3c5a96
}

a.social-icon.facebook:active,
a.social-icon.facebook-square:active,
a.social-icon.facebook-official:active {
    color: #253e6f
}

a.social-icon.twitter:hover,
a.social-icon.twitter-square:hover {
    color: #1dcaff
}

a.social-icon.twitter:active,
a.social-icon.twitter-square:active {
    color: #00aced
}

a.social-icon.youtube:hover {
    color: #e03130
}

a.social-icon.youtube:active {
    color: #b11618
}

a.social-icon.instagram:hover {
    color: #ee583f
}

a.social-icon.instagram:active {
    color: #bd3381
}

a.social-icon.linkedin:hover {
    color: #1176b5
}

a.social-icon.linkedin:active {
    color: #0f496a
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 .6rem;
    font-size: 0;
    z-index: 999;
    background: none;
    border-bottom: none;
}

header img {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem
}

header .menu {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.5rem - .8rem);
    text-align: right
}

header .menu li {
    display: inline-block;
    vertical-align: middle;
    padding: .4rem .13rem;
    font-weight: 600;
    font-size: .12rem;
    line-height: 1.25em;
    color: #fff
}

header .menu .submenu {
    display: flex;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: .01rem;
    width: 100%;
    padding: .2rem .6rem;
    background: #747377;
    visibility: hidden;
    opacity: 0;
    touch-action: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-align: left;
    z-index: 999;
    justify-content: center
}

header .menu .submenu a {
    font-size: .12rem;
    color: #fff;
    font-weight: 600
}

header .menu .submenu a::after {
    margin-top: .03rem;
    height: .02rem
}

header .menu .submenu a+a {
    margin-left: .3rem
}

header .menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
    touch-action: auto
}

header .menu li.active .submenu a::after {
    z-index: 1;
    content: '';
    display: block;
    width: 0;
    height: .03rem;
    background: #daa520;
    transition: width .3s;
    position: absolute;
    margin-top: .06rem
}

header .menu li .submenu a::after {
    z-index: 1;
    content: '';
    display: block;
    width: 0;
    height: .02rem !important;
    background: #daa520;
    transition: width .3s;
    position: absolute;
    margin-top: .03rem !important
}

header .menu li .submenu a:hover::after {
    width: 100%;
    height: .02rem;
    margin-top: .03rem
}

header .menu li.active {
    font-weight: 800
}

header .menu li.active a:after {
    content: '';
    position: absolute;
    width: .3rem;
    height: .03rem;
    top: 100%;
    left: 50%;
    margin-top: .06rem;
    background: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

header .menu li:last-child {
    padding-right: 0
}

header .menu li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    text-decoration: none;
    position: relative
}

header .menu li a::after {
    z-index: 1;
    content: '';
    display: block;
    width: 0;
    height: .03rem;
    background: #daa520;
    transition: width .3s;
    position: absolute;
    margin-top: .06rem
}

header .menu li a:hover::after {
    width: 100%
}

header .languages {
    display: inline-block;
    vertical-align: middle;
    width: .8rem;
    padding-left: .08rem;
    text-align: right
}

header .languages .language {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: .08rem;
    margin-right: .08rem;
    font-weight: 600;
    font-size: .12rem;
    line-height: 1.25em;
    color: #fff;
    opacity: .5
}

header .languages .language.active {
    opacity: 1
}

header .languages .language:last-child {
    margin-right: 0
}

header .languages .language:not(:first-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -.08rem;
    background-color: #fff
}

header.dark {
    background: #fff;
    box-shadow: 0 0 .08rem rgba(34, 43, 101, .1)
}

header.dark .menu li {
    color: #222b65
}

header.dark .menu li.active:after {
    background: #daa520
}

header.dark .languages .language {
    color: #222b65
}

header.dark .languages .language:before {
    background-color: #222b65
}

header .custom-content-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding-top: .16rem;
    padding-bottom: .16rem;
    text-align: center;
    background-color: #daa520
}

header .custom-content-menu a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: .13rem;
    line-height: 1.2em;
    color: #fff
}

header .custom-content-menu a+a {
    margin-left: .2rem
}

header .custom-content-menu a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 100%;
    background-color: #fff
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: .3rem .6rem;
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.25em;
    color: #fff;
    z-index: 100;
    text-align: center
}

footer .inveon-logo {
    position: absolute;
    width: .65rem;
    right: .6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

footer .info a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

footer .info {
    position: absolute;
    top: 50%;
    left: .6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

footer .copyright {
    display: inline-block
}

footer.dark {
    position: relative;
    background: #fff;
    color: #222b65
}

footer.dark .info a {
    color: #222b65
}

footer.dark .info-right a {
    color: #222b65
}

footer .info-right {
    position: absolute;
    top: 50%;
    right: .6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

footer .info-right .policy {
    right: .3rem;
    display: inline-block
}

footer .info-right .kvkk {
    display: inline-block;
    padding-right: .1rem
}

footer .info-right a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover
}

.background-video.active {
    opacity: 1
}

section.home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.home .text {
    position: absolute;
    width: 50%;
    left: .6rem;
    top: 50%;
    font-family: "Miller";
    font-weight: 400;
    font-size: .48rem;
    line-height: 1.16666em;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

section.content {
    position: relative;
    padding: .3rem .6rem;
    padding-bottom: .9rem;
    background: #fff
}

section.content:nth-of-type(even) {
    background: #fbfbfb
}

section.content .content-head:not(:first-child) {
    margin-top: .6rem
}

section.content .content-head .title+.title {
    margin-top: .11rem
}

section.content .content-head .title.strong {
    font-weight: 700;
    font-size: .32rem;
    line-height: 1.1875em;
    color: #daa520
}

section.content .content-head .title.regular {
    font-family: "Miller";
    font-weight: 400;
    font-size: .32rem;
    line-height: 1.25em;
    color: #222b65
}

section.content.portfolio-content .content-head .title.regular {
    font-size: .2rem;
    line-height: 1.2em;
    margin-bottom: .45rem
}

section.content.portfolio-content .content-head .title.regular:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .12rem;
    height: .06rem;
    background-color: #daa520;
    margin-right: .12rem;
    margin-top: -.04rem
}

section.content.portfolio-content .content-head+.content-body {
    padding-top: 0
}

section.content .content-menu {
    width: 100%;
    margin-right: -.6rem;
    margin-bottom: .3rem;
    font-size: 0
}

section.content .content-menu .submenu {
    display: none
}

section.content .content-menu .content-menu-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    left: 0%;
    padding-top: 0;
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(34, 43, 101, .1)
}

section.content .content-menu .content-menu-container div {
    display: inline-block;
    margin: 0 .15rem;
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.25em;
    color: #222b65;
    cursor: pointer;
    position: relative
}

section.content .content-menu .content-menu-container div:first-child {
    padding-left: 0
}

section.content .content-menu .content-menu-container div.active {
    font-weight: 700;
    color: #daa520
}

section.content .content-menu .content-menu-container div.active:not(:first-child):after {
    content: '';
    position: absolute;
    width: .3rem;
    height: .03rem;
    top: 100%;
    left: 50%;
    margin-top: .06rem;
    background: #daa520;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

section.content .content-menu .content-menu-container div:not(:first-child):after {
    z-index: 1;
    content: '';
    display: block;
    width: 0;
    height: .03rem;
    background: #daa520;
    transition: width .3s;
    position: absolute;
    margin-top: .06rem
}

section.content .content-menu .content-menu-container div:not(:first-child):hover::after {
    width: 100%
}

section.content .content-menu .content-menu-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid rgba(34, 43, 101, .1);
    box-shadow: -.02rem 0 .2rem .02rem hsla(0, 0%, 64%, .2);
    z-index: 100
}

section.content .content-menu .content-menu-wrapper.fixed .content-menu-container {
    width: auto;
    left: 50%;
    padding-left: .6rem;
    padding-right: .6rem;
    padding-top: .3rem;
    border: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: .5s all ease, 0s padding, 0s border;
    -webkit-transition: .5s all ease, 0s padding, 0s border;
    -ms-transition: .5s all ease, 0s padding, 0s border;
    -moz-transition: .5s all ease, 0s padding, 0s border;
    -o-transition: .5s all ease, 0s padding, 0s border
}

section.content .content-menu .content-menu-wrapper:not(.fixed) .header-fixed {
    display: none !important
}

section.content .content-menu .header-fixed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: .15rem .6rem;
    font-size: 0;
    z-index: 100;
    border-bottom: 1px solid hsla(0, 0%, 7%, .05)
}

section.content .content-menu .header-fixed img {
    display: inline-block;
    vertical-align: middle;
    width: .6rem
}

section.content .content-menu .header-fixed .menu {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .86rem);
    text-align: right
}

section.content .content-menu .header-fixed .menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: .15rem;
    padding-right: .15rem;
    font-weight: 600;
    font-size: .12rem;
    line-height: 1.25em;
    color: #222b65
}

section.content .content-menu .header-fixed .menu li.active {
    font-weight: 800
}

section.content .content-menu .header-fixed .menu li:last-child {
    padding-right: 0
}

section.content .content-menu .header-fixed .menu li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    text-decoration: none;
    position: relative
}

section.content .content-menu .header-fixed .menu li a::after {
    z-index: 1;
    content: '';
    display: block;
    width: 0;
    height: .03rem;
    background: #daa520;
    transition: width .3s;
    position: absolute;
    margin-top: .06rem
}

section.content .content-menu .header-fixed .menu li a:hover::after {
    width: 100%
}

section.content .content-body {
    position: relative;
    padding-top: .1rem;
    font-size: 0
}

section.content .content-head+.content-body {
    padding-top: .3rem
}

section.content .content-body.with-link {
    padding-bottom: .7rem
}

section.content .content-body .next-section-link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Miller";
    font-weight: 400;
    font-size: .15rem;
    line-height: 1.2em;
    color: #222b65
}

section.content .content-body .next-section-link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .25rem;
    height: .25rem;
    margin-right: .06rem;
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

section.content .content-body .parent-section-link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Miller";
    font-weight: 400;
    font-size: .15rem;
    line-height: 1.2em;
    color: #222b65
}

section.content .content-body .parent-section-link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .25rem;
    height: .25rem;
    margin-right: .06rem;
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

section.content .content-body.image-box .item {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

section.content .content-body.image-box .item:nth-child(odd) {
    padding-right: .5rem
}

section.content .content-body.image-box .item:nth-child(even) {
    padding-left: .5rem
}

section.content .content-body.image-box .item:nth-child(n+3) {
    margin-top: .6rem
}

section.content .content-body.image-box .text.intro {
    font-family: "Miller";
    font-weight: 400;
    font-size: .2rem;
    line-height: 1.4em;
    color: #222b65
}

section.content .content-body.image-box .text.detail,
section.content .content-body.image-box .text.detail * {
    font-weight: 400;
    font-size: .14rem !important;
    line-height: 1.86em !important;
    color: #222b65 !important
}

section.content .content-body.image-box .text.detail b,
section.content .content-body.image-box .text.detail strong {
    font-weight: 600
}

section.content .content-body.image-box .text.detail p+p {
    margin-top: 1.2em
}

section.content .content-body.image-box .text+.text {
    margin-top: .2rem
}

section.content .content-body.image-box img {
    width: 100%;
    margin-bottom: .3rem
}

section.content .content-body.image-box .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: .3rem
}

section.content .content-body.image-box .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

section.content .content-body.image-box .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

section.content .content-body.image-box .video .btn-play {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-top: .25rem solid transparent;
    border-bottom: .25rem solid transparent;
    border-left: .36rem solid #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

section.content .content-body.dynamic-box .item {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 0;
    margin-left: 2%;
    margin-top: -3%;
    padding-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease
}

section.content .content-body.dynamic-box .item:nth-of-type(6n+1) {
    margin-left: 0
}

section.content .content-body.dynamic-box .item:nth-of-type(n+7) {
    margin-top: 2%
}

section.content .content-body.dynamic-box.seven-item .item {
    width: 13%;
    margin-left: 1.5%;
    padding-top: 0
}

section.content .content-body.dynamic-box .item.seven-item:nth-of-type(6n+1) {
    margin-left: 0
}

section.content .content-body.dynamic-box.seven-item .item:nth-of-type(6n+1) {
    margin-left: 1.5%
}

section.content .content-body.dynamic-box.seven-item .item:nth-of-type(7n+1) {
    margin-left: 0
}

section.content .content-body.dynamic-box .item.seven-item:nth-of-type(n+7) {
    margin-top: 0
}

section.content .content-body.dynamic-box.seven-item .item:nth-child(n+8) {
    margin-top: 2%
}

section.content .content-body.dynamic-box.five-item .item {
    width: 17.6%;
    margin-left: 3%;
    padding-top: 0
}

section.content .content-body.dynamic-box .item .card-content {
    display: flex;
    cursor: pointer;
    flex-direction: column
}

section.content .content-body.dynamic-box .item .card-content .image img {
    width: 100%;
    height: 2.6rem;
    object-fit: cover
}

section.content .content-body.dynamic-box .item {
    height: 100%;
    margin-top: .3rem !important
}

section.content .content-body.dynamic-box .item.five-item:nth-of-type(6n+1) {
    margin-left: 0
}

section.content .content-body.dynamic-box.five-item .item:nth-of-type(5n+1) {
    margin-left: 0
}

section.content .content-body.dynamic-box.five-item .item:nth-child(n+6) {
    margin-top: 5%
}

section.content .content-body.dynamic-box.four-item .item {
    width: 22%;
    margin-left: 3%;
    padding-top: 0
}

section.content .content-body.dynamic-box .item.four-item:nth-of-type(6n+1) {
    margin-left: 0
}

section.content .content-body.dynamic-box.four-item .item:nth-of-type(4n+1) {
    margin-left: 0
}

section.content .content-body.dynamic-box.four-item .item:nth-child(n+5) {
    margin-top: 2%
}

section.content .content-body.dynamic-box .item .info {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: .18rem;
    background: #222b65;
    margin-top: -1px;
    opacity: 1;
    transition: .2s opacity ease;
    -webkit-transition: .2s opacity ease;
    -ms-transition: .2s opacity ease;
    -moz-transition: .2s opacity ease;
    -o-transition: .2s opacity ease
}

section.content .content-body.dynamic-box .item .info .name {
    height: .3rem;
    font-weight: 700;
    font-size: .12rem;
    line-height: 1.2em;
    color: #fff
}

section.content .content-body.dynamic-box .item .info .title {
    margin-top: .12rem;
    font-family: "Miller";
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.5em;
    color: #fff;
    opacity: 1;
    height: .53rem;
    overflow: hidden
}

section.content .content-body.dynamic-box .item .detail {
    display: none
}

section.content .content-body.dynamic-box .item-detail-wrapper {
    display: none;
    margin-top: 2%
}

section.content .content-body.dynamic-box .item-detail-wrapper img {
    display: inline-block;
    vertical-align: top;
    width: 29.75%
}

section.content .content-body.dynamic-box .item-detail-wrapper .detail-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70.25%;
    padding: .3rem
}

section.content .content-body.dynamic-box .item-detail-wrapper .name {
    font-weight: 500;
    font-size: .24rem;
    line-height: 1.25em;
    color: #daa520
}

section.content .content-body.dynamic-box .item-detail-wrapper .title {
    margin-top: .1rem;
    font-family: "Miller";
    font-weight: 400;
    font-size: .2rem;
    line-height: 1.2em;
    color: #222b65
}

section.content .content-body.dynamic-box .item-detail-wrapper .detail {
    padding-right: .75rem;
    margin-top: .3rem;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.86em;
    color: #222b65
}

section.content .content-body.dynamic-box .item-detail-wrapper .detail * {
    font-size: .14rem !important;
    line-height: 1.86em !important
}

section.content .content-body.dynamic-box .item-detail-wrapper .detail p+p {
    margin-top: 1.86em
}

section.content .content-body.dynamic-box .item-detail-wrapper .buttons {
    position: absolute;
    width: 2rem;
    top: .3rem;
    right: .3rem
}

section.content .content-body.dynamic-box .item-detail-wrapper .buttons div {
    display: inline-block;
    vertical-align: middle;
    width: .46rem;
    height: .46rem;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease
}

section.content .content-body.dynamic-box .item-detail-wrapper .buttons div:hover {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -o-transform: scale(1.14)
}

section.content .content-body.dynamic-box .item-detail-wrapper .buttons .prev {
    background-image: url(../images/arrow-left.svg)
}

section.content .content-body.dynamic-box .item-detail-wrapper .buttons .next {
    margin-left: .15rem;
    background-image: url(../images/arrow-right.svg)
}

section.content .content-body.dynamic-box .item-detail-wrapper .buttons .close {
    margin-left: .3rem;
    background-image: url(../images/close.svg)
}

section.content .content-body.number-box .items {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

section.content .content-body.number-box .items .title {
    padding-right: .44rem;
    font-family: 'Miller';
    font-weight: 400;
    font-size: .32rem;
    line-height: .875em;
    letter-spacing: .03em;
    color: #222b65
}

section.content .content-body.number-box .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: .6rem;
    padding-right: .44rem
}

section.content .content-body.number-box .number {
    font-weight: 700;
    font-size: .32rem;
    line-height: .875em;
    letter-spacing: .03em;
    color: #daa520
}

section.content .content-body.number-box .text {
    margin-top: .13rem;
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.5em;
    color: #222b65
}

section.content .content-body.logo-box .logo-section {
    position: relative
}

section.content .content-body.logo-box .logo-section.with-link {
    padding-bottom: .7rem
}

section.content .content-body.logo-box .logo-section:not(:first-child) {
    margin-top: .3rem
}

section.content .content-body.logo-box .logo-section .title {
    margin-bottom: .45rem;
    font-family: "Miller";
    font-weight: 400;
    font-size: .2rem;
    line-height: 1.2em;
    color: #222b65
}

section.content .content-body.logo-box .logo-section .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .12rem;
    height: .06rem;
    background-color: #daa520;
    margin-right: .12rem;
    margin-top: -.04rem
}

section.content .content-body.logo-box .logo-section .item {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 32.33%;
    height: 0;
    margin-left: 1%;
    padding-top: 15.83%;
    background: #fff;
    box-shadow: 0 .02rem .04rem rgba(0, 0, 0, .12);
    border: 1px solid #222b65
}

section.content .content-body.logo-box .logo-section .logo-container.long .item {
    width: 15.83%;
    padding-top: 25%;
    margin-left: 1%;
    border: none;
    box-shadow: none
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item .description {
    display: none
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item .industry {
    display: none
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item .website {
    display: none
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper {
    display: none;
    margin-top: 2%;
    background-color: #fff;
    padding: .2rem
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content {
    display: inline-block;
    vertical-align: top;
    width: 29.75%;
    margin-top: .3rem
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper img {
    width: 100%;
    height: auto
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content .industry {
    padding-top: .3rem;
    margin-top: .3rem;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.86em;
    color: #daa520;
    border-top: 1px solid #eee
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content .industry span {
    color: #222b65
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content .website {
    padding-top: .05rem;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.86em;
    color: #daa520
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content .website a {
    color: #daa520
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content .website span {
    color: #222b65
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .detail-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70.25%;
    padding: .3rem
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .detail {
    margin-top: .3rem;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.86em;
    color: #222b65
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .detail * {
    font-size: .14rem !important;
    line-height: 1.86em !important
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .detail ul {
    list-style-type: none
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .detail ul li {
    margin-top: .1rem
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .detail ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .12rem;
    height: .06rem;
    background-color: #daa520;
    margin-right: .12rem;
    margin-top: -.04rem
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .buttons {
    position: absolute;
    width: 2rem;
    top: 0;
    right: 0
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .buttons div {
    display: inline-block;
    vertical-align: middle;
    width: .46rem;
    height: .46rem;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .buttons div:hover {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -o-transform: scale(1.14)
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .buttons .prev {
    background-image: url(../images/arrow-left.svg)
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .buttons .next {
    margin-left: .15rem;
    background-image: url(../images/arrow-right.svg)
}

section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .buttons .close {
    margin-left: .3rem;
    background-image: url(../images/close.svg)
}

section.content .content-body.logo-box .logo-section .logo-container:not(.long) .item:nth-of-type(3n+1) {
    margin-left: 0
}

section.content .content-body.logo-box .logo-section .logo-container:not(.long) .item:nth-child(n+4) {
    margin-top: 1%
}

section.content .content-body.logo-box .logo-section .logo-container.long .item:nth-of-type(6n+1) {
    margin-left: 0
}

section.content .content-body.logo-box .logo-section .logo-container.long .item:nth-child(n+7) {
    margin-top: 1%
}

section.content .content-body.logo-box .logo-section .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

section.content .content-body.logo-box .logo-section .logo-container.long .item img {
    display: none
}

section.content .content-body.logo-box .logo-section .item .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.content .content-body.logo-box .logo-section .item .image .title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: .2rem;
    font-family: "Encode";
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.277em;
    color: #fff
}

section.content .content-body.logo-box .logo-section .item .image .title:before {
    display: none
}

section.content .content-body.logo-box .logo-section .item .image .link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: .3rem;
    font-family: Miller;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.166em;
    color: #fff
}

section.content .content-body.logo-box .logo-section .item .image .link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
    height: .14rem;
    margin-left: .05rem;
    background-image: url(../images/arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat
}

section.content .content-body.filter-box .item {
    position: relative;
    display: inline-block;
    width: 15.83%;
    height: 0;
    margin-left: 1%;
    padding-top: 25%
}

section.content .content-body.filter-box .item:nth-of-type(6n+1) {
    margin-left: 0
}

section.content .content-body.filter-box .item:nth-child(n+5) {
    margin-top: 2%
}

section.content .content-body.filter-box .item .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.content .content-body.filter-box.title-bottom .image {
    opacity: 1
}

section.content .content-body.filter-box .item .title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: .2rem;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.277em;
    color: #fff
}

section.content .content-body.filter-box.title-bottom .item .title {
    top: auto;
    bottom: 0
}

section.content .content-body.filter-box .item a,
section.content .content-body.filter-box .item .link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: .3rem;
    font-family: Miller;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.166em;
    color: #fff
}

section.content .content-body.filter-box .item a:after,
section.content .content-body.filter-box .item .link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
    height: .14rem;
    margin-left: .05rem;
    background-image: url(../images/arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat
}

section.content .content-body .accordion .accordion-item {
    cursor: pointer
}

section.content .content-body .accordion .accordion-title {
    position: relative;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: .2rem;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    color: #222b65;
    border-top: 2px solid rgba(34, 43, 101, .6);
    border-bottom: 2px solid rgba(34, 43, 101, .6)
}

section.content .content-body .accordion .accordion-item:not(.active)+.accordion-item .accordion-title {
    border-top: 0
}

section.content .content-body .accordion .accordion-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .12rem;
    height: .06rem;
    background-color: #daa520;
    margin-right: .12rem;
    margin-top: -.04rem
}

section.content .content-body .accordion .accordion-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: .2rem;
    font-family: FontAwesome;
    font-weight: 300;
    font-size: .16rem;
    line-height: 1em;
    color: #222b65;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease
}

section.content .content-body .accordion .accordion-item.active .accordion-title:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg)
}

section.content .content-body .accordion .accordion-content {
    display: none
}

section.content .content-body .file-item {
    position: relative;
    display: block;
    padding: .2rem;
    padding-right: .5rem;
    border-top: 1px solid rgba(34, 43, 101, .1);
    border-bottom: 1px solid rgba(34, 43, 101, .1)
}

section.content .content-body .file-item+.file-item {
    border-top: 0
}

section.content .content-body .file-item:hover {
    background-color: rgba(34, 43, 101, .05)
}

section.content .content-body .file-item span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .172rem);
    padding-left: .15rem;
    font-weight: 600;
    font-size: .12rem;
    line-height: 1.5em;
    color: #222b65
}

section.content .content-body .file-item:before {
    content: '';
    width: .172rem;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 300;
    font-size: .2rem;
    line-height: 1em;
    color: #daa520
}

section.content .content-body .file-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: .2rem;
    font-family: FontAwesome;
    font-weight: 300;
    font-size: .16rem;
    line-height: 1em;
    color: #222b65;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

section.content .content-body .file-item.file-link:before {
    content: '';
    width: .172rem;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 300;
    font-size: .2rem;
    line-height: 1em;
    color: #daa520
}

section.content .content-body .file-item.file-link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: .2rem;
    font-family: FontAwesome;
    font-weight: 300;
    font-size: .16rem;
    line-height: 1em;
    color: #222b65;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

section.case-study {
    font-size: 0
}

section.case-study .banner {
    position: relative;
    height: 4.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.case-study .banner .overview {
    position: absolute;
    width: 3.6rem;
    left: .6rem;
    top: 100%;
    background: #fff;
    box-shadow: 0 .02rem .04rem rgba(0, 0, 0, .12);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

section.case-study .banner .overview .title {
    padding: .3rem 0 .3rem .3rem;
    margin-right: .3rem;
    font-family: Miller;
    font-weight: 400;
    font-size: .2rem;
    line-height: 1.2em;
    color: #222b65;
    border-bottom: .02rem solid #daa520
}

section.case-study .banner .overview .logo {
    padding: .3rem
}

section.case-study .banner .overview .logo img {
    max-width: 100%
}

section.case-study .banner .overview .text {
    padding: 0 .3rem .3rem .3rem;
    font-weight: 400;
    font-size: .14rem !important;
    line-height: 1.8571em !important;
    color: #222b65
}

section.case-study .banner .overview .text * {
    font-size: .14rem !important;
    line-height: 1.8571em !important
}

section.case-study .banner .overview .text p+p {
    margin-top: 1.8571em
}

section.case-study .case-body {
    position: relative;
    padding: .45rem;
    padding-bottom: .75rem;
    margin-left: 4.2rem
}

section.case-study .case-body .title {
    font-weight: 700;
    font-size: .32rem;
    line-height: 1.25em;
    color: #222b65
}

section.case-study .case-body>.title+* {
    margin-top: 0 !important
}

section.case-study .case-body .title:after {
    content: '';
    display: block;
    width: .6rem;
    height: .02rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    background: #222b65
}

section.case-study .item-container {
    margin-top: .6rem
}

section.case-study .item-container .list-item {
    position: relative;
    padding-left: .3rem;
    font-family: Miller;
    font-weight: 400;
    font-size: .2rem;
    line-height: 1.2em;
    color: #222b65
}

section.case-study .item-container .list-item+.list-item {
    margin-top: .3rem
}

section.case-study .item-container .list-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: .12rem;
    height: .06rem;
    left: 0;
    top: .08rem;
    background: #daa520
}

section.case-study .item-container .list-sub {
    position: relative;
    padding-left: .18rem;
    font-family: Encode;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.8571em;
    color: #222b65
}

section.case-study .item-container .list-sub:first-child {
    margin-top: .3rem
}

section.case-study .item-container .list-sub+.list-sub {
    margin-top: .06rem
}

section.case-study .item-container .list-sub:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: .06rem;
    height: .06rem;
    left: 0;
    top: .1rem;
    background: #222b65
}

section.case-study .number-container {
    padding-top: .3rem
}

section.case-study .number-container .item {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding-right: .3rem;
    padding-top: .3rem
}

section.case-study .number-container .item .number {
    font-weight: 700;
    font-size: .32rem;
    line-height: .875em;
    letter-spacing: .03125em;
    color: #daa520
}

section.case-study .number-container .item .text {
    margin-top: .13rem;
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.5em;
    color: #222b65
}

section.case-study .graph-container {
    position: relative;
    margin-top: .6rem
}

section.case-study .graph-container .graph {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48.6%;
    height: 0;
    padding-top: 30.27%;
    box-shadow: 0 .02rem .04rem rgba(0, 0, 0, .12)
}

section.case-study .graph-container .graph:nth-child(even) {
    margin-left: 2.8%
}

section.case-study .graph-container .graph-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: .3rem .2rem 0 .2rem;
    font-family: Miller;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.1666em;
    color: #222b65;
    text-align: center
}

section.case-study .graph-container .items {
    position: absolute;
    width: 94.44%;
    left: 2.78%;
    bottom: .56rem;
    border-bottom: 1px solid #222b65
}

section.case-study .graph-container .items .item {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding-left: .15rem;
    padding-right: .15rem
}

section.case-study .graph-container .items .item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: .15rem;
    right: .15rem;
    background: #222b65
}

section.case-study .graph-container .items .item .var-x {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: .12rem;
    font-weight: 400;
    font-size: .11rem;
    line-height: 1.18em;
    color: #222b65;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

section.case-study .graph-container .items .item .var-y {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: .11rem;
    font-weight: 700;
    font-size: .11rem;
    line-height: 1.18em;
    color: #222b65;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

section.case-study .final-container {
    position: relative;
    margin-top: .6rem;
    padding: .3rem;
    background: #222b65
}

section.case-study .final-container .final-title {
    font-weight: 700;
    font-size: .12rem;
    line-height: 1.25em;
    color: #fff
}

section.case-study .final-container .final-title:after {
    content: '';
    display: block;
    height: .02rem;
    width: .6rem;
    margin-top: .15rem;
    margin-bottom: .15rem;
    background: #fff
}

section.case-study .final-container .final-text {
    font-family: Miller;
    font-weight: 400;
    font-size: .2rem;
    line-height: 1.2em;
    color: #fff
}

section.case-study .controls {
    padding: .3rem .6rem;
    background: #daa520;
    text-align: center
}

section.case-study .controls .btn-control {
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.25em;
    color: #fff
}

section.case-study .controls .btn-control strong {
    font-weight: 700
}

section.case-study .controls .btn-control.prev {
    float: left
}

section.case-study .controls .btn-control.prev:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
    height: .14rem;
    margin-right: .06rem;
    margin-top: -.02rem;
    background-image: url(../images/arrow-left-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

section.case-study .controls .btn-control.next {
    float: right
}

section.case-study .controls .btn-control.next:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
    height: .14rem;
    margin-left: .06rem;
    margin-top: -.02rem;
    background-image: url(../images/arrow-right-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

section.real-estate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

section.real-estate .real-estate-container {
    position: absolute;
    width: 55%;
    left: .6rem;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

section.real-estate .real-estate-container img {
    width: 1.05rem;
    margin-bottom: .16rem
}

section.real-estate .real-estate-container .estate-text {
    margin-bottom: .14rem;
    font-family: "Miller";
    font-weight: 400;
    font-size: .32rem;
    line-height: 1.1875em;
    color: #fff
}

section.real-estate .real-estate-container a {
    display: inline-block;
    padding-left: .15rem;
    padding-right: .15rem;
    font-weight: 400;
    font-size: .14rem;
    line-height: .41rem;
    color: #222b65;
    background-color: #fff
}

section.real-estate .estate-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .75;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.image-section img {
    display: block;
    width: 100%
}

section.contact {
    width: 100%
}

section.contact .contact-banners {
    width: 100%;
    font-size: 0
}

section.contact .contact-banner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 0;
    padding-top: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

section.contact .contact-banner .contact-banner-text {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: .32rem;
    color: #fff;
    text-align: center;
    font-weight: 700
}

section.contact .contact-bottom {
    width: 100%;
    font-size: 0;
    padding: .6rem;
    padding-bottom: .9rem
}

section.contact .contact-title {
    display: inline-block;
    width: 34%;
    height: auto;
    vertical-align: top;
    padding-right: .6rem
}

section.contact .contact-title h1 {
    font-size: .32rem;
    font-weight: 700;
    color: #daa520;
    line-height: 1.25em
}

section.contact .contact-title .sub-title {
    display: block;
    margin-top: .11rem;
    font-size: .32rem;
    font-weight: 400;
    line-height: 1.1875em;
    font-family: 'Miller';
    color: #222b65
}

section.contact .contact-title .contact-text {
    margin-top: .3rem;
    font-family: Miller;
    font-weight: 400;
    font-size: .2rem;
    line-height: 1.4em;
    color: #222b65
}

section.contact .contact-addresses {
    display: inline-block;
    width: 66%;
    height: auto;
    vertical-align: top;
    padding-top: .1rem;
    font-size: 0
}

section.contact .contact-addresses .contact-address {
    position: relative;
    display: inline-block;
    width: 48%;
    height: auto;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

section.contact .contact-addresses .contact-address:nth-child(even) {
    margin-left: 4%
}

section.contact .contact-addresses .contact-address img {
    width: 100%;
    height: auto
}

section.contact .contact-address .contact-address-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: .3rem;
    font-size: .18rem;
    line-height: 1.278em;
    color: #fff;
    font-weight: 800
}

section.contact .contact-address.without-image .contact-address-title {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #daa520
}

section.contact .contact-address .contact-address-address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: .3rem;
    font-size: .18rem;
    line-height: 1.1667em;
    color: #fff;
    font-family: 'Miller'
}

section.contact .contact-address.without-image .contact-address-address {
    position: relative;
    bottom: auto;
    left: auto;
    color: #222b65
}

section.contact .contact-address .contact-address-address .contact-address-phones {
    width: 100%;
    margin-top: .16rem;
    font-size: 0;
    text-align: justify
}

section.contact .contact-address .contact-address-address .contact-address-phones span {
    display: inline-block;
    width: auto;
    font-size: .13rem;
    line-height: 1.8em;
    text-align: left
}

section.banner {
    position: relative;
    width: 100%;
    height: 3rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.banner .title {
    position: absolute;
    max-width: calc(100% - 1.2rem);
    left: .6rem;
    top: 50%;
    font-weight: 600;
    font-size: .5rem;
    line-height: 1.2em;
    color: #fff;
    border-bottom: .06rem solid #daa520;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

section.esg-banner {
    position: relative;
    display: flex
}

section.esg-banner .image {
    width: 50%;
    position: relative;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.esg-banner .image::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: .28rem solid transparent;
    border-bottom: .28rem solid transparent;
    border-right: .44rem solid #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

section.esg-banner .content {
    width: 50%;
    padding-top: 1rem;
    padding-bottom: .32rem;
    padding-right: calc(50% - 6.1rem + .7rem);
    padding-left: .58rem
}

section.esg-banner .content .title {
    font-weight: 600;
    font-size: .27rem;
    line-height: 1.2em;
    color: #daa520
}

section.esg-banner .content .text {
    font-weight: 300;
    font-size: .14rem;
    line-height: 1.5em;
    color: #393939
}

section.esg-banner .content *+.text {
    margin-top: .3rem
}

section.esg-banner .content .text p+p {
    margin-top: 1.2em
}

section.esg-banner .content .img-icon {
    height: .55rem;
    width: auto;
    margin-top: .05rem;
    display: block;
    margin: 0 auto
}

.popup-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100;
    overflow: auto
}

.popup-wrapper.active {
    display: block
}

.popup-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.popup-wrapper .popup-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 7.2rem
}

.popup-wrapper .popup-container img {
    width: 100%
}

.popup-wrapper .popup-container img.mobile-image {
    display: none
}

.popup-wrapper .popup-container .btn-popup-close {
    position: absolute;
    width: .3rem;
    height: .3rem;
    top: -.15rem;
    right: -.15rem;
    background-color: #fff;
    border-radius: .15rem
}

.popup-wrapper .popup-container .btn-popup-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: .16rem;
    color: #222b65;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

section.error {
    padding-top: 1rem;
    padding-bottom: 1rem
}

section.error .content {
    text-align: center
}

section.error .content .title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2em;
    color: #222b65
}

section.error .content .text {
    font-weight: 700;
    font-size: .25rem;
    line-height: 1.2em;
    color: #222b65
}

section.error .content .link-default {
    position: relative;
    display: block;
    margin-top: .5rem;
    right: auto;
    bottom: auto;
    font-size: .15rem;
    color: #222b65;
    text-align: center;
    font-weight: 700;
    text-decoration: underline
}

section.banner-left-image {
    position: relative;
    margin-top: -.01rem;
    font-family: "Encode Sans", sans-serif
}

section.banner-left-image .image {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 52.85%;
    height: 100%;
    min-height: 3rem;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.banner-left-image .image .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 65%;
    padding-left: calc(50vw - 6.1rem);
    padding-right: .6rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 800;
    font-size: .38rem;
    line-height: 1.2em;
    letter-spacing: -.02em;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

section.banner-left-image .image .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -.28rem;
    border-top: .28rem solid transparent;
    border-bottom: .28rem solid transparent;
    border-right: .44rem solid #fff
}

section.banner-left-image .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47.15%;
    margin-left: 52.85%;
    padding-top: 1rem;
    padding-bottom: .32rem;
    padding-right: calc(50% - 6.1rem + .7rem);
    padding-left: .58rem
}

section.banner-left-image .content .title {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: .27rem;
    line-height: 1.2em;
    color: #daa520
}

section.banner-left-image .content .text {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 300;
    font-size: .14rem;
    line-height: 1.5em;
    color: #393939
}

section.banner-left-image .content *+.text {
    margin-top: .3rem
}

section.banner-left-image .content .text p+p {
    margin-top: 1.2em
}

section.portfolio-alt {
    position: relative;
    margin-top: 1rem;
    font-size: 0;
    font-family: "Encode Sans", sans-serif
}

section.portfolio-alt .title-default {
    color: #daa520;
    margin-bottom: .5rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 900;
    font-size: .4rem;
    line-height: 1.2em;
    text-align: center
}

section.portfolio-alt .description {
    font-weight: 600;
    font-size: .13rem;
    line-height: 1.2em;
    color: #393939;
    text-align: center
}

section.portfolio-alt *+.description {
    margin-top: .36rem
}

section.portfolio-alt .boxes {
    position: relative;
    display: block;
    margin: -.18rem;
    text-align: center
}

section.portfolio-alt *+.boxes {
    margin-top: .38rem
}

section.portfolio-alt .boxes .box {
    display: inline-block;
    vertical-align: top;
    width: 1.94rem;
    margin: .18rem
}

section.portfolio-alt .boxes .item {
    position: relative;
    display: block;
    width: 100%;
    padding: .2rem .17rem;
    border-radius: .2rem;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: .2s background-color ease;
    -webkit-transition: .2s background-color ease;
    -ms-transition: .2s background-color ease;
    -moz-transition: .2s background-color ease;
    -o-transition: .2s background-color ease
}

section.portfolio-alt .boxes .item .image {
    width: 100%
}

section.portfolio-alt .boxes .item .image img {
    width: 100%;
    opacity: .4;
    transition: .2s opacity ease;
    -webkit-transition: .2s opacity ease;
    -ms-transition: .2s opacity ease;
    -moz-transition: .2s opacity ease;
    -o-transition: .2s opacity ease
}

section.portfolio-alt .boxes .item .title {
    font-weight: 900;
    font-size: .17rem;
    line-height: 1.2em;
    color: #012168
}

section.portfolio-alt .boxes .item *+.title {
    margin-top: .2rem
}

.popup-wrapper-alt {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999999999999;
    overflow: auto;
    font-size: 0;
    font-family: "Encode Sans", sans-serif
}

.popup-wrapper-alt:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.popup-wrapper-alt .popup-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 11rem;
    max-width: 100%;
    padding: .9rem;
    background-color: #fff;
    transform: scale(0)
}

.popup-wrapper-alt.main .popup-container {
    width: 8.2rem;
    padding: .05rem
}

.popup-wrapper-alt .btn-close {
    position: absolute;
    width: .4rem;
    height: .4rem;
    right: -.2rem;
    top: -.2rem;
    border-radius: .2rem;
    background-color: #fff;
    box-shadow: 0 .03rem .05rem -1px rgba(0, 0, 0, .2), 0 .06rem .1rem 0 rgba(0, 0, 0, .14), 0 1px .18rem 0 rgba(0, 0, 0, .12)
}

.popup-wrapper-alt .btn-close img {
    position: absolute;
    width: .24rem;
    left: 50%;
    top: 50%;
    margin-top: -.12rem;
    margin-left: -.12rem
}

.popup-wrapper-alt .image {
    display: inline-block;
    vertical-align: middle;
    width: 24.42%
}

.popup-wrapper-alt img.desktop-image {
    max-width: 100%
}

.popup-wrapper-alt img.mobile-image {
    display: none
}

.popup-wrapper-alt .content {
    display: inline-block;
    vertical-align: middle;
    width: 75.58%;
    padding-left: .54rem;
    padding-right: .72rem;
    text-align: left
}

.popup-wrapper-alt .content .name {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 800;
    font-size: .28rem;
    line-height: 1.2em;
    color: #000
}

.popup-wrapper-alt .content .title {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 500;
    font-size: .18rem;
    line-height: 1.2em;
    color: #daa520
}

.popup-wrapper-alt .content .text {
    font-weight: 300;
    font-size: .16rem;
    line-height: 1.2em;
    color: #000
}

.popup-wrapper-alt .content .text p+p {
    margin-top: 1.2em
}

.popup-wrapper-alt .content *+.text {
    margin-top: .45rem
}

.popup-wrapper-alt.portfolio-detail {
    text-align: center
}

.popup-wrapper-alt.portfolio-detail .popup-container {
    padding: .56rem 1.7rem 1.2rem 1.7rem
}

.popup-wrapper-alt.portfolio-detail .icon {
    display: block;
    width: .45rem;
    margin-left: auto;
    margin-right: auto
}

.popup-wrapper-alt.portfolio-detail .icon.large {
    width: 1.2rem
}

.popup-wrapper-alt.portfolio-detail .title {
    font-weight: 900;
    font-size: .17rem;
    line-height: 1.2em;
    color: #daa520
}

.popup-wrapper-alt.portfolio-detail *+.title {
    margin-top: .12rem
}

.popup-wrapper-alt.portfolio-detail .category {
    font-weight: 900;
    font-size: .4rem;
    line-height: 1.2em;
    color: #daa520
}

.popup-wrapper-alt.portfolio-detail *+.category {
    margin-top: .02rem
}

.popup-wrapper-alt.portfolio-detail .text {
    padding-left: .22rem;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.2em;
    color: #012168;
    text-align: left
}

.popup-wrapper-alt.portfolio-detail *+.text {
    margin-top: .6rem
}

.popup-wrapper-alt.portfolio-detail .text ul {
    list-style: none
}

.popup-wrapper-alt.portfolio-detail .text ul li {
    position: relative;
    padding-left: .16rem
}

.popup-wrapper-alt.portfolio-detail .text ul li:before {
    content: '';
    position: absolute;
    width: .12rem;
    height: .12rem;
    top: .02rem;
    left: -.04rem;
    background-image: url(../images/icon-bullet.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.popup-wrapper-alt.portfolio-detail .text ul li+li {
    margin-top: 1.2em
}

.popup-wrapper-alt.portfolio-detail .text p {
    position: relative
}

.popup-wrapper-alt.portfolio-detail .text p:before {
    content: '';
    position: absolute;
    width: .13rem;
    height: .12rem;
    top: .02rem;
    left: -.21rem;
    background-image: url(../images/icon-triangle.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.popup-wrapper-alt.portfolio-detail .text p+p,
.popup-wrapper-alt.portfolio-detail .text p+ul,
.popup-wrapper-alt.portfolio-detail .text ul+p,
.popup-wrapper-alt.portfolio-detail .text ul+ul {
    margin-top: 1.2em
}

.popup-wrapper-alt.portfolio-detail .image {
    width: 100%
}

.popup-wrapper-alt.portfolio-detail *+.image {
    margin-top: 1rem
}

.popup-wrapper-alt.portfolio-detail .projects {
    position: relative;
    display: block;
    margin-left: -.36rem;
    margin-right: -.36rem
}

.popup-wrapper-alt.portfolio-detail *+.projects {
    margin-top: .64rem
}

.popup-wrapper-alt.portfolio-detail .projects .project {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .72rem);
    margin: .36rem;
    text-align: left
}

.popup-wrapper-alt.portfolio-detail .projects .project-image {
    display: block;
    width: 100%;
    margin-bottom: .16rem
}

.popup-wrapper-alt.portfolio-detail .projects .project-name {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-weight: 800;
    font-size: .16rem;
    line-height: 1.2em;
    color: #000
}

.popup-wrapper-alt.portfolio-detail .projects .project-note {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    font-weight: 800;
    font-size: .12rem;
    line-height: 1.2em;
    color: #daa520;
    text-align: right
}

.popup-wrapper-alt.portfolio-detail .projects .project-text {
    font-weight: 300;
    font-size: .12rem;
    line-height: 1.2em;
    color: #000
}

.popup-wrapper-alt.portfolio-detail .projects .project-text * {
    font-size: inherit !important;
    line-height: inherit !important
}

.popup-wrapper-alt.portfolio-detail .projects *+.project-text {
    margin-top: .2rem
}

section.projects {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: "Encode Sans", sans-serif
}

section.projects .title-default {
    margin-bottom: .5rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 900;
    font-size: .4rem;
    line-height: 1.2em;
    text-align: center;
    color: #daa520
}

section.projects .description {
    font-weight: 600;
    font-size: .13rem;
    line-height: 1.2em;
    color: #393939;
    text-align: center
}

section.projects *+.description {
    margin-top: .36rem
}

section.projects .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: -.28rem auto;
    text-align: center;
    width: 100%
}

section.projects *+.boxes {
    margin-top: 0
}

section.projects .boxes .box {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - .56rem);
    height: 2.4rem;
    margin-top: .28rem
}

section.projects .boxes .box:nth-child(4n+1) {
    margin-left: 0 !important
}

section.projects .boxes .box+.box {
    margin-left: .28rem
}

section.projects .boxes .item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

section.projects .boxes .item:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: bottom
}

section.projects .boxes .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(1, 33, 104, .5);
    transition: .2s background-color ease;
    -webkit-transition: .2s background-color ease;
    -ms-transition: .2s background-color ease;
    -moz-transition: .2s background-color ease;
    -o-transition: .2s background-color ease
}

section.projects .boxes .item .text-block {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: .14rem .24rem
}

section.projects .boxes .item .text-block .title {
    font-weight: 700;
    font-size: .16rem;
    line-height: 1.2em;
    color: #f3f3f3
}

section.projects .boxes .item .text-block .text {
    font-weight: 400;
    font-style: italic;
    font-size: .14rem;
    line-height: 1.2em;
    color: #f3f3f3
}

section.projects .boxes .item .text-block *+.text {
    margin-top: .1rem
}

section.team {
    position: relative;
    text-align: center;
    font-size: 0;
    margin-top: 1rem;
    font-family: "Encode Sans", sans-serif
}

section.team .title-default {
    margin-bottom: .5rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 900;
    font-size: .4rem;
    line-height: 1.2em;
    color: #daa520;
    text-align: center
}

section.team.solid {
    padding-top: .42rem;
    padding-bottom: 1rem;
    background-color: #f0f1f1
}

section.team .container {
    width: 9.38rem
}

section.team *+.items {
    margin-top: .5rem
}

section.team .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - .36rem);
    padding-top: calc((25% - .36rem)*1.3247);
    margin: .18rem;
    cursor: pointer
}

section.team.quintet .item .image {
    height: 71%
}

section.team .item .image {
    position: absolute;
    width: 100%;
    height: 76%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.team .item .content {
    text-align: initial;
    width: 100%;
    padding: .18rem;
    background-color: #012168;
    z-index: 3
}

section.team .item .content .name {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: .14rem;
    line-height: 1.2em;
    color: #fff;
    height: .3rem
}

section.team .item .content .title {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.5em;
    color: #fff
}

section.team .item .content *+.title {
    margin-top: .11rem;
    height: .52rem
}

section.team.quintet .item {
    width: calc(20% - .36rem);
    padding-top: calc((20% - .36rem)*1.3247)
}

section.team.quintet .item .name {
    font-size: .12rem
}

section.team.quintet .item .content .title {
    font-size: .11rem
}

.fixed-menu {
    padding-bottom: 0 !important
}

.dynamic-box-width-text .content-body.dynamic-box .item {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important
}

.dynamic-box-width-text .item .dynamic-box-text {
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.86em;
    color: #222b65;
    width: 80%;
    padding-left: .5rem
}

.dynamic-box-width-text .content-body.dynamic-box .item-detail-wrapper .buttons .next {
    display: none
}

.dynamic-box-width-text .content-body.dynamic-box .item-detail-wrapper .buttons .prev {
    display: none
}

.dynamic-box-width-text .content-body.dynamic-box .item .info .title {
    height: auto !important
}

.dynamic-box-width-text .content-body.dynamic-box .item .card-content .image img {
    height: 3.6rem !important
}

section.video-main .video-full {
    width: 100%;
    display: flex;
    justify-content: center
}

section.video-main .video-main {
    padding-bottom: .3rem !important
}

section.video-main .video-full iframe {
    width: 62% !important;
    height: 4rem !important
}

section.video-main .video-full .video {
    position: relative;
    width: 62% !important;
    height: 4rem !important
}

section.video-main .video-full .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

section.video-main .video-full .video .btn-play {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-top: .25rem solid transparent;
    border-bottom: .25rem solid transparent;
    border-left: .36rem solid #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

section.content-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 0 !important
}

section.content-banner::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .24);
    position: absolute
}

section.content-banner .container {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding-top: .65rem;
    position: relative;
    padding-bottom: .4rem;
    z-index: 20
}

section.content-banner .container .title {
    font-weight: 600;
    font-size: .38rem;
    color: #fff
}

section.content-banner .container .text {
    width: 70%;
    color: #fff;
    padding-top: .2rem;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.25em
}

section.content-banner .container .down-btn {
    margin-top: .5rem
}

section.content-banner .container .down-btn img {
    height: .56rem
}

.btn-menu,
section.case-study .case-body .overview.mobile {
    display: none
}

@media screen and (min-width:901px) {
    .mobile-only {
        display: none !important
    }

    section.portfolio-alt .boxes .item:hover {
        background-color: rgba(57, 57, 57, .08)
    }

    section.portfolio-alt .boxes .item:hover .image img {
        opacity: 1
    }

    section.team .item:hover:before {
        opacity: 0
    }

    section.team .item:hover .image {
        filter: grayscale(0)
    }

    section.team .item:hover .content {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0)
    }

    section.projects .boxes .item:hover:after {
        background-color: rgba(1, 33, 104, 0)
    }
}

@media screen and (max-width:900px) {

    html,
    body {
        font-size: 23.4375vw;
        min-height: unset
    }

    .btn-menu {
        position: absolute;
        display: block;
        height: 34px;
        width: 40px;
        top: 50%;
        right: .2rem;
        padding: 10px;
        margin-top: -17px
    }

    .btn-menu div {
        display: block;
        height: 2px;
        background-color: #fff;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease
    }

    .btn-menu div:not(:first-child) {
        margin-top: 4px
    }

    header.dark .btn-menu div {
        background-color: #222b65
    }

    header.active .btn-menu div:nth-child(2) {
        margin-left: 50%
    }

    header.active .btn-menu div:nth-child(3) {
        margin-left: 75%
    }

    header {
        padding: .2rem .3rem
    }

    header:not(.dark) {
        position: absolute
    }

    header .menu {
        position: absolute;
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        padding: .2rem .3rem .2rem .3rem;
        text-align: left;
        background: #fff;
        border-top: 1px solid #222b65;
        box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .1)
    }

    header.active .menu {
        display: block
    }

    header .menu .submenu {
        display: flex;
        position: relative;
        background: #fff;
        visibility: visible;
        opacity: 1;
        padding: .2rem 0;
        flex-direction: column;
        border: none
    }

    header .menu .submenu a {
        font-size: .12rem;
        color: #747377;
        font-weight: 600;
        padding: .03rem 0
    }

    header .menu .submenu a::after {
        content: none
    }

    header .menu .submenu a+a {
        margin-left: 0
    }

    header .menu li .submenu a::after {
        content: none
    }

    header .menu li.active .submenu a::after {
        content: none
    }

    header .menu li {
        position: relative;
        display: block;
        vertical-align: middle;
        padding-left: 0;
        padding-right: .3rem;
        padding-bottom: .1rem;
        padding-top: .2rem;
        margin-top: .2rem;
        margin-bottom: .2rem;
        font-weight: 600;
        font-size: .16rem;
        line-height: 1.25em;
        color: #daa520;
        border-bottom: 1px solid rgba(34, 43, 101, .1)
    }

    header .menu li.active {
        border-bottom: 1px solid #daa520
    }

    header .languages {
        position: absolute;
        right: .7rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    header.dark .menu li.active:after {
        display: none
    }

    header .custom-content-menu {
        padding: .15rem .2rem;
        white-space: nowrap;
        overflow: auto
    }

    footer {
        padding: .2rem .3rem;
        font-size: .1rem;
        text-align: right
    }

    footer .inveon-logo {
        width: .65rem;
        right: .3rem;
        top: auto;
        bottom: 100%
    }

    footer .info {
        left: .3rem
    }

    footer .info-right {
        position: absolute;
        top: 0;
        right: .3rem;
        left: .3rem
    }

    footer .info-right .policy {
        position: absolute;
        top: -.1rem;
        right: 0;
        left: auto
    }

    footer .info-right .kvkk {
        position: absolute;
        top: -.1rem;
        right: auto;
        left: 0
    }

    footer .info-right a {
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit
    }

    .background-video {
        position: absolute
    }

    section.home {
        position: relative
    }

    section.home .text {
        width: 100%;
        left: 0;
        padding-left: .3rem;
        padding-right: .3rem;
        font-size: .32rem
    }

    section.content {
        padding: .3rem;
        padding-bottom: .45rem
    }

    section.content .content-head {
        padding-bottom: .2rem
    }

    section.content .content-head .title+.title {
        margin-top: .1rem
    }

    section.content .content-head .title.strong {
        font-size: .32rem
    }

    section.content:not(.portfolio-content) .content-head .title.regular {
        font-size: .32rem
    }

    section.content .content-menu {
        width: 100%;
        margin-right: -.3rem;
        margin-bottom: .2rem
    }

    section.content .content-menu .content-menu-container {
        padding-top: .2rem;
        padding-bottom: .2rem;
        display: inline-block
    }

    section.content .content-menu .content-menu-container div {
        margin-left: 0;
        margin-right: .3rem;
        margin-bottom: .05rem;
        line-height: 2em
    }

    section.content .content-menu .content-menu-container div:not(:first-child):hover::after {
        width: 0 !important
    }

    section.content .content-menu .content-menu-container div.active:not(:first-child):after {
        margin-top: 0 !important;
        width: 100% !important;
        height: .03rem
    }

    section.content .content-menu .content-menu-container div:not(:first-child):after {
        height: .01rem;
        margin-top: 0 !important
    }

    section.content .content-menu .content-menu-wrapper.fixed .content-menu-container {
        padding-left: .3rem;
        padding-right: .3rem;
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -o-transition: none
    }

    section.content .content-menu .header-fixed {
        display: none !important
    }

    section.content .content-body {
        padding-top: .2rem
    }

    section.content .content-head+.content-body {
        padding-top: .2rem
    }

    section.content .content-body.image-box .item {
        display: block;
        width: 100% !important
    }

    section.content .content-body.image-box .item:nth-child(odd) {
        padding-right: 0
    }

    section.content .content-body.image-box .item:nth-child(even) {
        padding-left: 0
    }

    section.content .content-body.image-box .item:nth-child(n+3) {
        margin-top: .3rem
    }

    section.content .content-body.image-box .item+.item {
        margin-top: .3rem
    }

    section.content .content-body.image-box .text+.text {
        margin-top: .2rem
    }

    section.content .content-body.dynamic-box .item {
        width: 47% !important;
        height: 100%;
        margin-left: 6% !important;
        padding-top: 0;
        margin-top: .3rem !important
    }

    section.content .content-body.dynamic-box .item:nth-of-type(2n+1),
    section.content .content-body.dynamic-box .item:first-child {
        margin-left: 0 !important
    }

    section.content .content-body.dynamic-box .item:nth-child(n+3) {
        margin-top: 0
    }

    section.content .content-body.dynamic-box.five-item .item:nth-child(n+6) {
        margin-top: 0
    }

    section.content .content-body.dynamic-box .item .detail {
        display: none
    }

    section.content .content-body.dynamic-box .item-detail-wrapper {
        display: none;
        margin-top: 6%
    }

    section.content .content-body.dynamic-box .item-detail-wrapper img {
        display: block;
        width: 100%
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .detail-content {
        position: relative;
        display: block;
        width: 100%;
        padding: .3rem
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .detail {
        padding-right: 0
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .buttons {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin-bottom: .3rem
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .buttons div {
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -o-transition: none
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .buttons div:hover {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .buttons .prev {
        background-image: url(../images/arrow-left.svg)
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .buttons .next {
        margin-left: .15rem;
        background-image: url(../images/arrow-right.svg)
    }

    section.content .content-body.dynamic-box .item-detail-wrapper .buttons .close {
        float: right;
        margin-left: .3rem;
        background-image: url(../images/close.svg)
    }

    section.content .content-body.number-box .items {
        width: 100%;
        margin-top: .3rem
    }

    section.content .content-body.number-box .items:first-child {
        margin-top: 0
    }

    section.content .content-body.number-box .items .title {
        padding-right: .2rem
    }

    section.content .content-body.number-box .item {
        width: 50%;
        padding-right: .2rem;
        margin-top: .3rem
    }

    section.content .content-body.number-box .number {
        font-size: .24rem
    }

    section.content .content-body.number-box .text {
        font-size: .13rem
    }

    section.content .content-body.number-box .text br {
        display: none
    }

    section.content .content-body.logo-box .logo-section .item {
        width: 100%;
        padding-top: 100%;
        margin-left: 0;
        margin-top: .3rem !important
    }

    section.content .content-body.logo-box .logo-section .logo-container.long .item {
        width: 100%;
        padding-top: 114.92%;
        margin-left: 0;
        margin-top: .3rem !important
    }

    section.content .content-body.logo-box .logo-section .logo-container.long .item:first-child {
        margin-top: 0 !important
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper {
        padding: .3rem
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content {
        display: block;
        width: 100%;
        margin-top: 0
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .image-content .industry {
        padding-top: .2rem;
        margin-top: .2rem
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .detail-content {
        display: block;
        width: 100%;
        padding: .3rem 0 0 0
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .detail {
        margin-top: 0
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .buttons {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin-bottom: .3rem
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .buttons div {
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -o-transition: none
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .buttons div:hover {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .buttons .prev {
        background-image: url(../images/arrow-left.svg)
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .buttons .next {
        margin-left: .15rem;
        background-image: url(../images/arrow-right.svg)
    }

    section.content .content-body.dynamic-box-for-portfolio .logo-section .item-detail-wrapper .buttons .close {
        float: right;
        margin-left: .3rem;
        background-image: url(../images/close.svg)
    }

    section.content .content-body.filter-box .item {
        width: 100%;
        margin-left: 0;
        margin-top: .3rem;
        padding-top: 114.92%
    }

    section.content .content-body.filter-box .item:first-child {
        margin-top: 0
    }

    section.content .content-body.filter-box .item:nth-child(n+4) {
        margin-top: .3rem
    }

    section.content .content-body .accordion .accordion-title {
        padding-top: .24rem;
        padding-bottom: .24rem;
        font-size: .2rem
    }

    section.content .content-body .accordion .accordion-title:before {
        width: .14rem
    }

    section.content .content-body .accordion .accordion-title:after {
        right: 0;
        font-size: .24rem
    }

    section.content .content-body .file-item {
        padding: .2rem;
        padding-right: .3rem;
        padding-left: 0
    }

    section.content .content-body .file-item:hover {
        background-color: transparent
    }

    section.content .content-body .file-item span {
        width: calc(100% - .2rem);
        padding-left: .15rem;
        font-size: .15rem
    }

    section.content .content-body .file-item:before {
        width: .2rem;
        font-size: .25rem
    }

    section.content .content-body .file-item:after {
        right: 0;
        font-size: .2rem
    }

    section.case-study .banner {
        height: 2.25rem
    }

    section.case-study .banner .overview {
        display: none
    }

    section.case-study .case-body .overview.mobile {
        display: block;
        position: relative;
        width: 100%;
        background: #fff;
        padding-bottom: .6rem
    }

    section.case-study .case-body .overview .title {
        padding-bottom: .2rem;
        font-family: Miller;
        font-weight: 400;
        font-size: .24rem;
        line-height: 1.2em;
        color: #222b65;
        border-bottom: .02rem solid #daa520
    }

    section.case-study .overview .title:after {
        display: none !important
    }

    section.case-study .overview .logo {
        padding-top: .2rem;
        padding-bottom: .2rem
    }

    section.case-study .overview .logo img {
        max-width: 100%
    }

    section.case-study .overview .text {
        font-weight: 400;
        font-size: .14rem !important;
        line-height: 1.8571em !important;
        color: #222b65
    }

    section.case-study .overview .text * {
        font-size: .14rem !important;
        line-height: 1.8571em !important
    }

    section.case-study .overview .text p+p {
        margin-top: 1.8571em
    }

    section.case-study .case-body {
        padding: .3rem;
        padding-bottom: .6rem;
        margin-left: 0
    }

    section.case-study .case-body .title {
        font-size: .28rem
    }

    section.case-study .number-container {
        padding-top: .3rem
    }

    section.case-study .number-container .item {
        width: 50%;
        padding-right: .2rem;
        padding-top: .2rem
    }

    section.case-study .number-container .item .number {
        font-size: .24rem
    }

    section.case-study .number-container .item .text {
        font-size: .13rem
    }

    section.case-study .graph-container {
        position: relative;
        margin-top: .6rem
    }

    section.case-study .graph-container .graph {
        display: block;
        width: 100%;
        padding-top: 62.284%;
        box-shadow: 0 .02rem .04rem rgba(0, 0, 0, .12);
        margin-top: .3rem
    }

    section.case-study .graph-container .graph:first-child {
        margin-top: 0
    }

    section.case-study .graph-container .graph:nth-child(even) {
        margin-left: 0
    }

    section.case-study .graph-container .items .item {
        padding-left: .1rem;
        padding-right: .1rem
    }

    section.case-study .graph-container .items .item:after {
        left: .1rem;
        right: .1rem
    }

    section.case-study .final-container {
        padding: .2rem
    }

    section.case-study .controls {
        padding: .3rem .2rem
    }

    section.case-study .controls:after {
        content: '';
        display: block;
        width: 100%;
        clear: both
    }

    section.case-study .controls .btn-control {
        vertical-align: middle;
        font-size: 0;
        line-height: unset
    }

    section.case-study .controls .btn-control strong {
        vertical-align: middle;
        font-size: .12rem
    }

    section.real-estate {
        position: relative
    }

    section.real-estate .real-estate-container {
        width: 100%;
        left: 0;
        top: 50%;
        padding-left: .3rem;
        padding-right: .3rem
    }

    section.real-estate .real-estate-container .estate-text {
        font-size: .28rem
    }

    section.contact .contact-banner {
        display: block;
        width: 100%;
        padding-top: 50%
    }

    section.contact .contact-banner+.contact-banner {
        border-top: 1px solid #222b65
    }

    section.contact .contact-banner .contact-banner-text {
        font-size: .28rem
    }

    section.contact .contact-bottom {
        padding: .3rem;
        padding-bottom: .6rem
    }

    section.contact .contact-title {
        display: block;
        width: 100%;
        padding-right: 0
    }

    section.contact .contact-addresses {
        display: block;
        width: 100%;
        padding-top: .3rem
    }

    section.contact .contact-addresses .contact-address {
        display: block;
        width: 100%
    }

    section.contact .contact-addresses .contact-address+.contact-address {
        margin-top: .3rem
    }

    section.contact .contact-addresses .contact-address:nth-child(even) {
        margin-left: 0
    }

    section.contact .contact-address.without-image .contact-address-title {
        padding-left: 0;
        padding-right: 0
    }

    section.contact .contact-address.without-image .contact-address-address {
        padding-left: 0;
        padding-right: 0
    }

    section.contact .contact-address .contact-address-address .contact-address-phones span {
        width: 50%
    }

    section.banner .title {
        max-width: calc(100% - .6rem)
    }

    section.esg-banner {
        flex-direction: column
    }

    section.esg-banner .image {
        width: 100%;
        min-height: unset;
        padding: .8rem .2rem
    }

    section.esg-banner .image::before {
        content: none
    }

    section.esg-banner .content {
        width: 100%;
        padding: .2rem
    }

    section.esg-banner .content .title {
        font-size: .2rem
    }

    section.esg-banner .content .text {
        line-height: 1.5em
    }

    section.esg-banner .content .img-icon {
        margin-bottom: .1rem
    }

    .popup-wrapper {
        padding-top: .3rem;
        padding-bottom: .3rem;
        padding-left: .3rem;
        padding-right: .3rem
    }

    .popup-wrapper .popup-container {
        width: 100%
    }

    .popup-wrapper .popup-container img.desktop-image {
        display: none
    }

    .popup-wrapper .popup-container img.mobile-image {
        display: block
    }

    .popup-wrapper .popup-container .btn-popup-close {
        width: .4rem;
        height: .4rem;
        top: -.2rem;
        right: -.2rem;
        border-radius: .2rem
    }

    .popup-wrapper .popup-container .btn-popup-close:before {
        font-size: .2rem
    }

    section.error {
        padding-top: .8rem;
        padding-bottom: .8rem
    }

    section.error .content .title {
        font-size: 1.2rem
    }

    section.error .content .text {
        font-size: .24rem
    }

    section.error .content *+.link-default {
        margin-top: .32rem
    }

    section.banner-left-image {
        position: relative
    }

    section.banner-left-image .image {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        max-height: unset;
        top: auto;
        left: auto;
        padding: .6rem .2rem
    }

    section.banner-left-image .image .title {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        padding-left: 0;
        padding-right: 0;
        font-size: .3rem;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none
    }

    section.banner-left-image .image .title:after {
        display: none
    }

    section.banner-left-image .content {
        position: relative;
        display: block;
        width: 100%;
        margin-left: 0;
        padding: .2rem
    }

    section.banner-left-image .content .title {
        font-size: .2rem
    }

    section.banner-left-image .content .text {
        line-height: 1.5em
    }

    section.banner-left-image .content *+.text {
        margin-top: .36rem
    }

    section.banner-left-image .content .text p+p {
        margin-top: 1.5em
    }

    section.portfolio-alt {
        margin-top: 1rem
    }

    section.portfolio-alt .title-default {
        margin-bottom: .3rem;
        font-size: .3rem
    }

    section.portfolio-alt .description {
        font-weight: 300;
        font-size: .16rem
    }

    section.portfolio-alt .description br {
        display: none
    }

    section.portfolio-alt *+.description {
        margin-top: .2rem
    }

    section.portfolio-alt .boxes {
        margin: -.1rem
    }

    section.portfolio-alt *+.boxes {
        margin-top: .3rem
    }

    section.portfolio-alt .boxes .box {
        width: calc(50% - .2rem);
        margin: .1rem
    }

    .popup-wrapper-alt {
        padding: .3rem
    }

    .popup-wrapper-alt .popup-container {
        width: 100%;
        padding: .2rem
    }

    .popup-wrapper-alt .image {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .popup-container img.desktop-image {
        display: none
    }

    .popup-container img.mobile-image {
        display: block;
        max-width: 100%
    }

    .popup-wrapper-alt .content {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: .24rem
    }

    .popup-wrapper-alt .content .name {
        font-size: .2rem
    }

    .popup-wrapper-alt .content .title {
        margin-top: .06rem;
        font-size: .16rem
    }

    .popup-wrapper-alt .content .text {
        font-size: .16rem;
        line-height: 1.5em
    }

    .popup-wrapper-alt .content .text p+p {
        margin-top: 1.5em
    }

    .popup-wrapper-alt .content *+.text {
        margin-top: .24rem
    }

    .popup-wrapper-alt.portfolio-detail .popup-container {
        padding: .2rem
    }

    .popup-wrapper-alt.portfolio-detail .title {
        font-size: .16rem
    }

    .popup-wrapper-alt.portfolio-detail *+.title {
        margin-top: .12rem
    }

    .popup-wrapper-alt.portfolio-detail .category {
        font-size: .3rem
    }

    .popup-wrapper-alt.portfolio-detail .text {
        font-size: .14rem
    }

    .popup-wrapper-alt.portfolio-detail *+.text {
        margin-top: .4rem
    }

    .popup-wrapper-alt.portfolio-detail *+.image {
        margin-top: .6rem
    }

    .popup-wrapper-alt.portfolio-detail .projects {
        margin-left: 0;
        margin-right: 0
    }

    .popup-wrapper-alt.portfolio-detail *+.projects {
        margin-top: .4rem
    }

    .popup-wrapper-alt.portfolio-detail .projects .project {
        display: block;
        width: 100%;
        margin: 0
    }

    .popup-wrapper-alt.portfolio-detail .projects .project+.project {
        margin-top: .4rem
    }

    .popup-wrapper-alt.portfolio-detail .projects .project-image {
        margin-bottom: .1rem
    }

    .popup-wrapper-alt.portfolio-detail .projects .project-name {
        font-size: .14rem
    }

    .popup-wrapper-alt.portfolio-detail .projects *+.project-text {
        margin-top: .12rem
    }

    section.projects .title-default {
        margin-bottom: .3rem;
        font-size: .3rem
    }

    section.projects .description {
        font-weight: 300;
        font-size: .16rem
    }

    section.projects .description br {
        display: none
    }

    section.projects *+.description {
        margin-top: .2rem
    }

    section.projects .boxes {
        width: calc(100% + .2rem);
        margin: -.1rem
    }

    section.projects *+.boxes {
        margin-top: .3rem
    }

    section.projects .boxes .box {
        width: calc(50% - .2rem);
        height: 1.6rem
    }

    section.projects .boxes .item .text-block {
        padding: .1rem
    }

    section.projects .boxes .item .text-block .title {
        font-size: .14rem
    }

    section.projects .boxes .item .text-block .text {
        font-size: .12rem
    }

    section.projects .boxes .item .text-block *+.text {
        margin-top: .07rem
    }

    section.team {
        position: relative
    }

    section.team .title-default {
        margin-bottom: .3rem;
        font-size: .3rem
    }

    section.team.solid {
        padding-top: .42rem;
        padding-bottom: 1rem;
        background-color: #f0f1f1
    }

    section.team .container {
        width: 100%
    }

    section.team *+.items {
        margin-top: 0
    }

    section.team .item {
        width: calc(50% - .2rem);
        padding-top: calc((50% - .2rem)*1.3247);
        margin: .1rem
    }

    section.team .item .image {
        height: 69%
    }

    section.team.quintet .item .image {
        height: 69%
    }

    section.team .item .content {
        padding: .12rem;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -o-transition: none
    }

    section.team .item .content .name {
        font-size: .13rem
    }

    section.team.quintet .item {
        width: calc(50% - .2rem);
        padding-top: calc((50% - .2rem)*1.3247)
    }

    section.team.quintet .item .name {
        font-size: .12rem
    }

    section.team.quintet .item .content .title {
        font-size: .1rem
    }

    .container {
        padding-left: .2rem;
        padding-right: .2rem
    }

    section.team+footer {
        margin-top: .6rem
    }

    .fixed-menu {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    section.projects .boxes .box+.box {
        margin-left: .1rem
    }

    section.projects .boxes .box:nth-child(2n+1) {
        margin-left: .1rem !important
    }

    section.projects .boxes .box:nth-child(2n+1) {
        margin-left: 0 !important
    }

    section.video-main .video-full iframe {
        width: 100% !important;
        height: 2rem !important
    }

    section.video-main .video-full .video {
        position: relative;
        width: 100% !important;
        height: 2rem !important
    }

    .dynamic-box-width-text .content-body.dynamic-box .item {
        display: block !important;
        width: 100% !important
    }

    .dynamic-box-width-text .item .dynamic-box-text {
        width: 100%;
        padding-left: 0;
        padding-top: .2rem
    }

    .dynamic-box-width-text .content-body.dynamic-box+.item {
        width: 100% !important
    }

    section.content-banner .container .title {
        font-size: .32rem;
        line-height: 1.1875em
    }

    section.content-banner .container .text {
        line-height: 1.5em;
        font-size: .14rem
    }

    section.content-banner .container .down-btn {
        margin-top: .5rem;
        padding: .1rem
    }

    section.content-banner .container .text {
        width: 100%
    }

    section.content-banner .container {
        padding-top: .4rem !important;
        padding-bottom: .5rem
    }
}

@media screen and (max-width:370px) {}