.elementor-19141 .elementor-element.elementor-element-cad58ad{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Inter, Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-19141 .elementor-element.elementor-element-582cf05{text-align:center;}.elementor-19141 .elementor-element.elementor-element-582cf05 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Inter, Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-19141 .elementor-element.elementor-element-4318949{text-align:center;}@media(min-width:768px){.elementor-19141 .elementor-element.elementor-element-cad58ad{--content-width:800px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for template, class: .elementor-element-9d266da */#hubspot-form form {
        -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
        -o-animation: fadein 1s; /* Opera < 12.1 */
        animation: fadein 1s;
    }

    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
	
		/*HubSport form style*/
		.hubspot-shadow-box {
				-webkit-box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.14);
				-moz-box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.14);
				box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.14);
				padding: 30px;
				border-radius: 20px;
				background: white;
		}
		
		div#hubspot-form {	
				font-family: Inter;
				font-size: 14px;
				line-height: 1.2em;	
		}	
	
		div#hubspot-form form {
				display: flex;
				flex-direction: column;
				gap: 10px;
		}

		#hubspot-form h1 {
				color:var(--e-global-color-secondary);
				font-size: 25px !important;
		}

		#hubspot-form fieldset {
				max-width: 100%;
		}

		#hubspot-form input.error {
				border-color: #ff00007a !important;
		}

		#hubspot-form textarea,
		#hubspot-form input:not(input[type='checkbox']),
		#hubspot-form select,
		#hubspot-form div {
				width: 100%
		}

		#hubspot-form textarea,
		#hubspot-form input:not(input[type='submit']),
		#hubspot-form select {
				border-radius: 7px;
				border-color: #E6E8EC;
				border-width: 2px;
				padding: 10px 10px;

				font-family: Inter;
				font-size: 14px;
		}

		#hubspot-form input[type='submit'] {
				padding: 10px 22px;
		}

		#hubspot-form select { 
				padding: 10px;

				appearance: none;
				-webkit-appearance: none; /* Safari и Chrome */
				-moz-appearance: none; /* Mozilla */
				-ms-appearance: none; /* IE */

				background-image: url("/wp-content/uploads/2023/11/shape.svg");

				background-repeat: no-repeat;
				background-color: #fff;
				background-position: calc(100% - 15px) center;
		}

		#hubspot-form *:focus {
				outline: none;
		}

		#hubspot-form ul {
				padding: 0;
				margin: 0;
		}

		#hubspot-form li {
				list-style: none;
		}

		#hubspot-form span {
				margin-left: 0;
		}

		#hubspot-form label {
				display: inline-flex;
				align-items: center;
				gap: 5px;
		}

		#hubspot-form fieldset > div > label > span:not(.hs-form-required) {
				color: var(--e-global-color-secondary);
		}

		.hs-error-msg, 
		.hs-form-required{
				color:red;
		} 

		@media (max-width:767px){
				#hubspot-form h1 {
						font-size: 16px !important;
				}
		}/* End custom CSS */