/* [project]/node_modules/@glidejs/glide/dist/css/glide.core.min.css [app-client] (css) */
.glide {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  backface-visibility: hidden;
  width: 100%;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  white-space: nowrap;
  will-change: transform;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  user-select: none;
}

.glide__slide {
  white-space: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.glide__arrows, .glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/* [project]/node_modules/@glidejs/glide/dist/css/glide.theme.min.css [app-client] (css) */
.glide__arrow {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 .25em .5em #0000001a;
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #ffffff80;
  border-radius: 4px;
  padding: 9px 12px;
  line-height: 1;
  transition: opacity .15s, border .3s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 .25em .5em #0000001a;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: #fff;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: .33;
}

.glide__bullets {
  z-index: 2;
  list-style: none;
  display: inline-flex;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.glide__bullet {
  cursor: pointer;
  background-color: #ffffff80;
  border: 2px solid #0000;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0 .25em;
  padding: 0;
  line-height: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 .25em .5em #0000001a;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  background-color: #ffffff80;
  border: 2px solid #fff;
}

.glide__bullet--active {
  background-color: #fff;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/* [project]/src/stylessheets/modules/buttonhover.module.css [app-client] (css) */
.buttonhover-module__hJu2aq__PCTAButton {
  text-transform: uppercase;
  cursor: pointer;
  color: #2c9caf;
  background-color: #f0f8ff;
  border: none;
  border-radius: 5px;
  outline: 2px solid #4ce4ff;
  padding: .7em 1em;
  font-size: 12px;
  font-weight: bold;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

.buttonhover-module__hJu2aq__PCTAButton:hover {
  color: #000;
  outline: 2px solid #4ce4ff;
  transform: scale(1.05);
  box-shadow: 4px 5px 17px -4px #268391;
}

.buttonhover-module__hJu2aq__PCTAButton:before {
  content: "";
  z-index: -1;
  background-color: #5ae6ff;
  width: 0;
  height: 100%;
  transition: width 1s;
  position: absolute;
  top: 0;
  left: -50px;
  transform: skewX(45deg);
}

.buttonhover-module__hJu2aq__PCTAButton:hover:before {
  width: 250%;
}

.buttonhover-module__hJu2aq__SCTAButton {
  cursor: pointer;
  color: #fa0;
  background-color: #feffc8;
  border: none;
  border-radius: 5px;
  outline: 2px solid #edff4f;
  padding: .7em 1em;
  font-size: 12px;
  font-weight: bold;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

.buttonhover-module__hJu2aq__SCTAButton:hover {
  color: #000;
  outline: 2px solid #ffff4c;
  transform: scale(1.05);
  box-shadow: 4px 5px 17px -4px #8c9126;
}

.buttonhover-module__hJu2aq__SCTAButton:before {
  content: "";
  z-index: -1;
  background-color: #fff75a;
  width: 0;
  height: 100%;
  transition: width 1s;
  position: absolute;
  top: 0;
  left: -50px;
  transform: skewX(45deg);
}

.buttonhover-module__hJu2aq__SCTAButton:hover:before {
  width: 250%;
}

/*# sourceMappingURL=_1c8a87b7._.css.map*/