@charset "UTF-8";
[class*=hint--] {
	position: relative;
	display: inline-block
}[class*=hint--]:after,[class*=hint--]:before {
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: .3s ease;
	transition-delay: 0ms
}[class*=hint--]:hover:after,[class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	transition-delay: .1s
}[class*=hint--]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001
}[class*=hint--]:after {
	background: #383838;
	color: #fff;
	padding: 8px 10px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 12px;
	white-space: nowrap
}[class*=hint--][aria-label]:after {
	content: attr(aria-label)
}[class*=hint--][data-hint]:after {
	content: attr(data-hint)
}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before {
	display: none!important
}

.hint--top-left:before,.hint--top-right:before,.hint--top:before {
	border-top-color: #383838
}

.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before {
	border-bottom-color: #383838
}

.hint--left:before {
	border-left-color: #383838
}

.hint--right:before {
	border-right-color: #383838
}

.hint--top:before {
	margin-bottom: -11px
}

.hint--top:after,.hint--top:before {
	bottom: 100%;
	left: 50%
}

.hint--top:before {
	left: calc(50% - 6px)
}

.hint--top:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--top:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:before {
	margin-top: -11px
}

.hint--bottom:after,.hint--bottom:before {
	top: 100%;
	left: 50%
}

.hint--bottom:before {
	left: calc(50% - 6px)
}

.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
	margin-left: -11px;
	margin-bottom: -6px
}

.hint--right:after {
	margin-bottom: -14px
}

.hint--right:after,.hint--right:before {
	left: 100%;
	bottom: 50%
}

.hint--right:hover:after,.hint--right:hover:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--left:before {
	margin-right: -11px;
	margin-bottom: -6px
}

.hint--left:after {
	margin-bottom: -14px
}

.hint--left:after,.hint--left:before {
	right: 100%;
	bottom: 50%
}

.hint--left:hover:after,.hint--left:hover:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--top-left:before {
	margin-bottom: -11px
}

.hint--top-left:after,.hint--top-left:before {
	bottom: 100%;
	left: 50%
}

.hint--top-left:before {
	left: calc(50% - 6px)
}

.hint--top-left:after {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: 12px
}

.hint--top-left:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:before {
	margin-bottom: -11px
}

.hint--top-right:after,.hint--top-right:before {
	bottom: 100%;
	left: 50%
}

.hint--top-right:before {
	left: calc(50% - 6px)
}

.hint--top-right:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-left: -12px
}

.hint--top-right:hover:after,.hint--top-right:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--bottom-left:before {
	margin-top: -11px
}

.hint--bottom-left:after,.hint--bottom-left:before {
	top: 100%;
	left: 50%
}

.hint--bottom-left:before {
	left: calc(50% - 6px)
}

.hint--bottom-left:after {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: 12px
}

.hint--bottom-left:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:before {
	margin-top: -11px
}

.hint--bottom-right:after,.hint--bottom-right:before {
	top: 100%;
	left: 50%
}

.hint--bottom-right:before {
	left: calc(50% - 6px)
}

.hint--bottom-right:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-left: -12px
}

.hint--bottom-right:hover:after,.hint--bottom-right:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--large:after,.hint--medium:after,.hint--small:after {
	white-space: normal;
	line-height: 1.4em;
	word-wrap: break-word
}

.hint--small:after {
	width: 80px
}

.hint--medium:after {
	width: 150px
}

.hint--large:after {
	width: 300px
}

.hint--always:after,.hint--always:before {
	opacity: 1;
	visibility: visible
}

.hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--top:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--top-left:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:after,.hint--always.hint--top-right:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--bottom:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--bottom-left:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--left:after,.hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--always.hint--right:after,.hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.collapse,.slick-arrow.slick-hidden {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	transition-property: height,visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.collapsing,.modal,.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	border: 1px solid #bac8cc;
	border-radius: 6px
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.select2-container--default .select2-selection--single {
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 20px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 13px;
	right: 9px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 350px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(180deg,#fff 50%,#eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(180deg,#eee 50%,#ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(180deg,#fff 0,#eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(180deg,#eee 50%,#fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

@media only screen and (max-width:600px) {
	body div div div.navbar span.select2.select2-container.select2-container--default {
		border: none;
		margin-right: 35px
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 0
	}
}

body {
	background: #4e636a
}

a {
	cursor: pointer
}

.main-container {
	position: relative;
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
	background: #fff
}

.affix {
	position: fixed!important
}

.hide-until-medium {
	display: none
}

@media (min-width:800px) {
	.hide-until-medium {
		display: block
	}
}

@media (min-width:800px) {
	.hide-after-medium {
		display: none!important
	}
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: inherit;
	text-decoration: none
}

button {
	margin: 0;
	padding: 0;
	cursor: pointer
}

button,input {
	border: 0;
	outline: none
}

* {
	-webkit-font-smoothing: antialiased
}

.button {
	border-radius: 6px;
	color: #fff;
	background: transparent;
	box-shadow: 0 1px 14px 0 rgba(0,0,0,.2);
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.button--flat,.button--inverted {
	box-shadow: none
}

@media (min-width:600px) {
	.button--inverted {
		box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.5)
	}
}

.button--cta {
	display: inline-block;
	padding: 22px 47px 18px;
	border-radius: 12px;
	background: #0087ff;
	color: #fff;
	font-size: 14px;
	font-family: Celias-Bold,Helvetica,Ariel,sans-serif;
	box-shadow: 0 1px 14px 0 rgba(0,0,0,.2)
}

@media (min-width:800px) {
	.button--cta {
		padding: 30px 60px 26px;
		font-size: 20px
	}
}

.caption {
	text-align: center
}

@media (min-width:800px) {
	.caption {
		text-align: left;
		width: 50%;
		max-width: 480px
	}
}

.caption__icon {
	margin-bottom: 20px
}

.caption__icon--sf {
	padding-top: 19px
}

.caption__icon--product {
	padding-top: 1px
}

.caption__icon--grapes {
	padding-top: 0
}

.caption__icon--code {
	padding-top: 7px
}

.caption__icon--showcase {
	padding-bottom: 1px
}

.caption__icon--money {
	padding-top: 8px;
	padding-bottom: 9px
}

.caption__icon--schedule {
	padding-bottom: 2px
}

.caption__icon--future {
	padding-top: 8px;
	padding-bottom: 9px
}

.caption__heading {
	margin: 0 auto;
	margin-bottom: 9px;
	max-width: 90%;
	color: #4e636a;
	font-size: 22px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 28px
}

@media (min-width:800px) {
	.caption__heading {
		margin-left: 0;
		font-size: 28px;
		line-height: 36px
	}
}

.caption__heading--bolded {
	color: #273438;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.caption__blurb {
	color: #899da3;
	font-size: 14px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 22px;
	max-width: 90%;
	margin: 0 auto
}

@media (min-width:800px) {
	.caption__blurb {
		margin: 0;
		font-size: 18px;
		line-height: 27px
	}
}

.captions__column {
	display: flex;
	flex-flow: column;
	align-items: center
}

.captions__column .caption {
	margin-bottom: 50px
}

.captions__column .caption:last-child {
	margin-bottom: 0
}

@media (min-width:800px) {
	.captions__column {
		display: none
	}
}

.captions__row {
	display: none
}

@media (min-width:800px) {
	.captions__row {
		display: flex;
		justify-content: space-between
	}
}

.download-link-modal__container {
	display: flex;
	flex-flow: column;
	align-items: center;
	height: calc(100% - 100px);
	padding-bottom: 100px
}

.download-link-modal__close {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 23px 43px 18px;
	color: #899da3;
	font-size: 12px;
	font-family: Celias-Medium;
	letter-spacing: 1px;
	box-shadow: inset 0 0 0 1px #899da3
}

.download-link-modal__logo {
	width: 43px;
	height: 43px;
	background: url("../../img/delta/modal/logo-mini.svg") no-repeat;
	background-size: 100%;
	margin-top: 60px;
	margin-bottom: 50px
}

.download-link-modal__heading {
	width: 450px;
	margin-bottom: 30px;
	color: #899da3;
	font-size: 24px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	line-height: 34px;
	text-shadow: 0 0 14px rgba(0,0,0,.05)
}

.download-link-modal__heading__action {
	color: #273438
}

.download-link-modal__download-form {
	display: flex;
	justify-content: center;
	margin-bottom: 40px
}

.download-link-modal__download-app-form__input-group {
	margin-bottom: 20px
}

.download-link-modal__form-messages {
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	text-align: center
}

.download-link-modal__cta {
	margin-bottom: 40px;
	padding: 27px 38px 22px;
	background: #0087ff;
	font-size: 20px;
	font-family: Celias-Bold,Helvetica,Ariel,sans-serif
}

.download-link-modal__cta__text {
	margin-top: 6px
}

.download-link-modal__availability {
	color: #899da3;
	font-size: 16px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	text-align: center
}

.download-link-modal__footer {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	display: flex;
	flex-flow: column;
	align-items: center
}

.download-link-modal__footer__logo {
	width: 71px;
	height: 17px;
	background: url("../../img/delta/modal/logo.svg") no-repeat;
	background-size: 100%;
	margin-bottom: 5px
}

.download-link-modal__footer__copyright-copy {
	display: flex;
	align-items: center;
	color: #bac8cc;
	font-size: 12px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0
}

.download-link-modal__footer__copyright {
	margin-top: 12px;
	margin-right: 5px;
	font-size: 26px
}

.modal-backdrop {
	background: #f5f8f8
}

.modal-backdrop.in {
	opacity: .97
}

.download-app-form {
	width: 430px
}

.download-app-form.has-success .form-messages {
	color: #008200
}

.download-app-form.has-error .form-messages {
	color: #c82d00
}

.download-app-form__input-group {
	position: relative;
	display: flex;
	align-items: center
}

.download-app-form__input {
	padding-top: 24px;
	padding-bottom: 8px;
	padding-left: 20px;
	border: 0;
	background: transparent;
	font-size: 30px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif
}

.download-app-form__input::-webkit-input-placeholder {
	color: #bac8cc
}

.download-app-form__input:-moz-placeholder,.download-app-form__input::-moz-placeholder {
	color: #bac8cc
}

.download-app-form__input:-ms-input-placeholder {
	color: #bac8cc
}

.download-app-form__country {
	transition: border-color .15s ease-in-out;
	display: flex;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	border-right: 1px solid rgba(186,200,204,.5);
	color: #273438;
	font-size: 30px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif
}

.download-app-form__flag {
	width: 30px;
	height: 23px;
	background: url("../../img/delta/modal/us-flag.svg") no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-top: 2px;
	margin-right: 16px
}

.expert-card {
	margin: 0 auto;
	background: #fff;
	box-shadow: none;
	width: 100%;
	display: flex;
	flex-flow: column;
	position: relative
}

@media (min-width:800px) {
	.expert-card {
		display: block;
		height: 570px;
		box-shadow: 0 0 54px 0 rgba(0,0,0,.1)
	}
}

@media (min-width:1000px) {
	.expert-card {
		width: 1000px
	}
}

.expert-card__wrapper {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0
}

@media (min-width:800px) {
	.expert-card__wrapper {
		top: 0
	}
}

.expert-card-profile {
	display: flex;
	flex-flow: column
}

@media (min-width:800px) {
	.expert-card-profile {
		display: block
	}
}

@media (min-width:800px) {
	.expert-card-profile__wrapper {
		height: 300px
	}
}

.expert-card-picture {
	margin: 0 auto;
	margin-bottom: 34px
}

@media (min-width:800px) {
	.expert-card-picture {
		margin: 0;
		position: absolute;
		top: -60px;
		left: 60px
	}
}

@media (min-width:1000px) {
	.expert-card-picture {
		left: 120px
	}
}

.expert-card-collection {
	width: 124px;
	height: 124px;
	background: #dbffb5
}

.expert-card-info {
	margin-bottom: 32px
}

@media (min-width:800px) {
	.expert-card-info {
		position: absolute;
		top: 62px;
		left: 380px;
		display: flex;
		flex-flow: column;
		width: 480px
	}
}

@media (min-width:1000px) {
	.expert-card-info {
		left: 460px
	}
}

.expert-card-info__header {
	margin-bottom: 18px;
	display: flex;
	flex-flow: column;
	align-items: center
}

@media (min-width:800px) {
	.expert-card-info__header {
		display: inline-block
	}
}

.expert-card-callout {
	color: #273438;
	font-size: 22px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

@media (min-width:800px) {
	.expert-card-callout {
		font-size: 32px
	}
}

.expert-card-title {
	color: #899da3;
	font-size: 14px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

@media (min-width:800px) {
	.expert-card-title {
		margin-left: 2px;
		font-size: 16px
	}
}

.expert-card-info__blurb {
	color: #4e636a;
	font-size: 16px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 24px;
	text-align: center;
	max-width: 90%;
	margin: 0 auto
}

@media (min-width:800px) {
	.expert-card-info__blurb {
		text-align: left;
		margin-left: 0;
		font-size: 18px;
		line-height: 26px
	}
}

.expert-card-info__footer {
	margin-top: 18px;
	font-size: 18px
}

.expert-card-collections__header,.expert-card-info__footer {
	color: #bac8cc;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

.expert-card-collections__header {
	margin-bottom: 14px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1.28px
}

@media (min-width:800px) {
	.expert-card-collections__header {
		margin-top: 8px;
		margin-bottom: 25px;
		font-size: 14px;
		letter-spacing: 1.5px
	}
}

.expert-card-collections__container {
	display: flex;
	justify-content: center
}

.expert-card-collections__container .expert-card-collection {
	margin-right: 4px
}

.expert-card-collections__container .expert-card-collection:last-child {
	margin-right: 0
}

.expert-card-picture--melina {
	width: 160px;
	height: 160px;
	background: url("../../img/delta/home/cherie.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.expert-card-picture--melina {
		width: 300px;
		height: 300px;
		background: url("../../img/delta/home/cherie.png") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--melina1 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/4-1.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--melina1 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/4-1.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--melina1 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/4-1.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--melina2 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/4-2.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--melina2 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/4-2.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--melina2 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/4-2.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--melina3 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/4-3.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--melina3 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/4-3.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--melina3 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/4-3.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--melina4 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/4-4.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--melina4 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/4-4.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--melina4 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/4-4.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--melina5 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/4-5.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--melina5 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/4-5.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--melina5 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/4-5.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-picture--alana {
	width: 160px;
	height: 160px;
	background: url("../../img/delta/home/kaka.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.expert-card-picture--alana {
		width: 300px;
		height: 300px;
		background: url("../../img/delta/home/kaka.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--alana1 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/1-1.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--alana1 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/1-1.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--alana1 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/1-1.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--alana2 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/1-2.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--alana2 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/1-2.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--alana2 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/1-2.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--alana3 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/1-3.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--alana3 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/1-3.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--alana3 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/1-3.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--alana4 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/1-4.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--alana4 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/1-4.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--alana4 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/1-4.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--alana5 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/1-5.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--alana5 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/1-5.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--alana5 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/1-5.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-picture--aaron {
	width: 160px;
	height: 160px;
	background: url("../../img/delta/home/jinwei.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.expert-card-picture--aaron {
		width: 300px;
		height: 300px;
		background: url("../../img/delta/home/jinwei.png") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--aaron1 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/2-1.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--aaron1 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/2-1.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--aaron1 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/2-1.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--aaron2 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/2-2.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--aaron2 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/2-2.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--aaron2 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/2-2.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--aaron3 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/2-3.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--aaron3 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/2-3.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--aaron3 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/2-3.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--aaron4 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/2-4.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--aaron4 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/2-4.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--aaron4 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/2-4.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--aaron5 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/2-5.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--aaron5 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/2-5.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--aaron5 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/2-5.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-picture--kyi {
	width: 160px;
	height: 160px;
	background: url("../../img/delta/home/jenny.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.expert-card-picture--kyi {
		width: 300px;
		height: 300px;
		background: url("../../img/delta/home/jenny.png") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--kyi1 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/3-1.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--kyi1 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/3-1.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--kyi1 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/3-1.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--kyi2 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/3-2.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--kyi2 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/3-2.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--kyi2 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/3-2.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--kyi3 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/3-3.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--kyi3 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/3-3.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--kyi3 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/3-3.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--kyi4 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/3-4.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--kyi4 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/3-4.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--kyi4 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/3-4.jpg") no-repeat;
		background-size: 100%
	}
}

.expert-card-collection--kyi5 {
	width: 50px;
	height: 50px;
	background: url("../../img/delta/home/3-5.jpg") no-repeat;
	background-size: 100%
}

@media (min-width:400px) {
	.expert-card-collection--kyi5 {
		width: 62px;
		height: 62px;
		background: url("../../img/delta/home/3-5.jpg") no-repeat;
		background-size: 100%
	}
}

@media (min-width:800px) {
	.expert-card-collection--kyi5 {
		width: 124px;
		height: 124px;
		background: url("../../img/delta/home/3-5.jpg") no-repeat;
		background-size: 100%
	}
}

.footer {
	padding: 100px 50px;
	background: #fff
}

@media (min-width:800px) {
	.footer {
		padding: 100px 25px
	}
}

@media (min-width:1000px) {
	.footer {
		padding: 141px 83px 182px 150px
	}
}

.footer__container {
	display: flex;
	flex-flow: column;
	align-items: center
}

.footer__container--nav {
	margin-bottom: 50px;
	flex-flow: row;
	align-items: flex-start;
	justify-content: space-between
}

@media (min-width:800px) {
	.footer__container--nav {
		margin-bottom: 115px
	}
}

.footer__logo {
	width: 110px;
	height: 29px;
	background: url("../../img/delta/footer/logo.svg") no-repeat;
	background-size: 100%
}

.footer__nav {
	flex-flow: column;
	line-height: 30px
}

.footer__nav,.footer__nav--row {
	display: flex;
	color: #4e636a;
	font-size: 14px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif
}

.footer__nav--row {
	flex-flow: row;
	line-height: 40px;
	justify-content: space-around;
	padding: 10px
}

.footer__social-media--mobile {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 10px
}

.footer__social-media__heading {
	margin-bottom: 15px;
	color: #bac8cc;
	font-size: 16px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0
}

.footer__social-media-links {
	display: flex
}

.footer__social-media-links .footer__social-media-link {
	margin-right: 1px
}

.footer__social-media-links .footer__social-media-link:last-child {
	margin-right: 0
}

.footer__social-media-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #f5f8f8
}

.footer__social-media-link-icon--medium {
	width: 22px;
	height: 19px
}

.footer__newsletter__header {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #bac8cc;
	font-size: 16px
}

.footer__newsletter__header,.footer__newsletter__input {
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0
}

.footer__newsletter__input {
	width: 268px;
	height: 50px;
	padding-left: 12px;
	background: #f5f8f8;
	font-size: 14px
}

.footer__newsletter__input::-webkit-input-placeholder {
	color: #899da3
}

.footer__newsletter__input:-moz-placeholder,.footer__newsletter__input::-moz-placeholder {
	color: #899da3
}

.footer__newsletter__input:-ms-input-placeholder {
	color: #899da3
}

.footer__container--platforms {
	margin-bottom: 76px;
	display: none
}

@media (min-width:800px) {
	.footer__container--platforms {
		display: flex
	}
}

.footer__available-on {
	margin-bottom: 20px;
	color: #bac8cc;
	font-size: 16px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0
}

.footer__platforms {
	display: flex
}

.footer__platforms .footer__platform {
	margin-right: 9px
}

.footer__platforms .footer__platform:last-child {
	margin-right: 0
}

.footer__platform {
	width: 116px;
	height: 35px
}

.footer__platform--ios {
	background: url("../../img/delta/footer/app-store-badge.svg") no-repeat;
	background-size: 100%
}

.footer__platform--android {
	background: url("../../img/delta/footer/play-store-badge.svg") no-repeat;
	background-size: 100%
}

.footer__platform--messenger {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	border: 1px solid #bac8cc;
	border-radius: 6px;
	color: #0087ff;
	background: #fff;
	font-size: 12px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif
}

.footer__platform--messenger-icon {
	width: 17px;
	height: 17px;
	margin-right: 5px
}

.footer__platform__text--messenger {
	margin-top: 2px
}
.footer__logo-mini {
	width: 100px;
	height: 39px;
	margin-bottom: 0px;
	background: url("../../img/delta/navbar/logo-dark.svg") no-repeat;
	background-size: 100%;
}

.footer__author {
	color: #899da3;
	font-size: 16px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 23px;
	text-align: center
}

.footer__address,.footer__copyright {
	color: #bac8cc;
	font-size: 13px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 23px
}

.footer__copyright {
	display: flex
}

.footer__cc {
	margin-top: 5px;
	font-size: 26px
}

.footer--desktop {
	display: none
}

@media (min-width:800px) {
	.footer--desktop {
		display: flex
	}
}

.footer--mobile {
	display: block
}

@media (min-width:800px) {
	.footer--mobile {
		display: none
	}
}

.hero {
	position: relative;
	z-index: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 600px;
	padding-top: 60px;
	color: #fff;
	background-color: #bac8cc;
	text-align: center
}

@media (min-width:600px) {
	.hero {
		padding-top: 100px
	}
}

@media (min-width:800px) {
	.hero {
		height: 800px
	}
}

.us-global .hero {
	height: 650px
}

.hero__corner {
	display: none
}

@media (min-width:800px) {
	.hero__corner {
		-webkit-clip-path: polygon(0 100%,100% 100%,0 0);
		-moz-clip-path: polygon(0 100%,100% 100%,0 0);
		-o-clip-path: polygon(0 100%,100% 100%,0 0);
		clip-path: polygon(0 100%,100% 100%,0 0);
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100px;
		background-color: #fff
	}
}

.hero__callout {
	z-index: 1;
	max-width: 80%;
	margin-bottom: 20px;
	font-size: 30px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 36px;
	text-shadow: 0 0 14px rgba(0,0,0,.05)
}

@media (min-width:800px) {
	.hero__callout {
		margin-bottom: 26px;
		font-size: 48px
	}
}

.hero__cta {
	z-index: 1;
	align-self: center
}

.hero__cta__text {
	z-index: 1;
	margin-top: 2px
}

.hero__subcta {
	z-index: 1;
	align-self: center;
	font-size: 12px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.hero__subtext {
	z-index: 1;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 36px;
	font-size: 18px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 24px;
	text-shadow: 0 0 14px rgba(0,0,0,.05)
}

@media (min-width:800px) {
	.hero__subtext {
		max-width: 800px;
		margin-bottom: 60px;
		font-size: 24px;
		line-height: 32px
	}
}[class*=hint--]:after {
	width: 200px;
	white-space: normal;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	font-size: 12px;
	line-height: 18px
}

.message {
	width: 75%;
	max-width: 420px;
	margin-top: 16px;
	font-size: 14px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 20px
}

@media (min-width:800px) {
	.message {
		margin-top: 20px;
		font-size: 16px;
		line-height: 26px
	}
}

.message--sequence {
	margin-top: 12px
}

.message--operator {
	padding: 12px 20px 10px;
	border-radius: 5px 15px 15px;
	color: #273438;
	background: #f5f8f8
}

@media (min-width:800px) {
	.message--operator {
		border-radius: 7px 20px 20px;
		padding: 15px 15px 15px 20px
	}
}

.message--customer {
	padding: 12px 20px 10px;
	border-radius: 15px 5px 15px 15px;
	color: #fff;
	background: #0087ff;
	align-self: flex-end
}

@media (min-width:800px) {
	.message--customer {
		border-radius: 7px 20px 20px;
		padding: 15px 20px 15px 15px
	}
}

.message--invoice {
	display: flex;
	width: 100%
}

.message--invoice .mini-product-card {
	margin-right: 6px
}

.message--invoice .mini-product-card:last-child {
	margin-right: 0
}

.message--typing {
	display: flex;
	max-width: none;
	width: auto;
	padding: 18px 20px 16px
}

@media (min-width:800px) {
	.message--typing {
		padding: 25px 19px 23px 21px
	}
}

.message--typing .typing-indicator {
	border-radius: 100%;
	background: #e4ecef;
	width: 8px;
	height: 8px;
	margin-right: 6px
}

@media (min-width:800px) {
	.message--typing .typing-indicator {
		width: 12px;
		height: 12px;
		margin-right: 9px
	}
}

.message--typing .typing-indicator:last-child {
	margin-right: 0
}

.message--typing .typing-indicator--left {
	opacity: 1
}

.message--typing .typing-indicator--middle {
	opacity: .7
}

.message--typing .typing-indicator--right {
	opacity: .3
}

.mini-product-card {
	-webkit-filter: drop-shadow(0 1px 8px rgba(0,0,0,.1));
	-moz-filter: drop-shadow(0 1px 8px rgba(0,0,0,.1));
	-o-filter: drop-shadow(0 1px 8px rgba(0,0,0,.1));
	filter: drop-shadow(0 1px 8px rgba(0,0,0,.1))
}

.mini-product-card1 {
	width: 100px;
	height: 161px;
	background: url("../../img/delta/home/mini-product-card1@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.mini-product-card1 {
		width: 150px;
		height: 242px;
		background: url("../../img/delta/home/mini-product-card1@2x.png") no-repeat;
		background-size: 100%
	}
}

.china .mini-product-card1 {
	width: 100px;
	height: 161px;
	background: url("../../img/delta/home/china-mini-product-card1@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.china .mini-product-card1 {
		width: 150px;
		height: 242px;
		background: url("../../img/delta/home/china-mini-product-card1@2x.png") no-repeat;
		background-size: 100%
	}
}

.mini-product-card2 {
	width: 100px;
	height: 161px;
	background: url("../../img/delta/home/mini-product-card2@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.mini-product-card2 {
		width: 150px;
		height: 242px;
		background: url("../../img/delta/home/mini-product-card2@2x.png") no-repeat;
		background-size: 100%
	}
}

.china .mini-product-card2 {
	width: 100px;
	height: 161px;
	background: url("../../img/delta/home/china-mini-product-card2@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.china .mini-product-card2 {
		width: 150px;
		height: 242px;
		background: url("../../img/delta/home/china-mini-product-card2@2x.png") no-repeat;
		background-size: 100%
	}
}

.mini-product-card3 {
	width: 100px;
	height: 161px;
	background: url("../../img/delta/home/mini-product-card3@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.mini-product-card3 {
		width: 150px;
		height: 242px;
		background: url("../../img/delta/home/mini-product-card3@2x.png") no-repeat;
		background-size: 100%
	}
}

.china .mini-product-card3 {
	width: 100px;
	height: 161px;
	background: url("../../img/delta/home/china-mini-product-card3@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.china .mini-product-card3 {
		width: 150px;
		height: 242px;
		background: url("../../img/delta/home/china-mini-product-card3@2x.png") no-repeat;
		background-size: 100%
	}
}

.message-thread {
	display: flex;
	flex-flow: column;
	width: 90%;
	max-width: 480px;
	margin: 0 auto
}

.message-thread .message:first-child {
	margin-top: 0
}

.navbar__wrapper {
	transition: background-color .5s ease;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	max-width: 1440px;
	height: 60px
}

@media (min-width:600px) {
	.navbar__wrapper {
		height: 80px
	}
}

@media (min-width:1440px) {
	.navbar__wrapper {
		height: 100px
	}
}

.navbar__wrapper.affix-top {
	background-color: transparent
}

.china .navbar__wrapper.affix .navbar-button--blog {
	display: none
}

.navbar__wrapper.affix {
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.1)
}

.navbar__wrapper.affix .navbar-button--expert {
	box-shadow: 0 0 1px #d3d3d3;
	color: #000
}

.navbar__wrapper.affix .navbar__logo {
	width: 160px;
	height: 43px;
	background: url("../../img/delta/navbar/small-logo-dark.svg") no-repeat
}

@media (min-width:600px) {
	.navbar__wrapper.affix .navbar__logo {
		width: 160px;
		height: 43px;
		background: url("../../img/delta/navbar/logo-dark.svg") no-repeat
	}
}

.navbar__wrapper.affix .navbar-button--blog {
	color: #899da3
}

.navbar__wrapper.affix .navbar-button--get-app {
	display: flex;
	font-size: 10px;
	height: 37px;
	width: 108px;
	margin-left: 32px;
	background: #0087ff;
	box-shadow: 0 1px 14px 0 rgba(0,0,0,.2);
	padding: 0;
	justify-content: center
}



@media (min-width:600px) {
	.navbar__wrapper.affix .navbar-button--get-app {
		margin-left: 22px;
		width: 125px;
		height: 53px;
		font-size: 13px
	}
}

.navbar__wrapper.affix .navbar--expert .navbar-button--get-app {
	margin-left: 10px;
	margin-right: 22px
}

.navbar__wrapper.affix .navbar-button--center-helper {
	display: none
}

@media (min-width:1000px) {
	.navbar__wrapper.affix .navbar-button--center-helper {
		display: flex
	}
}

.navbar__wrapper.affix .navbar--expert .navbar-button--blog {
	display: flex
}

.navbar__wrapper.affix .navbar-button--language_site.button--inverted {
	box-shadow: inset 0 0 1px #d3d3d3
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 10px
}

@media (min-width:800px) {
	.navbar {
		padding: 0 20px
	}
}

@media (min-width:600px) {
	.navbar--dark .navbar-button--expert {
		box-shadow: inset 0 0 0 1px #273438
	}
}

.navbar--dark .navbar__logo {
	background: url("../../img/delta/navbar/small-logo-dark.svg") no-repeat
}

@media (min-width:600px) {
	.navbar--dark .navbar__logo {
		background: url("../../img/delta/navbar/logo-dark.svg") no-repeat
	}
}

.navbar--dark .navbar-button--blog,.navbar--dark .navbar-button--expert {
	color: #273438
}

.navbar__logo {
	width: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background: url("../../img/delta/navbar/small-logo-light.svg") no-repeat;
	background-size: 100%
}

@media (min-width:600px) {
	.navbar__logo {
		background: url("../../img/delta/navbar/logo-light.svg") no-repeat;
		width: 160px;
		height: 43px
	}
}

.navbar-button {
	height: 30px;
	width: 120px;
	display: flex;
	font-size: 10px;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px
}

@media (min-width:600px) {
	.navbar-button {
		width: 180px;
		height: 53px
	}
}

.navbar-button__text {
	margin-top: 4px
}

@media (min-width:600px) {
	.navbar-button__text {
		font-size: 12px
	}
}

.navbar-button--center-helper,.navbar-button--get-app {
	display: none;
	width: 125px;
	background-color: #0087ff
}

.navbar-button__text--get-app {
	font-size: 13px;
	font-family: Celias-Bold,Helvetica,Ariel,sans-serif
}

.navbar--expert .navbar-button--get-app {
	display: flex;
	font-size: 10px;
	background: transparent;
	box-shadow: none;
	padding: 0 10px;
	width: 120px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	justify-content: flex-start;
	margin-left: 0
}

@media (min-width:600px) {
	.navbar--expert .navbar-button--get-app {
		width: 180px;
		padding: 0;
		justify-content: center
	}
}

.navbar-button--center-helper {
	margin-right: 22px;
	visibility: hidden
}

.navbar-button--expert {
	padding: 0 10px
}

@media (min-width:600px) {
	.navbar-button--expert {
		padding: 0
	}
}

.navbar-button--blog {
	padding: 0 10px;
	width: 160px
}

@media (min-width:600px) {
	.navbar-button--blog {
		padding: 0
	}
}

.navbar-button--expert {
	justify-content: flex-start;
	width: 90px
}

@media (min-width:600px) {
	.navbar-button--expert {
		justify-content: center
	}
}

.navbar-button--language_site {
	justify-content: flex-start;
	width: 90px;
	margin: 0 5px 0 0
}

@media (min-width:600px) {
	.navbar-button--language_site {
		justify-content: center
	}
}

.navbar-button--language_site img {
	width: 22px;
	height: 22px;
	padding-right: 3px
}

.navbar__wrapper.affix-top .navbar-button--language_site .navbar-button__text {
	color: #fff
}

.navbar__wrapper.affix .navbar-button--language_site .navbar-button__text {
	color: #000
}

.navbar-button--blog {
	justify-content: flex-end
}

@media (min-width:600px) {
	.navbar-button--blog {
		justify-content: center
	}
}

.navbar-center-helper,.op_country_selector {
	width: 160px
}

.navbar__wrapper .select2-selection {
	height: 53px
}

.country-flag-container {
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	padding: 0 0 0 29px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	height: 53px;
	margin: 0
}

.navbar__wrapper.affix .country-flag-container,.select2-container--open .country-flag-container {
	color: #4d636a
}

.country-flag-container-container {
	padding: 15px 0 0
}

.country-label-container {
	font-size: 12px;
	color: #9ca7ab;
	padding: 0 0 0 28px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.country-img {
	padding: 0 2px 0 0;
	vertical-align: middle;
	height: 16px
}

.country-text {
	line-height: 10px;
	vertical-align: middle
}

.country-flag-disabled {
	opacity: .6
}

@media only screen and (max-width:600px) {
	.navbar__wrapper.affix .navbar__logo {
		width: 50px;
		height: 25px;
		margin-left: -20px;
	}

	.navbar__wrapper.affix-top .navbar__logo {
		width: 50px;
		height: 50px
	}

	.navbar__logo {
		width: 50px;
		height: 25px
	}
}

.press {
	position: relative;
	padding-top: 110px;
	padding-bottom: 180px;
	background: linear-gradient(-180deg,#0087ff,#07d0ff);
	text-align: center
}

@media (min-width:600px) {
	.press {
		padding-top: 210px
	}
}

.press__upper-corner {
	-webkit-clip-path: polygon(0 0,0 100%,100% 0);
	-moz-clip-path: polygon(0 0,0 100%,100% 0);
	-o-clip-path: polygon(0 0,0 100%,100% 0);
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	background: #f5f8f8
}

@media (min-width:600px) {
	.press__upper-corner {
		height: 70px
	}
}

@media (min-width:800px) {
	.press__upper-corner {
		height: 130px
	}
}

.press__upper-corner--white {
	background: #fff
}

.press__lower-corner {
	-webkit-clip-path: polygon(100% 100%,0 100%,100% 0);
	-moz-clip-path: polygon(100% 100%,0 100%,100% 0);
	-o-clip-path: polygon(100% 100%,0 100%,100% 0);
	clip-path: polygon(100% 100%,0 100%,100% 0);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	background-size: cover
}

.press__editors-choice {
	width: 180px;
	height: 80px;
	margin: 0 auto 53px;
	background: url("../../img/delta/footer/editors-choice@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:600px) {
	.press__editors-choice {
		width: 217px;
		height: 93px
	}
}

.china .press__editors-choice {
	background-image: url("../../img/delta/footer/china-editors-choice@2x.png")
}

.press__quote {
	max-width: 800px;
	margin: 0 auto 27px;
	color: #fff;
	font-size: 20px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 30px;
	padding: 0 20px
}

@media (min-width:800px) {
	.press__quote {
		font-size: 30px;
		line-height: 46px
	}
}

.press__quote-attribution {
	margin-bottom: 101px;
	color: hsla(0,0%,100%,.5);
	font-size: 12px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 22px
}

@media (min-width:600px) {
	.press__quote-attribution {
		font-size: 12px
	}
}

.press__quote-author {
	color: #fff;
	font-size: 16px;
	font-family: Celias-Bold,Helvetica,Ariel,sans-serif
}

.press__also-featured {
	margin-bottom: 51px;
	color: #fff;
	font-size: 12px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	letter-spacing: .92px;
	line-height: 22px
}

.press__press-logos {
	margin: 0 auto;
	width: 234px;
	height: 372px;
	background: url("../../img/delta/footer/press-logos-mobile@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.press__press-logos {
		width: 892px;
		height: 106px;
		background: url("../../img/delta/footer/press-logos@2x.png") no-repeat;
		background-size: 100%
	}
}

.secondary-navbar {
	display: none;
	z-index: 1
}

@media (min-width:1000px) {
	.secondary-navbar {
		display: block;
		width: 200px
	}

	.secondary-navbar .affix {
		position: fixed;
		top: 140px
	}

	.secondary-navbar .affix-bottom,.secondary-navbar .affix-top {
		position: relative
	}
}

.secondary-navbar__item {
	width: 160px;
	padding: 20px;
	padding-bottom: 16px;
	border-radius: 9px;
	color: #bac8cc;
	font-size: 18px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif
}

.secondary-navbar__item.active {
	color: #fff;
	background-color: #0087ff;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.slick-next,.slick-prev {
	cursor: pointer;
	outline: none;
	z-index: 2
}

.slick-next--arrow,.slick-prev--arrow {
	transition: background .25s ease;
	display: block;
	position: absolute
}

.slick-prev--arrow {
	width: 40px;
	height: 40px;
	background: url("../../img/delta/carousel-left.svg") no-repeat;
	background-size: 100%;
	top: calc(50% - 20px);
	left: 0
}

.slick-prev--arrow:hover {
	width: 40px;
	height: 40px;
	background: url("../../img/delta/carousel-left-dark.svg") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.slick-prev--arrow {
		width: 51px;
		height: 50px;
		background: url("../../img/delta/carousel-left.svg") no-repeat;
		background-size: 100%;
		top: calc(50% - 25px)
	}

	.slick-prev--arrow:hover {
		width: 51px;
		height: 50px;
		background: url("../../img/delta/carousel-left-dark.svg") no-repeat;
		background-size: 100%
	}
}

.slick-prev:before {
	content: none
}

.slick-next--arrow {
	width: 40px;
	height: 40px;
	background: url("../../img/delta/carousel-right.svg") no-repeat;
	background-size: 100%;
	top: calc(50% - 20px);
	right: 0
}

.slick-next--arrow:hover {
	width: 40px;
	height: 40px;
	background: url("../../img/delta/carousel-right-dark.svg") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.slick-next--arrow {
		width: 51px;
		height: 50px;
		background: url("../../img/delta/carousel-right.svg") no-repeat;
		background-size: 100%;
		top: calc(50% - 25px)
	}

	.slick-next--arrow:hover {
		width: 51px;
		height: 50px;
		background: url("../../img/delta/carousel-right-dark.svg") no-repeat;
		background-size: 100%
	}
}

.slick-next:before {
	content: none
}

.slick-track {
	padding-bottom: 10px
}

.slick-dotted.slick-slider {
	background-color: #fff;
	margin-bottom: 25px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	background-color: #fff;
	height: 30px
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-list {
	overflow: visible
}

.slick-slide {
	outline: none
}

.video-modal__container {
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center
}

.video-modal__container>* {
	pointer-events: auto
}

.video-modal__iframe {
	width: 320px;
	height: 180px
}

@media (min-width:600px) {
	.video-modal__iframe {
		width: 480px;
		height: 270px
	}
}

@media (min-width:800px) {
	.video-modal__iframe {
		width: 640px;
		height: 360px
	}
}

@media (min-width:1000px) {
	.video-modal__iframe {
		width: 960px;
		height: 540px
	}
}

.home-page-expert-highlight {
	position: relative;
	height: 520px;
	background-color: #fff
}

@media (min-width:800px) {
	.home-page-expert-highlight {
		height: 600px
	}
}

@media (min-width:800px) {
	.home-page-expert-highlight__wrapper {
		position: absolute;
		top: -152px;
		right: 0;
		left: 0
	}
}

.home-page-expert-highlight__carousel-left {
	top: 20px;
	left: 15px
}

@media (min-width:800px) {
	.home-page-expert-highlight__carousel-left {
		top: calc(50% - 25px);
		left: 10%
	}
}

.home-page-expert-highlight__carousel-right {
	top: 20px;
	right: 15px
}

@media (min-width:800px) {
	.home-page-expert-highlight__carousel-right {
		top: calc(50% - 25px);
		right: 10%
	}
}

.home-page-collections {
	height: 760px;
	background: #fff;
	margin-top: 88px
}

@media (min-width:1000px) {
	.home-page-collections {
		height: 1000px
	}
}

.home-page-collections__caption-wrapper {
	position: relative;
	width: 100%
}

@media (min-width:800px) {
	.home-page-collections__caption-wrapper {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px
	}
}

@media (min-width:1000px) {
	.home-page-collections__caption-wrapper {
		width: 900px;
		margin-bottom: 80px
	}
}

.home-page-collections__caption {
	text-align: center
}

@media (min-width:800px) {
	.home-page-collections__caption {
		text-align: left;
		max-width: 340px
	}
}

@media (min-width:1000px) {
	.home-page-collections__caption {
		max-width: 460px
	}
}

.home-page-collections__phone {
	-webkit-filter: drop-shadow(-12px 0 31px rgba(0,0,0,.2));
	-moz-filter: drop-shadow(-12px 0 31px rgba(0,0,0,.2));
	-o-filter: drop-shadow(-12px 0 31px rgba(0,0,0,.2));
	filter: drop-shadow(-12px 0 31px rgba(0,0,0,.2));
	z-index: 10;
	width: 218px;
	height: 445px;
	background: url("../../img/delta/home/collections-ss@2x.png") no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0
}

@media (min-width:800px) {
	.home-page-collections__phone {
		-webkit-filter: drop-shadow(-42px 0 74px rgba(0,0,0,.2));
		-moz-filter: drop-shadow(-42px 0 74px rgba(0,0,0,.2));
		-o-filter: drop-shadow(-42px 0 74px rgba(0,0,0,.2));
		filter: drop-shadow(-42px 0 74px rgba(0,0,0,.2));
		position: absolute;
		margin-left: 0;
		top: 60px;
		left: 50%;
		width: 327px;
		height: 668px;
		background: url("../../img/delta/home/collections-ss@2x.png") no-repeat;
		background-size: 100%
	}
}

@media (min-width:1200px) {
	.home-page-collections__phone {
		top: -20px;
		width: 436px;
		height: 890px;
		background: url("../../img/delta/home/collections-ss@2x.png") no-repeat;
		background-size: 100%
	}
}

.home-page-collections__collage-wrapper {
	position: relative
}

.home-page-collections__collage {
	width: 150%;
	height: 500px;
	background: url("../../img/delta/home/collections-collage@2x.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -650px;
	left: -10%
}

@media (min-width:600px) {
	.home-page-collections__collage {
		bottom: -550px
	}
}

@media (min-width:800px) {
	.home-page-collections__collage {
		bottom: -480px;
		width: 100%;
		left: 0
	}
}

.home-page-message {
	height: 1680px;
	background: #fff
}

.home-page-message__wrapper {
	position: relative
}

@media (min-width:1000px) {
	.home-page-message__glasses {
		position: absolute;
		top: -100px;
		right: 60%;
		width: 526px;
		height: 223px;
		background: url("../../img/delta/home/glasses@2x.png") no-repeat;
		background-size: 100%
	}
}

@media (min-width:1000px) {
	.home-page-message__headphones {
		position: absolute;
		top: 500px;
		left: 0;
		width: 243px;
		height: 431px;
		background: url("../../img/delta/home/headphones@2x.png") no-repeat;
		background-size: 100%
	}
}

@media (min-width:1000px) {
	.home-page-message__container {
		position: absolute;
		right: -37px;
		width: 539px;
		height: 602px;
		background: url("../../img/delta/home/container@2x.png") no-repeat;
		background-size: 100%
	}
}

.home-page-message__caption {
	text-align: center;
	padding-top: 76px;
	margin-bottom: 50px
}

@media (min-width:800px) {
	.home-page-message__caption {
		text-align: left;
		width: 560px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 225px
	}
}

.home-page-message__message-thread {
	margin: 0 auto;
	margin-bottom: 130px
}

@media (min-width:1000px) {
	.home-page-message__message-thread {
		margin-bottom: 190px
	}
}

.home-page-message__cta {
	text-align: center
}

.home-page-message__cta__header {
	max-width: 90%;
	margin: 0 auto;
	color: #899da3;
	font-size: 25px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	line-height: 34px;
	text-align: center;
	text-shadow: 0 0 14px rgba(0,0,0,.05)
}

@media (min-width:800px) {
	.home-page-message__cta__header {
		font-size: 36px;
		line-height: 48px
	}
}

.home-page-message__cta__header--dark {
	color: #273438
}

.home-page-message__cta__icons {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 87px
}

@media (min-width:800px) {
	.home-page-message__cta__icons {
		flex-flow: row;
		align-items: baseline;
		justify-content: center
	}
}

.home-page-message__cta__icons>.home-page-message__cta__icon-group--center {
	margin-left: 150px;
	margin-right: 150px
}

.home-page-message__cta__icon-group {
	align-items: center;
	display: flex;
	flex-flow: column;
	width: 240px;
	margin-top: 70px
}

.home-page-message__cta__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 20px
}

.home-page-message__cta__icon--secure {
	width: 45px;
	height: 53px;
	background: url("../../img/delta/home/secure.svg") no-repeat;
	background-size: 100%
}

.home-page-message__cta__icon--package {
	width: 48px;
	height: 48px;
	background: url("../../img/delta/home/package.svg") no-repeat;
	background-size: 100%
}

.home-page-message__cta__icon--price-match {
	width: 48px;
	height: 48px;
	background: url("../../img/delta/home/price-match.svg") no-repeat;
	background-size: 100%
}

.home-page-message__cta__icon-label {
	color: #273438;
	font-size: 12px;
	font-family: Celias-Bold,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 24px
}

.home-page-caption__icon {
	width: 30px;
	height: 58px;
	margin-bottom: 7px
}

@media (min-width:800px) {
	.home-page-caption__icon {
		width: auto;
		height: auto;
		margin-bottom: 17px
	}
}

.home-page-caption__heading {
	margin-bottom: 11px;
	color: #4e636a;
	font-size: 22px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 28px
}

@media (min-width:800px) {
	.home-page-caption__heading {
		margin-bottom: 14px;
		font-size: 32px;
		line-height: 38px
	}
}

.home-page-caption__heading--bolded {
	color: #273438;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.home-page-caption__blurb {
	color: #899da3;
	font-size: 14px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 22px;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 50px
}

@media (min-width:800px) {
	.home-page-caption__blurb {
		margin: 0;
		font-size: 20px;
		line-height: 30px
	}
}

.home-page-hero {
	background: #4e636a
}

.us-global .home-page-hero:before {
	width: 1440px;
	background: url("../../img/delta/home/home-hero@2x.jpg") no-repeat;
	background-size: 100%;
	height: 750px;
	position: absolute;
	top: 0;
	left: -210px;
	content: ' ';
	opacity: .8
}

@media (min-width:800px) {
	.us-global .home-page-hero:before {
		left: 0
	}
}

.home-page-hero:before {
	width: 1440px;
	height: 900px;
	background: url("../../img/delta/home/home-hero@2x.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: -210px;
	content: ' ';
	opacity: .8
}

@media (min-width:800px) {
	.home-page-hero:before {
		left: 0
	}
}

@media (min-width:800px) {
	.home-page-hero__cta {
		margin-bottom: 220px;
		padding-right: 70px;
		padding-left: 70px
	}
}

.home-page-hero__subcta {
	margin-top: 21px;
	padding: 23px 30px 18px
}

.expert-story__image {
	width: 100%;
	margin-bottom: 24px
}

.expert-story__heading {
	margin-bottom: 14px
}

.expert-story__name {
	margin-right: 8px;
	color: #273438;
	font-size: 22px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

@media (min-width:800px) {
	.expert-story__name {
		font-size: 32px
	}
}

.expert-story__title {
	color: #899da3;
	font-size: 14px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

@media (min-width:800px) {
	.expert-story__title {
		font-size: 16px
	}
}

.expert-story__blurb {
	max-width: 450px;
	margin-bottom: 10px;
	color: #4e636a;
	font-size: 14px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

@media (min-width:800px) {
	.expert-story__blurb {
		font-size: 18px;
		line-height: 28px
	}
}

.expert-story__link {
	color: #0087ff;
	font-size: 16px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 22px
}

@media (min-width:800px) {
	.expert-story__link {
		font-size: 20px;
		line-height: 28px
	}
}

.expert-page-hero {
	background: #273438
}

.expert-page-stories__corner {
	-webkit-clip-path: polygon(100% 0,100% 100%,0 0);
	-moz-clip-path: polygon(100% 0,100% 100%,0 0);
	-o-clip-path: polygon(100% 0,100% 100%,0 0);
	clip-path: polygon(100% 0,100% 100%,0 0);
	display: none
}

@media (min-width:800px) {
	.expert-page-stories__corner {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background-color: #fff;
		background-size: cover
	}
}

.expert-page-hero:before {
	width: 1440px;
	height: 900px;
	background: url("../../img/delta/experts/expert-hero@2x.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: -600px;
	content: ' ';
	opacity: .6
}

@media (min-width:800px) {
	.expert-page-hero:before {
		left: 0
	}
}

.expert-page__hero__cta {
	margin-bottom: 30px
}

@media (min-width:800px) {
	.expert-page__hero__cta {
		margin-bottom: 63px
	}
}

.experts-page__video-icon {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: url("../../img/delta/experts/video.svg") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.experts-page__video-icon {
		width: 81px;
		height: 81px;
		background: url("../../img/delta/experts/video.svg") no-repeat;
		background-size: 100%;
		margin-bottom: 21px
	}
}

.experts-page__hero__video {
	height: auto;
	flex-flow: column
}

.expert-page-captions {
	position: relative;
	display: flex;
	flex-flow: column;
	padding: 100px 50px;
	background: #fff;
	margin: 0 auto;
	max-width: 1100px
}

.expert-page-captions .expert-page-captions__row {
	margin-top: 80px
}

@media (min-width:800px) {
	.expert-page-captions {
		padding: 40px 40px 90px 80px
	}
}

@media (min-width:1200px) {
	.expert-page-captions {
		padding: 40px 100px 90px 150px
	}
}

.expert-page-stories {
	position: relative;
	padding: 100px 50px;
	background: #f5f8f8
}

@media (min-width:1000px) {
	.expert-page-stories {
		padding: 190px 120px 88px
	}
}

.expert-page-stories__caption {
	margin-bottom: 56px;
	color: #899da3;
	font-size: 22px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 28px;
	text-align: center
}

@media (min-width:800px) {
	.expert-page-stories__caption {
		font-size: 32px;
		line-height: 38px
	}
}

.expert-page-stories__caption--bolded {
	color: #273438;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.expert-page-stories__row {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 128px
}

.expert-page-stories__row .expert-page-story {
	margin-top: 50px
}

.expert-page-stories__row .expert-page-story:first-child {
	margin-top: 0
}

@media (min-width:800px) {
	.expert-page-stories__row {
		flex-flow: row
	}

	.expert-page-stories__row .expert-page-story {
		margin-right: 30px;
		margin-top: 0
	}

	.expert-page-stories__row .expert-page-story:last-child {
		margin-right: 0
	}
}

.expert-page-stories__cta {
	text-align: center
}

.expert-page-stories__cta__header {
	margin-bottom: 45px;
	color: #899da3;
	font-size: 22px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	line-height: 34px;
	text-shadow: 0 0 14px rgba(0,0,0,.05)
}

@media (min-width:800px) {
	.expert-page-stories__cta__header {
		font-size: 36px;
		line-height: 48px
	}
}

.expert-page-stories__cta__header--bolded {
	color: #273438
}

.faq-page__hero {
	background: #4e636a
}

.faq-page__hero:before {
	width: 1440px;
	height: 900px;
	background: url("../../img/delta/faq/faq-hero@2x.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: -800px;
	height: 660px;
	content: ' ';
	opacity: .6
}

@media (min-width:600px) {
	.faq-page__hero:before {
		height: 700px;
		left: -600px
	}
}

@media (min-width:800px) {
	.faq-page__hero:before {
		left: -300px
	}
}

@media (min-width:1000px) {
	.faq-page__hero:before {
		height: 900px;
		left: -200px
	}
}

@media (min-width:1200px) {
	.faq-page__hero:before {
		left: 0
	}
}

.faq-page-questions {
	background: #fff;
	padding: 100px 0
}

.faq-page-questions__wrapper {
	display: flex;
	max-width: 80%;
	margin: 0 auto
}

.faq-page-questions__secondary-navbar {
	margin-right: 100px;
	flex: 0 0 200px
}

.faq-page-content__heading {
	color: #899da3;
	font-size: 24px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 70px
}

@media (min-width:800px) {
	.faq-page-content__heading {
		font-size: 32px;
		line-height: 38px
	}
}

.faq-page-section-title {
	color: #bac8cc;
	font-size: 14px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	margin-top: 50px;
	text-transform: uppercase
}

.faq-page-section-title:first-child {
	margin-top: 0
}

@media (min-width:800px) {
	.faq-page-section-title {
		margin-top: 100px;
		font-size: 18px
	}
}

.faq-page-question__title {
	text-align: left;
	margin-top: 30px;
	font-size: 16px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

@media (min-width:800px) {
	.faq-page-question__title {
		margin-top: 50px;
		font-size: 20px;
		line-height: 36px
	}
}

.faq-page-question__answer {
	text-align: left;
	color: #899da3;
	font-size: 14px;
	line-height: 22px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	margin-top: 8px
}

@media (min-width:800px) {
	.faq-page-question__answer {
		font-size: 18px;
		line-height: 24px
	}
}

.faq-page-question__answer a {
	color: #42a7ff
}

.faq-page-contact-button {
	margin-top: 30px
}

.jobs-page .press__upper-corner {
	background: #fff
}

.jobs-page__hero {
	background: #4e636a
}

.jobs-page__hero:before {
	width: 1440px;
	height: 900px;
	background: url("../../img/delta/jobs/jobs-hero@2x.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: -200px;
	left: -600px;
	content: ' ';
	opacity: .6
}

@media (min-width:800px) {
	.jobs-page__hero:before {
		top: 0;
		left: 0
	}
}

.jobs-page__hero__cta {
	margin-bottom: 63px
}

.jobs-page-captions {
	position: relative;
	display: flex;
	flex-flow: column;
	padding: 0 50px;
	background: #fff;
	margin: 0 auto;
	max-width: 1100px
}

@media (min-width:800px) {
	.jobs-page-captions {
		padding: 0 40px 90px 80px
	}
}

@media (min-width:1200px) {
	.jobs-page-captions {
		padding: 0 100px 90px 150px
	}
}

.jobs-page-heading {
	position: relative;
	background: #fff;
	padding: 100px 50px 0
}

@media (min-width:1200px) {
	.jobs-page-heading {
		padding: 100px 180px 0
	}
}

.jobs-page-heading__callout {
	font-family: Celias-Light;
	font-size: 20px;
	color: #273438;
	line-height: 32px;
	text-shadow: 0 0 14px rgba(0,0,0,.05);
	margin: 0 auto;
	text-align: center
}

@media (min-width:800px) {
	.jobs-page-heading__callout {
		font-size: 26px;
		line-height: 38px;
		max-width: 90%
	}
}

@media (min-width:1000px) {
	.jobs-page-heading__callout {
		font-size: 30px;
		line-height: 42px;
		max-width: 80%
	}
}

.jobs-page-captions__column {
	margin-top: 70px
}

.jobs-page-captions__row {
	margin-top: 80px
}

.jobs-page-captions__row:first-child {
	margin-top: 0
}

@media (min-width:1200px) {
	.jobs-page-captions__row {
		margin-top: 140px
	}
}

.jobs-page-apply,.jobs-page-pictures {
	position: relative;
	background: #fff
}

.jobs-page-apply {
	padding: 100px 50px
}

@media (min-width:800px) {
	.jobs-page-apply {
		padding: 190px 120px 134px
	}
}

.jobs-page-apply__cta {
	text-align: center
}

.jobs-page-apply__caption {
	margin-bottom: 56px;
	color: #899da3;
	font-size: 32px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 38px;
	text-align: center
}

.jobs-page-apply__caption--bolded {
	color: #273438;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

.jobs-page-apply__row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 128px
}

.jobs-page-apply__cta__header {
	margin-bottom: 68px;
	color: #899da3;
	font-size: 22px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	line-height: 24px;
	text-shadow: 0 0 14px rgba(0,0,0,.05)
}

@media (min-width:800px) {
	.jobs-page-apply__cta__header {
		font-size: 36px;
		line-height: 48px
	}
}

.jobs-page-apply__cta__header--bolded {
	color: #273438
}

.jobs-page-carousel {
	margin-top: 100px
}

.jobs-page-carousel .slick-dots {
	bottom: -40px
}

.jobs-page-carousel__item {
	padding: 0 10px
}

.jobs-page-carousel__image {
	width: 100%;
	height: 100%
}

.icon-messenger {
	background-image: url("../../img/delta/messenger/icon-messenger@2x.png");
	background-size: 24px 24px;
	width: 24px;
	height: 24px
}

@media (min-width:600px) {
	.icon-messenger {
		background-size: 32px 32px;
		width: 32px;
		height: 32px
	}
}

.messenger-image-glasses {
	background-image: url("../../img/delta/messenger/glasses@2x.png");
	background-size: 344px 180px;
	width: 344px;
	height: 180px;
	position: absolute;
	z-index: 10;
	top: 45px;
	left: -90px;
	display: none
}

@media (min-width:800px) {
	.messenger-image-glasses {
		display: block
	}
}

.messenger-image-headphones {
	background-image: url("../../img/delta/messenger/headphones@2x.png");
	background-size: 376px 579px;
	width: 376px;
	height: 579px;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 400px
}

@media (max-width:799px) {
	.messenger-image-headphones {
		display: none
	}
}

.messenger-page {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.messenger-page .footer-section {
	margin-top: 0;
	background: #fff
}

@media (min-width:800px) {
	.messenger-page .footer-section {
		margin-top: 80px
	}
}

.messenger-section {
	margin-top: 0
}

@media (min-width:800px) {
	.messenger-section {
		padding-top: 80px
	}
}

.messenger-container {
	background-color: #fff;
	width: 100%;
	padding: 0
}

.messenger-content {
	background-color: rgba(246,248,248,.7);
	padding-top: 60px;
	margin: 0
}

@media (min-width:800px) {
	.messenger-content {
		margin: auto 80px
	}
}

.messenger-content__logo {
	padding: 0;
	line-height: 0
}

.messenger-content__logo--mark {
	background-image: url("https://d1vfnsg13zvlk4.cloudfront.net/logo-dark.svg");
	background-size: 117px 30px;
	width: 117px;
	height: 30px;
	margin: 0 auto;
	display: block
}

.messenger-content__phone {
	background-image: url("../../img/delta/messenger/phone@2x.png");
	background-size: 413px 713px;
	width: 413px;
	height: 713px;
	margin-left: auto;
	margin-right: 10px
}

@media (max-width:799px) {
	.messenger-content__phone {
		margin-right: auto;
		background-size: 310px 535px;
		width: 310px;
		height: 535px
	}
}

.messenger-content-mobile {
	min-height: 1000px
}

@media (max-width:799px) {
	.messenger-content-mobile {
		min-height: 800px
	}
}

@media (min-width:800px) {
	.messenger-content-mobile {
		display: none
	}
}

.messenger-content-mobile .messenger-content__subheading,.messenger-content-mobile .messenger-content__title {
	max-width: 70%;
	margin: 0 auto
}

@media (max-width:799px) {
	.messenger-content-mobile .messenger-content__subheading,.messenger-content-mobile .messenger-content__title {
		max-width: 65%
	}
}

.messenger-content-mobile .messenger-content__subheading {
	margin-top: 20px
}

.messenger-content-desktop {
	display: flex;
	flex-flow: row nowrap;
	min-height: 900px
}

@media (max-width:799px) {
	.messenger-content-desktop {
		display: none;
		min-height: 1000px
	}
}

.messenger-content-desktop .messenger-content__title {
	max-width: 300px
}

@media (min-width:800px) {
	.messenger-content-desktop .messenger-content__title {
		max-width: 460px
	}
}

.messenger-content-desktop .messenger-content__subheading {
	max-width: 300px
}

@media (min-width:800px) {
	.messenger-content-desktop .messenger-content__subheading {
		max-width: 450px
	}
}

.messenger-content-desktop--left,.messenger-content-desktop--right {
	width: 50%
}

.messenger-content--wrapper {
	margin-top: 40px;
	text-align: center
}

@media (min-width:800px) {
	.messenger-content--wrapper {
		text-align: left;
		margin-top: 110px
	}
}

.messenger-content__title {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #394a4c;
	font-size: 30px;
	line-height: 38px
}

@media (min-width:600px) {
	.messenger-content__title {
		font-size: 38px;
		line-height: 46px
	}
}

.messenger-content__subheading {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #899da3;
	font-size: 16px;
	line-height: 24px
}

@media (min-width:600px) {
	.messenger-content__subheading {
		font-size: 20px;
		line-height: 29px
	}
}

.messenger-content__message-us {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 9px;
	margin-top: 20px;
	padding: 10px 20px 10px 15px
}

.messenger-content__message-us:focus {
	outline: none
}

.messenger-content__message-us>a {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 0;
	color: #394a4c;
	display: flex;
	align-items: center
}

@media (min-width:600px) {
	.messenger-content__message-us>a {
		font-size: 20px
	}
}

.messenger-content__message-us>a:hover {
	text-decoration: none
}

.messenger-content__message-us .icon-messenger {
	margin-right: 10px
}

.press-page-carousel {
	position: relative;
	width: 90%;
	margin-bottom: 70px;
	background: #fff;
	display: none
}

@media (min-width:800px) {
	.press-page-carousel {
		display: block
	}
}

.press-page-carousel__container {
	position: relative
}

.press-page-carousel__left,.press-page-carousel__right {
	display: block
}

@media (max-width:599px) {
	.press-page-carousel__left,.press-page-carousel__right {
		display: none!important
	}
}

@media (max-width:799px) {
	.press-page-carousel__left,.press-page-carousel__right {
		display: none!important
	}
}

@media (max-width:999px) {
	.press-page-carousel__left,.press-page-carousel__right {
		display: none!important
	}
}

.press-page-carousel__left {
	left: 5%
}

.press-page-carousel__right {
	right: 5%
}

.press-page-carousel__slick .slick-dots {
	bottom: -40px
}

@media (min-width:1000px) {
	.press-page-carousel__slick .slick-dots {
		display: none!important
	}
}

.press-carousel__quote {
	width: 30px;
	height: 24px;
	background: url("../../img/gamma/press/quotes@2x.png") no-repeat;
	background-size: 100%;
	display: inline-block
}

.press-page-carousel__source {
	margin: 22px auto 0
}

@media (min-width:800px) {
	.press-page-carousel__source {
		margin-top: 44px
	}
}

.press-page-carousel__source.boston-globe {
	width: 177px;
	height: 22px;
	background: url("../../img/gamma/press/quote-logos/bostonglobe@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.press-page-carousel__source.boston-globe {
		width: 235px;
		height: 30px;
		background: url("../../img/gamma/press/quote-logos/bostonglobe@2x.png") no-repeat;
		background-size: 100%
	}
}

.press-page-carousel__source.fast-company {
	width: 128px;
	height: 20px;
	background: url("../../img/gamma/press/quote-logos/fastco@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.press-page-carousel__source.fast-company {
		width: 170px;
		height: 26px;
		background: url("../../img/gamma/press/quote-logos/fastco@2x.png") no-repeat;
		background-size: 100%
	}
}

.press-page-carousel__source.tech-crunch {
	width: 150px;
	height: 24px;
	background: url("../../img/gamma/press/quote-logos/techcrunch@2x.png") no-repeat;
	background-size: 100%
}

@media (min-width:800px) {
	.press-page-carousel__source.tech-crunch {
		width: 198px;
		height: 32px;
		background: url("../../img/gamma/press/quote-logos/techcrunch@2x.png") no-repeat;
		background-size: 100%
	}
}

.press-page-carousel__content {
	padding-top: 70px;
	color: #273438;
	font-size: 20px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	line-height: 32px;
	text-align: center;
	width: 65%;
	margin: 0 auto
}

@media (min-width:800px) {
	.press-page-carousel__content {
		font-size: 32px;
		line-height: 44px
	}
}

.press-page-articles {
	background: #fff
}

.press-page-articles .articles-toggle {
	margin-top: 15px
}

.press-page-articles .articles-toggle .press-caret {
	width: 13px;
	height: 8px;
	margin-left: 6px
}

.press-page-articles .container {
	text-align: left
}

.press-page-articles .section-label {
	margin-top: 40px;
	margin-bottom: 20px
}

.press-page-articles .section-label:first-child {
	margin-top: 0
}

.press-page-content {
	text-align: center
}

.press-page-content h6+h5 {
	margin-top: 0
}

.press-page-content .affix {
	margin-left: 200px
}

.press-page-content .reach-out {
	margin-top: 2rem
}

@media (min-width:800px) {
	.press-page-content {
		text-align: left
	}
}

.press-page-articles__wrapper {
	display: flex;
	max-width: 80%;
	margin: 0 auto
}

.press-page-articles__secondary-navbar {
	margin-right: 100px;
	flex: 0 0 200px
}

.press-page-articles__heading {
	color: #899da3;
	font-size: 24px;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif;
	letter-spacing: 0;
	line-height: 30px;
	margin-top: 70px
}

.press-page-articles__heading:first-child {
	margin-top: 0
}

@media (min-width:800px) {
	.press-page-articles__heading {
		margin-top: 100px;
		font-size: 32px;
		line-height: 38px
	}
}

.press-page-article__link {
	text-decoration: none
}

.press-page-article__link:focus,.press-page-article__link:hover {
	color: #0087ff
}

.press-page-article__title {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 8px;
	font-size: 16px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 24px
}

@media (min-width:800px) {
	.press-page-article__title {
		margin-top: 50px;
		font-size: 20px;
		line-height: 36px
	}
}

.press-page-article__author-info {
	text-align: left;
	color: #899da3;
	font-size: 14px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif
}

@media (min-width:800px) {
	.press-page-article__author-info {
		font-size: 18px
	}
}

.press-page-articles__collapse-button {
	margin-top: 50px;
	padding: 16px 36px 12px;
	border: 1px solid #42a7ff;
	border-radius: 6px;
	color: #0087ff;
	font-size: 12px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	letter-spacing: 1px
}

.press-kit-download {
	width: 100%;
	margin-top: 45px;
	margin-bottom: 136px;
	padding: 20px;
	background: #f5f8f8;
	text-align: left
}

.press-kit-download>a {
	display: flex;
	justify-content: space-between
}

@media (min-width:800px) {
	.press-kit-download {
		margin-left: 0;
		padding: 24px 100px 27px 40px
	}
}

.press-kit-download__icon {
	padding-right: 40px
}

.press-kit-download__text {
	margin-right: auto
}

.press-kit-download__heading {
	color: #273438;
	font-size: 16px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif;
	line-height: 26px
}

@media (min-width:800px) {
	.press-kit-download__heading {
		font-size: 20px;
		line-height: 36px
	}
}

.press-kit-download__subtext {
	color: #899da3;
	font-size: 14px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif
}

.press-page-hero {
	background: #fff
}

@media (min-width:800px) {
	.press-page-hero {
		height: 900px;
		padding-top: 100px
	}
}

.press-page-hero__callout {
	color: #273438;
	margin-bottom: 60px
}

@media (min-width:800px) {
	.press-page-hero__callout {
		margin-bottom: inherit
	}
}

.press-page-hero__subtext {
	margin-bottom: 20px;
	color: #273438;
	font-family: Celias-Light,Helvetica,Ariel,sans-serif
}

@media (min-width:800px) {
	.press-page-hero__subtext {
		margin-bottom: 40px;
		font-size: 36px
	}
}

.get-the-app-landing-page .home-page-collections {
	margin-top: 50px
}

@media (min-width:600px) {
	.get-the-app-landing-page .home-page-collections {
		height: 1000px
	}
}

@media (min-width:800px) {
	.get-the-app-landing-page .home-page-collections {
		margin-top: 150px;
		margin-bottom: 150px
	}
}

.get-the-app-landing-page .home-page-collections__phone {
	margin-left: auto;
	top: 20px;
	width: 218px;
	height: 800px
}

@media (min-width:600px) {
	.get-the-app-landing-page .home-page-collections__phone {
		margin-left: auto;
		top: 40px;
		width: 300px;
		height: 1000px
	}
}

@media (min-width:800px) {
	.get-the-app-landing-page .home-page-collections__phone {
		margin-left: auto;
		margin-right: 40px;
		top: 300px;
		width: 400px;
		height: 1000px
	}
}

@media (min-width:1000px) {
	.get-the-app-landing-page .home-page-collections__phone {
		margin-left: auto;
		margin-right: 40px;
		top: 300px;
		width: 450px;
		height: 1000px
	}
}

.get-the-app-button {
	display: flex;
	justify-content: center;
	margin-top: 20px
}

@media (min-width:800px) {
	.get-the-app-button {
		justify-content: flex-start;
		margin-left: 100px
	}
}

@media (min-width:1000px) {
	.get-the-app-button {
		justify-content: flex-start;
		margin-left: 150px
	}
}

@media (min-width:1200px) {
	.get-the-app-button {
		justify-content: flex-start;
		margin-left: 200px
	}
}

.get-the-app-button a {
	display: flex;
	width: 150px;
	height: 50px;
	border-radius: 10px;
	font-family: Celias-Medium,Helvetica,Ariel,sans-serif
}

@media (min-width:600px) {
	.get-the-app-button a {
		width: 200px;
		height: 80px
	}
}

@media (min-width:800px) {
	.get-the-app-button a {
		width: 250px;
		height: 85px
	}
}

@media (min-width:1000px) {
	.get-the-app-button a {
		width: 300px;
		height: 90px
	}
}

@media (min-width:1200px) {
	.get-the-app-button a {
		width: 370px;
		height: 100px
	}
}

.get-the-app-button span {
	font-size: 15px
}

@media (min-width:600px) {
	.get-the-app-button span {
		font-size: 20px
	}
}

@media (min-width:800px) {
	.get-the-app-button span {
		font-size: 23px
	}
}

@media (min-width:1000px) {
	.get-the-app-button span {
		font-size: 26px
	}
}

@media (min-width:1200px) {
	.get-the-app-button span {
		font-size: 30px
	}
}

.terms-page-hero {
	background: #fff
}

@media (min-width:800px) {
	.terms-page-hero {
		height: 900px;
		padding-top: 100px
	}
}

.terms-page-hero__callout {
	color: #273438;
	margin-bottom: 30px
}

@media (min-width:800px) {
	.terms-page-hero__callout {
		margin-bottom: 60px
	}
}

.terms-page-document-header {
	text-align: left;
	color: #899da3;
	font-size: 14px;
	line-height: 22px;
	font-family: Celias-Regular,Helvetica,Ariel,sans-serif;
	margin-top: 8px
}

@media (min-width:800px) {
	.terms-page-document-header {
		font-size: 18px;
		line-height: 24px
	}
}

.terms-page-document-header a {
	color: #42a7ff
}