.elementor-kit-2073{--e-global-color-primary:#16171A;--e-global-color-secondary:#85858F;--e-global-color-text:#16171A;--e-global-color-accent:#7B19DD;--e-global-color-20b922a:#03FFA1;--e-global-color-fe63757:#DAD9E5;--e-global-color-d509439:#FFFFFF;--e-global-color-66c624a:#F4F4FA;--e-global-color-d0bc573:#2D2E31;--e-global-color-1065a68:#FF6753;--e-global-typography-2ced4dd-font-family:"Gilroy";--e-global-typography-2ced4dd-font-size:1.4rem;--e-global-typography-2ced4dd-font-weight:600;--e-global-typography-2ced4dd-line-height:125%;--e-global-typography-2ced4dd-letter-spacing:-0.5px;--e-global-typography-836806a-font-family:"Gilroy";--e-global-typography-836806a-font-size:2.66rem;--e-global-typography-836806a-font-weight:600;--e-global-typography-836806a-line-height:125%;--e-global-typography-836806a-letter-spacing:-1.5px;--e-global-typography-25204f1-font-family:"Gilroy";--e-global-typography-25204f1-font-size:4rem;--e-global-typography-25204f1-font-weight:600;--e-global-typography-25204f1-line-height:100%;--e-global-typography-25204f1-letter-spacing:-2px;--e-global-typography-3a35bc3-font-family:"Gilroy";--e-global-typography-3a35bc3-font-size:8rem;--e-global-typography-3a35bc3-font-weight:600;--e-global-typography-3a35bc3-line-height:100%;--e-global-typography-3a35bc3-letter-spacing:-5.5px;color:var( --e-global-color-primary );font-family:"Gilroy", Sans-serif;font-size:18px;font-weight:600;line-height:140%;--e-page-transition-entrance-animation:e-page-transition-slide-out-right;--e-page-transition-exit-animation:e-page-transition-slide-in-left;--e-page-transition-animation-duration:400ms;--e-preloader-animation-duration:400ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:48px;}.elementor-kit-2073 button,.elementor-kit-2073 input[type="button"],.elementor-kit-2073 input[type="submit"],.elementor-kit-2073 .elementor-button{background-color:var( --e-global-color-accent );font-size:16px;border-radius:64px 64px 64px 64px;padding:18px 24px 16px 24px;}.elementor-kit-2073 button:hover,.elementor-kit-2073 button:focus,.elementor-kit-2073 input[type="button"]:hover,.elementor-kit-2073 input[type="button"]:focus,.elementor-kit-2073 input[type="submit"]:hover,.elementor-kit-2073 input[type="submit"]:focus,.elementor-kit-2073 .elementor-button:hover,.elementor-kit-2073 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-2073 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-2073 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-kit-2073{--e-global-typography-3a35bc3-font-size:6.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:600px){.elementor-kit-2073{--e-global-typography-2ced4dd-font-size:1.33rem;--e-global-typography-836806a-font-size:1.66rem;--e-global-typography-836806a-letter-spacing:-1px;--e-global-typography-25204f1-font-size:2.33rem;--e-global-typography-25204f1-line-height:110%;--e-global-typography-25204f1-letter-spacing:-1.4px;--e-global-typography-3a35bc3-font-size:3.8rem;--e-global-typography-3a35bc3-letter-spacing:-3px;letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
margin-bottom: 0;
}

/*LINK_DEFAULT*/
.link-default a {
  position: relative;
  text-decoration: none;
}

.link-default a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* Adjust the thickness of the underline */
  bottom: 0;
  left: 0;
  background-color: var( --e-global-color-primary ); /* Adjust the color of the underline */
 transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.link-default a:hover:after {
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-in;
}


/*LINK_HOVER*/
.link-hover a {
  position: relative;
  text-decoration: none;
}

.link-hover a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* Adjust the thickness of the underline */
  bottom: 0;
  left: 0;
  background-color: var( --e-global-color-accent ); /* Adjust the color of the underline */
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
}

.link-hover a:hover:after {
  transform: scaleX(1);
  transition: transform 0.25s ease-in;
}

.link-hover a:not(:hover):after {
    transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://devydesign.com/wp-content/uploads/2023/12/Gilroy-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://devydesign.com/wp-content/uploads/2023/12/Gilroy-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */