.elementor-kit-6{--e-global-color-primary:#2D65D8;--e-global-color-secondary:#5BB369;--e-global-color-text:#1F2937;--e-global-color-accent:#6EE7B7;--e-global-color-f1e59c0:#F3F4F6;--e-global-color-969bc7f:#FACC15;--e-global-color-35825ca:#FFFFFF;--e-global-color-cb1c58d:#F7F7F7;--e-global-color-906614d:#D1FAE5;--e-global-color-12b71b8:#ECFDF5;--e-global-color-9e0af66:#EFF6FF;--e-global-color-e71296d:#E0F2FE;--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;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#2D65D8;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:600;color:var( --e-global-color-35825ca );padding:12px 24px 12px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#5BB369;color:var( --e-global-color-35825ca );border-radius:12px 12px 12px 12px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#374151;}.elementor-kit-6 h1{color:#2D65D8;font-family:"Manrope", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-6 h5{color:#374151;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:14px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */body {
  background-color: #f3f4f6;
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}

.container {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 40px 28px;
  max-width: 480px;
  margin: 10vh auto;
  text-align: center;
}

.container h1 {
  font-size: 24px;
  color: #2d65d8;
  margin-bottom: 12px;
}

.container p {
  font-size: 16px;
  color: #374151;
  margin-bottom: 24px;
}

.container a.button {
  display: inline-block;
  background-color: #2d65d8;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.container a.button:hover {
  background-color: #5bb369;
}/* End custom CSS */