/* simulator */
h2{
    font-family: Lato;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0em;
    color: #133F5D;
}

.benefit-point img{
    max-width: 33px;
    margin-right: 8px;
}
p{
    font-family: Lato;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 29px;
}
h3{
    font-family: Lato;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 36px;
}

.step1-title{
	font-family: Lato;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 29px;
}
.financing-simulator-container {
	overflow: hidden;
	background: linear-gradient(196deg, #257AB4 0%, #206A9C 19.30%, #0F3449 66.45%, #0B2835 91.82%);
}
.products-section{
	background: #F7FBFD;
}
.products-section h2{
	padding-bottom: 2em;
	line-height: 1.5;
}
.products-section .paper-container{
	display: flex;
}
.container-hero {
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 18em 15px 4em;
}
.container-hero.footer-hero{
	padding-top: 0;
	display: block;
	padding-bottom: 10em;
}

section .paper-container{
	padding: 12em 1.5em;
}
.title-1 {
    font-size: 1.5em;
    line-height: 30px;
}

.title-2 {
	font-size: 2.5em;
    line-height: 1.3;
}

.title-3 {
	font-size: 22px;
}
.hero-content p{
	margin-bottom: 2em;
}
.input-wrapper{
	width: 100%;
}
.simulator-container-hero img{
	width: 100%;
    max-width: 720px;
    position: relative;
    left: 6em;
    margin-bottom: -7em;
    margin-top: -7em;
}

.hero-content .cta .button-text{
	margin-left: 1em;
	padding: 14px 5px;
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none;
}
.form-simulator {
	padding: 24px;
	border-radius: 10px;
	background: white;
	color: #133f5d;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.form-simulator.with-breadcrumb {
	padding: 0 24px 24px 24px;
	border-radius: 0 0 10px 10px;
}

.intro-title {
	font-weight: bold;
}

.intro-field-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.our-offer h2{
	text-align: center;
}

.oo-content .oo-point .right, .oo-content .oo-point .left{
	width: 50%;
}
.oo-content .oo-point .left img{
	margin-left: -4em;
}
.oo-content .oo-point img{
	width: 100%;
    max-width: 600px;
}
.oo-content .oo-point .right p,.oo-content .oo-point .right h3{
	padding-right: 0;
	padding-left: 4em;
}
.oo-content .oo-point p{
	padding-right: 4em;
}
.oo-content .oo-point{
	display: flex;
	align-items: center;
}
.input-intro {
	border-bottom: 2px solid #eaedef;
	color: #c2cdd5;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	width: 100%;
}

.simulator-breadcrumb {
	padding: 24px 24px 24px 24px;
	border-radius: 10px 10px 0 0;
	color: #d6dbe0;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.breadcrumb-step {
	display: flex;
	align-items: center;
	gap: 10px;
}

.breadcrumb-number {
	background-color: #c4e1a2;
	border: 1px solid #abd57b;
	color: white;
	width: 30px;
	text-align: center;
	border-radius: 50px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.breadcrumb-number.not-yet {
	border: 1px solid #d4dade;
	background-color: #f8f9fa;
	color: #d4dade;
}

.breadcrumb-text {
	color: #abd57b;
	line-height: normal;
}

.breadcrumb-text.not-yet {
	color: #d6dbe0;
}

.breadcrumb-line {
	width: 25px;
	height: 3px;
	background-color: #d6dbe0;
}

.input-step1 {
	width: 100%;
	border-bottom: 2px solid #eaedef;
	color: #c2cdd5;
	padding: 2px 10px;
	font-weight: normal;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #f7fbfd;
}

.icon-calendar {
	position: absolute;
	right: 5px;
	top: 28px;
}

.input-multiple {
	display: flex;
	gap: 15px;
}

.input-multiple > div {
	flex: 1;
}

.upload-card {
	padding: 8px;
	border: 1px solid #e0e4e7;
	border-radius: 10px;
	width: 250px;
}

.upload-card-top {
	display: flex;
	margin-bottom: 10px;
}

.upload-card-preview {
	padding: 15px;
	background: #e8f2fa;
	border-radius: 5px;
	margin-right: 10px;
}

.upload-card-preview.uploaded {
	padding: 0;
	background: none;
	overflow: hidden;
}
.upload-card-preview.uploaded img{
    width: 56px;
}
.upload-card-status {
	color: #8695a1;
	font-weight: 500;
	font-size: 12px;
}

.offering-loan-amount-box {
	background: #f7fbfd;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	margin-top: 10px;
}

.offering-loan-amount-title {
	color: #c2def2;
}

.offering-loan-amount {
	color: #4195d5;
	font-size: 20px;
}

.choose-offering {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.choose-investor-box {
	border: 1px solid #eaedef;
	box-shadow: 0px 0px 8px rgba(61, 149, 210, 0.1);
	border-radius: 8px;
	padding: 20px;
	width: 100%;
	margin: 10px 0;
}

.choose-investor {
	display: flex;
	align-items: center;
	gap: 10px;
}

.input-step2 {
	margin-top: 0;
	width: 20px;
	height: 20px;
}

.img-investor {
	height: 25px;
}

.investor-detail {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 10px 0 0 30px;
}

.step3-title {
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
	width: 100%;
}

.upload-box {
	background: #f8fbfe;
	border: 1px dashed #4199d5;
	border-radius: 6px;
	width: 100%;
	padding: 20px 20px 40px 20px;
}


.please-upload-file p{
	color: #718C9E;
	margin: 0;
}
.please-upload-file {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	position: relative;
}
#sign-example .sign-exp{
    width: 100%;
    max-width: 150px;
    margin: -2em 0;
}
.icon-close {
	position: absolute;
	right: 0;
}

.microcopy-upload {
	color: #718c9e;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 10px;
}

/* products */


.products-title {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}

.products-container {
	position: relative;
	width: 400px;
	height: 300px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin: 0 auto;
}

.products-container img {
	position: absolute;
	width: 100%;
	max-width: 250px;
}

.products-container img.product-2 {
	left: -100px;
	max-width: 180px;
	top: 30px;
}

.product-1 {
	left: 50%;
	transform: translateX(-50%) scale(1.2);
	z-index: 1;
	cursor: pointer;
	
}

.products-container img.product-3 {
	right: -100px;
	top: 30px;
	max-width: 180px;
}

.product-click {
	animation: 1.1s linear bouncingText infinite;
	height: 30px;
	display: flex;
	align-items: center;
	color: #c2cdd5;
	width: 100%;
	justify-content: center;
	position: relative;
	top: 4em;
}

.container-hero .product-click {
	top: 1em;
}

.product-click img {
	margin-right: 5px;
}

@keyframes bouncingText {
	0% {
		padding-top: 0;
	}
	50% {
		padding-top: 10px;
	}
	100% {
		padding-top: 0;
	}
}

/* benefits */

.financing-benefits h2{
	text-align: center;
	padding-bottom: 2em;
}
.financing-benefits{
	background: #F7FBFD;
}
.benefit-main-title {
	font-size: 2em;
	margin-bottom: 4em;
}
.trusted-by h2{
	margin-bottom: 1em;
}
.trusted-by img{
	width: 100%;
    max-width: 150px;
	margin: 0 1em;
}
.trusted-by{
	text-align: center;
}
.financing-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #133f5d;
}

.benefit-desc {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.desc-left {
	position: relative;
	display: flex;
	justify-content: center;
}

.desc-right {
	margin-left: 15px;
}

.benefit-line {
	width: 3px;
	height: 138px;
	background: #eaedef;
	position: absolute;
	top: 50%;
	z-index: 0;
}

.check-green {
	width: 35px;
	margin-top: 5px;
	z-index: 1;
}

.benefit-detail {
	font-size: 1.25em;
	font-weight: normal;
}

.illust-benefit {
	width: 100%;
	max-width: 400px;
	margin-top: -6em;
}

/* simulator popup */
.simulator-overlay {
	background: rgba(19, 63, 93, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	border-radius: 10px;
}

.applied-dialog {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	max-width: 400px;
	padding: 24px 16px;
	border-radius: 10px;
	background: linear-gradient(132.62deg, #1e79b7 0%, #004575 100%);
}
.applied-dialog .simulation-cta:hover img{
	filter: none;
}
.custom-footer .footer-row.new-footer{
    background: transparent;
}
.form-virtual-cc .paper-heading-content{
	padding-right: 3em;
}
.custom-footer .paper-container{
    padding: 12em 1.5em 9em;
	justify-content: center;
}
.form-virtual-cc form{
	margin: 0;
}
.custom-footer{
    background: linear-gradient(191.13deg, #4195D5 -8.79%, #133F5D 91.28%);
}

.custom-footer p{
	line-height: 2;
    max-width: 478px;
}
.custom-footer h2, .custom-footer p{
    color: #fff;
}
.applied-dialog .simulation-cta{
	padding: 9px 23px;
}
.applied-dialog .simulation-cta img{
	filter: brightness(0) invert(1);
    width: 20px;
    position: relative;
    top: 1px;
    margin-right: -4px;
}
.applied-dialog-footer {
	opacity: 0.7;
}

/* products popup */
.popup-overlay {
	background: rgba(19, 63, 93, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.payment-method {
	padding: 30px;
	border-radius: 16px;
	background: #fff;
	font-weight: normal;
	line-height: normal;
	color: #133f5d;
	position: relative;
	overflow: hidden;
}

.payment-method-close {
	position: absolute;
	right: 0;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.payment-method-mini-title {
	color: #4195d5;
	background-color: rgba(65, 149, 213, 0.12);
	padding: 4px;
	font-size: 12px;
	width: fit-content;
	border-radius: 3px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

.payment-method-option-detail {
	display: flex;
	gap: 75px;
}

.choose-payment-method {
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0 20px 0;
}

.payment-option {
	margin: 5px 0;
	width: 400px;
	padding-left: 10px;
}

#loading-sim p{
	color: #718C9E;
}
#loading-sim img{
	width: 100%;
    max-width: 130px;
    margin-bottom: 1em;
	-webkit-animation:spin 2 linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
}
#loading-sim{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #ffffffc7;
  width: 100%;
  height: 100%;
  padding: 9em;

}
.fi-partner img{
    padding-right: 1em;

  }	
.payment-option-selected {
	background: #f8fbfe;
	border-radius: 5px;
	padding: 10px;
}

.payment-option-title p{
	margin: 0;
}
.payment-option-title {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	padding-bottom: 0.5em;
	transition: 0.5s;
}
.payment-option-title:hover {
	opacity: 0.5;
}
.payment-option-detail {
	display: flex;
	gap: 30px;
	margin: 10px 0 10px 25px;
}

.payment-option-img-container {
	min-width: 150px;
}

.payment-option img {
	height: 22px;
}
.paythod-tokped .payment-option img{
	height: 29px;
}
.paythod-tokped .payment-option-title, .paythod-cc .payment-option-title{
	cursor: not-allowed;
}

.simulator-container-hero .paper-button.green-button, .simulator-container-hero .paper-button.green-button.disabled{
	width: 100%;
    max-width: 200px;
}
.form-wrapper{
	width: 100%;
}
.payment-detail-box {
	background: #ffffff;
	box-shadow: 0px 0px 8px rgba(63, 86, 103, 0.1);
	border-radius: 5px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 300px;
	position: relative;
    top: -1em;
}
.payment-detail-box .paper-button:hover img{
	filter: none;
}
.payment-detail-box .paper-button img, .payment-detail-box .paper-button.disabled img{
	width: 18px;
	filter: brightness(0) invert(1);
}
.voucher-box {
	border: 0.5px solid #becbd3;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #4c6e84;
}

.payment-detail {
	flex: 1;
}

.payment-detail hr {
	margin: 10px 0;
}

.payment-detail-title {
	font-weight: bold;
	margin: 20px 0;
	font-size: 16px;
}

.total-amount {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.payment-success-dialog {
	background: linear-gradient(132.62deg, #1e79b7 0%, #004575 100%);
	border-radius: 10px;
	padding: 24px 40px 40px 40px;
	color: white;
	text-align: center;
	position: relative;
}

.payment-success-close {
	position: absolute;
	right: 24px;
	top: 24px;
}

.payment-success-title {
	font-size: 18px;
}

.payment-success-table {
	padding: 20px;
	background: #f7fbfd;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.payment-success-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* footer */
.illust-footer {
	width: 300px;
}

.footer-content {
	margin-left: 100px;
}

.footer-text {
	font-size: 38px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 25px;
}

.hr-footer {
	max-width: 1120px;
}

/* misc */

.no-border {
	border: 0 !important;
}

.align-self-center {
	align-self: center;
}

.disabled {
	cursor: not-allowed;
	background-color: #e0e4e7;
	border-color: #e0e4e7;
	background-color: #e0e4e7;
	color: #fff;

}
.green-button.disabled:hover{
	opacity: 0.7;
	background-color: #e0e4e7;
	border-color: #e0e4e7;
	background-color: #e0e4e7;
	color: #fff;
}
.font-weight-normal {
	font-weight: normal;
}

.font-bold {
	font-weight: bold;
}

.font-blue {
	color: #4195d5;
}

.font-black-input-filled,
.font-black {
	color: #3c5467;
}

.font-gray {
	color: #718c9e;
}

.font-gray-dark {
	color: #859cab;
}

.font-gray-light {
    color: #4C6E84;
}

.display-none {
	display: none;
}

.w-100 {
	width: 100%;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.paper-button.blue-button.ghost {
	border: 2px solid #4199d5;
	background: #fff;
	color: #4195d5;
	padding: 11px 19px;
}

.pointer-events-none {
	pointer-events: none;
}

.opacity-7 {
	opacity: 0.7;
}

.flex-start-center {
	display: flex;
	align-items: center;
}

.flex-center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.gap-5 {
	gap: 5px;
}

.padding-50 {
	padding: 50px;
}

.pos-relative {
	position: relative;
}
#payment-success-last.applied-dialog p.applied-dialog-footer{
	font-size: 1em;
}
#payment-success-last.applied-dialog h3{
	margin: 0;
}
#payment-success-last.applied-dialog h3, #payment-success-last.applied-dialog p{
	color: #fff;
}

@media (max-width: 1290px) {
	.products-section .paper-container{
		display: block;
		text-align: center;
	}
	.product-click{
		top: 3em;
	}
}

@media (max-width: 1033px) {
	.financing-simulator-container .hero-content{
		text-align: center;
	}
	.financing-simulator-container .container-hero.footer-hero{
		padding-top: 6em;
	}
	.financing-simulator-container .container-hero{
		display: block;
		padding: 12em 15px 6em;
		height: auto;
		text-align: center;
	}
	.simulator-container-hero img{
		margin-top: 0;
		margin-bottom: -15em;
		left: 6em;
		max-width: 750px;
	}
	.simulator-container-hero{
		margin: 0 auto;
		padding-top: 2em;
	}
	
}


@media (max-width: 976px) {
	.financing-content{
		display: grid;
		justify-content: center;
	}
	.illust-benefit{
		max-width: 300px;
		margin: -5em auto 3em;
	}
	.benefit-wrapper{
		order: 1;
	}
	.open-api-form .paper-heading-content p, .form-virtual-cc form{
		margin: 0 auto;
	}
	.form-virtual-cc form{
		margin-top: 2em;
	}
	.open-api-form .paper-heading-content p{
		max-width: 767px;
	}
}

@media (max-width: 768px) {
	.container-hero{
		padding: 12em 15px 7em;
	}
	.form-simulator{
		text-align: left;
	}

	.oo-content .oo-point{
		display: block;
		text-align: center;
	}
	.oo-content .oo-point .right, .oo-content .oo-point .left{
		width: 100%;
	}
	.oo-content .oo-point img{
		max-width: 450px;
		margin: -2em 0 1em;
	}
	.oo-content .oo-point .right p, .oo-content .oo-point .right h3, .oo-content .oo-point .left p, .oo-content .oo-point .left h3{
		padding:0 ;
	}
	.oo-content .oo-point.custom-order .left{
		order: 1;
	}
	.oo-content .oo-point.custom-order .right{
		order: 0;
	}
	.oo-content .oo-point.custom-order{
		display: grid;
	}
	.our-offer .paper-container{
		padding-bottom: 7em;
	}
}

@media (max-width: 480px) {
	.custom-footer .paper-container, section .paper-container, .our-offer .paper-container{
		padding: 6em 1.5em;
	}
}
@media (max-width: 633px) {
	.products-container{
		width: 100%;
		max-width: 300px;
	}

	h2{
		font-size: 2.5em;
	}
	.container-hero{
		padding-bottom: 6em;
	}
	.simulator-container-hero img{
		left: 2em;
	}
}
.hr-footer{
	display: none;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}