@font-face {
font-family: 'futura-pt';
src: url('../fonts/FuturaTEERegular.eot');
src: url('../fonts/FuturaTEERegular.eot') format('embedded-opentype'),
     url('../fonts/FuturaTEERegular.woff2') format('woff2'),
     url('../fonts/FuturaTEERegular.woff') format('woff'),
     url('../fonts/FuturaTEERegular.ttf') format('truetype'),
     url('../fonts/FuturaTEERegular.svg#FuturaTEERegular') format('svg');
}

@import url(https://fonts.googleapis.com/css?family=Muli:400,300);

@charset "UTF-8";

body {
	color: #1d2843;
    font-family: "futura-pt",sans-serif;
}

a {
	text-decoration: none;
    opacity: 1;
    transition: all .35s ease-in-out;
    color: #bfb387;
}

a:hover {
	opacity: .85;
}

img {
	max-width: 100%;
	vertical-align: top;
}

p {
	line-height: 1.8;
}

* {
	box-sizing: border-box;
}

.container {
	max-width: 1980px;
	margin: 0 auto;
}

header {
	padding: 1rem;
/*	border-bottom: 1px solid #1d2843;*/
	background: #ededed;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #1d2843
}

header a {
	display: block;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
}

header img,
header span {
	vertical-align: middle;
}

header img {
	vertical-align: -.5em;
}

.hero h1 {
	margin: 0;
}

.main {
	max-width: 1280px;
	margin: 4em auto;
	padding: 0 4em;
}
@media only screen and (max-width: 47.938em) {
	.main {
		margin: 2em auto;
		padding: 0 1em;
	}
}

.section + .section {
	margin-top: 4em;
}
@media only screen and (max-width: 47.938em) {
	.section + .section {
		margin-top: 3em;
	}
}

.row {
	letter-spacing: -.4em;
	margin: 0 -1.25em;
	overflow: hidden;
}
@media only screen and (max-width: 47.938em) {
	.row {
		margin: 0;
	}
}

.align-center {
	text-align: center;
}

.col {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	padding: 1.25em;
	box-sizing: border-box;
}
@media only screen and (max-width: 47.938em) {
	.col {
		display: block;
		padding: 0;
	}
	.col + .col {
		margin-top: 1em;
	}
/*	.col > img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}*/
}

.col-2 {
	width: 50%;
}
@media only screen and (max-width: 47.938em) {
	.col-2 {
		width: 100%;
	}
}

.col-3 {
	width: 33.333333%;
}
@media only screen and (max-width: 47.938em) {
	.col-3 {
		width: 100%;
	}
	.col-3 img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
}

.title-big {
	margin-top: 0;
	font-size: 2.375rem;
	line-height: 1.3;
	font-weight: normal;
	letter-spacing: .05em;
	color: #bfb387;
}

.title-mid {
	margin-top: 0;
	font-size: 2.375rem;
	line-height: 1.3;
	font-weight: normal;
	letter-spacing: .05em;
}
.title-mid span {
	color: #bfb387;
}
@media only screen and (max-width: 47.938em) {
	.title-mid {
		margin-top: 1em;
	}
}


.title-sm {
	margin-top: 0;
	color: #2b328e;
	font-size: 1.75rem;
	font-weight: normal;
}

.title-xs {
	margin-top: 0;
	margin-bottom: .5em;
	color: #2b328e;
	font-size: 1.25rem;
	font-weight: normal;
}

.section-body {
	font-size: 1.125rem;
	color: #666;
	text-align: justify;
	text-justify: inter-ideograph;
}

.section-body p:last-child {
	margin-bottom: 0;
}

.img-bordered {
	border: 1px solid #fefefe;
	box-sizing: border-box;
}

.col-3 .img-bordered {
	border: 3px solid #bfb387;
	box-sizing: border-box;
}

.box-bg {
	padding:1em 1.2em;
	color: #2b328e;
	background: #ededed;
	font-size: 1rem;
	line-height: 2;
	margin-top: 2em;
}
@media only screen and (max-width: 47.938em) {
	.box-bg {
		line-height: 1.8;
	}
}

strong {
	font-size: 1.5em;
	font-weight: bold;
}

.footer-fixed-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .889em 0;
	border-top: solid 3px #bfb387;
	color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1.3;
    opacity: 1;
    transition: all .35s ease-in-out;
    background: #1d2843;
}

.footer-fixed-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .889em 0;
	border-top: solid 3px #bfb387;
	color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1.3;
    opacity: 1;
    transition: all .35s ease-in-out;
    background: #1d2843;
}

@media (max-width: 47.938em) {
    .footer-fixed-menu {
        font-size: .875rem;
    }
}
.sticky-footer--hide {
    opacity: 0;
    bottom: -100px;
}

.fixed-menu-wrap {
    text-align: center;
    padding: 0 1rem;
}

.fixed-menu-item.is-text-item {
    margin: 0 0 .75em 0;
}

.fixed-menu-item {
	line-height: 1.4;
    display: inline-block;
}
@media (max-width: 47.938em) {
    .fixed-menu-item {
        display: block;
        margin: 0;
    }
}

.fixed-menu-item .font-big {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .15em;
}
@media (max-width: 47.938em) {
	.fixed-menu-item .font-big {
	    font-size: 1.5rem;
	    line-height: 1;
	}
}

.fixed-menu-item + .fixed-menu-item {
    margin-left: 1em;
}
@media (max-width: 47.938em) {
    .fixed-menu-item + .fixed-menu-item {
        margin-left: 0;
    }
}

.btn-cta {
	position: relative;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    padding: 16px 24px;
    margin: 1rem 0 0 0;
    border: 3px solid #bfb387;
    color: #bfb387;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-style: normal;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.btn-cta:hover,
.btn-cta:focus
 {
    color: #fff;
    background: #bfb387;
    text-decoration: none;
}


.active-tb-pc {
    display: initial;
}
@media (max-width: 47.938em) {
	.active-tb-pc {
	    display: none;
	}
}

@media (max-width: 47.938em) {
	.breaking-out {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}
