
.container-full-width {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	background: #fff;
	box-shadow: none;
	margin-bottom: 4px
}

.container-full-width.sticky-secondary-nav {
	max-width: 100%
}

.container-full-width .content,
.container-full-width .sidebar {
	margin: 0 auto
}

.container-full-width:after {
	content: "";
	display: table;
	clear: both
}

@media (min-width:1024px) {
	.container-full-width {
		padding: 24px;
		margin: 0 auto;
		margin-bottom: 4px
	}
}

.container-full-width.full-page {
	width: 100%;
	height: calc(100vh - 116px);
	padding-right: 0
}

.container-full-width.full-page .sidebar {
	padding-right: 16px;
	height: calc(100vh - 116px);
	overflow: auto
}

.container-full-width.full-page .content {
	height: calc(100vh - 116px)
}

.container-full-width.full-page .with-sidebar-right .sidebar {
	text-align: left
}

@media (min-width:1024px) {

	.container-full-width.with-sidebar-right.component.grid>.heading,
	.container-full-width.with-sidebar-right.component.grid>.more-link,
	.container-full-width.with-sidebar-right>.content,
	.container-full-width.with-sidebar.component.grid>.heading,
	.container-full-width.with-sidebar.component.grid>.more-link,
	.container-full-width.with-sidebar>.content {
		float: left;
		width: 62.5%
	}
}

@media (min-width:1024px) and (min-width:1162px) {

	.container-full-width.with-sidebar-right.component.grid>.heading,
	.container-full-width.with-sidebar-right.component.grid>.more-link,
	.container-full-width.with-sidebar-right>.content,
	.container-full-width.with-sidebar.component.grid>.heading,
	.container-full-width.with-sidebar.component.grid>.more-link,
	.container-full-width.with-sidebar>.content {
		width: calc(100% - 330px)
	}
}

@media (min-width:1024px) {

	.container-full-width.with-sidebar-right>.sidebar,
	.container-full-width.with-sidebar>.sidebar {
		float: left;
		width: 37.5%;
		padding-left: 32px
	}
}

@media (min-width:1024px) and (min-width:1162px) {

	.container-full-width.with-sidebar-right>.sidebar,
	.container-full-width.with-sidebar>.sidebar {
		width: 330px
	}
}

@media (min-width:1024px) {

	.container-full-width.with-sidebar-right .sidebar>div,
	.container-full-width.with-sidebar .sidebar>div {
		margin-left: auto;
		margin-right: auto
	}

	.container-full-width.with-sidebar-right .article-content,
	.container-full-width.with-sidebar-right>.article-content,
	.container-full-width.with-sidebar .article-content,
	.container-full-width.with-sidebar>.article-content {
		float: left;
		width: calc(100% - 320px);
		min-width: 0;
		max-width: 800px
	}

	.container-full-width.with-sidebar-right>.article-small-sidebar,
	.container-full-width.with-sidebar>.article-small-sidebar {
		width: 300px
	}

	.container-full-width.with-sidebar>.content {
		float: right
	}

	.container-full-width.with-sidebar-right>.content {
		float: left
	}
}

body {
	background: #fff
}

.container-full-width.no-pad {
	padding: 0
}

.container-full-width.no-border {
	border: none
}

.container-full-width.no-background {
	background-color: inherit
}

figure {
	margin: 0
}

/**/

#homepage-v2 .cover-stories {
	margin-top: 80px;
	overflow: hidden
}

#homepage-v2 .cover-stories #cover-stories-slider {
	display: flex
}

#homepage-v2 .cover-stories #cover-stories-slider .texts {
	order: 1;
	flex: 1;
	display: flex;
	align-items: stretch;
	justify-content: stretch
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont {
	flex: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding: 30px 50px;
	display: none;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	transition: transform .6s ease, opacity .6s ease
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li.pos-cur {
	display: flex;
	opacity: 1
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li.pos-prev {
	display: flex;
	transform: translateX(-100%);
	opacity: 0
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li.pos-next {
	display: flex;
	transform: translateX(100%);
	opacity: 0
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li .head {
	font-size: 18px;
	color: #00003c;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Montserrat, sans-serif
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li h2 {
	margin: 0;
	font-size: 25.9px;
	line-height: 1.3;
	margin-top: 10px;
	font-weight: 400
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li .summary {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.6
}

#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li .read {
	margin-top: 12px
}

#homepage-v2 .cover-stories #cover-stories-slider .covers {
	order: 2;
	flex: 1;
	display: flex;
	align-items: center;
	position: relative
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 62.5%
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	background-color: #fff;
	transform-origin: center right;
	box-shadow: 0 10px 27px rgba(0, 0, 0, .2);
	line-height: 0;
	transform: translateX(-200%);
	opacity: 0;
	transition: transform .6s ease, opacity .6s ease
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li h4 {
	margin: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	font-weight: 400;
	font-size: 12.5px;
	color: #9baab9;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	opacity: 0;
	transition: opacity .6s ease;
	font-family: Montserrat, sans-serif
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li img {
	width: 100%;
	transition: opacity .6s ease
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-1 {
	transform: perspective(1000px) translateZ(0) rotateY(0deg);
	z-index: 40;
	opacity: 1
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-1 h4 {
	opacity: 1
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-2 {
	transform: perspective(1000px) translate3d(69%, 0, -10em) rotateY(-45deg);
	z-index: 30;
	opacity: 1
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-2 img {
	opacity: .6
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-3 {
	transform: perspective(1000px) translate3d(115%, 0, -15em) rotateY(-75deg);
	z-index: 20;
	opacity: 1
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-3 img {
	opacity: .2
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-next {
	transform: perspective(1000px) translate3d(120%, 0, -30em) rotateY(-90deg);
	z-index: 10;
	opacity: 0
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-next img {
	opacity: 0
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-prev {
	transform: perspective(1000px) translateZ(-30em) rotateY(0deg);
	z-index: 10;
	opacity: 0
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-prev img {
	opacity: 0
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .nav-btns {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
	pointer-events: none
}

#homepage-v2 .cover-stories #cover-stories-slider .covers .nav-btns button {
	pointer-events: all
}

#homepage-v2 .cover-stories .link {
	text-align: right;
	font-size: 12.4px;
	line-height: 1.3;
	margin-top: 5px;
	font-family: Montserrat, sans-serif
}

#homepage-v2 .cover-stories .link a {
	transition: color .3s ease;
	color: #3750dc;
	font-weight: 400
}

#homepage-v2 .cover-stories .link a:after {
	content: "";
	width: .6em;
	height: .6em;
	background-color: transparent;
	box-shadow: inset -.1em .1em 0 .08em #3750dc;
	display: inline-block;
	transform: rotate(45deg) translateY(-.08em);
	margin-left: .25em;
	transition: box-shadow .3s ease
}

#homepage-v2 .cover-stories .link a:hover {
	color: #1e36b8
}

#homepage-v2 .cover-stories .link a:hover:after {
	box-shadow: inset -.1em .1em 0 .08em #1e36b8
}

@media screen and (max-width:1279px) {
	#homepage-v2 .cover-stories {
		margin-top: 6.25489vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li {
		padding: 2.34558vw 3.9093vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li .head {
		font-size: 1.40735vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li h2 {
		font-size: 2.02502vw;
		margin-top: .78186vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li .summary {
		margin-top: .78186vw;
		font-size: 1.17279vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .texts .texts-cont li .read {
		font-size: 1.12588vw;
		margin-top: .93823vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li {
		font-size: .78186vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li h4 {
		font-size: .97733vw;
		padding-bottom: .78186vw
	}

	#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-1 {
		transform: perspective(78.18608vw) translateZ(0) rotateY(0deg)
	}

	#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-2 {
		transform: perspective(78.18608vw) translate3d(69%, 0, -10em) rotateY(-45deg)
	}

	#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-3 {
		transform: perspective(78.18608vw) translate3d(115%, 0, -15em) rotateY(-75deg)
	}

	#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-next {
		transform: perspective(78.18608vw) translate3d(120%, 0, -30em) rotateY(-90deg)
	}

	#homepage-v2 .cover-stories #cover-stories-slider .covers .covers-cont li.pos-prev {
		transform: perspective(78.18608vw) translateZ(-30em) rotateY(0deg)
	}

	#homepage-v2 .cover-stories .link {
		font-size: .96951vw;
		margin-top: .39093vw
	}
}


/**/


#homepage-v2 .nav-btns {
	display: flex
}

#homepage-v2 .nav-btns button {
	width: 50px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	border-radius: 100%;
	box-shadow: 0 10px 27px rgba(0, 0, 0, .2);
	border: 0 none;
	background-color: #fff;
	margin-left: 6px;
	position: relative;
	transition: background-color .3s ease, box-shadow .3s ease
}

#homepage-v2 .nav-btns button.btn-prev:before {
	transform: translateX(-50%) translateY(-50%) rotate(180deg)
}

#homepage-v2 .nav-btns button:before {
	content: "";
	width: 40%;
	height: 40%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxMSI+PHBhdGggZmlsbD0iIzM2NTBEQiIgZD0iTTE2LjcgNC44TDEyLjEuM2MtLjQtLjQtMS0uNC0xLjQgMC0uNC40LS40IDEgMCAxLjRsMi44IDIuOEgxYy0uNSAwLTEgLjQtMSAxcy40IDEgMSAxaDEyLjZsLTIuOCAyLjhjLS40LjQtLjQgMSAwIDEuNC4yLjIuNS4zLjcuMy4yIDAgLjUtLjEuNy0uM2w0LjYtNC41Yy4xLS4yLjItLjQuMi0uN3MtLjEtLjUtLjMtLjd6Ii8+PC9zdmc+);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}

#homepage-v2 .nav-btns button:disabled {
	background-color: #f0f5f9;
	cursor: not-allowed
}

#homepage-v2 .nav-btns button:disabled:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxMSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2LjcgNC44TDEyLjEuM2MtLjQtLjQtMS0uNC0xLjQgMC0uNC40LS40IDEgMCAxLjRsMi44IDIuOEgxYy0uNSAwLTEgLjQtMSAxcy40IDEgMSAxaDEyLjZsLTIuOCAyLjhjLS40LjQtLjQgMSAwIDEuNC4yLjIuNS4zLjcuMy4yIDAgLjUtLjEuNy0uM2w0LjYtNC41Yy4xLS4yLjItLjQuMi0uN3MtLjEtLjUtLjMtLjd6Ii8+PC9zdmc+)
}

#homepage-v2 .nav-btns button:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .4);
	background-color: #ebeefc
}

#homepage-v2 .nav-btns button:hover:disabled {
	background-color: #f0f5f9;
	box-shadow: 0 10px 27px rgba(0, 0, 0, .2)
}

@media screen and (max-width:1279px) {
	#homepage-v2 .nav-btns button {
		width: 3.9093vw;
		padding-top: 3.9093vw;
		margin-left: .46912vw
	}

	#homepage-v2 .nav-btns button:hover {
		box-shadow: 0 .93823vw 2.34558vw rgba(0, 0, 0, .4)
	}
}

@media screen and (max-width:768px) {
	#homepage-v2 .nav-btns button {
		width: 13.33333vw;
		padding-top: 13.33333vw;
		margin-left: 1.6vw
	}

	#homepage-v2 .nav-btns button:hover {
		box-shadow: 0 3.2vw 8vw rgba(0, 0, 0, .4)
	}
}