
		body {
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--color--contrast: var(--contrast);
			--wp--preset--color--contrast-2: var(--contrast-2);
			--wp--preset--color--contrast-3: var(--contrast-3);
			--wp--preset--color--base: var(--base);
			--wp--preset--color--base-2: var(--base-2);
			--wp--preset--color--base-3: var(--base-3);
			--wp--preset--color--accent: var(--accent);
			--wp--preset--color--accent-2: var(--accent-2);
			--wp--preset--color--accent-3: var(--accent-3);
			--wp--preset--color--table-row-bg: var(--table-row-bg);
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
			--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		body .is-layout-flow>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		body .is-layout-flow>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		body .is-layout-flow>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-constrained>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		body .is-layout-constrained>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		body .is-layout-constrained>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
			max-width: var(--wp--style--global--content-size);
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-constrained>.alignwide {
			max-width: var(--wp--style--global--wide-size);
		}

		body .is-layout-flex {
			display: flex;
		}

		body .is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		body .is-layout-flex>* {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		body .is-layout-grid>* {
			margin: 0;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		.wp-block-navigation a:where(:not(.wp-element-button)) {
			color: inherit;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		.wp-block-pullquote {
			font-size: 1.5em;
			line-height: 1.6;
		}
	
		.generate-page-header,
		.page-header-image,
		.page-header-image-single {
			display: none
		}
        .wpforms-field-container {
            align-items: center;
        }
		body {
			background-color: #fff;
			color: var(--contrast);
		}
		.grid-container {
			max-width: 1400px;
		}

        .depo {
             text-align: center;
        }
		.wp-block-group__inner-container {
			max-width: 1400px;
			margin-left: auto;
			margin-right: auto;
		}

		:root {
			--contrast: #001053;
			--contrast-2: #1f2641;
			--contrast-3: #374563;
			--base: #f0f0f0;
			--base-2: #f7f8f9;
			--base-3: #ffffff;
			--accent: #30bced;
			--accent-2: #fcba04;
			--accent-3: #e55934;
			--table-row-bg: #F0F2FF;
		}

		:root .has-contrast-color {
			color: var(--contrast);
		}

		:root .has-contrast-background-color {
			background-color: var(--contrast);
		}

		:root .has-contrast-2-color {
			color: var(--contrast-2);
		}

		:root .has-contrast-2-background-color {
			background-color: var(--contrast-2);
		}

		:root .has-contrast-3-color {
			color: var(--contrast-3);
		}

		:root .has-contrast-3-background-color {
			background-color: var(--contrast-3);
		}

		:root .has-base-color {
			color: var(--base);
		}

		:root .has-base-background-color {
			background-color: var(--base);
		}

		:root .has-base-2-color {
			color: var(--base-2);
		}

		:root .has-base-2-background-color {
			background-color: var(--base-2);
		}

		:root .has-base-3-color {
			color: var(--base-3);
		}

		:root .has-base-3-background-color {
			background-color: var(--base-3);
		}

		:root .has-accent-color {
			color: var(--accent);
		}

		:root .has-accent-background-color {
			background-color: var(--accent);
		}

		:root .has-accent-2-color {
			color: var(--accent-2);
		}

		:root .has-accent-2-background-color {
			background-color: var(--accent-2);
		}

		:root .has-accent-3-color {
			color: var(--accent-3);
		}

		:root .has-accent-3-background-color {
			background-color: var(--accent-3);
		}

		:root .has-table-row-bg-color {
			color: var(--table-row-bg);
		}

		:root .has-table-row-bg-background-color {
			background-color: var(--table-row-bg);
		}

		body,
		button,
		input,
		select,
		textarea {
			font-family: Montserrat, sans-serif;
			font-size: 18px;
		}

		body {
			line-height: 1.4em;
		}

		button:not(.menu-toggle),
		html input[type="button"],
		input[type="reset"],
		input[type="submit"],
		.button,
		.wp-block-button .wp-block-button__link {
			font-weight: 600;
		}

		.site-info {
			font-size: 14px;
		}

		h1 {
			font-family: Montserrat, sans-serif;
			font-weight: 700;
			font-size: 60px;
			line-height: 1.2;
		}

		@media (max-width:768px) {
			h1 {
				font-size: 44px;
			}
		}

		h2 {
			font-family: Montserrat, sans-serif;
			font-weight: 700;
			font-size: 35px;
		}

		@media (max-width:768px) {
			h2 {
				font-size: 27px;
			}
		}

		h3 {
			font-family: Montserrat, sans-serif;
			font-weight: 700;
			font-size: 29px;
		}

		@media (max-width:768px) {
			h3 {
				font-size: 24px;
			}
		}

		h4 {
			font-family: Montserrat, sans-serif;
			font-weight: 700;
			font-size: 24px;
			line-height: 1.2;
		}

		@media (max-width:768px) {
			h4 {
				font-size: 22px;
			}
		}

		h5 {
			font-family: Quicksand;
			font-weight: 700;
			font-size: 20px;
			line-height: 1.2;
		}

		@media (max-width:768px) {
			h5 {
				font-size: 19px;
			}
		}

		h6 {
			font-family: Quicksand;
			font-weight: 700;
			font-size: 18px;
			line-height: 1.2;
		}

		
		input[type="text"],
		input[type="email"],
		input[type="url"],
		input[type="password"],
		input[type="search"],
		input[type="tel"],
		input[type="number"],
		textarea,
		select {
			color: var(--contrast);
			background-color: var(--base-2);
			border-color: var(--base);
			width: 100%;
		}

		input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="url"]:focus,
		input[type="password"]:focus,
		input[type="search"]:focus,
		input[type="tel"]:focus,
		input[type="number"]:focus,
		textarea:focus,
		select:focus {
			color: var(--contrast);
			background-color: var(--base-2);
			border-color: var(--contrast-3);
		}

		button,
		html input[type="button"],
		input[type="reset"],
		input[type="submit"],
		a.button,
		a.wp-block-button__link:not(.has-background) {
			color: var(--base-3);
			background-color: #4760B5;
		}

		button:hover,
		html input[type="button"]:hover,
		input[type="reset"]:hover,
		input[type="submit"]:hover,
		a.button:hover,
		button:focus,
		html input[type="button"]:focus,
		input[type="reset"]:focus,
		input[type="submit"]:focus,
		a.button:focus,
		a.wp-block-button__link:not(.has-background):active,
		a.wp-block-button__link:not(.has-background):focus,
		a.wp-block-button__link:not(.has-background):hover {
			color: var(--contrast);
			background-color: var(--accent);
		}

		a.generate-back-to-top {
			background-color: rgba(0, 0, 0, 0.4);
			color: #ffffff;
		}

		a.generate-back-to-top:hover,
		a.generate-back-to-top:focus {
			background-color: rgba(0, 0, 0, 0.6);
			color: #ffffff;
		}

		:root {
			--gp-search-modal-bg-color: var(--base-3);
			--gp-search-modal-text-color: var(--contrast);
			--gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.2);
		}

		.stk-c4c25d5 {
			height: 120px !important
		}

		.stk-7000618 {
			box-shadow: none !important
		}

		.stk-e2adc1c .stk-block-call-to-action__content {
			min-height: 176px !important;
			max-width: 1180px !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-right: auto !important;
			margin-left: auto !important
		}

		.stk-542ba15-container {
			max-width: 565px !important
		}

		.stk-7136c47-container,
		.stk-5998748-container,
		.stk-90d92d5-container {
			margin-top: 0px !important;
			margin-right: 0px !important;
			margin-bottom: 0px !important;
			margin-left: 0px !important
		}

		.stk-6393215 {
			margin-top: 20px !important
		}

		:is(.stk-e5a295f, .stk-6393215, .stk-5b066f7, .stk-0fd1bfe) .stk-block-text__text {
			font-size: 18px !important;
			color: var(--base-3) !important
		}

		.stk-e5a295f,
		.stk-5b066f7 {
			padding-bottom: 60px !important
		}

		.stk-dacefdf.stk-block-call-to-action,
		.stk-e2adc1c.stk-block-call-to-action {
			padding: 0 !important
		}

		.stk-dacefdf .stk-block-call-to-action__content {
			min-height: 176px !important;
			max-width: 565px !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-right: auto !important;
			margin-left: auto !important
		}

		.stk-dacefdf,
		.stk-e2adc1c {
			overflow: hidden !important;
			min-height: 154px !important;
			align-items: center !important;
			max-width: 1103px !important;
			padding-top: 44px !important;
			padding-right: 44px !important;
			padding-bottom: 44px !important;
			padding-left: 44px !important;
			margin-top: 0px !important;
			margin-right: auto !important;
			margin-left: auto !important;
			display: flex !important
		}

		.stk-7000618-container {
			margin-top: 0px !important;
			margin-right: 0px !important;
			margin-bottom: 0px !important;
			margin-left: 0px !important;
			max-width: 565px !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important
		}

		.stk-f269f34 {
			align-items: center !important;
			max-width: 1400px !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-right: auto !important;
			margin-left: auto !important;
			display: flex !important
		}

		.stk-50b9d35-column {
			max-width: 1204px !important;
			--stk-columns-spacing: 0px !important;
			--stk-column-gap: 74px !important;
			justify-content: center !important
		}

		.stk-50b9d35 {
			align-items: center !important;
			max-width: 1204px !important;
			padding-bottom: 75px !important;
			margin-bottom: 0px !important;
			display: flex !important
		}

		:is(.stk-f257aeb, .stk-7406ff7, .stk-2855835, .stk-dbffe70, .stk-128fa28) .stk-block-heading__text {
			font-size: 20px !important;
			color: var(--base-3) !important;
			font-weight: 700 !important;
			text-transform: uppercase !important;
			font-family: "Montserrat", Sans-serif !important
		}

		.stk-f257aeb,
		.stk-7406ff7 {
			margin-bottom: 15px !important
		}

		.stk-6ab18d6 .stk-block-heading__text {
			font-size: 30px !important
		}

		.stk-ceb9767 .stk-block-call-to-action__content {
			max-width: 685px !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-right: auto !important;
			margin-left: auto !important
		}

		.stk-ceb9767 {
			background-color: #c9d6fc !important;
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.8) !important;
			min-height: 632px !important;
			align-items: center !important;
			padding-top: 40px !important;
			padding-right: 55px !important;
			padding-bottom: 70px !important;
			padding-left: 55px !important;
			margin-right: auto !important;
			margin-left: auto !important;
			display: flex !important
		}

		.stk-ceb9767-inner-blocks {
			align-items: center !important;
			justify-content: flex-start !important
		}

		.stk-6ad027e {
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			border-style: solid !important;
			border-color: #c9d6fc !important;
			border-top-width: 2px !important;
			border-right-width: 2px !important;
			border-bottom-width: 2px !important;
			border-left-width: 2px !important;
			min-height: 632px !important
		}

		.stk-d57f7a2,
		.stk-f6c57e6 {
			background-color: #c9d6fc !important;
			padding-top: 0px !important;
			padding-bottom: 0px !important;
			margin-bottom: 0px !important
		}

		.stk-0fd1bfe {
			margin-top: 0px !important
		}

		.stk-92a9161,
		.stk-a9e9fc1 {
			align-items: center !important;
			margin-bottom: 40px !important;
			display: flex !important
		}

		.stk-c3222e4,
		.stk-d227480 {
			background-color: #c9d6fc !important;
			padding-top: 0px !important;
			margin-bottom: 36px !important
		}

		.stk-a9e9fc1 .stk-block-heading__text {
			font-size: 42px !important;
			font-weight: 700 !important;
			font-family: "Poppins", Sans-serif !important
		}

		.stk-90d92d5 {
			border-top-left-radius: 0px !important;
			border-top-right-radius: 0px !important;
			border-bottom-right-radius: 0px !important;
			border-bottom-left-radius: 0px !important;
			overflow: hidden !important
		}

		:is(.stk-2ad624d, .stk-6662eb6, .stk-93e3903, .stk-0a2f8ca, .stk-d0d3067, .stk-e3ccecd, .stk-1bc4be1, .stk-0f8af82, .stk-57cb307, .stk-011b897, .stk-eccca33, .stk-2e490cd) .stk-block-text__text {
			font-size: 18px !important;
			font-weight: 500 !important
		}

		.stk-253093b {
			padding-top: 10px !important;
			padding-bottom: 10px !important
		}

		.stk-253093b-container {
			margin-top: 0px !important;
			margin-right: 0px !important;
			margin-bottom: 0px !important;
			margin-left: 0px !important;
			max-width: 570px !important
		}

		:is(.stk-bd89c54, .stk-8af53e3, .stk-2008f94, .stk-ec99fe2, .stk-bdf39d9, .stk-a221ab6) .stk-block-text__text {
			font-size: 20px !important;
			line-height: 1.4em !important;
			font-weight: 700 !important
		}

		:is(.stk-027adec, .stk-46419b2, .stk-240def0, .stk-24f0664, .stk-8ff66f3, .stk-a2d135d, .stk-9c94aa0, .stk-7b87b51, .stk-f7ae4a4, .stk-6627cbb, .stk-3e3c9d9, .stk-7b52cc9) .stk-img-wrapper {
			width: 40px !important
		}

		.stk-027adec,
		.stk-46419b2,
		.stk-240def0,
		.stk-24f0664,
		.stk-8ff66f3,
		.stk-a2d135d,
		.stk-9c94aa0,
		.stk-7b87b51,
		.stk-f7ae4a4,
		.stk-6627cbb,
		.stk-3e3c9d9,
		.stk-7b52cc9 {
			margin-right: 25px !important;
			margin-bottom: 0px !important
		}

		.stk-5998748 {
			border-top-left-radius: 0px !important;
			border-top-right-radius: 0px !important;
			border-bottom-right-radius: 0px !important;
			border-bottom-left-radius: 0px !important;
			overflow: hidden !important;
			border-style: solid !important;
			border-color: #c9d6fc !important;
			border-top-width: 0px !important;
			border-right-width: 2px !important;
			border-bottom-width: 0px !important;
			border-left-width: 0px !important;
			padding-top: 10px !important;
			padding-bottom: 10px !important
		}

		.stk-5f6a05f-column {
			justify-content: space-between !important
		}

		.stk-94f80b3 {
			border-top-left-radius: 12px !important;
			border-top-right-radius: 12px !important;
			border-bottom-right-radius: 12px !important;
			border-bottom-left-radius: 12px !important;
			overflow: hidden !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-bottom: 45px !important
		}

		.stk-92a9161 .stk-block-heading__text {
			font-size: 40px !important;
			font-weight: 700 !important;
			font-family: "Poppins", Sans-serif !important
		}

		.stk-c799a64 {
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-bottom: 45px !important
		}

		:is(.stk-6cb7b5f, .stk-4ea64f9, .stk-09309b9, .stk-6e3f54c, .stk-07ac045) .stk--svg-wrapper .stk--inner-svg svg:last-child,
		:is(.stk-6cb7b5f, .stk-4ea64f9, .stk-09309b9, .stk-6e3f54c, .stk-07ac045) .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g, path, rect, polygon, ellipse) {
			fill: var(--contrast) !important
		}

		:is(.stk-737e293, .stk-9182eb8, .stk-ca8c77c, .stk-335b744, .stk-e051e36, .stk-4f5200a) .stk-block-text__text {
			color: var(--contrast) !important
		}

		.stk-47ddbd6-container,
		.stk-f33fbda-container,
		.stk-0ec892d-container,
		.stk-57cbd93-container,
		.stk-2e6a7a5-container,
		.stk-2ab8b84-container {
			padding-top: 0px !important;
			padding-bottom: 8px !important
		}

		.stk-0eef09c .stk--svg-wrapper .stk--inner-svg svg:last-child,
		.stk-0eef09c .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g, path, rect, polygon, ellipse) {
			fill: var(--contrast-3) !important
		}

		:is(.stk-3af2851, .stk-1f03a6f, .stk-38deae8, .stk-a9cdc80, .stk-0f01458, .stk-2ccb426) .stk-block-heading__text {
			font-size: 20px !important;
			color: var(--contrast) !important;
			line-height: 1.4em !important;
			font-weight: 700 !important;
			text-transform: capitalize !important;
			font-family: "Montserrat", Sans-serif !important
		}

		.stk-83886cf,
		.stk-9ffb990,
		.stk-ce616d2,
		.stk-ce15fc4,
		.stk-86f26cc,
		.stk-95c9b63 {
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			border-style: solid !important;
			border-color: #c9d6fc !important;
			border-top-width: 2px !important;
			border-right-width: 2px !important;
			border-bottom-width: 2px !important;
			border-left-width: 2px !important;
			padding-top: 19px !important;
			padding-right: 30px !important;
			padding-bottom: 19px !important;
			padding-left: 30px !important
		}

		.stk-cb409fc,
		.stk-7831f58,
		.stk-9c35897,
		.stk-3689216 {
			border-top-left-radius: 12px !important;
			border-top-right-radius: 12px !important;
			border-bottom-right-radius: 12px !important;
			border-bottom-left-radius: 12px !important;
			overflow: hidden !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-bottom: 30px !important
		}

		.stk-3a1ca16-column {
			--stk-columns-spacing: 0px !important;
			--stk-column-gap: 40px !important
		}

		.stk-3a1ca16 {
			min-height: 0px !important;
			align-items: center !important;
			display: flex !important
		}

		:is(.stk-c3222e4, .stk-d57f7a2, .stk-d227480, .stk-f6c57e6) .stk-block-text__text {
			font-size: 18px !important;
			color: var(--contrast) !important;
			line-height: 25.2px !important;
			font-weight: 500 !important;
			font-family: "Montserrat", Sans-serif !important
		}

		:is(.stk-12b3512, .stk-7f292db, .stk-8f05b7b, .stk-c58431d) .stk-block-heading__text {
			font-size: 30px !important;
			line-height: 36px !important;
			font-weight: 700 !important;
			text-transform: uppercase !important;
			font-family: "Montserrat", Sans-serif !important
		}

		.stk-43e0264 {
			height: 21px !important
		}

		.stk-61b80e7-inner-blocks {
			justify-content: center !important
		}

		.stk-c918ed9-container,
		.stk-d0018f6-container {
			background-color: var(--base-3) !important;
			box-shadow: none !important
		}

		.stk-c918ed9 {
			background-color: var(--base-3) !important;
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			box-shadow: none !important;
			border-style: solid !important;
			border-color: #c9d6fc !important;
			border-top-width: 2px !important;
			border-right-width: 2px !important;
			border-bottom-width: 2px !important;
			border-left-width: 2px !important;
			min-height: 140px !important;
			align-items: center !important;
			max-width: 1050px !important;
			padding-top: 45px !important;
			padding-right: 40px !important;
			padding-bottom: 50px !important;
			padding-left: 40px !important;
			margin-top: -240px !important;
			margin-right: auto !important;
			margin-left: auto !important;
			display: flex !important
		}

		.stk-c918ed9-inner-blocks,
		.stk-d0018f6-inner-blocks {
			align-items: flex-start !important;
			justify-content: center !important
		}

		.stk-358cb5a .stk-block-heading__top-line {
			width: 0px !important;
			background-color: var(--contrast) !important
		}

		.stk-358cb5a .stk-block-heading__text {
			font-size: 40px !important;
			color: var(--base-3) !important;
			font-family: "Montserrat", Sans-serif !important
		}

		.stk-358cb5a {
			margin-bottom: 30px !important
		}

		.stk-61b80e7 .stk-block-hero__content {
			min-height: 500px !important;
			max-width: 1114px !important
		}

		.stk-61b80e7:before,
		.stk-61b80e7-container,
		.stk-61b80e7-container:before,
		.stk-e2adc1c-container,
		.stk-e2adc1c-container:before {
			background-color: #1a4191 !important
		}

		.stk-61b80e7 {
			background-color: #1a4191 !important;
			padding-right: 0px !important;
			padding-left: 0px !important
		}

		.stk-f5e54b4 {
			height: 100px !important
		}

		.stk-e38b102,
		.stk-c60033a,
		.stk-3612cdb .stk-block-call-to-action__content {
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important
		}

		.stk-96546d3 {
			padding-right: 0px !important;
			padding-left: 0px !important
		}

		.stk-78d0080 {
			padding-right: 15px !important;
			padding-left: 15px !important
		}

		.stk-e11a9aa:before,
		.stk-c918ed9:before,
		.stk-c918ed9-container:before,
		.stk-d0018f6:before,
		.stk-d0018f6-container:before {
			background-color: var(--base-3) !important
		}

		.stk-e11a9aa {
			align-self: flex-start !important;
			background-color: var(--base-3) !important;
			padding-top: 35px !important;
			padding-right: 0px !important;
			padding-bottom: 48px !important;
			padding-left: 0px !important
		}

		.stk-e11a9aa-container {
			margin-top: 0px !important;
			margin-right: 0px !important;
			margin-bottom: 0px !important;
			margin-left: 0px !important;
			max-width: 387px !important
		}

		.stk-0852694 {
			align-items: center !important;
			display: flex !important
		}

		.stk-0852694-inner-blocks {
			align-items: flex-end !important
		}

		.stk-0852694-container {
			margin-top: 0px !important;
			margin-right: 0px !important;
			margin-bottom: 0px !important;
			margin-left: 0px !important;
			max-width: 643px !important
		}

		.stk-fe9e0d3-column {
			max-width: 1050px !important;
			margin-right: auto !important;
			margin-left: auto !important;
			--stk-columns-spacing: 0px !important;
			--stk-column-gap: 20px !important;
			row-gap: 0px !important;
			justify-content: space-between !important
		}

		.stk-fe9e0d3 {
			max-width: 1050px !important;
			margin-right: 0px !important;
			margin-left: 0px !important
		}

		:is(.stk-c918ed9, .stk-d0018f6) .stk-block-call-to-action__content {
			min-height: 176px !important;
			max-width: 1050px !important;
			padding-top: 0px !important;
			padding-right: 0px !important;
			padding-bottom: 0px !important;
			padding-left: 0px !important;
			margin-right: auto !important;
			margin-left: auto !important
		}

		.stk-d3a299a {
			max-width: 970px !important
		}

		.stk-d3a299a-column {
			--stk-columns-spacing: 0px !important;
			--stk-column-gap: 0px !important
		}

		.stk-c8f0adf .stk-block-heading__text {
			text-transform: uppercase !important
		}

		.stk-3612cdb-container,
		.stk-ceb9767-container {
			background-color: #c9d6fc !important;
			box-shadow: none !important
		}

		.stk-3612cdb:before,
		.stk-3612cdb-container:before,
		.stk-c3222e4:before,
		.stk-d57f7a2:before,
		.stk-ceb9767:before,
		.stk-ceb9767-container:before,
		.stk-d227480:before,
		.stk-f6c57e6:before {
			background-color: #c9d6fc !important
		}

		.stk-3612cdb {
			background-color: #c9d6fc !important;
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.8) !important;
			min-height: 632px !important;
			align-items: center !important;
			padding-top: 40px !important;
			padding-right: 80px !important;
			padding-bottom: 70px !important;
			padding-left: 80px !important;
			margin-right: auto !important;
			margin-left: auto !important;
			display: flex !important
		}

		.stk-69fc2c7-inner-blocks,
		.stk-3612cdb-inner-blocks,
		.stk-6ad027e-inner-blocks,
		.stk-dacefdf-inner-blocks,
		.stk-e2adc1c-inner-blocks {
			align-items: center !important;
			justify-content: center !important
		}

		.stk-69fc2c7 {
			align-self: center !important;
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			border-style: solid !important;
			border-color: #c9d6fc !important;
			border-top-width: 2px !important;
			border-right-width: 2px !important;
			border-bottom-width: 2px !important;
			border-left-width: 2px !important
		}

		.stk-69fc2c7-container,
		.stk-6ad027e-container {
			margin-top: 0px !important;
			margin-right: auto !important;
			margin-bottom: 0px !important;
			margin-left: auto !important;
			max-width: 685px !important
		}

		.stk-d75b5ef-column {
			max-width: 1400px !important;
			--stk-column-gap: 30px !important
		}

		.stk-d75b5ef,
		.stk-5f6a05f,
		.stk-bd89c54,
		.stk-8af53e3,
		.stk-2008f94,
		.stk-ec99fe2,
		.stk-bdf39d9,
		.stk-a221ab6,
		.stk-2ad624d,
		.stk-6662eb6,
		.stk-93e3903,
		.stk-0a2f8ca,
		.stk-d0d3067,
		.stk-e3ccecd,
		.stk-81a2510,
		.stk-ab23077,
		.stk-1bc4be1,
		.stk-c95b3d9,
		.stk-0f8af82,
		.stk-8ec0ce1,
		.stk-57cb307,
		.stk-974b57a,
		.stk-011b897,
		.stk-c60e9d8,
		.stk-eccca33,
		.stk-9caa80a,
		.stk-2e490cd {
			margin-bottom: 0px !important
		}

		.stk-d75b5ef .stk--block-align-d75b5ef,
		.stk-50b9d35 .stk--block-align-50b9d35 {
			align-items: center !important
		}

		.stk-ebc27c6,
		.stk-3b0b9de {
			margin-bottom: 12px !important
		}

		.stk-1534133-column,
		.stk-f269f34-column {
			--stk-columns-spacing: 0px !important
		}

		.stk-9615b29,
		.stk-b7a30a4,
		.stk-3487e51,
		.stk-6c8d1cb {
			align-self: center !important
		}

		.stk-d0018f6 {
			background-color: var(--base-3) !important;
			border-top-left-radius: 24px !important;
			border-top-right-radius: 24px !important;
			border-bottom-right-radius: 24px !important;
			border-bottom-left-radius: 24px !important;
			overflow: hidden !important;
			box-shadow: none !important;
			border-style: solid !important;
			border-color: #c9d6fc !important;
			border-top-width: 2px !important;
			border-right-width: 2px !important;
			border-bottom-width: 2px !important;
			border-left-width: 2px !important;
			min-height: 140px !important;
			align-items: center !important;
			max-width: 1050px !important;
			padding-top: 45px !important;
			padding-right: 40px !important;
			padding-bottom: 50px !important;
			padding-left: 40px !important;
			margin-top: 0px !important;
			margin-right: auto !important;
			margin-bottom: 59px !important;
			margin-left: auto !important;
			display: flex !important
		}

		:is(.stk-3aee1bd, .stk-95fed28) .stk-img-wrapper img {
			object-fit: fill !important
		}

		:is(.stk-3aee1bd, .stk-95fed28) .stk-img-wrapper {
			width: 231px !important
		}

		.stk-3aee1bd,
		.stk-95fed28 {
			max-width: 231px !important
		}

		.stk-b7a30a4-inner-blocks {
			align-items: flex-start !important
		}

		.stk-b7a30a4-container,
		.stk-6c8d1cb-container {
			margin-top: 0px !important;
			margin-right: 0px !important;
			margin-bottom: 0px !important;
			margin-left: 0px !important;
			max-width: 231px !important
		}

		.stk-56957f2 .stk-block-heading__text {
			font-size: 30px !important;
			text-transform: uppercase !important
		}

		.stk-56957f2,
		.stk-c8f0adf,
		.stk-12b3512,
		.stk-7f292db,
		.stk-8f05b7b,
		.stk-c58431d,
		.stk-6ab18d6,
		.stk-2855835,
		.stk-dbffe70,
		.stk-128fa28 {
			margin-bottom: 20px !important
		}

		.stk-9615b29-container,
		.stk-3487e51-container {
			min-height: 15px !important;
			max-width: 684px !important;
			margin-right: auto !important;
			margin-left: 0px !important
		}

		:is(.stk-ab23077, .stk-c95b3d9, .stk-8ec0ce1, .stk-974b57a, .stk-c60e9d8, .stk-9caa80a) .stk-block-text__text {
			font-size: 18px !important;
			line-height: 1.4em !important;
			font-weight: 700 !important
		}

		.stk-61b80e7:hover,
		.stk-61b80e7:hover:before {
			background-color: #1a4191 !important
		}

		@media screen and (min-width:768px) {
			.stk-0852694 {
				flex: 1 1 calc(70% - var(--stk-column-gap, 0px) * 1 / 2) !important
			}

			.stk-e11a9aa {
				flex: 1 1 calc(30% - var(--stk-column-gap, 0px) * 1 / 2) !important
			}

			.stk-9615b29,
			.stk-3487e51 {
				flex: 1 1 calc(80% - var(--stk-column-gap, 0px) * 1 / 2) !important
			}

			.stk-b7a30a4 {
				flex: 1 1 calc(20% - var(--stk-column-gap, 0px) * 1 / 2) !important
			}

			.stk-6c8d1cb {
				flex: 1 1 calc(20.000000000000004% - var(--stk-column-gap, 0px) * 1 / 2) !important
			}
		}

		@media screen and (max-width:1023px) {
			:is(.stk-358cb5a, .stk-92a9161) .stk-block-heading__text {
				font-size: 40px !important
			}

			:is(.stk-56957f2, .stk-12b3512, .stk-7f292db, .stk-8f05b7b, .stk-c58431d, .stk-6ab18d6) .stk-block-heading__text {
				font-size: 30px !important
			}

			:is(.stk-c3222e4, .stk-d57f7a2, .stk-d227480, .stk-f6c57e6, .stk-e5a295f, .stk-6393215, .stk-5b066f7, .stk-0fd1bfe, .stk-2ad624d, .stk-6662eb6, .stk-93e3903, .stk-0a2f8ca, .stk-d0d3067, .stk-e3ccecd, .stk-ab23077, .stk-1bc4be1, .stk-c95b3d9, .stk-0f8af82, .stk-8ec0ce1, .stk-57cb307, .stk-974b57a, .stk-011b897, .stk-c60e9d8, .stk-eccca33, .stk-9caa80a, .stk-2e490cd) .stk-block-text__text {
				font-size: 18px !important
			}

			:is(.stk-f257aeb, .stk-7406ff7, .stk-2855835, .stk-dbffe70, .stk-128fa28, .stk-3af2851, .stk-1f03a6f, .stk-38deae8, .stk-a9cdc80, .stk-0f01458, .stk-2ccb426) .stk-block-heading__text,
			:is(.stk-bd89c54, .stk-8af53e3, .stk-2008f94, .stk-ec99fe2, .stk-bdf39d9, .stk-a221ab6) .stk-block-text__text {
				font-size: 20px !important
			}

			.stk-a9e9fc1 .stk-block-heading__text {
				font-size: 42px !important
			}
		}

		@media screen and (max-width:767px) {
			.stk-c4c25d5 {
				height: 30px !important
			}

			.stk-43e0264 {
				height: 10px !important
			}

			.stk-fe9e0d3-column {
				justify-content: center !important
			}

			.stk-e11a9aa {
				align-self: center !important;
				margin-top: 15px !important
			}

			.stk-e11a9aa-inner-blocks {
				align-items: center !important
			}

			.stk-f5e54b4 {
				height: 0px !important
			}

			:is(.stk-358cb5a, .stk-56957f2, .stk-c8f0adf, .stk-12b3512, .stk-7f292db, .stk-8f05b7b, .stk-c58431d, .stk-6ab18d6, .stk-92a9161, .stk-a9e9fc1) .stk-block-heading__text {
				font-size: 24px !important
			}

			.stk-c918ed9 {
				padding-right: 15px !important;
				padding-left: 15px !important;
				margin-top: -140px !important
			}

			.stk-b7a30a4,
			.stk-6c8d1cb,
			.stk-69fc2c7 {
				margin-bottom: 25px !important
			}

			.stk-d0018f6 {
				padding-top: 45px !important;
				padding-right: 15px !important;
				padding-bottom: 50px !important;
				padding-left: 15px !important
			}

			.stk-3612cdb,
			.stk-ceb9767 {
				padding-right: 15px !important;
				padding-left: 15px !important
			}

			.stk-e5a295f,
			.stk-5b066f7 {
				padding-bottom: 30px !important
			}

			.stk-6393215 {
				margin-top: 0px !important;
				margin-bottom: 46px !important
			}

			:is(.stk-3af2851, .stk-1f03a6f, .stk-38deae8, .stk-a9cdc80, .stk-0f01458, .stk-2ccb426) .stk-block-heading__text {
				font-size: 18px !important
			}
			.entry-content ul {padding: 5% ;margin: revert;}
		}
		/* End GeneratePress Site CSS */
		/* GeneratePress Site CSS */
		/* GeneratePress Site CSS */
		div.wpforms-container-full .wpforms-form .wpforms-error-container {
			display: none;
		}

	
		/* Buttons */
		.form-submit .submit {
			padding: 16px 34px;
			border-radius: 9999px;
		}

		.wp-block-stackable-column {
			border-radius: 24px;
		}

		.wpcf7 input {
			border-radius: 8px;
			width: 100%;
		}

		.wpforms-container .wpforms-field {
			padding: 0 0 1.5em;
		}

		div.wpforms-container-full.wpf-custom-css {
			margin: 0 0 15px 0;
			text-align: center;
		}

		.wpforms-container input.wpforms-field-medium,
		.wpforms-container select.wpforms-field-medium,
		.wpforms-container .wpforms-field-row.wpforms-field-medium {
			max-width: 100%;
		}

		.wpf-custom-css .wpforms-submit-container {
			margin-top: 0 !important;
			padding-top: 0 !important;
		}

		div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
		div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
		div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
			background-color: #1b1263;
			width: 100%;
		}

		div.wpforms-container-full input[type=submit]:hover,
		div.wpforms-container-full input[type=submit]:active,
		div.wpforms-container-full button[type=submit]:hover,
		div.wpforms-container-full button[type=submit]:active,
		div.wpforms-container-full .wpforms-page-button:hover,
		div.wpforms-container-full .wpforms-page-button:active {
			color: #f4f4f4;
			width: 100%;
			background-color: #23177c;
			
		}

		

		body {
			min-height: 100vh;
			display: flex;
			flex-direction: column;
		}

		.container.grid-container {
			width: 100%;
		}
		.inner-column-first-form .wpforms-container .wpforms-field {
			padding-bottom: 10px;
		}

		.hero-blcok-custom-css p {
			margin-bottom: 15px !important;
		}

		.hero-blcok-custom-css p:last-child {
			margin-bottom: 60px !important;
		}

		.call-container p {
			margin-bottom: 12px;
		}

		.wpf-custom-css-submit {
			font-size: 14px !important;
			line-height: 16.8px !important;
			height: 44px !important;
		}

		
		div.wpforms-container-full input,
		div.wpforms-container-full select {
			height: 50px;
		}

		.wpforms-field:has(> input.wpforms-valid):after {
			content: url('./index_files/success_check.svg');
			width: 20px;
			height: 20px;
			position: absolute;
			top: 15px;
			right: 15px;
		}

		#wpforms-form-1623 .wpforms-field:has(> input.wpforms-valid):after {
			content: url('./index_files/success_check.svg');
			width: 20px;
			height: 20px;
			position: absolute;
			top: 50px;
			right: 15px;
		}

		.mobile-1050 {
			display: none;
		}

		.desktop-1050 img,
		.mobile-1050 img {
			border-radius: 0;
		}

		@media (max-width:1050px) {
			.desktop-1050 {
				display: none;
			}

			.mobile-1050 {
				display: block;
			}
		
			.login-form-second-group .wpforms-field {
				padding-bottom: 10px;
			}

			.login-form-second-group .wpforms-field-layout {
				padding-bottom: 0px;
			}
		}

		@media (max-width: 768px) {
			.site-main .paragraph-block .wp-block-group__inner-container {
				/*padding: 40px 30px 120px 30px;*/
				padding: 0;
			}

			.separate-containers .inside-article,
			.separate-containers .comments-area,
			.separate-containers .page-header,
			.separate-containers .paging-navigation,
			.one-container .site-content,
			.inside-page-header {
				padding-bottom: 40px;
			}

			.login-form {
				padding-top: 0 !important;
			}
		}

		.wp-elements-e6177201995dc828d8077c679bb806ca {
			line-height: 1.4em !important;
		}
		:root {
			--wpforms-field-border-radius: 3px;
			--wpforms-field-background-color: #ffffff;
			--wpforms-field-border-color: rgba(0, 0, 0, 0.25);
			--wpforms-field-text-color: rgba(0, 0, 0, 0.7);
			--wpforms-label-color: rgba(0, 0, 0, 0.85);
			--wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
			--wpforms-label-error-color: #d63637;
			--wpforms-button-border-radius: 3px;
			--wpforms-button-background-color: #066aab;
			--wpforms-button-text-color: #ffffff;
			--wpforms-field-size-input-height: 43px;
			--wpforms-field-size-input-spacing: 15px;
			--wpforms-field-size-font-size: 16px;
			--wpforms-field-size-line-height: 19px;
			--wpforms-field-size-padding-h: 14px;
			--wpforms-field-size-checkbox-size: 16px;
			--wpforms-field-size-sublabel-spacing: 5px;
			--wpforms-field-size-icon-size: 1;
			--wpforms-label-size-font-size: 16px;
			--wpforms-label-size-line-height: 19px;
			--wpforms-label-size-sublabel-font-size: 14px;
			--wpforms-label-size-sublabel-line-height: 17px;
			--wpforms-button-size-font-size: 17px;
			--wpforms-button-size-height: 41px;
			--wpforms-button-size-padding-h: 15px;
			--wpforms-button-size-margin-top: 10px;

		}
	
		html {
			scroll-behavior: smooth;
		}

		.iti {
			width: 100%;
			/*font-size: 16px !important;*/
		}

		.iti__country-name {
			color: black !important;
		}

		.iti__selected-dial-code {
			color: black;
		}

		button[type=submit]:disabled {
			background-image: linear-gradient(0deg, #8f8f8f, #6d6d6d) !important;
			background-color: linear-gradient(0deg, #8f8f8f, #6d6d6d) !important;
			border: none !important;
		}
