.elementor-5672647 .elementor-element.elementor-element-3c4e5db{padding:20px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5672647 .elementor-element.elementor-element-ac0e52c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:400;color:var( --e-global-color-dd5df70 );}.elementor-5672647 .elementor-element.elementor-element-a04c87a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:500;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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-5672647 .elementor-element.elementor-element-4f6f1a6 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-4f6f1a6{margin-top:50px;margin-bottom:50px;}.elementor-widget-reycore-menu .reyEl-menuTitle{color:var( --e-global-color-primary );}.elementor-5672647 .elementor-element.elementor-element-3f65378{--distance:1em;}.elementor-5672647 .elementor-element.elementor-element-514bb65 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-514bb65{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-11a9261 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-11a9261{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-760c7a5 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-760c7a5{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-56e5587 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-56e5587{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-f4122d7 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-f4122d7{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-725e6ba > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-725e6ba{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-444c4c7 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-444c4c7{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-87c9c2c > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-87c9c2c{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-f6e7114 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-f6e7114{margin-top:20px;margin-bottom:20px;}.elementor-5672647 .elementor-element.elementor-element-7b25ae8 > .elementor-container{max-width:1200px;--container-max-width:1200px;}.elementor-5672647 .elementor-element.elementor-element-7b25ae8{margin-top:20px;margin-bottom:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-5672647 .elementor-element.elementor-element-3f65378 .reyEl-menu-nav .menu-item > a{padding:5px 5px 5px 5px;}}/* Start custom CSS for section, class: .elementor-element-514bb65 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-11a9261 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-760c7a5 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-56e5587 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f4122d7 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-725e6ba *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-444c4c7 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-87c9c2c *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f6e7114 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7b25ae8 *//* [1] The container */
.chip-hover-zoom {
  height: 250px; /* [1.1] Set it as per your need */
  width: 150px;
  border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px;
    text-align: right;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin: 5px auto;
}

/* [2] Transition property for smooth transformation of images */
.chip-hover-zoom  {
  transition: transform .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.chip-hover-zoom:hover  {
  transform: scale(1.22)rotate(5deg);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.55);
    z-index: 1;

}/* End custom CSS */