/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2024 | 12:24:25 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media only screen and (max-width: 1500px) {
	html {
		font-size: .9rem;
	}
}
@media only screen and (max-width: 1400px) {
	html {
		font-size: .8rem;
	}
}
@media only screen and (max-width: 480px) {
	html {
		font-size: .6rem;
	}
}

input.hs-input:not([type="checkbox"]), .hs-form select, .hs-form textarea {
    input.hs-input: not([type="checkbox"]);
    input.hs-input: not([type="checkbox"]);
    input.hs-input: not([type="checkbox"]);
    border: 2px solid #319CDD !important;
    border-radius: 20px !important;
    font-size: 18px !important;
    text-align: left !important;
    padding: 20px 20px !important;
    background-color: transparent !important;
    height: auto;
    font-family: 'Poppins';
    line-height: 26px;
}

.hs-form label:not(.hs-error-msg):not(.hs-main-font-element) {
    color: #319CDD !important;
    font-family: 'POPPINS' !important;
    font-size: 14px !important;
    font-weight: 400;
    position: relative;
    left: 15px;
    transition: all ease .3s;
}

.hs-form .hs-form-field {
    position: relative;
	margin-bottom: 15px;
}

.hs-form label:not(.hs-error-msg) span {
    font-weight: 400;
}

.hs-form .hs-form-field:has(input:focus) label:not(.hs-error-msg) {opacity: 0.7;}

.hs-error-msgs label.hs-main-font-element {
    color: red !important;
    font-size: 12px;
    font-family: 'Poppins';
}

li.hs-form-booleancheckbox label span {
    color: black !important;
}

.hs-form input.hs-button.primary.large {
    padding: 16px 23px !important;
    border-radius: 20px;
    font-size: clamp(18px, 1.5625rem, 1.5625rem);
    line-height: 30px;
    height: auto !important;
    font-family: 'Poppins';
    font-weight: 600;
	position: relative;
	top: -10px;
}


/*form#hsForm_77e70de4-7285-4caa-812f-845c72edd779 input.hs-input:not([type="checkbox"]), form#hsForm_77e70de4-7285-4caa-812f-845c72edd779 .hs-form select, form#hsForm_77e70de4-7285-4caa-812f-845c72edd779 .hs-form textarea {
    border: 0px solid #FFFFFF !important;
    border-radius: 20px !important;
    font-size: clamp(16px, 1.25rem, 1.25rem) !important;
    text-align: center !important;
    padding: 20px !important;
    color: white !important;
    background-color: rgba(0,0,0,0.04) !important;
}
form#hsForm_77e70de4-7285-4caa-812f-845c72edd779.hs-form label:not(.hs-error-msg):not(.hs-main-font-element) {
    color: white !important;
}
form#hsForm_77e70de4-7285-4caa-812f-845c72edd779 li.hs-form-booleancheckbox label span {
    color: white !important;
}
form#hsForm_77e70de4-7285-4caa-812f-845c72edd779.hs-form input.hs-button.primary.large {
    background-color: white;
    border: 0;
    color: #319CDD;
    width: 100%;
}*/