.elementor-kit-18{--e-global-color-primary:#5571B7;--e-global-color-secondary:#E6EAF4;--e-global-color-text:#EC2056;--e-global-color-accent:#EF4861;--e-global-color-cca8e23:#333333;--e-global-color-dabbd83:#000000;--e-global-color-701ad64:#6CBC48;--e-global-color-5a8b4cb:#B41E2E;--e-global-color-dcd4bde:#D02C39;--e-global-color-4dfb659:#F37AA2;--e-global-color-9736260:#BAD6F6;--e-global-color-43e53d3:#FFFFFF;--e-global-typography-primary-font-family:"Londrina Solid";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Londrina Solid";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Bellota";--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Bellota";--e-global-typography-accent-font-weight:700;--e-global-typography-93feca6-font-size:clamp(2.5rem, 6vw, 5.5rem);--e-global-typography-1f6f052-font-size:clamp(2rem, 5vw, 4.5rem);--e-global-typography-b5603c8-font-size:clamp(1.75rem, 4vw, 3.5rem);--e-global-typography-1cb90d5-font-size:clamp(1.5rem, 3.5vw, 3rem);--e-global-typography-12ac0db-font-size:clamp(1.25rem, 2.75vw, 2rem);--e-global-typography-a9ef914-font-size:clamp(1rem, 2.25vw, 1.5rem);--e-global-typography-3a69d6c-font-size:clamp(0.9rem, 1.2vw, 1.125rem);--e-global-typography-1847c91-font-size:clamp(0.75rem, 1vw, 0.875rem);--e-global-typography-30eb77b-font-family:"Londrina Solid";--e-global-typography-30eb77b-font-size:clamp(1rem, 2.25vw, 1.25rem);--e-global-typography-30eb77b-letter-spacing:0.5px;--e-global-typography-b0a7841-font-family:"Bellota";--e-global-typography-b0a7841-font-size:clamp(0.875rem, 2vw, 1rem);--e-global-typography-b0a7841-font-weight:900;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 h1{font-size:var( --e-global-typography-93feca6-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:1024px){.elementor-kit-18 h1{font-size:var( --e-global-typography-93feca6-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-18 h1{font-size:var( --e-global-typography-93feca6-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-1 .elementor-button {
  padding: 0.75em 2em;
  border: 2px solid #333;
  border-radius: 150px;
  background: none;
  box-shadow: 5px 5px 0 #333333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-1 .elementor-button:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #333333;
}

.btn-2 .elementor-button {
  padding: 0.75em 2em;
  border: 2px solid #333;
  border-radius: 10px;
  background: none;
  box-shadow: 5px 5px 0 #333333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-2 .elementor-button:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #333333;
}

.btn-3 .elementor-button {
  padding: 1em 1.25em;
  border: 2px solid #333;
  border-radius: 10px;
  background: none;
  box-shadow: 5px 5px 0 #333333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-3 .elementor-button:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #333333;
}

.btn-4 .elementor-button {
  padding: 0.75em 2em;
  border: 2px solid #333333;
  border-radius: 150px;
}

.btn-5 .elementor-button {
  padding: 0.75em 2em;
  border: 2px solid #333333;
  border-radius: 10px;
}

.btn-6 .elementor-button {
  padding: 1em 1.25em;
  border: 2px solid #333333;
  border-radius: 10px;
}



.bento-box {
  background-color: #e6eaf4;
  box-shadow: 3px 3px 0 #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bento-box:hover {
  background-color: #e6aeb5;
  transform: translate(-3px, -3px);
  box-shadow: 6px 6px 0 #333;
}

.bento-box h4,
.bento-box h2,
.bento-box .elementor-heading-title {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
  white-space: nowrap;
}

.bento-box:hover h2,
.bento-box:hover h4,
.bento-box:hover .elementor-heading-title {
  position: static;
  transform: none;
  margin-bottom: 0.5rem;
}

.bento-box .bento-desc,
.bento-box .bento-btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
  pointer-events: none;
}

.bento-box:hover .bento-desc,
.bento-box:hover .bento-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bento-box .bento-desc {
  text-align: center;
}/* End custom CSS */