
	.x {
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		margin: 0;
		box-sizing: border-box
	}
	
	.x *,
	.x:after,
	.x:before {
		box-sizing: inherit
	}
	
	.x-el a[href^="mailto:"]:not(.x-el),
	.x-el a[href^="tel:"]:not(.x-el) {
		color: inherit;
		font-size: inherit;
		text-decoration: inherit
	}
	
	.x-el-article,
	.x-el-aside,
	.x-el-details,
	.x-el-figcaption,
	.x-el-figure,
	.x-el-footer,
	.x-el-header,
	.x-el-hgroup,
	.x-el-main,
	.x-el-menu,
	.x-el-nav,
	.x-el-section,
	.x-el-summary {
		display: block
	}
	
	.x-el-audio,
	.x-el-canvas,
	.x-el-progress,
	.x-el-video {
		display: inline-block;
		vertical-align: baseline
	}
	
	.x-el-audio:not([controls]) {
		display: none;
		height: 0
	}
	
	.x-el-template {
		display: none
	}
	
	.x-el-a {
		background-color: transparent;
		color: inherit
	}
	
	.x-el-a:active,
	.x-el-a:hover {
		outline: 0
	}
	
	.x-el-abbr[title] {
		border-bottom: 1px dotted
	}
	
	.x-el-b,
	.x-el-strong {
		font-weight: 700
	}
	
	.x-el-dfn {
		font-style: italic
	}
	
	.x-el-mark {
		background: #ff0;
		color: #000
	}
	
	.x-el-small {
		font-size: 80%
	}
	
	.x-el-sub,
	.x-el-sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline
	}
	
	.x-el-sup {
		top: -.5em
	}
	
	.x-el-sub {
		bottom: -.25em
	}
	
	.x-el-img {
		vertical-align: middle;
		border: 0
	}
	
	.x-el-svg:not(:root) {
		overflow: hidden
	}
	
	.x-el-figure {
		margin: 0
	}
	
	.x-el-hr {
		box-sizing: content-box;
		height: 0
	}
	
	.x-el-pre {
		overflow: auto
	}
	
	.x-el-code,
	.x-el-kbd,
	.x-el-pre,
	.x-el-samp {
		font-family: monospace, monospace;
		font-size: 1em
	}
	
	.x-el-button,
	.x-el-input,
	.x-el-optgroup,
	.x-el-select,
	.x-el-textarea {
		color: inherit;
		font: inherit;
		margin: 0
	}
	
	.x-el-button {
		overflow: visible
	}
	
	.x-el-button,
	.x-el-select {
		text-transform: none
	}
	
	.x-el-button,
	.x-el-input[type=button],
	.x-el-input[type=reset],
	.x-el-input[type=submit] {
		-webkit-appearance: button;
		cursor: pointer
	}
	
	.x-el-button[disabled],
	.x-el-input[disabled] {
		cursor: default
	}
	
	.x-el-button::-moz-focus-inner,
	.x-el-input::-moz-focus-inner {
		border: 0;
		padding: 0
	}
	
	.x-el-input {
		line-height: normal
	}
	
	.x-el-input[type=checkbox],
	.x-el-input[type=radio] {
		box-sizing: border-box;
		padding: 0
	}
	
	.x-el-input[type=number]::-webkit-inner-spin-button,
	.x-el-input[type=number]::-webkit-outer-spin-button {
		height: auto
	}
	
	.x-el-input[type=search] {
		-webkit-appearance: textfield;
		box-sizing: content-box
	}
	
	.x-el-input[type=search]::-webkit-search-cancel-button,
	.x-el-input[type=search]::-webkit-search-decoration {
		-webkit-appearance: none
	}
	
	.x-el-textarea {
		border: 0
	}
	
	.x-el-fieldset {
		border: 1px solid silver;
		margin: 0 2px;
		padding: .35em .625em .75em
	}
	
	.x-el-legend {
		border: 0;
		padding: 0
	}
	
	.x-el-textarea {
		overflow: auto
	}
	
	.x-el-optgroup {
		font-weight: 700
	}
	
	.x-el-table {
		border-collapse: collapse;
		border-spacing: 0
	}
	
	.x-el-td,
	.x-el-th {
		padding: 0
	}
	
	.x {
		-webkit-font-smoothing: antialiased
	}
	
	.x-el-hr {
		border: 0
	}
	
	.x-el-fieldset,
	.x-el-input,
	.x-el-select,
	.x-el-textarea {
		margin-top: 0;
		margin-bottom: 0
	}
	
	.x-el-fieldset,
	.x-el-input[type=email],
	.x-el-input[type=text],
	.x-el-textarea {
		width: 100%
	}
	
	.x-el-input,
	.x-el-label {
		vertical-align: middle
	}
	
	.x-el-input {
		border-style: none;
		padding: .5em
	}
	
	.x-el-select:not([multiple]) {
		vertical-align: middle
	}
	
	.x-el-textarea {
		line-height: 1.75;
		padding: .5em
	}
	
	.x-el.d-none {
		display: none!important
	}
	
	.sideline-footer {
		margin-top: auto
	}
	
	.disable-scroll {
		touch-action: none;
		overflow: hidden;
		position: fixed;
		max-width: 100vw
	}
	
	@keyframes loaderscale {
		0% {
			transform: scale(1);
			opacity: 1
		}
		45% {
			transform: scale(.1);
			opacity: .7
		}
		80% {
			transform: scale(1);
			opacity: 1
		}
	}
	
	.x-loader svg {
		display: inline-block
	}
	
	.x-loader svg:first-child {
		animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.24s infinite
	}
	
	.x-loader svg:nth-child(2) {
		animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.12s infinite
	}
	
	.x-loader svg:nth-child(3) {
		animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) 0s infinite
	}
	
	.x-icon>svg {
		transition: transform .33s ease-in-out
	}
	
	.x-icon>svg.rotate-90 {
		transform: rotate(-90deg)
	}
	
	.x-icon>svg.rotate90 {
		transform: rotate(90deg)
	}
	
	.x-icon>svg.rotate-180 {
		transform: rotate(-180deg)
	}
	
	.x-icon>svg.rotate180 {
		transform: rotate(180deg)
	}
	
	.x-rt ol,
	.x-rt ul {
		text-align: left
	}
	
	.x-rt p {
		margin: 0
	}
	
	.mte-inline-block {
		display: inline-block
	}
	
	@media only screen and (min-device-width:1025px) {
		:root select,
		_::-webkit-full-page-media,
		_:future {
			font-family: sans-serif!important
		}
	}
	
	/*
This license can also be found at this permalink: https://www.fontsquirrel.com/license/league-spartan

Copyright (c) September 22 2014, Micah Rich micah@micahrich.com, with Reserved Font Name: "League Spartan".

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL

—————————————————————————————-
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
—————————————————————————————-
*/
	
	@import url('../img1.wsimg.com/blobby/go/font/LeagueSpartan/league-spartan.css');
	@import url('');
	
	.x .c1-1 {
		letter-spacing: normal
	}
	
	.x .c1-2 {
		text-transform: none
	}
	
	.x .c1-3 {
		background-color: rgb(255, 255, 255)
	}
	
	.x .c1-4 {
		width: 100%
	}
	
	.x .c1-5 > div {
		position: relative
	}
	
	.x .c1-6 > div {
		overflow: hidden
	}
	
	.x .c1-7 > div {
		margin-top: auto
	}
	
	.x .c1-8 > div {
		margin-right: auto
	}
	
	.x .c1-9 > div {
		margin-bottom: auto
	}
	
	.x .c1-a > div {
		margin-left: auto
	}
	
	.x .c1-b {
		font-family: Helvetica, arial, sans-serif
	}
	
	.x .c1-c {
		font-size: 16px
	}
	
	.x .c1-h {
		background-color: rgb(22, 22, 22)
	}
	
	.x .c1-i {
		padding-top: 56px
	}
	
	.x .c1-j {
		padding-bottom: 56px
	}
	
	.x .c1-k {
		overflow: hidden
	}
	
	.x .c1-l {
		padding: 0px !important
	}
	
	.x .c1-o {
		position: relative
	}
	
	.x .c1-p {
		flex-grow: 1
	}
	
	.x .c1-q {
		display: flex
	}
	
	.x .c1-r {
		align-items: center
	}
	
	.x .c1-s {
		justify-content: flex-start
	}
	
	.x .c1-t {
		flex-direction: column
	}
	
	.x .c1-u {
		min-height: 500px
	}
	
	.x .c1-v {
		background-position: center
	}
	
	.x .c1-w {
		background-size: auto, cover
	}
	
	.x .c1-x {
		background-blend-mode: normal
	}
	
	.x .c1-y {
		background-repeat: no-repeat
	}
	
	.x .c1-z {
		text-shadow: none
	}
	
	.x .c1-1m {
		position: static
	}
	
	.x .c1-1o {
		z-index: 3
	}
	
	.x .c1-1p {
		background-color: transparent
	}
	
	.x .c1-1q .sticky-animate {
		background-color: rgba(22, 22, 22, 0.9)
	}
	
	.x .c1-1r .sticky-animate hr {
		opacity: 0 !important
	}
	
	.x .c1-1s {
		transition: background .3s
	}
	
	.x .c1-1t {
		z-index: auto
	}
	
	.x .c1-1y {
		flex-wrap: nowrap
	}
	
	.x .c1-1z {
		margin-top: 0px
	}
	
	.x .c1-20 {
		margin-right: 0px
	}
	
	.x .c1-21 {
		margin-bottom: 0px
	}
	
	.x .c1-22 {
		margin-left: 0px
	}
	
	.x .c1-23 {
		padding-top: 24px
	}
	
	.x .c1-24 {
		padding-right: 24px
	}
	
	.x .c1-25 {
		padding-bottom: 24px
	}
	
	.x .c1-26 {
		padding-left: 24px
	}
	
	.x .c1-27 {
		[object -object]: 0px
	}
	
	.x .c1-29 {
		width: 15%
	}
	
	.x .c1-2a {
		padding-right: 0px
	}
	
	.x .c1-2b {
		padding-left: 0px
	}
	
	.x .c1-2c {
		letter-spacing: inherit
	}
	
	.x .c1-2d {
		text-transform: inherit
	}
	
	.x .c1-2e {
		text-decoration: none
	}
	
	.x .c1-2f {
		word-wrap: break-word
	}
	
	.x .c1-2g {
		overflow-wrap: break-word
	}
	
	.x .c1-2h {
		cursor: pointer
	}
	
	.x .c1-2i {
		border-top: 0px
	}
	
	.x .c1-2j {
		border-right: 0px
	}
	
	.x .c1-2k {
		border-bottom: 0px
	}
	
	.x .c1-2l {
		border-left: 0px
	}
	
	.x .c1-2m {
		color: rgb(247, 247, 247)
	}
	
	.x .c1-2n {
		font-weight: inherit
	}
	
	.x .c1-2o:hover {
		color: rgb(106, 121, 212)
	}
	
	.x .c1-2p:active {
		color: rgb(215, 217, 244)
	}
	
	.x .c1-2q {
		color: inherit
	}
	
	.x .c1-2r {
		display: inline-block
	}
	
	.x .c1-2s {
		vertical-align: top
	}
	
	.x .c1-2t {
		padding-top: 6px
	}
	
	.x .c1-2u {
		padding-right: 6px
	}
	
	.x .c1-2v {
		padding-bottom: 6px
	}
	
	.x .c1-2w {
		padding-left: 6px
	}
	
	.x .c1-2x {
		width: 70%
	}
	
	.x .c1-2y {
		text-align: center
	}
	
	.x .c1-2z {
		justify-content: center
	}
	
	.x .c1-30 {
		padding-left: 8px
	}
	
	.x .c1-31 {
		padding-right: 8px
	}
	
	.x .c1-32 {
		font-family: 'League Spartan', arial, helvetica, sans-serif
	}
	
	.x .c1-36 {
		display: inline
	}
	
	.x .c1-37 {
		max-width: 100%
	}
	
	.x .c1-38 {
		color: rgb(106, 121, 212)
	}
	
	.x .c1-39:hover {
		color: rgb(183, 188, 236)
	}
	
	.x .c1-3a {
		line-height: 1.2
	}
	
	.x .c1-3b {
		font-size: 22px
	}
	
	.x .c1-3c {
		font-weight: 400
	}
	
	.x .c1-3h {
		word-wrap: normal !important
	}
	
	.x .c1-3i {
		overflow-wrap: normal !important
	}
	
	.x .c1-3j {
		display: none
	}
	
	.x .c1-3k {
		visibility: hidden
	}
	
	.x .c1-3l {
		position: absolute
	}
	
	.x .c1-3m {
		width: auto
	}
	
	.x .c1-3n {
		overflow: visible
	}
	
	.x .c1-3o {
		left: 0px
	}
	
	.x .c1-3p {
		font-size: 32px
	}
	
	.x .c1-3u {
		font-size: 28px
	}
	
	.x .c1-3z {
		justify-content: flex-end
	}
	
	.x .c1-40 {
		margin-left: auto
	}
	
	.x .c1-41 {
		margin-right: auto
	}
	
	.x .c1-45 {
		padding-left: 48px
	}
	
	.x .c1-46 {
		padding-right: 48px
	}
	
	.x .c1-47 {
		justify-content: space-between
	}
	
	.x .c1-48 {
		gap: 32px
	}
	
	.x .c1-49 {
		box-sizing: border-box
	}
	
	.x .c1-4a {
		flex-direction: row
	}
	
	.x .c1-4b {
		padding-top: 0px
	}
	
	.x .c1-4c {
		padding-bottom: 0px
	}
	
	.x .c1-4d {
		flex-shrink: 1
	}
	
	.x .c1-4e {
		flex-basis: 0%
	}
	
	.x .c1-4h {
		line-height: 24px
	}
	
	.x .c1-4i {
		padding-left: 32px
	}
	
	.x .c1-4j {
		white-space: nowrap
	}
	
	.x .c1-4k:first-child {
		padding-left: 0
	}
	
	.x .c1-4l {
		letter-spacing: 0.071em
	}
	
	.x .c1-4m {
		text-transform: uppercase
	}
	
	.x .c1-4n {
		display: block
	}
	
	.x .c1-4o {
		font-size: 14px
	}
	
	.x .c1-4p {
		font-weight: 700
	}
	
	.x .c1-4q:hover {
		color: rgb(247, 247, 247)
	}
	
	.x .c1-4r:hover {
		opacity: 50%
	}
	
	.x .c1-4s:active {
		color: rgb(247, 247, 247)
	}
	
	.x .c1-4x {
		margin-left: -6px
	}
	
	.x .c1-4y {
		margin-right: -6px
	}
	
	.x .c1-4z {
		margin-top: -6px
	}
	
	.x .c1-50 {
		margin-bottom: -6px
	}
	
	.x .c1-51 {
		z-index: 1
	}
	
	.x .c1-55 {
		transition: transform .33s ease-in-out
	}
	
	.x .c1-56 {
		transform: rotate(0deg)
	}
	
	.x .c1-57 {
		vertical-align: middle
	}
	
	.x .c1-58 {
		padding-top: 16px
	}
	
	.x .c1-59 {
		padding-bottom: 16px
	}
	
	.x .c1-5a {
		padding-left: 16px
	}
	
	.x .c1-5b {
		padding-right: 16px
	}
	
	.x .c1-5c {
		border-radius: 4px
	}
	
	.x .c1-5d {
		box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.24)
	}
	
	.x .c1-5e {
		right: 0px
	}
	
	.x .c1-5f {
		top: 32px
	}
	
	.x .c1-5g {
		max-height: 45vh
	}
	
	.x .c1-5h {
		overflow-y: auto
	}
	
	.x .c1-5i {
		z-index: 1003
	}
	
	.x .c1-5r {
		color: rgb(164, 164, 164)
	}
	
	.x .c1-5s {
		text-align: left
	}
	
	.x .c1-5t:last-child {
		margin-bottom: 0
	}
	
	.x .c1-5u {
		margin-top: 8px
	}
	
	.x .c1-5v {
		margin-bottom: 8px
	}
	
	.x .c1-5w {
		line-height: 1.5
	}
	
	.x .c1-5x {
		border-color: rgba(255, 255, 255, 0.3)
	}
	
	.x .c1-5y {
		border-bottom-width: 1px
	}
	
	.x .c1-5z {
		border-style: solid
	}
	
	.x .c1-62 {
		position: fixed
	}
	
	.x .c1-63 {
		top: 0px
	}
	
	.x .c1-64 {
		height: 100%
	}
	
	.x .c1-65 {
		z-index: 10002
	}
	
	.x .c1-66 {
		-webkit-overflow-scrolling: touch
	}
	
	.x .c1-67 {
		transform: translateX(-249vw)
	}
	
	.x .c1-68 {
		overscroll-behavior: contain
	}
	
	.x .c1-69 {
		box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2)
	}
	
	.x .c1-6a {
		transition: transform .3s ease-in-out
	}
	
	.x .c1-6b {
		line-height: 1.3em
	}
	
	.x .c1-6c {
		font-style: normal
	}
	
	.x .c1-6d {
		top: 15px
	}
	
	.x .c1-6e {
		right: 15px
	}
	
	.x .c1-6f {
		overflow-x: hidden
	}
	
	.x .c1-6g {
		overscroll-behavior: none
	}
	
	.x .c1-6h {
		margin-bottom: 32px
	}
	
	.x .c1-6i::-webkit-scrollbar {
		display: none
	}
	
	.x .c1-6n {
		margin-bottom: 24px
	}
	
	.x .c1-6o {
		-webkit-margin-before: 0
	}
	
	.x .c1-6p {
		-webkit-margin-after: 0
	}
	
	.x .c1-6q {
		-webkit-padding-start: 0
	}
	
	.x .c1-6r li {
		border-style: none
	}
	
	.x .c1-6s {
		border-color: rgba(76, 76, 76, 0.5)
	}
	
	.x .c1-6t {
		border-bottom-width: 1px
	}
	
	.x .c1-6u {
		border-bottom-style: solid
	}
	
	.x .c1-6v:last-child {
		border-bottom: 0
	}
	
	.x .c1-6w {
		padding-right: 4px
	}
	
	.x .c1-6x {
		min-width: 200px
	}
	
	.x .c1-6y:active {
		color: rgb(106, 121, 212)
	}
	
	.x .c1-70 {
		margin-top: 24px
	}
	
	.x .c1-71 {
		margin-left: 16px
	}
	
	.x .c1-76 {
		flex-shrink: 0
	}
	
	.x .c1-77 {
		flex-basis: auto
	}
	
	.x .c1-7d {
		white-space: pre-line
	}
	
	.x .c1-7e {
		font-size: 40px
	}
	
	.x .c1-7f {
		color: rgb(255, 255, 255)
	}
	
	.x .c1-7o {
		text-wrap: pretty
	}
	
	.x .c1-7p > p {
		margin-top: 0
	}
	
	.x .c1-7q > p {
		margin-right: 0
	}
	
	.x .c1-7r > p {
		margin-bottom: 0
	}
	
	.x .c1-7s > p {
		margin-left: 0
	}
	
	.x .c1-7t {
		font-size: inherit !important
	}
	
	.x .c1-7u {
		line-height: inherit
	}
	
	.x .c1-7v {
		font-style: italic
	}
	
	.x .c1-7w {
		text-decoration: line-through
	}
	
	.x .c1-7x {
		text-decoration: underline
	}
	
	.x .c1-7y {
		flex-wrap: wrap
	}
	
	.x .c1-7z {
		column-gap: 24px
	}
	
	.x .c1-80 {
		row-gap: 24px
	}
	
	.x .c1-83 {
		border-style: none
	}
	
	.x .c1-84 {
		display: inline-flex
	}
	
	.x .c1-85 {
		padding-left: 40px
	}
	
	.x .c1-86 {
		padding-right: 40px
	}
	
	.x .c1-87 {
		padding-top: 8px
	}
	
	.x .c1-88 {
		padding-bottom: 8px
	}
	
	.x .c1-89 {
		min-height: 56px
	}
	
	.x .c1-8a {
		border-radius: 48px
	}
	
	.x .c1-8b {
		background-color: rgb(56, 72, 168)
	}
	
	.x .c1-8c:hover {
		background-color: rgb(78, 95, 205)
	}
	
	.x .c1-8e {
		margin-bottom: 40px
	}
	
	.x .c1-8f a {
		text-decoration: none
	}
	
	.x .c1-8i:hover {
		color: currentColor
	}
	
	.x .c1-8j:active {
		color: currentColor
	}
	
	.x .c1-8k {
		line-height: 1.4
	}
	
	.x .c1-8l {
		color: rgb(56, 72, 168)
	}
	
	.x .c1-8m {
		font-size: unset
	}
	
	.x .c1-8n {
		font-family: unset
	}
	
	.x .c1-8o {
		letter-spacing: unset
	}
	
	.x .c1-8p {
		text-transform: unset
	}
	
	.x .c1-8q {
		line-height: 0px
	}
	
	.x .c1-8r {
		border-color: rgb(226, 226, 226)
	}
	
	.x .c1-8s {
		border-bottom-width: 2px
	}
	
	.x .c1-8t {
		width: 50px
	}
	
	.x .c1-8u {
		margin-right: -12px
	}
	
	.x .c1-8v {
		margin-left: -12px
	}
	
	.x .c1-90 {
		flex-basis: 100%
	}
	
	.x .c1-91 {
		padding-right: 12px
	}
	
	.x .c1-92 {
		padding-left: 12px
	}
	
	.x .c1-93 {
		order: 1
	}
	
	.x .c1-9d > * {
		max-width: 100%
	}
	
	.x .c1-9e {
		align-items: flex-start
	}
	
	.x .c1-9f >:nth-child(n) {
		margin-bottom: 24px
	}
	
	.x .c1-9g >:last-child {
		margin-bottom: 0 !important
	}
	
	.x .c1-9j {
		line-height: 1.25
	}
	
	.x .c1-9k {
		color: rgb(27, 27, 27)
	}
	
	.x .c1-9l > p > ol {
		text-align: left
	}
	
	.x .c1-9m > p > ol {
		display: block
	}
	
	.x .c1-9n > p > ol {
		padding-left: 1.3em
	}
	
	.x .c1-9o > p > ol {
		margin-left: 16px
	}
	
	.x .c1-9p > p > ol {
		margin-right: 16px
	}
	
	.x .c1-9q > p > ol {
		margin-top: auto
	}
	
	.x .c1-9r > p > ol {
		margin-bottom: auto
	}
	
	.x .c1-9s > p > ol {
		text-wrap: pretty
	}
	
	.x .c1-9t > p > ul {
		text-align: left
	}
	
	.x .c1-9u > p > ul {
		display: block
	}
	
	.x .c1-9v > p > ul {
		padding-left: 1.3em
	}
	
	.x .c1-9w > p > ul {
		margin-left: 16px
	}
	
	.x .c1-9x > p > ul {
		margin-right: 16px
	}
	
	.x .c1-9y > p > ul {
		margin-top: auto
	}
	
	.x .c1-9z > p > ul {
		margin-bottom: auto
	}
	
	.x .c1-a0 > p > ul {
		text-wrap: pretty
	}
	
	.x .c1-a1 > ul {
		text-align: left
	}
	
	.x .c1-a2 > ul {
		display: block
	}
	
	.x .c1-a3 > ul {
		padding-left: 1.3em
	}
	
	.x .c1-a4 > ul {
		margin-left: 16px
	}
	
	.x .c1-a5 > ul {
		margin-right: 16px
	}
	
	.x .c1-a6 > ul {
		margin-top: auto
	}
	
	.x .c1-a7 > ul {
		margin-bottom: auto
	}
	
	.x .c1-a8 > ul {
		text-wrap: pretty
	}
	
	.x .c1-a9 > ol {
		text-align: left
	}
	
	.x .c1-aa > ol {
		display: block
	}
	
	.x .c1-ab > ol {
		padding-left: 1.3em
	}
	
	.x .c1-ac > ol {
		margin-left: 16px
	}
	
	.x .c1-ad > ol {
		margin-right: 16px
	}
	
	.x .c1-ae > ol {
		margin-top: auto
	}
	
	.x .c1-af > ol {
		margin-bottom: auto
	}
	
	.x .c1-ag > ol {
		text-wrap: pretty
	}
	
	.x .c1-ah {
		color: rgb(94, 94, 94)
	}
	
	.x .c1-ai {
		order: 0
	}
	
	.x .c1-al {
		aspect-ratio: 1
	}
	
	.x .c1-am {
		border-radius: 0
	}
	
	.x .c1-an {
		background-color: rgb(246, 246, 246)
	}
	
	.x .c1-ao {
		text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.12)
	}
	
	.x .c1-ba {
		margin-bottom: 56px
	}
	
	.x .c1-bb {
		min-height: 330px
	}
	
	.x .c1-bc > svg circle {
		animation: blink 2s infinite alternate cubic-bezier(.64, .21, .39, .9);
	}
	
	.x .c1-bd {
		top: 50%
	}
	
	.x .c1-be {
		left: 50%
	}
	
	.x .c1-bf {
		transform: translate(-50%, -50%)
	}
	
	.x .c1-bg {
		margin-bottom: -24px
	}
	
	.x .c1-bj {
		margin-top: 16px
	}
	
	.x .c1-bk {
		color: white
	}
	
	.x .c1-bl {
		height: 70px
	}
	
	.x .c1-bm {
		width: 50px
	}
	
	.x .c1-bn {
		background: rgba(0, 0, 0, 0.5)
	}
	
	.x .c1-bo {
		outline: none
	}
	
	.x .c1-bp {
		right: 0px
	}
	
	.x .c1-bq {
		opacity: 0
	}
	
	.x .c1-br {
		transition: opacity 0.5s
	}
	
	.x .c1-bs:hover {
		opacity: 1
	}
	
	.x .c1-bt {
		transform: translateY(-50%)
	}
	
	.x .c1-bu {
		background-color: rgba(22, 22, 22, 0.25)
	}
	
	.x .c1-bv {
		margin-top: 300px
	}
	
	.x .c1-bw:hover {
		background-color: rgba(22, 22, 22, 0.5)
	}
	
	.x .c1-bx:active {
		background-color: rgba(22, 22, 22, 0.5)
	}
	
	.x .c1-c2 {
		flex: 1
	}
	
	.x .c1-c5 {
		border-width: 0 !important
	}
	
	.x .c1-c6 {
		aspect-ratio: 1.5 / 1
	}
	
	.x .c1-c7 {
		color: rgb(190, 190, 190)
	}
	
	.x .c1-c8 {
		border-color: currentColor
	}
	
	.x .c1-c9 {
		width: 40px
	}
	
	.x .c1-ca {
		color: rgb(21, 21, 21)
	}
	
	.x .c1-cb {
		position: 50% 50%
	}
	
	.x .c1-cc {
		background-size: cover
	}
	
	.x .c1-cd {
		background-position: 50% 50%
	}
	
	.x .c1-cz {
		padding-top: 40px
	}
	
	.x .c1-d0 {
		padding-bottom: 40px
	}
	
	.x .c1-d1 {
		margin-top: -4px
	}
	
	.x .c1-d2 {
		min-height: 500px
	}
	
	.x .c1-d3 {
		border-color: rgb(218, 218, 218)
	}
	
	.x .c1-d6 {
		color: rgb(87, 87, 87)
	}
	
	.x .c1-d8 [aria-expanded="true"] .accordion-icon {
		transform: rotate(180deg)
	}
	
	.x .c1-d9 [aria-expanded="true"] ~ .accordion-answer {
		display: block
	}
	
	.x .c1-da {
		align-items: baseline
	}
	
	.x .c1-db:hover span {
		color: rgb(56, 72, 168)
	}
	
	.x .c1-dc:focus span {
		color: rgb(56, 72, 168)
	}
	
	.x .c1-de {
		margin-bottom: 16px
	}
	
	.x .c1-dl {
		border-top-width: 1px
	}
	
	.x .c1-dm {
		border-right-width: 1px
	}
	
	.x .c1-dn {
		border-left-width: 1px
	}
	
	.x .c1-do {
		padding-top: 23px
	}
	
	.x .c1-dp {
		padding-bottom: 7px
	}
	
	.x .c1-dq {
		color: rgb(71, 71, 71)
	}
	
	.x .c1-dr::placeholder {
		color: inherit
	}
	
	.x .c1-ds:focus {
		outline: none
	}
	
	.x .c1-dt:focus {
		box-shadow: inset 0 0 0 1px currentColor
	}
	
	.x .c1-du:focus + label {
		font-size: 12px
	}
	
	.x .c1-dv:focus + label {
		top: 8px
	}
	
	.x .c1-dw:focus + label {
		color: rgb(56, 72, 168)
	}
	
	.x .c1-dx:not([value=""]) + label {
		font-size: 12px
	}
	
	.x .c1-dy:not([value=""]) + label {
		top: 8px
	}
	
	.x .c1-dz:not([value=""]) + label {
		color: rgb(56, 72, 168)
	}
	
	.x .c1-e0::-webkit-input-placeholder {
		color: inherit
	}
	
	.x .c1-e2 {
		top: 33%
	}
	
	.x .c1-e3 {
		left: 16px
	}
	
	.x .c1-e4 {
		transition: all .15s ease
	}
	
	.x .c1-e5 {
		pointer-events: none
	}
	
	.x .c1-ea {
		margin-top: 32px
	}
	
	.x .c1-ee {
		aspect-ratio: 1.3231552162849873 / 1
	}
	
	.x .c1-ef {
		object-fit: contain
	}
	
	.x .c1-ep {
		aspect-ratio: 1 / 1
	}
	
	.x .c1-eq {
		aspect-ratio: 2.12448132780083 / 1
	}
	
	.x .c1-er {
		aspect-ratio: 1.819571865443425 / 1
	}
	
	.x .c1-es {
		aspect-ratio: 1.007081038552321 / 1
	}
	
	.x .c1-et {
		padding-left: 0 !important
	}
	
	.x .c1-eu {
		padding-right: 0 !important
	}
	
	.x .c1-ey {
		min-height: 300px
	}
	
	.x .c1-f0:hover {
		color: rgb(48, 62, 148)
	}
	
	.x .c1-f1:active {
		color: rgb(32, 42, 105)
	}
	
	.x .c1-f2 >:last-child {
		margin-bottom: 0
	}
	
	.x .c1-f3 {
		height: inherit
	}
	
	.x .c1-f5 {
		z-index: 2
	}
	
	.x .c1-f6 {
		transform: translate3d(-120%, 0, 0)
	}
	
	.x .c1-f7 {
		transition: transform .8s ease, opacity .1s
	}
	
	.x .c1-f8 {
		max-width: 600px
	}
	
	.x .c1-f9 {
		resize: vertical
	}
	
	.x .c1-fa {
		color: rgb(89, 89, 89)
	}
	
	.x .c1-fb {
		font-size: 12px
	}
	
	.x .c1-fg {
		width: fit-content
	}
	
	.x .c1-fh:hover {
		cursor: pointer
	}
	
	.x .c1-fk {
		aspect-ratio: 1.332638888888889 / 1
	}
	
	.x .c1-fl {
		object-fit: cover
	}
	
	.x .c1-fm {
		max-height: 800px
	}
	
	.x .c1-fn {
		box-shadow: none
	}
	
	.x .c1-fo {
		background-color: rgb(0, 0, 0)
	}
	
	.x .c1-fp {
		color: rgb(150, 150, 150)
	}
	
	.x .c1-fq {
		list-style-type: none
	}
	
	.x .c1-fr {
		color: rgb(226, 226, 226)
	}
	
	.x .c1-fs:hover {
		color: rgb(226, 226, 226)
	}
	
	.x .c1-ft:active {
		color: rgb(226, 226, 226)
	}
	
	.x .c1-fw {
		border-color: rgb(27, 27, 27)
	}
	
	.x .c1-fx {
		margin-bottom: 4px
	}
	
	.x .c1-fy {
		color: rgb(95, 110, 201)
	}
	
	.x .c1-fz:hover {
		color: rgb(160, 167, 230)
	}
	
	.x .c1-g0:active {
		color: rgb(192, 196, 238)
	}
	
	.x .c1-g1 {
		right: 24px
	}
	
	.x .c1-g2 {
		bottom: 24px
	}
	
	.x .c1-g3 {
		z-index: 9999
	}
	
	.x .c1-g4 {
		width: 65px
	}
	
	.x .c1-g5 {
		height: 65px
	}
	
	.x .c1-g7 {
		z-index: 10000
	}
	
	.x .c1-g8 {
		height: auto
	}
	
	.x .c1-g9 {
		transition: all 1s ease-in
	}
	
	.x .c1-ga {
		box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3)
	}
	
	.x .c1-gb {
		contain: content
	}
	
	.x .c1-gc {
		bottom: -500px
	}
	
	.x .c1-gj {
		max-height: 300px
	}
	
	.x .c1-gk {
		color: rgb(239, 239, 240)
	}
	
	.x .c1-gm {
		word-break: break-word
	}
	
	.x .c1-gn {
		flex-basis: 50%
	}
	
	.x .c1-go {
		padding-top: 4px
	}
	
	.x .c1-gp {
		padding-bottom: 4px
	}
	
	.x .c1-gq {
		min-height: 40px
	}
	
	.x .c1-gr {
		color: rgb(48, 48, 48)
	}
	
	.x .c1-gs:nth-child(2) {
		margin-left: 24px
	}
	
	.x .c1-gt:hover {
		background-color: rgb(255, 255, 255)
	}
	
	@media (max-width: 450px) {
		.x .c1-10 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:450,m")
		}
	}
	
	@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
	(max-width: 450px) and (min-resolution: 192dpi) {
		.x .c1-11 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:900,m")
		}
	}
	
	@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
	(max-width: 450px) and (min-resolution: 288dpi) {
		.x .c1-12 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:1350,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) {
		.x .c1-13 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:767,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi) {
		.x .c1-14 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:1534,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi) {
		.x .c1-15 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:2301,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-16 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:1023,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi) {
		.x .c1-17 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:2046,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi) {
		.x .c1-18 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:3069,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) {
		.x .c1-19 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:1279,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi) {
		.x .c1-1a {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:2558,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi) {
		.x .c1-1b {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:3837,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) {
		.x .c1-1c {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:1535,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi) {
		.x .c1-1d {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:3070,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi) {
		.x .c1-1e {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:4605,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) {
		.x .c1-1f {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:1920,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi) {
		.x .c1-1g {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:3840,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi) {
		.x .c1-1h {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:5760,m")
		}
	}
	
	@media (min-width: 1921px) {
		.x .c1-1i {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:100%25")
		}
	}
	
	@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1921px) and (min-resolution: 192dpi) {
		.x .c1-1j {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:100%25")
		}
	}
	
	@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1921px) and (min-resolution: 288dpi) {
		.x .c1-1k {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("http://img1.wsimg.com/isteam/stock/3439/:/rs=w:100%25")
		}
	}
	
	@media (max-width: 450px) {
		.x .c1-ap {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:450,m")
		}
	}
	
	@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
	(max-width: 450px) and (min-resolution: 192dpi) {
		.x .c1-aq {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:900,m")
		}
	}
	
	@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
	(max-width: 450px) and (min-resolution: 288dpi) {
		.x .c1-ar {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:1350,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) {
		.x .c1-as {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:767,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi) {
		.x .c1-at {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:1534,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi) {
		.x .c1-au {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:2301,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-av {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:1023,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi) {
		.x .c1-aw {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:2046,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi) {
		.x .c1-ax {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:3069,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) {
		.x .c1-ay {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:1279,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi) {
		.x .c1-az {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:2558,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi) {
		.x .c1-b0 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:3837,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) {
		.x .c1-b1 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:1535,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi) {
		.x .c1-b2 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:3070,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi) {
		.x .c1-b3 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:4605,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) {
		.x .c1-b4 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:1920,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi) {
		.x .c1-b5 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:3840,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi) {
		.x .c1-b6 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:5760,m")
		}
	}
	
	@media (min-width: 1921px) {
		.x .c1-b7 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:100%25")
		}
	}
	
	@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1921px) and (min-resolution: 192dpi) {
		.x .c1-b8 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:100%25")
		}
	}
	
	@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1921px) and (min-resolution: 288dpi) {
		.x .c1-b9 {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("http://img1.wsimg.com/isteam/stock/106509/:/rs=w:100%25")
		}
	}
	
	@media (max-width: 450px) {
		.x .c1-ce {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:450,m")
		}
	}
	
	@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
	(max-width: 450px) and (min-resolution: 192dpi) {
		.x .c1-cf {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:900,m")
		}
	}
	
	@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
	(max-width: 450px) and (min-resolution: 288dpi) {
		.x .c1-cg {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1350,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) {
		.x .c1-ch {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:767,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi) {
		.x .c1-ci {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1534,m")
		}
	}
	
	@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi) {
		.x .c1-cj {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2301,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-ck {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi) {
		.x .c1-cl {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2046,m")
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi) {
		.x .c1-cm {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3069,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) {
		.x .c1-cn {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1279,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi) {
		.x .c1-co {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2558,m")
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi) {
		.x .c1-cp {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3837,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) {
		.x .c1-cq {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1535,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi) {
		.x .c1-cr {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m")
		}
	}
	
	@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi) {
		.x .c1-cs {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:4605,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) {
		.x .c1-ct {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi) {
		.x .c1-cu {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3840,m")
		}
	}
	
	@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi) {
		.x .c1-cv {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:5760,m")
		}
	}
	
	@media (min-width: 1921px) {
		.x .c1-cw {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
		}
	}
	
	@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
	(min-width: 1921px) and (min-resolution: 192dpi) {
		.x .c1-cx {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
		}
	}
	
	@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
	(min-width: 1921px) and (min-resolution: 288dpi) {
		.x .c1-cy {
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/ceaf8b3a-8553-4762-9751-b99c9ce7212f/women's%20micro%20bank%20and%20biz%20launch%202.jpeg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-m {
			padding-top: 40px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-n {
			padding-bottom: 40px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-33 {
			justify-content: center
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-34 {
			max-width: 100%
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-52 {
			width: 100%
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-53 {
			display: flex
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-7g {
			margin-top: 0
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-7h {
			margin-right: auto
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-7i {
			margin-bottom: 0
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-7j {
			margin-left: auto
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-81 {
			flex-direction: column
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-9h >:nth-child(n) {
			margin-bottom: 24px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-9i >:last-child {
			margin-bottom: 0 !important
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-e1 {
			font-size: 16px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-e7 {
			margin-left: -24px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-e8 {
			margin-right: -24px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-e9 {
			margin-bottom: 24px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-ec {
			padding-left: 24px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-ed {
			padding-right: 24px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-eg {
			max-width: 224px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-eh {
			display: block
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-ei {
			max-height: 80px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-ev [data-ux="GridCell"]:last-child {
			order: -1
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-fi {
			margin-top: 24px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-fu {
			padding-top: 4px
		}
	}
	
	@media (max-width: 767px) {
		.x .c1-fv {
			padding-bottom: 4px
		}
	}

	@media (min-width: 768px) {
		.x .c1-d {
			font-size: 16px
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-35 {
			width: auto
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-3d {
			font-size: 22px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-3q {
			font-size: 38px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-3v {
			font-size: 30px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-4t {
			font-size: 14px
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-54 {
			width: 100%
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-5k {
			right: 0px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-6j {
			width: 100%
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-7k {
			font-size: 48px
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-82 {
			justify-content: center
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-8d {
			width: auto
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-8w {
			margin-top: 0
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-8x {
			margin-right: -24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-8y {
			margin-bottom: 0
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-8z {
			margin-left: -24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-94 {
			flex-basis: 83.33333333333334%
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-95 {
			max-width: 83.33333333333334%
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-96 {
			padding-top: 0
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-97 {
			padding-right: 24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-98 {
			padding-bottom: 0
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-99 {
			padding-left: 24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-bh {
			margin-bottom: -48px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-bi {
			padding-bottom: 48px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-d4 {
			margin-left: 8.333333333333332%
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-dd {
			margin-right: 40px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-dg {
			flex-direction: row
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-dh {
			margin-top: 4px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-di {
			margin-bottom: 4px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-dj {
			margin-right: 24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-dk {
			height: 100%
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-e6 {
			max-width: 30%
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-eb {
			flex-wrap: nowrap
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-ej {
			display: block
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-ek {
			max-height: 80px
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-el {
			margin-top: 0
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-em {
			margin-right: auto
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-en {
			margin-bottom: 0
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-eo {
			margin-left: auto
		}
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
		.x .c1-ew [data-ux="GridCell"]:last-child {
			order: -1
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-fc {
			font-size: 12px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-fj {
			margin-left: 16px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-gd {
			width: 400px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-ge {
			max-height: 500px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-gf {
			border-radius: 7px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-gg {
			margin-top: 24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-gh {
			margin-bottom: 24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-gi {
			margin-left: 24px
		}
	}
	
	@media (min-width: 768px) {
		.x .c1-gl {
			max-height: 200px
		}
	}

	@media (min-width: 1024px) {
		.x .c1-e {
			font-size: 16px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-1l {
			min-height: 85vh
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-1n {
			position: static
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-1u {
			padding-top: 0px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-1v {
			padding-bottom: 0px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-1w {
			padding-left: 0px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-1x {
			padding-right: 0px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-28 {
			display: none
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-3e {
			font-size: 22px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-3r {
			font-size: 38px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-3w {
			font-size: 30px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-42 {
			display: flex
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-43 {
			width: 100%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-44 {
			flex-direction: column
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-4f {
			flex-basis: 33.33333333333333%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-4g {
			max-width: 33.33333333333333%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-4u {
			font-size: 14px
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) {
		.x .c1-5j {
			right: 0px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-5l {
			border-radius: 0
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-5m {
			margin-top: 0px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-5n {
			padding-top: 24px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-5o {
			padding-bottom: 24px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-5p {
			padding-left: 24px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-5q {
			padding-right: 24px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-60 {
			margin-bottom: 0px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-61 {
			width: auto
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-6k {
			width: 984px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-6z {
			min-width: 300px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-72 {
			justify-content: center
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-73 {
			margin-left: auto
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-74 {
			margin-right: auto
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-75 {
			max-width: 66%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-78 {
			padding-top: 56px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-79 {
			padding-bottom: 56px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-7a {
			text-align: center
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-7b {
			max-width: 100%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-7c {
			align-items: center
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-7l {
			font-size: 48px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-8g {
			margin-bottom: 56px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-8h {
			max-width: 50%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-9a {
			flex-basis: 66.66666666666666%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-9b {
			max-width: 66.66666666666666%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-9c {
			order: 0
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-aj {
			order: 1
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-ak {
			text-align: left
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-by {
			padding-top: 8px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-bz {
			padding-bottom: 8px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-c0 {
			padding-left: 4px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-c1 {
			padding-right: 4px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-c3 {
			flex-basis: 50%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-c4 {
			flex: 1
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-d5 {
			margin-left: 16.666666666666664%
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-d7 {
			padding-top: 16px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-df {
			margin-right: 24px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-ex {
			flex-wrap: nowrap
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-ez {
			justify-content: flex-start
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-f4 {
			display: block
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-fd {
			font-size: 12px
		}
	}
	
	@media (min-width: 1024px) {
		.x .c1-g6 {
			z-index: 9999
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-f {
			font-size: 16px
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-3f {
			font-size: 22px
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-3s {
			font-size: 44px
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-3x {
			font-size: 32px
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-4v {
			font-size: 14px
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-6l {
			width: 1160px
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-7m {
			font-size: 62px
		}
	}
	
	@media (min-width: 1280px) {
		.x .c1-fe {
			font-size: 12px
		}
	}

	@media (min-width: 1536px) {
		.x .c1-g {
			font-size: 18px
		}
	}
	
	@media (min-width: 1536px) {
		.x .c1-3g {
			font-size: 24px
		}
	}
	
	@media (min-width: 1536px) {
		.x .c1-3t {
			font-size: 48px
		}
	}
	
	@media (min-width: 1536px) {
		.x .c1-3y {
			font-size: 36px
		}
	}
	
	@media (min-width: 1536px) {
		.x .c1-4w {
			font-size: 16px
		}
	}
	
	@media (min-width: 1536px) {
		.x .c1-6m {
			width: 1280px
		}
	}
	
	@media (min-width: 1536px) {
		.x .c1-7n {
			font-size: 64px
		}
	}
	
	@media (min-width: 1536px) {
		.x .c1-ff {
			font-size: 14px
		}
	}

	@keyframes opacity-bounce {
		0% {
			opacity: 0;
			transform: translateY(100%);
		}
		60% {
			transform: translateY(-20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
		.gd-ad-flex-parent {
		animation-name: opacity-bounce;
		animation-duration: 800ms;
		animation-delay: 400ms;
		animation-fill-mode: forwards;
		animation-timing-function: ease;
		opacity: 0;

	@keyframes blink {
		0%,
		100% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
	}

	.carousel {
		text-align: center;
		position: relative;
		opacity: 0;
		margin: 0 auto;
		transition: opacity 0.5s;
	}
	
	.carousel .carousel-container-inner {
		margin: 0 auto;
		position: relative;
	}
	
	.carousel .carousel-viewport {
		overflow: hidden;
		white-space: nowrap;
		text-align: left;
	}
	
	.carousel .carousel-arrow-default {
		border: 3px solid !important;
		border-radius: 50%;
		color: rgba(255, 255, 255, 0.9);
		height: 32px;
		width: 32px;
		font-weight: 900;
		background: rgba(0, 0, 0, 0.15);
	}
	
	.carousel .carousel-arrow {
		position: absolute;
		z-index: 1;
		bottom: 23px;
		padding: 0;
		cursor: pointer;
		border: none;
	}
	
	.carousel .carousel-arrow:focus {
		outline: none;
	}
	
	.carousel .carousel-arrow:before {
		font-size: 19px;
		display: block;
		margin-top: -2px;
	}
	
	.carousel .carousel-arrow:disabled {
		cursor: not-allowed;
		opacity: 0.5;
	}
	
	.carousel .carousel-left-arrow {
		left: 23px;
	}
	
	.carousel .carousel-right-arrow {
		right: 23px;
	}
	
	.carousel .carousel-left-arrow.carousel-arrow-default:before {
		content: '<';
		padding-right: 2px;
	}
	
	.carousel .carousel-right-arrow.carousel-arrow-default:before {
		content: '>';
		padding-left: 2px;
	}
	
	.carousel .carousel-top-arrow {
		top: 75px;
	}
	
	.carousel .carousel-bottom-arrow {
		bottom: 75px;
	}
	
	.carousel .carousel-top-arrow.carousel-arrow-default:before {
		content: '\1431';
		padding-bottom: 2px;
	}
	
	.carousel .carousel-bottom-arrow.carousel-arrow-default:before {
		content: '\142F';
		padding-top: 2px;
	}
	
	.carousel .carousel-track {
		list-style: none;
		padding: 0;
		margin: 0;
		touch-action: pan-y pinch-zoom;
	}
	
	.carousel .carousel-track .carousel-slide {
		display: inline-block;
		opacity: 0.7;
		transition: opacity 0.5s ease-in-out;
	}
	
	.carousel .carousel-track .carousel-slide > * {
		display: block;
		white-space: normal;
	}
	
	.carousel .carousel-track .carousel-slide.carousel-slide-loading {
		background: rgba(204, 204, 204, 0.7);
	}
	
	.carousel .carousel-track .carousel-slide.carousel-slide-fade {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
	}
	
	.carousel .carousel-track .carousel-slide.carousel-slide-selected {
		opacity: 1;
		z-index: 1;
	}
	
	.carousel.loaded {
		opacity: 1;
	}
	
	.carousel .carousel-dots {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		text-align: center;
	}
	
	.carousel .carousel-dots li {
		display: inline-block;
	}
	
	.carousel .carousel-dots button {
		border: 0;
		background: transparent;
		font-size: 1.1em;
		cursor: pointer;
		color: #CCC;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.carousel .carousel-dots button.selected {
		color: black;
	}
	
	.carousel .carousel-dots button:focus {
		outline: none;
	}
	
	[dir="rtl"] .carousel .carousel-viewport {
		text-align: right;
	}
	
	[dir="rtl"] .carousel .carousel-left-arrow {
		left: unset;
		right: 23px;
	}
	
	[dir="rtl"] .carousel .carousel-right-arrow {
		right: unset;
		left: 23px;
	}
	
	[dir="rtl"] .carousel .carousel-left-arrow.carousel-arrow-default:before {
		padding-left: 2px;
		padding-right: unset;
	}
	
	[dir="rtl"] .carousel .carousel-right-arrow.carousel-arrow-default:before {
		padding-right: 2px;
		padding-left: unset;
	}
	.grecaptcha-badge {
		visibility: hidden;
	}
	.page-inner {
		background-color: rgb(0, 0, 0);
		min-height: 100vh;
	}