/* Icon & text Component */
/* Media query breakpoints */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?nwdeu5");
  src: url("fonts/icomoon.eot?nwdeu5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?nwdeu5") format("truetype"), url("fonts/icomoon.woff?nwdeu5") format("woff"), url("fonts/icomoon.svg?nwdeu5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Close:before {
  content: "\e91b";
}

.icon-circle-power:before {
  content: "\e919";
}

.icon-Send:before {
  content: "\e91a";
  color: #f7f8f8;
}

.icon-type-down:before {
  content: "\e917";
}

.icon-type-up:before {
  content: "\e918";
}

.icon-exit:before {
  content: "\e914";
}

.icon-user:before {
  content: "\e915";
}

.icon-alert:before {
  content: "\e916";
  color: #6e6316;
}

.icon-location:before {
  content: "\e911";
}

.icon-graduation:before {
  content: "\e912";
}

.icon-landmark:before {
  content: "\e913";
}

.icon-whatsapp:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e90f";
}

.icon-mail:before {
  content: "\e90e";
}

.icon-play:before {
  content: "\e90d";
}

.icon-youtube:before {
  content: "\e90c";
  color: #f7f8f8;
}

.icon-info:before {
  content: "\e90b";
}

.icon-calendar:before {
  content: "\e90a";
  color: #bd3908;
}

.icon-blank:before {
  content: "\e909";
}

.icon-right:before {
  content: "\e901";
}

.icon-left:before {
  content: "\e902";
}

.icon-x-fill:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-share:before {
  content: "\e906";
}

.icon-type1:before {
  content: "\e907";
}

.icon-type-right:before {
  content: "\e908";
}

.icon-type-left:before {
  content: "\e900";
}

.c-icon-text {
  text-decoration: none;
}
.c-icon-text.has-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-icon-text.has-icon.c-icon-text--left {
  flex-direction: row;
}
.c-icon-text.has-icon.c-icon-text--right {
  flex-direction: row-reverse;
}
.c-icon-text.has-icon::before {
  font-family: "icomoon";
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: swap;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-icon-text__text {
  font-family: var(--primary-light);
  line-height: 1.4;
}
/*# sourceMappingURL=icon-text.css.map */
