/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.w-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

body {
	color: #242b35;
	background-color: #fff !important;
	font-family: Rubik, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	color: #242b35 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 3.4rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

h2 {
	color: #242b35 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 29px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

h3 {
	color: #242b35 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

h4 {
	color: #242b35 !important;
}

p,
li {
	color: #242b35 !important;
	/*letter-spacing: .16rem !important;*/
	margin-bottom: 0 !important;
	font-size: 1rem !important;
	line-height: 1.75rem !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.heading {
	color: #1e56c5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.font-size-grid {
	grid-template-rows: auto auto auto auto;
	grid-template-columns: 1fr;
}

.text-xs {
	font-size: 1rem !important;
}

.text-sm {
	font-size: 1.125rem !important;
}

.text-base {
	font-size: 1.25rem !important;
}

.text-lg {
	font-size: 2rem !important;
}

form input {
	color: #333 !important;
}

.line-height-grid {
	grid-template-rows: auto auto auto auto auto auto;
	grid-template-columns: 1fr;
}

.text-height-xs {
	line-height: 1.5rem;
}

.text-height-sm {
	line-height: 1.6875rem;
}

.text-height-base {
	line-height: 1.75rem;
}

.text-height-lg {
	line-height: 1.875rem;
}

.text-height-xl {
	line-height: 2.375rem;
}

.text-height-xxl {
	line-height: 3rem;
}

.letter-spacing-grid {
	grid-template-columns: 1fr;
}

.tracking-normal {
	letter-spacing: .01rem !important;
}

.tracking-wide {
	letter-spacing: .64px !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.text-white {
	color: #fff;
}

.text-silver-gray {
	color: #bdbdbd;
}

.text-color-grid {
	grid-template-rows: auto auto auto auto auto auto auto;
	grid-template-columns: 1fr;
}

.text-gray {
	color: #000;
}

.text-black {
	color: #000;
}

.text-royalblue {
	color: #0d0d2b;
}

.text-dark-gray {
	color: #828282;
}

.text-blue {
	color: #3671e9;
}

.bg-blue {
	background-color: #0d0d2b;
}

.bg-violet {
	background-color: #2b076e;
}

.bg-gray {
	background-color: #c4c4c4;
}

.bg-linear-blue {
	background-image: linear-gradient(#2b076e, #0d0d2b);
}

.secondry-button a {
	background-color: #e68732 !important;
	background-image: linear-gradient(#f7953d, #d97d29);
	border-radius: 6px !important;
	color: #fff !important;
	padding: 15px 24px !important;
	font-size: 28px !important;
	font-weight: 500 !important;
	line-height: 1.25rem !important;
	text-transform: uppercase !important;
	transition: color .2s, background-color .2s, border .2s;
}

.secondry-button a:hover {
	color: #fff !important;
	background-color: #f7953d !important;
	background-image: linear-gradient(#f7953d, #d97d29) !important;
	/*border: 1px solid #9945ff !important;*/
}

#about h2 {
	color: #000 !important;
}

#about .secondry-button a,
.bckg-yellow .secondry-button a {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion__content {
	border: none !important;
}

.has-icon-left .wp-block-getwid-accordion__header-wrapper a {
	color: #fff !important;
	padding: 5px 60px 5px 20px;
	font-size: 22px;
	font-weight: 700;
}

.secondry-button:hover a {
	/*color: #fe4100 !important;*/
	/*background-color: #fff !important;*/
	box-shadow: 0.3px 4px 29px 0 rgba(50, 35, 65, .49);
}

.secondry-button.two a {
	background-color: #0f0e10 !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
}

.secondry-button.two:hover a {
	background-color: #fff !important;
}

.primary-button {
	width: 202px;
	color: #fff;
	background-color: #3671e9;
	border: .5px solid #3671e9;
	border-radius: 32px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 16px 12px 24px;
	text-decoration: none;
	display: none;
	position: relative;
}

.primary-button.hero {
	background-color: #fe4100;
	border: .5px solid #3671e9;
	justify-content: center;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
}

.primary-button.hero:hover {
	color: #3671e9;
	background-color: #fff;
}

.save-button {
	color: #0d0d2b;
	letter-spacing: .64px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 32px;
	padding: 4px 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.save-button:hover {
	color: #fff;
	background-color: #0d0d2b;
}

.small-button,
.ct-header-cta .ct-button {
	color: #fff;
	background-color: #e68732 !important;
	background-image: linear-gradient(#f7953d, #d97d29);
	/*border: 1px solid #FFD600;*/
	border-radius: 32px;
	padding: 8px 24px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.small-button:hover,
.ct-header-cta .ct-button:hover {
	color: #fff;
}

.small-button.hover {
	background-color: #f86100;
}

.small-button.hover:hover {
	color: #fe4100;
}

.subscribe-button {
	color: #0d0d2b;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 32px;
	padding: 14px 32px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6875rem;
}

.subscribe-button:hover {
	color: #fff;
	background-color: #0d0d2b;
	border-color: #fff;
}

.btn-text.text-large.text-white {
	text-decoration: none;
}

.btn-text.text-large.text-white.leading-4 {
	margin-right: 24px;
	display: inline-block;
}

.margin-bottom-xs {
	margin-bottom: 1.5rem !important;
}

.margin-top-xhuge {
	margin-top: 8.1875rem !important;
}

.margin-top-xs {
	margin-top: 2.625rem !important;
}

.margin-bottom-xxl {
	margin-bottom: 5rem !important;
}

.margin-top-sm {
	margin-top: 3rem !important;
}

.margin-bottom-base {
	margin-bottom: 2.5rem !important;
}

.margin-bottom-xhuge {
	margin-bottom: 5.5rem !important;
}

.margin-left-large {
	margin-left: 3rem;
}

.margin-top-large {
	margin-top: 5rem !important;
}

.margin-top-huge {
	margin-top: 6.25rem !important;
}

.margin-bottom-xxhuge {
	margin-bottom: 6.25rem !important;
}

.margin-top-base {
	margin-top: 4.875rem !important;
}

.margin-top-xlarge {
	margin-top: 5.5rem !important;
}

.margin-bottom-large {
	margin-bottom: 3rem !important;
}

.margin-right-large {
	margin-right: 7.5rem;
}

.margin-bottom-xl {
	margin-bottom: 4rem !important;
}

.margin-bottom-sm {
	margin-bottom: 2rem !important;
}

.margin-bottom-huge {
	margin-bottom: 5.125rem !important;
}

.margin-bottom-xxs {
	margin-bottom: 1rem !important;
}

.margin-right-base {
	margin-right: 3rem;
}

.margin-grid-bottom-xxxhuge {
	margin-block-end: 150px !important;
}

.main-container {
	max-width: 1200px;
}

.brand {
	flex: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

.nav-menu {
	align-items: center;
	display: flex;
}

.divider {
	width: 0;
	height: 24px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #f2f2f2;
	margin-right: 24px;
}

.hero-title.margin-bottom-xs {
	min-width: 588px;
	font-size: 2.9rem !important;
	line-height: 3.3rem !important;
}

.hero-image {
	z-index: -1;
	max-height: 900px;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: -40px;
	display: block;
	position: absolute;
	top: 3px;
	bottom: 0%;
	left: 10%;
	right: 0%;
}

.nav-container {
	max-width: 1200px;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 8px;
	display: flex;
}

.hero-subtitle {
	letter-spacing: .01em;
}

.hero-subtitle.text-gray.margin-bottom-sm {
	max-width: 100%;
	color: #fbab00 !important;
	letter-spacing: .01rem !important;
	line-height: 1.2 !important;
	font-size: 12px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.hero-grid {
	grid-column-gap: 8px;
	grid-template-rows: auto;
	margin-top: 0;
}

.register-wrapper {
	width: 220px;
	align-items: center;
	display: flex;
}

.navbar {
	background-color: #0e0e0e;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: static;
	top: 0%;
	bottom: 0;
	left: 0%;
	right: 0%;
}

.login-link.text-xs.text-height-base.text-white.tracking-normal:hover {
	text-decoration: underline;
}

.information-content {
	width: 365px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 32px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	margin-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	display: flex;
}

.information-content.margin-bottom-xs {
	width: 370px;
	align-items: center;
	padding-left: 4px;
}

.hero-section[data-type=type-1],
.wp-block-getwid-section__background-holder {
	display: none !important;
}

.hero-section {
	display: flex;
	background-color: #000 !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-right: 0;
	padding-top: 50px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	background-image: url(/wp-content/uploads/2023/09/photo_2023-09-06_21-02-48.jpg);
	background-size: cover;
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section p.feature-subtext {
	color: #fff !important;
}

.hero-section h1 {
	text-transform: uppercase;
}

.hero-section h3 {
	margin-bottom: 30px !important;
}

.hero-section em,
.hero-section a {
	color: #FFD600 !important;
}

#what h3,
#what-2 h3 {
	font-size: 21px !important;
}

#what {
	position: relative;
	background-image: url(/wp-content/uploads/2023/09/photo_2023-09-06_21-01-07.jpg);
	background-size: cover;
}

#what .wp-block-column {
	text-align: center;
	padding: 0 15px;
	background-color: #fff;
	box-shadow: 0 15px 15px rgba(0, 0, 0, .3);
}

#what .wp-block-image {
	position: relative;
	display: inline-block;
	background-color: #080b2a;
	text-align: center;
	width: 180px;
	padding-top: 25px;
	margin-bottom: 50px;
}

#what .wp-block-image::after {
	content: '';
	display: block;
	border-bottom: 90px solid rgba(8, 11, 42, 0);
	border-top: 90px solid rgba(8, 11, 42, 0);
	border-color: #080b2a rgba(8, 11, 42, 0) transparent;
	border-style: solid;
	border-width: 45px 90px 0;
	bottom: -45px;
	display: inline-block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

#what-2,
#what-3 {
	position: relative;
	background-image: url(/wp-content/uploads/2023/09/free-bg.jpg);
	background-size: cover;
}

#what-2 .wp-block-column {
	text-align: center;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0 15px 15px rgba(0, 0, 0, .3);
}

#what-2 .wp-block-image {
	position: relative;
	display: inline-block;
	background-color: #080b2a;
	text-align: center;
	width: 120px;
	height: 120px;
	padding-top: 25px;
	border-radius: 50%;
}

#what-3 h2 {
	color: #fff !important;
	margin-bottom: 20px !important;
}

#what-3 .wp-block-column {
	text-align: center;
	padding: 0 15px 20px;
	background-color: #fff;
	box-shadow: 0 15px 15px rgba(0, 0, 0, .3);
}

#what-3 .wp-block-image {
	position: relative;
	display: inline-block;
	background-color: #080b2a;
	text-align: center;
	width: 115px;
	padding-top: 25px;
	margin-bottom: 50px;
}

#what-3 .wp-block-image::after {
	content: '';
	display: block;
	border-bottom: 57.5px solid rgba(8, 11, 42, 0);
	border-top: 57.5px solid rgba(8, 11, 42, 0);
	border-color: #080b2a rgba(8, 11, 42, 0) transparent;
	border-style: solid;
	border-width: 30px 57.5px 0;
	bottom: -30px;
	display: inline-block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

#features {
	position: relative;
	background-image: url(/wp-content/uploads/2023/09/primary-bg.jpg);
	background-size: cover;
}

#features h2,
#features h3,
#features h4,
#features p {
	color: #fff !important;
}

#features .wp-block-image {
	background-color: #fff;
	padding: 10px;
}

#faq .faq-column {
	border: 0 solid transparent;
	box-shadow: 0 0 20px #999;
	/* margin: 10px; */
	min-height: 50px;
	padding: 20px 10px 20px 20px;
}

#faq .title-column-num {
	display: flex;
	align-items: center;
}

#faq .title-column-num p {
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	background-color: #0d1131;
	color: #fff !important;
	font-size: 32px !important;
	border-radius: 50%;
}

.nav-link {
	margin-right: 32px;
}

.nav-link.text-xs.text-height-base.text-white.tracking-normal {
	padding: 0;
}

.nav-link.text-xs.text-height-base.text-white.tracking-normal:hover {
	text-decoration: underline;
}

#menu-language .sub-menu {
	background-color: #fff !important;
}

.pll-parent-menu-item .ct-menu-link,
.pll-parent-menu-item .ct-icon {
	color: #000 !important;
	fill: #000 !important;
	;
}

#header {
	background-color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}

#header [data-row*=middle] {
	box-shadow: none;
}

.hero-wrapper {
	max-width: 588px;
	margin-top: 5rem;
}

.save-text {
	color: #fff;
	margin-left: 12px;
}

.bckg-yellow {
	background-color: #FFD600;
	margin-bottom: 0 !important;
}

.bckg-2 {
	background-color: #080b2a !important;
}

.bckg-2 h2,
.bckg-2 p {
	color: #fff !important;
}

#what,
.bckg-white {
	background-color: #fff;
	margin-bottom: 0 !important;
}

#what h3,
.bckg-white h2,
.bckg-white h3,
.bckg-yellow h2,
.bckg-yellow h3,
.bckg-yellow p {
	color: #000 !important;
}

#what p,
.bckg-white p {
	color: #7A7A7A !important;
}

.about-why-crappo {
	grid-column-gap: 70px;
	grid-template-rows: auto;
}

.about-why-crappo.margin-bottom-xxhuge {
	margin-top: 0;
}

.crappo-image-holder {
	border-radius: 50px;
	margin-right: 24px;
}

.about-right-content {
	max-width: 480px;
	padding-top: 78px;
	padding-bottom: 78px;
	position: relative;
}

.digital-currency {
	align-items: center;
	display: flex;
}

.crappo-feature-title {
	margin-bottom: 4px;
}

.feature-grid {
	grid-column-gap: 99px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
}

.crappo-paragraph {
	letter-spacing: .01rem;
}

.crappo-paragraph strong {
	color: #f86100;
}

.crappo-paragraph.text-gray.margin-bottom-sm {
	width: 408px;
}

.crappo-section {
	background-color: #0e0e0e;
	position: relative;
}

.form {
	background-color: #fbfcfe;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	justify-content: space-around;
	padding: 48px;
	display: flex;
}

.card-grid {
	grid-column-gap: 30px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 100px;
}

.calculate-button {
	background-color: #3671e9;
	border: 1px solid #3671e9;
	border-radius: 32px;
	padding: 16px 32px;
}

.calculate-button:hover {
	color: #3671e9;
	background-color: #fff;
}

.calculate-button.text-sm.text-height-base {
	font-family: Rubik, sans-serif;
}

.trading-subtext.text-sm.text-height-base.text-gray {
	width: 622px;
	margin-left: auto;
	margin-right: auto;
}

.rate-calculator p {
	max-width: 1133px;
	background-color: #fff;
	border-radius: 16px;
	margin: -154px auto 100px;
	box-shadow: 14px 14px 200px rgba(57, 23, 119, .05);
}

.card-title-block {
	align-items: center;
	display: flex;
}

.estimate-text.text-base.text-height-xs.text-blue.font-medium.tracking-wide.margin-bottom-xxs {
	color: #000;
	font-size: 1.1rem;
}

.estimated-revenue-detail {
	width: auto;
	background-color: #fff;
	border-radius: 20px;
	flex-direction: column;
	padding: 48px;
}

.btc-header {
	color: #f9aa4b;
	margin-right: 8px;
}

.card-paragraph {
	text-align: center;
	letter-spacing: .01em;
	margin-top: 16px;
	margin-bottom: 24px;
}

.card-paragraph.text-dark-gray {
	text-align: center;
	font-size: 1rem;
}

.form-block {
	justify-content: space-around;
	margin-bottom: 0;
}

.rate-form-field {
	max-width: 403px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e0e0e0;
	margin-top: 14px;
	padding-top: 8px;
}

.rate-form-field.text-base.text-height-lg {
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.rate-form-field.text-base.text-height-lg::-ms-input-placeholder {
	color: #bdbdbd;
}

.rate-form-field.text-base.text-height-lg::placeholder {
	color: #bdbdbd;
}

.trading-section {
	background-color: #0e0e0f;
	position: relative;
}

.trading-section p {
	color: #000 !important;
	font-size: 1.1rem !important;
	font-weight: 500 !important;
	letter-spacing: .64px !important;
	line-height: 1.5rem !important;
}

.trading-section p strong {
	color: #f86100 !important;
}

.trading-main-wrapper {
	z-index: 2;
	text-align: center;
	background-color: #0e0e0e;
	padding-bottom: 158px;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.eth-text {
	color: #000;
	margin-bottom: 4px;
}

.text-span {
	color: #3671e9;
}

.trading-title.margin-bottom-xs {
	margin-bottom: 0;
}

.th {
	max-width: 200px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-bottom-color: #e0e0e0;
	margin-top: 14px;
	padding-top: 8px;
}

.th.text-base.text-height-lg {
	background-color: rgba(0, 0, 0, 0);
	border-top-width: 0;
	border-left-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}

.trade-info {
	max-width: 741px;
	margin-left: auto;
	margin-right: auto;
}

.revenue-text.text-xs.text-height-base.text-dark-gray.tracking-normal {
	font-size: 1rem !important;
	color: #f86100 !important;
}

.trade-card {
	max-width: 370px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 48px 24px;
	display: flex;
}

.invest-smart-grid {
	grid-column-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1.18fr;
}

.invest-smart-grid.margin-bottom-xxxhuge {
	grid-column-gap: 16px;
	grid-template-columns: auto auto;
	justify-content: stretch;
}

.investing-section {
	background-image: url('../images/o.png');
	background-position: 20% 0;
	background-repeat: no-repeat;
	background-size: 686px;
}

.investing-section.bg-violet {
	background-color: #ff6029;
	background-image: url('../images/Half-Circle-Bottom.png');
}

.investing-section .wp-block-getwid-accordion__header a {
	font-weight: 600;
	line-height: 1.2em;
	font-size: 25px;
	color: #fff;
}

.feature-component {
	max-width: 758px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

.invest-paragraph {
	letter-spacing: .01rem;
}

.invest-content.margin-top-xs {
	max-width: 454px;
}

.statistics-section {
	padding-bottom: 7.5rem;
}

.statistics-section.bg-violet {
	background-color: #ff6029;
}

.statistics-image {
	max-height: 400px;
	margin-left: -40px;
}

.statistics-content {
	max-width: 454px;
	margin-left: 0;
}

.statistics-paragraph.margin-bottom-sm {
	letter-spacing: .01rem;
}

.detail-grid {
	grid-column-gap: 45px;
	grid-template-rows: 400px;
	grid-template-columns: 50% auto;
	align-items: stretch;
	padding-left: 0;
	position: relative;
}

.profit-growth-grid {
	grid-column-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1.75fr;
}

.profit-growth-grid.margin-bottom-xxhuge {
	grid-column-gap: 45px;
	justify-content: center;
}

.profit-wrapper {
	max-width: 454px;
	margin-top: 8px;
}

.investment-section {
	background-image: url('../images/Side-O.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 445px;
}

.investment-section.bg-violet {
	background-color: #ff6029;
	background-image: url('../images/Circle.png');
	background-repeat: no-repeat;
	background-size: 319px;
}

.email-field {
	min-width: 374px;
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 0;
	margin-right: 40px;
}

.email-field.text-xs.text-height-base.tracking-normal {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
}

.email-field.text-xs.text-height-base.tracking-normal::-ms-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.email-field.text-xs.text-height-base.tracking-normal::placeholder {
	color: rgba(255, 255, 255, .7);
}

.email-wrapper {
	max-width: 566px;
	align-items: center;
	display: flex;
}

.mining-title {
	margin-bottom: 16px;
}

.form-section {
	background-color: #2b076e;
}

.form-section.bg-linear-blue {
	background-color: #ff6029;
	background-image: url('../images/Side-Bar.png'), url('../images/Side-Bar.png');
	background-position: 100%, 0%;
	background-repeat: no-repeat, no-repeat;
	background-size: 849px, 849px;
	position: relative;
}

.mining-content {
	max-width: 348px;
}

.subscribe-wrapper {
	background-image: url('../images/Vector-Varc.png'), url('../images/Bitcoin-Shadow.png');
	background-position: 0 0, 99% 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 160px, 140px;
	justify-content: space-between;
	align-items: center;
	padding: 48px;
	display: flex;
}

.payment-wrapper {
	flex-direction: column;
	display: flex;
}

.footer-section {
	background-color: #000;
	padding: 80px 2.5em 80px 2.5rem;
}

.footer-text {
	margin-top: 120px;
}

.payment-grid {
	grid-column-gap: 24px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
}

.footer-logo-content {
	margin-right: 0;
}

.footer {
	display: flex;
}

.footer.margin-top-large {
	display: none;
}

.media-grid {
	grid-column-gap: 32px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	justify-items: center;
}

.button-arrow-image {
	width: 32px;
	height: 32px;
}

.feature-logo,
.digital-currency img {
	height: 100%;
	object-fit: cover;
	background-color: #FFD600;
	border-radius: 20px;
}

.bckg-2,
#about {
	position: relative;
	/*background-image: url(/wp-content/uploads/2023/08/golden-bitcoin-blockchain.jpg);*/
	background-color: #080b2a !important;
	background-size: cover;
	background-position: center;
	margin-bottom: 0 !important;
}

/*
#about::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: 0.7;
	top: 0;
}
*/
#about h2,
#about p {
	color: #fff !important;
}

.digital-currency img {
	width: 80px;
}

.btc-image {
	height: 100%;
	object-fit: cover;
}

.profit-growth-image {
	height: 100%;
	object-fit: contain;
}

.footer-sub-text {
	color: #fff;
	text-decoration: none;
	display: block;
}

.footer-sub-text:hover {
	text-decoration: underline;
}

.payment-card {
	width: 100%;
	height: 100%;
}

.margin-block {
	border: 1px solid #fff;
}

.right-arrow {
	height: 20px;
	object-fit: cover;
	background-color: rgba(0, 0, 0, 0);
}

.footer-link {
	width: 135px;
	height: 40px;
}

.eth-header {
	color: #1181e8;
	margin-right: 8px;
}

.ltc-header {
	color: #ba9f33;
	margin-right: 8px;
}

.card-container {
	max-width: 1200px;
	background-color: #0e0e0f;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.circle-radius {
	height: 64px;
	min-width: 64px;
	border: .5px solid #bdbdbd;
	border-radius: 500px;
	justify-content: center;
	align-items: center;
	display: flex;
}

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

.trade-title.text-black.margin-bottom-xl {
	color: #fff;
}

.trading-icon.margin-bottom-large {
	height: 100%;
	object-fit: cover;
}

.profit-paragraph {
	letter-spacing: .01em;
}

.profit-paragraph.margin-bottom-sm {
	padding-right: 46px;
}

.media-wrapper {
	justify-content: space-between;
	display: flex;
}

.button-text {
	margin-right: 14px;
}

.margin-bottom-xxxhuge {
	margin-bottom: 7.5rem;
}

.mining-form {
	background-color: #3671e9;
	border-radius: 16px;
}

.u-side-image {
	position: absolute;
	bottom: 8%;
	left: auto;
	right: 0%;
}

.d-side-image {
	position: absolute;
	top: 7%;
	bottom: 0%;
	left: auto;
	right: 0%;
}

.crappo-image {
	height: 100%;
	object-fit: contain;
}

.crappo-container {
	max-width: 1200px;
}

.side-bar-crappo,
.grid {
	display: none;
}

.margin-bottom-grid {
	grid-template-columns: 1fr 1fr 1fr;
}

.success-message {
	border-radius: 8px;
	padding: 0;
}

.success-text {
	border-radius: 4px;
	padding: 20px;
}

.success-text.text-xs {
	background-color: #3671e9;
}

.success-text.text-xs.text-white {
	border: 1px solid #3671e9;
}

.important-note {
	margin-bottom: 50px;
}

.card-link {
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	display: flex;
}

.arrow-radius {
	z-index: 1;
	background-color: #fff;
	border: 1px solid #3671e9;
	border-radius: 20px;
	flex-direction: column;
	position: relative;
}

.button-wrapper {
	width: 202px;
	height: 50px;
	text-align: center;
	background-color: #3671e9;
	border-radius: 32px;
	align-items: center;
	padding: 16px;
	text-decoration: none;
	display: none;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .56);
}

.animation-button-radius {
	position: absolute;
	top: 17%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.page-padding {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.shadow-line-top {
	z-index: 3;
	display: none;
	position: absolute;
	top: auto;
	bottom: -28%;
	left: auto;
	right: 0%;
}

.shadow-line-bottom {
	z-index: 2;
	display: none;
	position: absolute;
	top: auto;
	bottom: -12%;
	left: 0%;
	right: auto;
}

.crypto-currency-container {
	z-index: 2;
	max-width: 1200px;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
}

.footer-grid {
	grid-column-gap: 50px;
	grid-template-rows: auto;
	grid-template-columns: auto auto;
}

.hero-container {
	max-width: 1400px;
	background-image: none;
	background-size: auto;
	position: relative;
	overflow: hidden;
}

.bicoin-hero-respo {
	display: none;
}

.trade-success-message {
	border-radius: 5px;
	margin-left: 220px;
	margin-right: 220px;
}

.trade-error-message {
	width: 500px;
	border-radius: 5px;
	margin-left: 220px;
	margin-right: 220px;
	padding: 20px;
}

.error-text,
.subscribe-error-text {
	text-align: center;
}

.subscribe-error-message {
	border-radius: 5px;
	margin-top: 0;
	padding: 20px;
}

.offer-content {
	color: #000;
	background-color: #fff;
	border-radius: 32px;
	padding: 4px 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.text-span-2,
.text-span-3 {
	color: #f86100;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 5px !important;
}

.text-field-2 {
	color: #333;
	text-align: left;
	background-color: #e7e7e7;
	border: 2px solid #a08703;
	border: 0;
	border-radius: 8px;
	/*margin-bottom: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	font-size: 14px;
}

.text-field-2 input {
	border: none !important;
	padding: 0 15px;
}

body .gform_heading {
	padding: 20px;
	margin-bottom: 10px;
}

body .gform_heading h2.gform_title {
	text-align: center;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	color: #0d102e !important;
	text-transform: uppercase;
}

.spark-hero-section-left-side {
	width: 70%;
}

.spark-hero-sub-paragraph {
	width: 100%;
	margin-bottom: 64px;
}

.text-field {
	color: #000;
	border: 3px solid #1199fa;
	border-radius: 20px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0;
}

.field-label-4 {
	color: #fff;
	text-align: center;
	margin-bottom: 2px;
	font-family: Varela, sans-serif;
	font-weight: 600;
}

.form-2 {
	width: 100%;
	margin-top: 20px;
}

.success-message-2 {
	background-color: #000;
}

.field-label-3 {
	color: #fff;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
}

.text-block-5 {
	color: #1199fa;
	font-size: 1.2rem;
}

.hero-form {
	background-color: #fff;
	padding: 20px;
	border: 3px solid #a08703;
	border: 0;
	border-radius: 20px;
}

.submit-button,
.gform_button {
	max-width: 100%;
	width: 100%;
	text-align: center !important;
	background-color: #e68732 !important;
	background-image: linear-gradient(#f7953d, #d97d29);
	color: #fff !important;
	/*border: 2px solid #fff !important;*/
	border-radius: 5px !important;
	margin-top: 8px;
	border-radius: 13px !important;
	padding: 12px 15px !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.submit-button:hover,
.gform_button:hover {
	box-shadow: 0.3px 4px 29px 0 rgba(50, 35, 65, .49);
}

.form-block-2 {
	width: 100%;
}

.text-span-4,
.link {
	/*color: #fe4100;*/
	text-decoration: none;
}

.link-2 {
	text-decoration: none;
}

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

.text-field-5 {
	color: #fff;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	border: 3px solid #fff;
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.text-field-6 {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border: 3px solid #fff;
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Montserrat, sans-serif;
}

.button-12 {
	width: 100%;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #fc3538;
	border-radius: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1.125rem 1.5rem 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
}

.success-message-3 {
	color: #fff;
	background-color: #fc3538;
	border-radius: 20px;
}

.text-block-19 {
	font-weight: 700;
}

.text-span-5 {
	color: #f9ba65;
}

.text-span-6,
.text-span-7 {
	color: #fe4100;
}

.bold-text,
.bold-text-2 {
	color: #f86100;
}

.text-span-8 {
	color: #fff;
}

.bold-text-4 {
	color: #f86100;
}

.brix---footer-logo {
	transform-style: preserve-3d;
	transition: transform .3s;
}

.brix---footer-logo:hover {
	transform: scale3d(.97, .97, 1.01);
}

.brix---color-neutral-600 {
	color: #6e7191;
}

.text-span-9 {
	color: #fff;
	font-family: Montserrat, sans-serif;
}

.brix---mg-bottom-24px {
	margin-bottom: 24px;
}

.brix---footer-bottom-v2 {
	color: #6e7191;
	text-align: left;
	border-top: 1px solid #eff0f6;
	padding-top: 32px;
	padding-bottom: 32px;
	font-size: 18px;
}

.brix---grid-footer-bottom-v2 {
	grid-template-rows: auto;
	grid-template-columns: 1fr .4fr;
	align-items: center;
}

.brix---paragraph-default {
	margin-bottom: 0;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 30px;
}

.brix---footer-top-border-bottom {
	border-bottom: 1px solid #eff0f6;
	padding-top: 0;
	padding-bottom: 120px;
}

.brix---grid-footer-logo-and-form {
	grid-column-gap: 210px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1.8fr;
	align-items: center;
}

.gg-2 {
	color: #60bdff;
}

.brix---container-default {
	max-width: 1218px;
	background-color: #000;
	margin-top: 0;
	padding-left: 24px;
	padding-right: 24px;
}

.text-span-10 {
	color: #fff;
	font-family: Montserrat, sans-serif;
}

.bold-text-5 {
	color: #fff;
	font-family: Rubik, sans-serif;
	font-weight: 600;
}

.footer-subscribe {
	border-bottom: 1px solid #e4ebf3;
	padding: 50px 30px 40px;
	position: relative;
}

.container {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.footer-form-two {
	background-color: #f5f7fa;
	margin-bottom: 40px;
	padding: 64px;
}

.footer-form-container-two {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.footer-form-title {
	font-size: 24px;
	line-height: 32px;
}

.footer-form-block-two {
	justify-content: flex-end;
	align-items: center;
	display: flex;
	position: relative;
}

.footer-form-input {
	width: 460px;
	height: 48px;
	border: 1px #000;
	margin-bottom: 0;
	padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
	color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
	color: rgba(26, 27, 31, .8);
}

.button-primary {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #1a1b1f;
	padding: 12px 25px;
	font-size: 12px;
	line-height: 20px;
	transition: all .2s;
}

.button-primary:hover {
	color: #fff;
	background-color: #32343a;
}

.button-primary:active {
	background-color: #43464d;
}

.button-primary.footer-form-button {
	padding: 8px 18px;
	position: absolute;
	right: 8px;
}

.footer-wrapper-three {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.footer-block-three {
	justify-content: flex-start;
	align-items: center;
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
}

.footer-link-three {
	color: #1a1b1f;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}

.footer-link-three:hover {
	color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
	justify-content: flex-start;
	align-items: center;
	margin-left: -32px;
	display: flex;
}

.footer-social-link-three {
	margin-left: 32px;
}

.footer-divider-two {
	width: 100%;
	height: 1px;
	background-color: #e4ebf3;
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer-bottom {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.footer-copyright {
	color: #3a4554;
}

.footer-legal-block {
	text-align: left;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 0;
	font-size: 16px;
	display: flex;
}

.footer-legal-link {
	color: #fff;
	margin-left: 24px;
}

.footer-legal-link:hover {
	color: #3a4554;
}

.padding-global {
	z-index: 1;
	background-color: #0e0e0e;
	margin-top: 0;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 1.5rem;
}

.text-align-center {
	color: #f86100;
	text-align: left;
	background-color: #0e0e0e;
	margin-top: 0;
	margin-bottom: 3rem;
	font-family: Montserrat, sans-serif;
}

.align-center {
	margin-left: auto;
	margin-right: auto;
}

.text-size-medium {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}

.text-size-medium.text-align-center {
	color: #fff;
	text-align: left;
	background-color: #0e0e0e;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.padding-bottom {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.padding-bottom.padding-xlarge {
	background-color: #061121;
}

.container-medium {
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0 !important;
	padding: 0 !important;
}

[data-footer*="type-1"] footer.ct-footer {
	background-color: #fff;
}

[data-footer*="type-1"] footer.ct-footer p {
	color: #fff;
}

.ct-footer .ct-container {
	text-align: left;
	border-top: 2px solid #eff0f6 !important;
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	font-size: 18px !important;
}

.ct-footer-copyright {
	color: #fff !important;
}

.ct-footer .ct-widget:not(:first-child) {
	margin-top: 10px !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
	/*background-image: url(/wp-content/uploads/2023/08/64bba5ac6decd23360d615f4_index_decentralized.png);*/
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

#section5 {
	background: rgb(252, 204, 141) !important;
	background: -moz-linear-gradient(180deg, rgba(252, 204, 141, 1) 0%, rgba(0, 0, 0, 1) 5%) !important;
	background: -webkit-linear-gradient(180deg, rgba(252, 204, 141, 1) 0%, rgba(0, 0, 0, 1) 5%) !important;
	background: linear-gradient(180deg, rgba(252, 204, 141, 1) 0%, rgba(0, 0, 0, 1) 5%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD600", endColorstr="#000000", GradientType=1) !important;
}

.pulse,
.gform_button {
	box-shadow: 0 0 0 0 rgba(252, 204, 141, 1);
	animation: pulsing-outline 2s infinite;
}

@keyframes pulsing-outline {
	0% {
		box-shadow: 0 0 0 0 rgba(252, 204, 141, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(20, 204, 141, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(20, 204, 141, 0);
	}
}

@media screen and (min-width: 1280px) {
	.primary-button {
		display: none;
	}

	.nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	.profit-growth-image {
		object-fit: cover;
	}

	.shadow-line-top {
		top: auto;
		bottom: -14%;
		left: 0%;
	}

	.shadow-line-bottom {
		z-index: 3;
		top: auto;
		bottom: -22%;
		left: auto;
		right: 0%;
	}
}

@media screen and (min-width: 1440px) {
	body {
		background-color: #0d0d2b;
	}

	.hero-image {
		bottom: -29%;
	}

	.style-guide-section {
		background-color: rgba(0, 0, 0, 0);
	}

	.shadow-line-top {
		top: 52%;
		bottom: auto;
		left: auto;
		right: 0%;
	}

	.shadow-line-bottom {
		z-index: 3;
		top: 53%;
		bottom: 0%;
		left: 0%;
		right: auto;
	}

	.brix---grid-footer-logo-and-form {
		grid-column-gap: 250px;
		grid-template-columns: 1.2fr 2fr;
	}
}

@media screen and (min-width: 1920px) {
	.hero-image {
		z-index: -1;
		overflow: hidden;
	}

	.detail-grid {
		grid-column-gap: 16px;
		justify-content: stretch;
	}

	.shadow-line-top {
		top: auto;
		bottom: 0%;
		left: 34%;
		right: auto;
	}

	.shadow-line-bottom {
		top: auto;
		bottom: -5%;
		left: auto;
		right: 15%;
	}
}

@media screen and (max-width: 991px) {
	.brand {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nav-menu {
		background-color: #2b076e;
		flex-direction: column;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 20px;
		display: flex;
	}

	.hero-title.margin-bottom-xs {
		text-align: left;
	}

	.hero-image {
		display: none;
	}

	.nav-container {
		align-items: center;
		padding: 0 12px;
	}

	.hero-subtitle.text-gray.margin-bottom-sm {
		text-align: left;
	}

	.hero-grid {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto;
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.navbar {
		margin-top: 0;
		padding: 10px 10px 0;
	}

	.login-link.text-xs.text-height-base.text-white.tracking-normal {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}

	.hero-section {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-link.text-xs.text-height-base.text-white.tracking-normal {
		margin-top: 10px;
		margin-right: 0;
	}

	.hero-wrapper {
		text-align: center;
		margin-top: 0;
	}

	.about-why-crappo.margin-bottom-xxhuge {
		grid-column-gap: 0px;
		grid-template-columns: 1fr;
		margin-top: 0;
		margin-bottom: 0;
	}

	.crappo-feature-title {
		line-height: 3rem;
	}

	.feature-grid {
		grid-column-gap: 20px;
	}

	.crappo-title.margin-bottom-xs {
		line-height: 3rem;
	}

	.card-grid {
		grid-column-gap: 8px;
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.trading-subtext.text-sm.text-height-base.text-gray {
		text-align: center;
	}

	.rate-calculator {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	.rate-form-field.text-base.text-height-lg {
		margin-right: 24px;
	}

	.trading-main-wrapper {
		padding-top: 50px;
	}

	.trading-title.margin-bottom-xs {
		line-height: 3rem;
	}

	.th.text-base.text-height-lg {
		margin-right: 24px;
	}

	.invest-smart-grid {
		grid-column-gap: 8px;
		padding-left: 0;
	}

	.invest-smart-grid.margin-bottom-xxxhuge {
		grid-column-gap: 0px;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 3rem;
	}

	.feature-title {
		line-height: 3rem !important;
	}

	.feature-component.margin-bottom-xxhuge {
		padding-top: 0;
	}

	.invest-paragraph.margin-bottom-xs {
		line-height: 2.5rem;
		text-align: center !important;
	}

	.statistics-section {
		padding-bottom: 3rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.statistics-image {
		object-fit: contain;
	}

	.detail-grid {
		grid-column-gap: 30px;
		grid-template-columns: 1fr 1fr;
		padding-left: 0;
	}

	.statistics-title.margin-bottom-xs {
		line-height: 2.5rem;
	}

	.profit-growth-grid.margin-bottom-xxhuge {
		grid-column-gap: 0px;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		margin-bottom: 3rem;
		position: relative;
	}

	.profit-wrapper {
		max-width: 454px;
	}

	.profit-title.margin-bottom-xs {
		line-height: 2.5rem;
	}

	.email-wrapper {
		align-items: flex-end;
	}

	.mining-title {
		line-height: 2.5rem;
	}

	.subscribe-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer-text {
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.resource-wrap {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 0;
		padding-left: 4px;
	}

	.payment-grid {
		width: 40%;
		grid-column-gap: 10px;
		grid-template-columns: auto auto auto;
		justify-items: start;
	}

	.footer-logo-content {
		margin-right: 0;
	}

	.footer.margin-top-large {
		flex-direction: column;
		margin-top: 2rem;
		padding-left: 0;
		display: none;
	}

	.payment-title.text-lg.text-height-xxl.font-medium.margin-bottom-base.text-white {
		line-height: 2.5rem;
	}

	.btc-image {
		object-fit: contain;
	}

	.footer-logo {
		margin-bottom: 40px;
	}

	.card-container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.trade-title.text-black.margin-bottom-xl {
		line-height: 3rem;
	}

	.profit-paragraph.margin-bottom-sm {
		padding-right: 0;
	}

	.footer-header.text-base.text-height-lg.font-medium.text-white.margin-bottom-xs {
		margin-bottom: 0;
	}

	.menu-button {
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: 5px;
		flex-direction: column;
		justify-content: center;
		display: block;
	}

	.menu-button:hover {
		border-color: #2b076e;
	}

	.menu-icon {
		color: #fff;
	}

	.mining-form.margin-top-xlarge.margin-bottom-xhuge {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.d-side-image {
		top: 4%;
	}

	.page-padding {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.shadow-line-top {
		display: none;
		top: auto;
		bottom: 0%;
		left: 0%;
		right: auto;
	}

	.shadow-line-bottom {
		display: none;
		top: auto;
		bottom: -28%;
		left: auto;
		right: 0%;
	}

	.crypto-currency-container {
		margin-bottom: 0;
	}

	.footer-grid {
		grid-column-gap: 20px;
		grid-row-gap: 16px;
		grid-template-rows: auto;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-columns: 1fr;
		display: grid;
	}

	.hero-container {
		background-image: none;
		background-size: auto;
	}

	.bicoin-hero-respo {
		height: 100%;
		display: none;
	}

	.spark-hero-section-left-side {
		width: 100%;
	}

	.brix---footer-bottom-v2 {
		text-align: center;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.brix---grid-footer-bottom-v2 {
		grid-row-gap: 14px;
		grid-template-columns: 1fr;
	}

	.brix---footer-top-border-bottom {
		padding-top: 94px;
		padding-bottom: 94px;
	}

	.brix---grid-footer-logo-and-form {
		grid-row-gap: 34px;
		grid-template-columns: 1fr;
	}

	.container {
		max-width: 728px;
	}

	.footer-form-two {
		padding: 40px;
	}

	.footer-form-title {
		margin-right: 15px;
	}

	.footer-form-input {
		width: 400px;
		padding-right: 180px;
	}

	.footer-wrapper-three {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.footer-social-block-three {
		margin-top: 40px;
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 3rem !important;
		line-height: 3.5rem !important;
	}

	h2 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}

	h3 {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}

	.hero-title.margin-bottom-xs {
		min-width: auto !important;
		text-align: center !important;
		font-size: 3rem !important;
		line-height: 3.5rem !important;
	}

	.nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	.hero-subtitle.text-gray.margin-bottom-sm {
		text-align: center;
	}

	.hero-grid {
		background-position: 62% 100%, -44% 100%;
	}

	.information-content {
		margin-bottom: 1.5rem;
	}

	.hero-wrapper {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
		display: flex;
	}

	.about-why-crappo.margin-bottom-xxhuge {
		grid-template-columns: 1fr;
	}

	.about-right-content {
		text-align: center;
	}

	.digital-currency {
		justify-content: flex-start !important;
	}

	.digital-currency .wp-block-media-text__content {
		margin-left: 30px;
	}

	.feature-grid {
		display: none;
	}

	.crappo-section.getwid-margin-bottom-none {
		margin-top: 70px !important;
	}

	.crappo-section .wp-block-media-text__content {
		margin-top: 30px;
	}

	.crappo-paragraph.text-gray.margin-bottom-sm {
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
	}

	.wp-block-buttons.is-layout-flex {
		justify-content: center !important;
	}

	.crappo-title.margin-bottom-xs {
		text-align: center !important;
	}

	.margin-grid-bottom-xxxhuge {
		margin-block-end: 70px !important;
	}

	.trading-section h2 {
		background-color: #fff;
		color: #000 !important;
		font-size: 1.75rem !important;
		line-height: 2.5rem !important;
	}

	.trading-section p {
		font-size: .7rem !important;
		line-height: 1.1rem !important;
		text-align: left !important;
	}

	.revenue-text.text-xs.text-height-base.text-dark-gray.tracking-normal {
		text-align: center !important;
	}

	#why .getwid-padding-mobile-bottom-large {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.card-grid {
		grid-row-gap: 45px;
		grid-template-columns: 1fr;
	}

	.trading-subtext.text-sm.text-height-base.text-gray {
		width: 400px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.rate-calculator {
		margin-left: 20px;
		margin-right: 20px;
	}

	.trading-main-wrapper {
		padding-top: 0;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.trade-card {
		display: flex;
	}

	.invest-smart-grid {
		grid-template-columns: 1fr;
		margin-bottom: 50px;
	}

	.invest-smart-grid.margin-bottom-xxxhuge {
		grid-template-columns: 1fr;
	}

	.feature-component {
		padding-top: 50px;
	}

	.feature-component.margin-bottom-xxhuge {
		padding-top: 0;
	}

	.invest-paragraph.margin-bottom-sm.margin-right-base {
		margin-right: 0;
		text-align: center !important;
	}

	.invest-content.margin-top-xs,
	.statistics-content {
		text-align: center;
	}

	.detail-grid {
		grid-template-columns: 1.15fr;
	}

	.profit-growth-grid.margin-bottom-xxhuge {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.profit-wrapper {
		max-width: 454px;
		text-align: center;
		margin-top: 50px;
	}

	.email-field.text-xs.text-height-base.tracking-normal {
		min-width: auto;
		margin-bottom: 10px;
	}

	.email-wrapper {
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
		display: block;
	}

	.mining-content {
		max-width: none;
	}

	.subscribe-wrapper {
		text-align: center;
		flex-direction: row;
		display: block;
	}

	.payment-wrapper {
		align-items: flex-start;
		margin-top: 10px;
		padding-left: 4px;
	}

	.footer-text {
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.resource-wrap {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
		margin-right: 0;
		padding-left: 4px;
		display: flex;
	}

	.payment-grid {
		grid-template-rows: auto;
	}

	.gform_footer.top_label {
		justify-content: center;
	}

	.footer-section p {
		font-size: 14px !important;
		line-height: normal !important;
	}

	.footer-logo-content {
		margin-right: 0;
	}

	.footer.margin-top-large {
		align-items: flex-start;
		padding-left: 0;
		display: block;
	}

	.ct-footer-copyright {
		text-align: center;
	}

	.card-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.profit-paragraph.margin-bottom-sm {
		padding-right: 0;
	}

	.u-side-image,
	.d-side-image {
		display: none;
	}

	.grid {
		grid-column-gap: 16px;
		grid-row-gap: 32px;
		grid-template-rows: auto auto;
		grid-template-columns: auto auto;
		grid-auto-columns: 1fr;
		justify-items: center;
		display: grid;
	}

	.page-padding {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.shadow-line-top {
		z-index: -1;
		display: none;
		bottom: 4%;
	}

	.shadow-line-bottom,
	.footer-grid {
		display: none;
	}

	.spark-hero-section-left-side {
		width: 100%;
	}

	.spark-hero-sub-paragraph {
		margin-bottom: 32px;
	}

	.brix---grid-footer-bottom-v2 {
		grid-row-gap: 14px;
	}

	.brix---footer-logo-wrapper {
		width: 239px;
	}

	.brix---footer-top-border-bottom {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.footer-subscribe {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-form-container-two {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.footer-form-title {
		margin-right: 0;
	}

	.footer-form-block-two {
		width: 100%;
		margin-top: 20px;
	}

	.footer-form-input {
		width: 100%;
	}

	.footer-block-three {
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.footer-link-three {
		margin-bottom: 10px;
	}

	.footer-social-block-three {
		margin-top: 10px;
	}

	.footer-bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.footer-copyright {
		font-size: 14px;
		line-height: 20px;
	}

	.footer-legal-block {
		margin-top: 15px;
		margin-left: -24px;
	}

	.footer-legal-link {
		font-size: 14px;
		line-height: 20px;
	}

	.padding-global {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	p {
		line-height: 1.5rem;
	}

	.main-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		overflow: hidden;
	}

	.brand {
		padding-left: 8px;
	}

	.nav-menu {
		background-color: #0d0d2b;
		justify-content: flex-start;
		padding: 0 10px 10px;
	}

	.hero-title.margin-bottom-xs {
		margin-top: 0;
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.nav-container {
		max-width: 1200px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	.hero-subtitle.text-gray.margin-bottom-sm {
		/*max-width: 240px;*/
		margin-bottom: 1.5rem;
	}

	.hero-grid {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto;
		grid-template-columns: auto;
		margin-top: 0;
		margin-right: 0;
	}

	.register-wrapper {
		margin-bottom: 0;
	}

	.navbar {
		margin-top: 0;
		padding: 10px 0;
	}

	.login-link.text-xs.text-height-base.text-white.tracking-normal {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}

	.information-content {
		width: 300px;
		align-items: center;
		margin-right: 0;
	}

	.information-content.margin-bottom-xs {
		width: 280px;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
	}

	.hero-section {
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-link.text-xs.text-height-base.text-white.tracking-normal {
		margin-top: 10px;
		margin-right: 0;
	}

	.hero-wrapper {
		text-align: center;
		flex-direction: column;
		align-items: center;
		margin-bottom: 4rem;
		overflow: hidden;
	}

	.save-text.text-xs.text-height-base.tracking-normal.text-white {
		margin-left: 0;
		line-height: 1.125rem;
	}

	.about-why-crappo.margin-bottom-xxhuge {
		grid-template-columns: 1fr;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.about-right-content {
		text-align: center;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
		margin-bottom: 0;
		padding-top: 36px;
		padding-bottom: 36px;
		display: block;
	}

	.digital-currency {
		justify-content: space-between;
	}

	.crappo-feature-title {
		font-size: 1.75rem;
		line-height: 2.5rem;
	}

	.crappo-paragraph.text-gray.margin-bottom-sm {
		width: 300px;
		margin-bottom: 1.5rem !important;
	}

	.crappo-section {
		overflow: hidden;
	}

	.crappo-title.margin-bottom-xs {
		text-align: center !important;
		font-size: 1.6rem !important;
		line-height: 2.5rem !important;
	}

	.form {
		text-align: left;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 16px;
		padding: 24px;
	}

	.card-grid {
		grid-row-gap: 16px;
		grid-template-columns: 280px;
		justify-content: center;
		margin-bottom: 2rem;
		padding-left: 0;
		padding-right: 0;
	}

	.trading-subtext.text-sm.text-height-base.text-gray {
		width: 250px;
		color: #828282;
		text-align: center;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.rate-calculator {
		max-width: 500px;
		margin: 0 0 48px;
	}

	.estimate-text.text-base.text-height-xs.text-blue.font-medium.tracking-wide.margin-bottom-xxs {
		text-align: left;
		font-size: .7rem;
		line-height: 1.1rem;
	}

	.estimated-revenue-detail {
		text-align: center;
		border-radius: 0;
		padding: 0 24px 24px;
	}

	.rate-form-field.text-base.text-height-lg {
		width: 250px;
		text-align: center;
		margin-bottom: 14px;
		margin-right: 0;
	}

	.trading-section {
		padding: 0rem 1.5rem 3rem;
		overflow: hidden;
	}

	.trading-main-wrapper {
		text-align: center;
		background-color: #fff;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.eth-text.text-lg.text-height-xxl.font-bold.tracking-wide {
		margin-bottom: 1rem;
		font-size: 1.75rem;
		line-height: 2.5rem;
	}

	.trading-title.margin-bottom-xs {
		color: #000;
		border-radius: 0;
		font-size: 1.75rem;
		line-height: 2.5rem;
	}

	.th.text-base.text-height-lg {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.trade-info {
		margin-left: 0;
		margin-right: 0;
	}

	.revenue-text.text-xs.text-height-base.text-dark-gray.tracking-normal {
		line-height: 1.5rem;
	}

	.trade-card {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.invest-smart-grid {
		grid-template-columns: auto;
		padding-left: 0;
	}

	.invest-smart-grid.margin-bottom-xxxhuge {
		grid-template-columns: auto;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.btc-image-wrap,
	.investing-section {
		margin-top: 0;
	}

	.investing-section.bg-violet {
		overflow: hidden;
	}

	.feature-title {
		font-size: 1.4rem !important;
		line-height: 2.25rem !important;
	}

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

	.feature-component.margin-bottom-xxhuge {
		margin-bottom: 4rem !important;
		padding-top: 0 !important;
	}

	.invest-paragraph.margin-bottom-xs {
		margin-bottom: .75rem;
	}

	.invest-paragraph.margin-bottom-sm.margin-right-base {
		margin-bottom: .75rem;
		margin-right: 0;
	}

	.invest-content.margin-top-xs {
		text-align: center;
		flex-direction: column;
		align-items: center;
		margin-top: 1rem;
		padding-right: 0;
		display: block;
	}

	.statistics-section {
		padding-bottom: 0;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		position: relative;
	}

	.statistics-section.bg-violet {
		padding-top: 3rem;
		padding-bottom: 3rem;
		overflow: hidden;
	}

	.statistics-image {
		max-height: 400px;
		margin-left: 0;
	}

	.statistics-content {
		text-align: center;
		margin-top: 1rem;
		margin-left: 0;
	}

	.statistics-paragraph.margin-bottom-sm {
		margin-bottom: .75rem;
	}

	.detail-grid {
		grid-column-gap: 8px;
		grid-template-rows: auto;
		grid-template-columns: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.statistics-title.margin-bottom-xs {
		margin-bottom: .75rem;
	}

	.profit-growth-grid.margin-bottom-xxhuge {
		grid-column-gap: 0px;
		grid-row-gap: 16px;
		flex-direction: column;
		grid-template-rows: auto;
		grid-template-columns: auto;
		grid-auto-columns: 1fr;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		display: grid;
	}

	.profit-wrapper {
		max-width: 454px;
		text-align: center;
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.profit-title.margin-bottom-xs {
		margin-bottom: .75rem;
	}

	.investment-section.bg-violet {
		position: relative;
		overflow: hidden;
	}

	.email-field.text-xs.text-height-base.tracking-normal {
		min-width: 200px;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0;
		padding-left: 12px;
	}

	.email-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.form-section.bg-linear-blue {
		overflow: hidden;
	}

	.subscribe-wrapper {
		text-align: center;
		background-position: 0 0, 99% 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 24px;
	}

	.payment-wrapper {
		margin-top: 40px;
		padding-left: 4px;
		display: block;
	}

	.footer-section {
		text-align: left;
		padding: 3rem 1.5rem;
		overflow: hidden;
	}

	.footer-text {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.resource-wrap {
		align-items: flex-start;
		margin-top: 20px;
		padding-left: 4px;
	}

	.payment-grid {
		width: 100%;
		grid-column-gap: 16px;
		grid-template-columns: 1fr 1fr 1fr;
		justify-items: start;
	}

	.footer-logo-content {
		padding-left: 0;
	}

	.footer.margin-top-large {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		display: flex;
	}

	.payment-title.text-lg.text-height-xxl.font-medium.margin-bottom-base.text-white {
		margin-bottom: 2rem;
		font-size: 1.75rem;
		line-height: 2rem;
	}

	.media-grid {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto;
		grid-template-columns: auto auto auto auto;
		grid-auto-columns: 1fr;
		justify-content: stretch;
		align-items: stretch;
		display: grid;
	}

	.profit-growth-image {
		z-index: 1;
		position: relative;
		top: 16px;
	}

	.card-container {
		padding-left: 0;
		padding-right: 0;
	}

	.trade-title.text-black.margin-bottom-xl {
		color: #000;
		text-align: center;
		margin-bottom: 2rem;
		font-size: 1.75rem;
		line-height: 2.5rem;
	}

	.trading-icon.margin-bottom-large {
		margin-bottom: 2rem;
	}

	.profit-paragraph.margin-bottom-sm {
		margin-bottom: .75rem;
		padding-right: 0;
	}

	.join-now-text.tracking-normal {
		width: auto;
	}

	.footer-header.text-base.text-height-lg.font-medium.text-white.margin-bottom-xs {
		margin-bottom: .5rem;
	}

	.media-wrapper {
		flex-direction: column;
		align-items: center;
		padding-left: 10px;
	}

	.copy-right-text.text-xs.text-height-base.tracking-normal.text-white {
		margin-bottom: 20px;
	}

	.menu-button {
		justify-content: center;
		margin-right: 8px;
		padding: 0;
	}

	.menu-icon {
		color: #fff;
	}

	.mining-form.margin-top-xlarge.margin-bottom-xhuge {
		margin: 0 0;
	}

	.u-side-image,
	.d-side-image {
		display: none;
	}

	.grid {
		grid-column-gap: 0px;
		grid-row-gap: 16px;
		grid-template-rows: auto auto;
		grid-template-columns: auto auto;
		grid-auto-columns: 1fr;
		justify-items: center;
		padding: 3rem 0 3rem 10px;
		display: grid;
	}

	.arrow-radius {
		border: 1px solid #3671e9;
	}

	.page-padding {
		padding: 3rem 1rem;
	}

	.shadow-line-top {
		display: none;
	}

	.shadow-line-bottom {
		display: none;
		top: auto;
		bottom: 0%;
		left: 0%;
		right: auto;
	}

	.crypto-currency-container {
		margin-top: 0;
		margin-bottom: 0;
	}

	.footer-grid {
		display: none;
	}

	.bicoin-hero-respo {
		margin-bottom: 20px;
		display: none;
	}

	.offer-content {
		white-space: nowrap;
	}

	.brix---footer-logo {
		width: 50%;
		max-width: 240px;
	}

	.text-span-9 {
		font-size: 14px;
	}

	.brix---mg-bottom-24px {
		margin-bottom: 16px;
	}

	.brix---paragraph-default {
		width: auto;
		font-size: 12px;
		line-height: 23px;
	}

	.brix---footer-top-border-bottom {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.brix---container-default {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.bold-text-5 {
		text-align: left;
		font-size: 14px;
	}

	.bold-text-6 {
		border-radius: 0;
		font-size: 1.4rem;
	}

	.container {
		max-width: none;
	}

	.footer-form-two {
		padding: 20px;
	}

	.footer-form-block-two {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.footer-form-input {
		margin-bottom: 10px;
		padding-right: 20px;
	}

	.button-primary.footer-form-button {
		position: relative;
		right: 0;
	}

	.footer-bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.footer-legal-block {
		justify-content: center;
	}

	.text-align-center {
		margin-bottom: 1rem;
		font-size: 2.4rem;
	}

	.text-size-medium {
		font-size: 1rem;
	}

	.text-size-medium.text-align-center {
		font-size: .8rem;
		line-height: 1.4rem;
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

#w-node-fde0637e-3e28-0f07-8911-7a0c5fb16700-5b112c63 {
	align-self: auto;
	justify-self: end;
}

#w-node-eee50d31-98ec-ed90-7e4f-db525d4039c4-5b112c63 {
	align-self: center;
	justify-self: end;
}

#w-node-_99c9500e-82c1-eaed-6b6f-1d5f0cc07dbd-5b112c63 {
	align-self: center;
	justify-self: center;
}

#w-node-_1192f617-0197-a02c-36ab-92a17c3e89a5-5b112c63 {
	grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1192f617-0197-a02c-36ab-92a17c3e89cb-5b112c63 {
	grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
	#w-node-fde0637e-3e28-0f07-8911-7a0c5fb16700-5b112c63 {
		align-self: auto;
		justify-self: end;
	}

	#w-node-_99c9500e-82c1-eaed-6b6f-1d5f0cc07dbd-5b112c63 {
		grid-area: 1 / 2 / 2 / 2;
	}
}

@media screen and (max-width: 991px) {
	#w-node-fde0637e-3e28-0f07-8911-7a0c5fb16700-5b112c63 {
		justify-self: start;
	}

	#w-node-eee50d31-98ec-ed90-7e4f-db525d4039c2-5b112c63,
	#w-node-eee50d31-98ec-ed90-7e4f-db525d4039c4-5b112c63,
	#w-node-_1192f617-0197-a02c-36ab-92a17c3e89cb-5b112c63 {
		justify-self: center;
	}
}

@media screen and (max-width: 767px) {
	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7c5-5b112c63 {
		justify-self: end;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7c7-5b112c63 {
		justify-self: start;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7cc-5b112c63 {
		justify-self: end;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7ce-5b112c63 {
		justify-self: start;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7d3-5b112c63 {
		justify-self: end;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7d5-5b112c63 {
		justify-self: start;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7db-5b112c63 {
		align-self: center;
	}

	#w-node-eee50d31-98ec-ed90-7e4f-db525d4039c4-5b112c63,
	#w-node-cd466e0b-4eda-ed42-9d89-0ee2d13f5f81-5b112c63 {
		justify-self: center;
	}

	#w-node-cd466e0b-4eda-ed42-9d89-0ee2d13f5f89-5b112c63 {
		order: -9999;
	}
}

@media screen and (max-width: 479px) {
	#w-node-fde0637e-3e28-0f07-8911-7a0c5fb16700-5b112c63 {
		justify-self: center;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7c5-5b112c63,
	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7cc-5b112c63,
	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7d3-5b112c63 {
		align-self: center;
		justify-self: start;
	}

	#w-node-_7c56eb67-d051-0212-66a6-469d4ab3f7db-5b112c63 {
		align-self: auto;
	}
}