.elementor-6474 .elementor-element.elementor-element-6a85419{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6474 .elementor-element.elementor-element-6a85419 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6474 .elementor-element.elementor-element-f4df4ec{text-align:center;}.elementor-6474 .elementor-element.elementor-element-f4df4ec .elementor-heading-title{color:#000000;}.elementor-6474 .elementor-element.elementor-element-45265dc:not(.elementor-motion-effects-element-type-background), .elementor-6474 .elementor-element.elementor-element-45265dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6474 .elementor-element.elementor-element-45265dc > .elementor-background-overlay{background-color:#FFFFFF;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6474 .elementor-element.elementor-element-45265dc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6474 .elementor-element.elementor-element-50ef8db{width:var( --container-widget-width, 96.219% );max-width:96.219%;--container-widget-width:96.219%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-50ef8db */.container {
}

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flipState {
  display: none;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flipState:checked + label > div > div {
  transform: rotateY(180deg);
}

.flip-card {
  background-color: transparent;
  width: 200px;
  height: 274px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: white;
  color: white;
  transform: rotateY(180deg);
  width: 200px;
  height: 279px;
}

.cardLink {
  margin-top: 5px;
  display: block; /* Hide the link by default */
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-45265dc */.elementor-6474 .elementor-element.elementor-element-45265dc {
  background-color: white;
}/* End custom CSS */