@font-face {
    font-family: 'Albra Display TRIAL Regular TRIAL';
    src: url('fonts/AlbraBookTRIAL-Regular.woff');
    font-weight: normal;
    font-style: normal;
    }
    @font-face {
        font-family: 'Albra Display TRIAL Medium TRIAL';
        font-style: normal;
        font-weight: normal;
        src: local('Albra Display TRIAL Medium TRIAL'), url('fonts/AlbraDisplayTRIAL-Medium.woff') format('woff');
        }

.container{width: 1280px; margin: 0 auto; padding: 0;}
body {margin: 0 auto; padding: 0; background: #e5e5e5;font-family: 'Albra Display TRIAL Medium TRIAL'; }
*{ box-sizing: border-box;}



/*Header*/
.header-section {overflow: hidden;padding-top: 40px; padding-right: 50px;}
.header-section .header-menu ul {justify-content: end;flex-direction: row;}
.header-section .header-menu ul li {margin: 0 15px; padding: 0;}
.header-section .header-menu ul li a {color: #000;font-size: 22px;font-weight: 500;letter-spacing: 1px; padding: 0; line-height: 32px;}
.header-section .header-menu ul li a#active {background: #000;padding: 0px 15px;color: #fff;}

.home-inner-section {padding-top: 150px;}
.home-inner-section .box h1 {font-size: 260px;font-weight: 500;color: #000;line-height: 90%;padding: 0px;margin: 0px;letter-spacing: -10px;}
.home-inner-section .box h2 {font-size: 85px;font-weight: 500;letter-spacing: -2px;}
.home-inner-section .box h3 {font-family: "Lato", sans-serif;font-size: 40px;font-weight: 400;}

.inner-section {padding-top: 150px;}
.inner-section .box h1 { font-size: 150px;font-weight: 400;color: #000;}
.inner-section .box .text {font-size: 20px;line-height: 30px;font-weight: 400;padding: 0 15px;}