/* styles/typography.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


*,
*::before,
*::after{
  box-sizing:border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  margin: 0;
}



* {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: "Inter", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}

h2 {
  font-family: "Bricolage Grotesque", sans-serif;
}



.logo-img--span {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  transform: none;
  letter-spacing: 2px;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
}


.var02--logo {
  letter-spacing: 2px;
  font-family: "Bricolage Grotesque", sans-serif;
  transform: none;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1d70b8;
}


.classy-font {
  /*
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
*/
  font-family: "Bricolage Grotesque", sans-serif;
  transform: none;
  font-size: 2.25rem;
  font-weight: 800;
  color: #2d6e57;
}


.soft-lighter {
  color: #2d765b;
  color: #4a8f74;
  color: #63a086;
  color: #95c3ab;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}




/* ============================================================
   TinyMCE rich-text content (client-authored HTML — the '@html'
   marker / f05_richtext fields). Keep client formatting PLAIN and
   WYSIWYG-honest: uikit.css themes <em> red (#f0506e) and renders
   <blockquote> border-less at 1.25rem italic — neither matches what
   the client sees in the TinyMCE editor. These load AFTER uikit.css
   (_main.php order), so same-specificity overrides win.
   ============================================================ */

em {
  color: inherit;
}

blockquote {
  margin: 0 0 20px 0;
  padding-left: 1em;
  border-left: 3px solid #ccc;
  font-size: inherit;
  font-style: normal;
  color: inherit;
}


/* 08-mi-02-content-body*/

.mi02-ce__heading {
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 20px 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #0b0c0c;
}


/* 08-mi-03-content-body */

.mi03-ce h1, .mi03-ce h2, .mi03-ce h3 {
  hyphens: auto;
  text-transform: none;
  word-wrap: break-word;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #0b0c0c;
}

.mi03-ce h1 {
  letter-spacing: 1.04px;
  line-height: 1.1;
  margin: 10px 0 23px;
}

.mi03-ce h2 {
  letter-spacing: 1.2px;
  line-height: 1.12;
  margin: 10px 0 20px;
}

.mi03-ce h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .mi03-ce h1 {
    font-size: 52px;
  }

}



/* cooperations */

.content-body header h2 {
  line-height: 1.2;
  color: #222;
  margin: 0 0 24px;
  transform: none;
  font-size: 2.25rem;
  font-weight: 700;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 639px) {
    .content-body header h2 {
        font-size: 27px;
    }
    .content-body a.button {
        padding: 12px 22px;
    }
}


/*where-we-are*/

.intro h1 {
  letter-spacing: -0.5px;
  margin: 0 0 20px 0;
    margin-top: 0px;
    margin-bottom: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  transform: none;
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 23px;
  margin-top: 10px;
  font-weight: 600;
    color: #5a5f61;
  color: rgba(45, 118, 91, 0.9);
}


.text h3 {
  color: #1d70b8;
}

.intro__inner p {
  font-size: 24px;
  line-height: 1.6;
  color: black;
  width: 86%;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 300;
}


/* type inside the blocks */

#content .frame-type h2 {
text-align: left;
font-family: 'Bricolage Grotesque', system-ui, sans-serif;
color: #333;
font-weight: 700;
font-size: 34px;
margin: 0 0 14px;
}


@media screen and (max-width:768px) {

.intro {
    padding-top: 80px;
}

.intro h1 {
    font-size: 32px;
}
}


/* uk-breadcrumb */

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "›";
  font-size: 1.0625rem;
  margin: 0 10px 0 calc(10px - 4px);
  color: #5a5f61;
}


.uk-breadcrumb > * > * {
  font-family: Mulish,"Trebuchet MS",Helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .42px;
  color: #5a5f61;
}

.uk-breadcrumb > * > *:hover {
  color: #000;
  letter-spacing: .42px;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}




.breadcrumb-current--title span {
    color: #1d70b8 !important;
}


.uk-breadcrumb > :last-child > span, .uk-breadcrumb > :last-child > a:not([href]) {
  color: #1d70b8
}



/* 04-mi-07-card */

/* ── Body ── */
.mi07-card__body {
  padding: 12px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 22px;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}

/* ── Title (field_05 — description) ── */
.mi07-card__title {
  font-size: 13px;
  color: #6b7280;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  margin: 2px 0 0;
  margin-top: 15px;

  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 25px;
}


/* 04-ma-01-section */

.services-list__description {
  color: #0b0c0c;
  margin: 0;
}

@media (max-width: 900px) {
/*
 .services-list__description {
   font-size: 1.1875rem;
   line-height: 1.3157894737;
  }
*/
}


/* 04-ma-04-section */

.ma-04-section--services-list__sub-heading {
  color: #1d70b8;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  margin: 0 0 4px 0;
  display: block;
}



/* 07-ma-01-footer */

.ma01-footer__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #b1b4b6;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 20px;
}


/* 04-ma-03-section */

.ma03-section--title {
  color: #888;
  font-size: 16px;
  margin-bottom: 10px;
}

.ma03-section--subtitle {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ma03-section--text {
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}



/*05-ma-02-carousel-auto*/

.carousel-header h2 a {
  font-family: "Bricolage Grotesque", sans-serif;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: none;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.carousel-header h2 a span {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 1200px) {

  .carousel-header h2 {
    font-size: 28px;
  }

}

/*04-ma-01-section*/

.quote {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}

.quote-icon {
  font-size: 40px;
}

.quote-text {
  font-style: italic;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}

/* ma-02-section & 04-ma-01-section & 04-ma-04-section*/

.about-box h3.about-title {
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}


a.theme-link-var--01 p {
  color: #1d70b8;
  font-weight: 700;
  text-decoration: underline;
}

.services-list__sub-heading {
  color: #1d70b8;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
}

.services-list__card-link:hover .services-list__sub-heading, a.theme-link-var--01:hover p {
  color: #003078;
  text-decoration-thickness: 3px;
}

/*SECTION MAIN TITLE ONLY*/

.about-header {
  margin-bottom:80px;
  text-align: left;
}


.about-header p{
  font-size:24px;
  line-height:1.6;
  color:black;
  width:86%;
}


.services-heading {
  font-family: "Bricolage Grotesque", sans-serif;
  transform: none;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.11;
}

.about-header h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
  color: rgba(45, 118, 91, 0.9);
  letter-spacing: 2px;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
}

@media (max-width: 900px) {
  .about-header h2{
    font-size:clamp(36px,6vw,74px);
  }

  .services-heading {
    font-size: 27px;
  }

}


/*03-ma-03-list-view */

.services-title {
  text-align: left;
  margin-bottom: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
  transform: none;
  font-size: 2.25rem;
  font-weight: 700;
}


/*02-ma-05-hero*/

.ma05h__title {
  visibility: hidden;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
  opacity: 1;
}

.ma05h__title-line01 {
  visibility: hidden;
}

/*04-ma-04-section*/

.ma-04-section--services-heading {
  font-family: "Bricolage Grotesque", sans-serif;
  transform: none;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.11;
}

@media (max-width: 900px) {

  .ma-04-section--services-heading {
    font-size: 27px;
  }
}

