.elementor-kit-1510{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-67c75db7:#9DCA00;--e-global-color-dd4f60b:#71B230;--e-global-color-240e1894:#9CCC3A;--e-global-color-5f0822a:#1E1E1E;--e-global-color-6d4cf446:#000F2B;--e-global-color-c930de8:#000;--e-global-color-76172552:#F7F7F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#4A2C78;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.advertisement__label-heading {
  padding: 0.5rem 1.25rem;
  background-color: #83657f;
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 1.5rem;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}

.advertisement__content__heading {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}

.advertisement__content {
  padding: 1rem;
  background-color: #fff;
  color: #6d6d6d;
  font-size: 2rem;
}


/* Stretch Left */
.stretchLeft {
	animation-name: stretchLeft;
	transform-origin: 100% 0%;
}
@keyframes stretchLeft {
	0% {transform: scaleX(0)} 
	100% {transform: scaleX(1)} 
}

/* Stretch Right */
.stretchRight {
	animation-name: stretchRight;
	transform-origin: 0% 0%;
}
@keyframes stretchRight {
	0% {transform: scaleX(0)} 
	100% {transform: scaleX(1)} 
}

/* Stretch Down */
.stretchDown {
	animation-name: stretchDown;
	transform-origin: 50% 0%;
}
@keyframes stretchDown {
	0% {transform: scaleY(0)} 
	100% {transform: scaleY(1)} 
}

/* Stretch Up */
.stretchUp {
	animation-name: stretchUp;
	transform-origin: 50% 100%;
}
@keyframes stretchUp {
	0% {transform: scaleY(0)} 
	100% {transform: scaleY(1)} 
}/* End custom CSS */