@import url("./gordita/fonts.css");
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Gordita, "sans-sarif";
	text-align: center;
}

button, .action-link {
	border-radius: 32px;
	background: #ff8600;
	padding: 12px 24px;
	color: #101010;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.32px;
	outline: none;
	border: none;
	cursor: pointer;
}

.action-link, .action-link:hover, .action-link:focus {
	text-decoration: none;
	white-space: nowrap;
}

.page-header {
	background-color: #f3f3f3;
	padding: 1.25rem 0;
	display: flex;
	gap: 1.875rem;
	align-items: center;
	justify-content: center;
}

.main-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
	padding: 0 24px;
	width: 100%;
	box-sizing: border-box;
}

.download-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	padding: 2rem 0;
	max-width: 920px;
}

.main-heading {
	color: #101010;
	font-size: 2rem;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -0.64px;
}

.sub-heading {
	color: #595959;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.36px;
}

.login-content {
	color: #595959;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.28px;
	padding: 14px 32px;
	border-radius: 2px;
	background: #f3f3f3;
}

.download-container {
	border-radius: 1.25rem;
	border: 1px solid #ff6b00;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 27px 32px;
	gap: 50px;
	flex: 2 1 auto;
}

.download-content {
	text-align: start;
}

.download-content h3 {
	color: #101010;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.32px;
}

.download-content p {
	color: #595959;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.28px;
}

.download-button {
    flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.kl-download-button {
	padding-top: 17px;
	line-height: 1;
}

.features-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
	text-align: start;
	max-width: 944px;
}

.column {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: flex-start;
}

.features-section h2 {
	color: #100100;
	font-size: 2rem;
	font-weight: 500;
	line-height: 44px;
}

.features-section button {
	margin-top: 0.5rem;
}

.features {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.features-section .features-img {
	width: 350px;
}

.feature {
	width: calc(50% - 5px);
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-top: 10px;
	color: #202020;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
}

.help-center-link {
	color: #202020;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

.help-center-link a {
	color: #b54c00;
}

.footer {
	margin-top: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	gap: 1.5rem;
	padding: 2rem 0;
}

.footer a, 
.rights_reserved {
	color: #404040;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

.footer .thunder-icon {
	fill: #404040;
}

.footer-links {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.confirmation-container {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.confirmation-container .main-container {
	border-radius: 20px;
	background: #F3F3F3;
	max-width: 920px;
	margin: 0 auto;
	padding: 32px 225px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.confirmation-container .main-container h1 {
	color: #FF6B00;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}

.confirmation-container .main-container h2 {
	color: #101010;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -0.64px;
	margin: 0;
}

.confirmation-container .main-container p {
	color: #404040;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.36px;
	margin: 0;
}

.confirmation-container .confirmation-footer {
	margin: 0;
}

.launch-checkout-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

.launch-footer {
	margin: 0;
}

@media (max-width: 768px) {
	.page-header {
		gap: 15px;
	}

	.page-header img {
		width: 150px;
	}

	.main-container {
		padding: 24px;
		gap: 2rem;
	}

	.download-container {
		flex-direction: column;
		gap: 24px;
	}

	.download-button {
		width: 100%;
		justify-content: flex-start;
		margin-left: 0;
	}

	.features-section {
		flex-direction: column;
	}

	.feature {
		width: 100%;
	}

	.features-section .features-img {
		width: 100%;
	}

	.features {
		flex-direction: column;
	}

	.footer {
		margin-top: 54px;
		flex-direction: column;
	}

	.confirmation-container .main-container {
		padding: 32px 0;
	}

	.launch-footer {
		margin: 0;
	}
}

.loader-container {
    text-align: center;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    margin-top: 2rem;
}

.loader-container .loader {
    content: '';
    border-top: 4px solid rgba(#ff8600, 0.2);
    border-right: 4px solid rgba(#ff8600, 0.2);
    border-bottom: 4px solid rgba(#ff8600, 0.2);
    border-left: 4px solid #ff8600;
    border-radius: 50%;
    animation: load8 2s infinite ease-out;
    display: block;
    box-sizing: border-box;
    background: transparent;
    width: 64px;
    height: 64px;
    border-top: 8px solid rgba(255, 134, 0, 0.2);
    border-right: 8px solid rgba(255, 134, 0, 0.2);
    border-bottom: 8px solid rgba(255, 134, 0, 0.2);
    border-left: 8px solid #ff8600;
    margin: 0;
}

.select-checkout-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

.select-footer {
	margin: 0;
}

@keyframes load8 {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(720deg); }
    100% { transform: rotate(1080deg); }
}

.manual-select .download-content p:not(:last-of-type) {
    margin: 1rem 0;
}

.manual-select .download-content .manual-buttons {
    display: flex;
    margin-top: 1rem;
}

.manual-select .download-content .manual-buttons > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1rem;
}

.manual-select .download-content .manual-buttons {
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
}

.download-section.manual-select {
    max-width: 720px;
}

@media (max-width: 768px) {
	.manual-select .download-content .manual-buttons {
		flex-direction: column;
		gap: 1rem;
	}

	.manual-select .download-content .manual-buttons > :not([hidden]) ~ :not([hidden]) {
		margin: 0;
	}

	.select-footer {
		margin: 0;
	}
}

.email-form-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 12px;
}

.email-form-container input {
	color: #707070;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 7px 44px 7px 12px;
	border-radius: 8px;
	border: 1px solid #D8D8D8;
	background: #FFF;
	width: 400px;
	outline: none;
}

.email-form-container .input-container {
	position: relative;
}

.email-form-container .email-check-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 12px;
	display: none;
}

.email-form-container .email-error{
	text-align: start;
	color: #ff0303;
	font-size: 12px;
	margin-top: 5px;
}

.action-link.disabled {
	opacity: 0.5;
	pointer-events: none;
}

@media (max-width: 768px) {
	.email-form-container input {
		width: auto;
	}
}
