.elementor-kit-7{--e-global-color-primary:#222222;--e-global-color-secondary:#FF6758;--e-global-color-text:#FFFDFA;--e-global-color-accent:#FFFFFF;--e-global-color-c9b50a0:#FFFDFA;--e-global-color-ef04678:#007E94;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.2px;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:0.2px;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.02em;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:0.2px;--e-global-typography-7afce53-font-family:"Inter Tight";--e-global-typography-7afce53-font-size:60px;--e-global-typography-7afce53-font-weight:400;--e-global-typography-7afce53-line-height:1.2em;--e-global-typography-7afce53-letter-spacing:0em;--e-global-typography-2ed9fbe-font-family:"Inter Tight";--e-global-typography-2ed9fbe-font-size:40px;--e-global-typography-2ed9fbe-font-weight:400;--e-global-typography-2ed9fbe-line-height:1.2em;--e-global-typography-2ed9fbe-letter-spacing:0px;--e-global-typography-8a2d1dc-font-family:"Inter Tight";--e-global-typography-8a2d1dc-font-size:24px;--e-global-typography-8a2d1dc-font-weight:600;--e-global-typography-8a2d1dc-line-height:1.3em;--e-global-typography-8a2d1dc-letter-spacing:0.01em;--e-global-typography-d229f07-font-family:"Inter Tight";--e-global-typography-d229f07-font-size:18px;--e-global-typography-d229f07-font-weight:600;--e-global-typography-d229f07-line-height:1.3em;--e-global-typography-d229f07-letter-spacing:0.02em;--e-global-typography-61af6d8-font-family:"Inter Tight";--e-global-typography-61af6d8-font-size:14px;--e-global-typography-61af6d8-font-weight:400;--e-global-typography-61af6d8-line-height:1.5em;--e-global-typography-61af6d8-letter-spacing:0.02em;--e-global-typography-f92237c-font-family:"Inter Tight";--e-global-typography-f92237c-font-size:15px;--e-global-typography-f92237c-font-weight:400;--e-global-typography-f92237c-letter-spacing:0em;--e-global-typography-2f3cb3c-font-family:"Inter Tight";--e-global-typography-2f3cb3c-font-size:16px;--e-global-typography-2f3cb3c-font-weight:600;--e-global-typography-2f3cb3c-text-transform:uppercase;background-color:var( --e-global-color-c9b50a0 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1024px){.elementor-kit-7{--e-global-typography-7afce53-font-size:48px;--e-global-typography-2ed9fbe-font-size:32px;--e-global-typography-2ed9fbe-line-height:1.2em;--e-global-typography-2ed9fbe-letter-spacing:0.2px;--e-global-typography-8a2d1dc-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-7afce53-font-size:32px;--e-global-typography-2ed9fbe-font-size:28px;--e-global-typography-2ed9fbe-line-height:1.2em;--e-global-typography-2ed9fbe-letter-spacing:0.1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Base Font Size */
html {
  font-size: 100%; /* Equivalent to 16px */
}

body {
  background: white;
  line-height: 1.75;
  color: #000000;
}

p {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  line-height: 1.3;
}

/* CONTAINER BOXED LAYOUT */
@media (max-width: 3840px) {
  .c-box {
    width: 55%;
  }
}
@media (max-width: 1920px) {
  .c-box {
    width: 65%;
  }
}
@media (max-width: 1600px) {
  .c-box {
    width: 74%;
  }
}
@media (max-width: 1366px) {
  .c-box {
    width: 77%;
  }
}
@media (max-width: 1200px) {
  .c-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .c-box {
    width: 90%;
  }
}

/* Padding all sides */
.pad-1 {
  padding: clamp(0.75rem, 0.6923rem + 0.2564vw, 1rem);
}
.pad-2 {
  padding: clamp(1.5rem, 1.3846rem + 0.5128vw, 2rem);
}
.pad-3 {
  padding: clamp(2rem, 1.7692rem + 1.0256vw, 3rem);
}
.pad-4 {
  padding: clamp(3rem, 2.7692rem + 1.0256vw, 4rem);
}

/* Padding Top & Bottom */
.pad-tb-1 {
  padding-top: clamp(0.5rem, 0.38458rem + 0.513vw, 1rem); 
  padding-bottom: clamp(0.5rem, 0.38458rem + 0.513vw, 1rem);
}
.pad-tb-2 {
  padding-top: clamp(1rem, 0.76915rem + 1.026vw, 2rem); 
  padding-bottom: clamp(1rem, 0.76915rem + 1.026vw, 2rem);
}
.pad-tb-3 {
  padding-top: clamp(2rem, 1.76915rem + 1.026vw, 3rem); 
  padding-bottom: clamp(2rem, 1.76915rem + 1.026vw, 3rem);
}
.pad-tb-4 {
  padding-top: clamp(3rem, 2.76915rem + 1.026vw, 4rem);
  padding-bottom: clamp(3rem, 2.76915rem + 1.026vw, 4rem);
}
.pad-tb-5 {
  padding-top: clamp(4rem, 3.76915rem + 1.026vw, 5rem);
  padding-bottom: clamp(4rem, 3.76915rem + 1.026vw, 5rem);
}
.pad-tb-6 {
  padding-top: clamp(5rem, 4.76915rem + 1.026vw, 6rem);
  padding-bottom: clamp(5rem, 4.76915rem + 1.026vw, 6rem);
}
.pad-tb-8 {
  padding-top: clamp(7rem, 6.76915rem + 1.026vw, 8rem); 
  padding-bottom: clamp(7rem, 6.76915rem + 1.026vw, 8rem);
}
.pad-tb-10 {
  padding-top: clamp(9rem, 8.76915rem + 1.026vw, 10rem); 
  padding-bottom: clamp(9rem, 8.76915rem + 1.026vw, 10rem);
}/* End custom CSS */