.elementor-kit-9{--e-global-color-primary:#738678;--e-global-color-secondary:#181C22;--e-global-color-text:#ECECEC;--e-global-color-accent:#61CE70;--e-global-color-f7847af:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Merriweather";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Merriweather", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 p{margin-block-end:0px;}.elementor-kit-9 h1{color:#E6EFF6;}.elementor-kit-9 h2{color:#E6EFF6;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:50px;--container-default-padding-bottom:0px;--container-default-padding-left:50px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:1200px){.e-con{--container-default-padding-top:0px;--container-default-padding-right:25px;--container-default-padding-bottom:0px;--container-default-padding-left:25px;}}@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 */*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.secondary-button a {
height: 50px;
align-items: center;
display: flex;
padding: 0 30px !important;
border: 1px solid #ECECEC;
background: transparent !important;
justify-content: center;
font-family: "Merriweather", Sans-serif !important;
}
.secondary-button a:hover {
  background: rgba(255,255,255,0.1) !important;
}
  .primary-button a {
height: 50px;
align-items: center;
display: flex;
padding: 0 30px !important;
background: #738678 !important;
justify-content: center;
font-family: "Merriweather", Sans-serif !important;
}
.primary-button a:hover{
  background: #5E6F62 !important;
}
  .grid-line {
  position: relative;
}

.grid-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  width: min(1281px, 100vw); /* << KEY FIX */
  height: 100%;
  
  background: repeating-linear-gradient(
      to right,
      rgba(255,255,255,0.07) 0px,
      rgba(255,255,255,0.07) 0.5px,
      transparent 0.5px,
      transparent 128px
  );
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.heading-h1 h1 { font-size: 50px !important; }
.heading-h2 h2 { font-size: 40px !important; }
.heading-h3 h3 { font-size: 30px !important; }/* End custom CSS */