.elementor-624 .elementor-element.elementor-element-ebceea1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-624 .elementor-element.elementor-element-c742e15{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c742e15 *//* =========================================================
Certifications page
========================================================= */

.cert-page {
color: #15171c;
background: #f7f3ea;
}

.cert-container,
.cert-hero__container {
width: min(100% - 40px, 1180px);
margin-right: auto;
margin-left: auto;
}

.cert-hero {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 660px;
padding: 190px 0 115px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
color: #ffffff;
background:
-webkit-gradient(linear, left top, right top, from(rgba(21, 23, 28, 0.90)), color-stop(55%, rgba(21, 23, 28, 0.70)), to(rgba(21, 23, 28, 0.42))),
url('/wp-content/uploads/2026/06/ChatGPT-Image-Jun-15-2026-01_41_07-AM.png') center center / cover no-repeat;
background:
-o-linear-gradient(left, rgba(21, 23, 28, 0.90), rgba(21, 23, 28, 0.70) 55%, rgba(21, 23, 28, 0.42)),
url('/wp-content/uploads/2026/06/ChatGPT-Image-Jun-15-2026-01_41_07-AM.png') center center / cover no-repeat;
background:
linear-gradient(90deg, rgba(21, 23, 28, 0.90), rgba(21, 23, 28, 0.70) 55%, rgba(21, 23, 28, 0.42)),
url('/wp-content/uploads/2026/06/ChatGPT-Image-Jun-15-2026-01_41_07-AM.png') center center / cover no-repeat;
}

.cert-hero__overlay {
position: absolute;
inset: 0;
pointer-events: none;
background:
-o-radial-gradient(top left, circle, rgba(214, 173, 69, 0.20), transparent 34%),
-o-linear-gradient(bottom, rgba(21, 23, 28, 0.76), transparent 45%);
background:
radial-gradient(circle at top left, rgba(214, 173, 69, 0.20), transparent 34%),
linear-gradient(0deg, rgba(21, 23, 28, 0.76), transparent 45%);
}

.cert-hero__container {
position: relative;
z-index: 2;
max-width: 900px;
margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.cert-eyebrow,
.cert-kicker {
margin: 0 0 14px;
color: #d6ad45;
font-size: 12px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.16em;
text-transform: uppercase;
}

.cert-hero h1 {
max-width: 900px;
margin: 0;
color: #ffffff;
font-size: clamp(42px, 6.6vw, 82px);
font-weight: 900;
line-height: 0.98;
letter-spacing: -0.055em;
}

.cert-hero__lead {
max-width: 780px;
margin: 28px 0 0;
color: rgba(255, 255, 255, 0.82);
font-size: clamp(17px, 2vw, 22px);
font-weight: 500;
line-height: 1.62;
}

.cert-hero__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
}

.cert-hero__meta span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 10px 15px;
color: #ffffff;
font-size: 13px;
font-weight: 900;
line-height: 1;
background: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(214, 173, 69, 0.32);
border-radius: 999px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}

.cert-hero__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 36px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 14px;
}

.cert-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
min-height: 52px;
padding: 16px 24px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 14px;
font-weight: 900;
line-height: 1;
text-decoration: none;
border-radius: 999px;
-webkit-transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, -webkit-transform 0.22s ease;
transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, -webkit-transform 0.22s ease;
-o-transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}

.cert-btn:hover,
.cert-btn:focus {
text-decoration: none;
outline: none;
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}

.cert-btn--primary {
color: #ffffff;
background: #d6ad45;
border: 1px solid #d6ad45;
-webkit-box-shadow: 0 18px 40px rgba(214, 173, 69, 0.26);
box-shadow: 0 18px 40px rgba(214, 173, 69, 0.26);
}

.cert-btn--primary:hover,
.cert-btn--primary:focus {
color: #ffffff;
background: #15171c;
border-color: #d6ad45;
}

.cert-btn--secondary {
color: #ffffff;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.22);
}

.cert-btn--secondary:hover,
.cert-btn--secondary:focus {
color: #15171c;
background: #ffffff;
border-color: #ffffff;
}

.cert-section {
padding: 96px 0;
}

.cert-section--soft {
background: #ffffff;
}

.cert-section--dark {
color: #ffffff;
background:
-o-radial-gradient(top left, circle, rgba(214, 173, 69, 0.14), transparent 30%),
#15171c;
background:
radial-gradient(circle at top left, rgba(214, 173, 69, 0.14), transparent 30%),
#15171c;
}

.cert-split {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(0, 0.82fr) 48px minmax(0, 1.18fr);
grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
gap: 48px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}

.cert-section h2 {
max-width: 820px;
margin: 0;
color: inherit;
font-size: clamp(32px, 4vw, 54px);
font-weight: 900;
line-height: 1.05;
letter-spacing: -0.04em;
}

.cert-text-block p,
.cert-section-head p,
.cert-cta p {
color: rgba(21, 23, 28, 0.72);
font-size: 17px;
line-height: 1.75;
}

.cert-section-head {
max-width: 860px;
margin-bottom: 44px;
}

.cert-section-head p {
margin: 18px 0 0;
}

.cert-section--dark .cert-section-head p,
.cert-section--dark .cert-principle p {
color: rgba(255, 255, 255, 0.72);
}

.cert-grid {
display: -ms-grid;
display: grid;
gap: 22px;
}

.cert-grid--three {
-ms-grid-columns: 1fr 22px 1fr 22px 1fr;
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cert-grid--four {
-ms-grid-columns: 1fr 22px 1fr 22px 1fr 22px 1fr;
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cert-card,
.cert-benefit {
position: relative;
padding: 30px;
background: #ffffff;
border: 1px solid rgba(21, 23, 28, 0.10);
border-radius: 26px;
-webkit-box-shadow: 0 18px 50px rgba(21, 23, 28, 0.06);
box-shadow: 0 18px 50px rgba(21, 23, 28, 0.06);
}

.cert-card--featured {
border-color: rgba(214, 173, 69, 0.42);
-webkit-box-shadow: 0 22px 60px rgba(214, 173, 69, 0.12);
box-shadow: 0 22px 60px rgba(214, 173, 69, 0.12);
}

.cert-card::before,
.cert-benefit::before {
position: absolute;
top: 0;
left: 30px;
width: 56px;
height: 3px;
content: "";
background: #d6ad45;
border-radius: 0 0 999px 999px;
}

.cert-card__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 22px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 16px;
}

.cert-card__badge {
display: inline-block;
padding: 9px 12px;
color: #15171c;
font-size: 12px;
font-weight: 900;
line-height: 1;
letter-spacing: 0.08em;
background: #d6ad45;
border-radius: 999px;
}

.cert-card__number {
color: rgba(21, 23, 28, 0.22);
font-size: 34px;
font-weight: 900;
line-height: 1;
}

.cert-card h3,
.cert-benefit h3,
.cert-principle h3 {
margin: 0 0 14px;
color: inherit;
font-size: 22px;
font-weight: 900;
line-height: 1.22;
}

.cert-card p,
.cert-benefit p {
margin: 0;
color: rgba(21, 23, 28, 0.70);
font-size: 15px;
line-height: 1.68;
}

.cert-card ul {
display: -ms-grid;
display: grid;
gap: 10px;
margin: 22px 0 0;
padding: 0;
list-style: none;
}

.cert-card li {
position: relative;
padding-left: 24px;
color: rgba(21, 23, 28, 0.74);
font-size: 14px;
line-height: 1.5;
}

.cert-card li::before {
position: absolute;
top: 7px;
left: 0;
width: 9px;
height: 9px;
content: "";
background: #d6ad45;
border-radius: 999px;
}

.cert-card__footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
}

.cert-card__footer span {
display: inline-block;
padding: 8px 10px;
color: #15171c;
font-size: 11px;
font-weight: 800;
line-height: 1;
background: #f7f3ea;
border: 1px solid rgba(21, 23, 28, 0.10);
border-radius: 999px;
}

.cert-principle {
padding: 26px;
background: rgba(255, 255, 255, 0.065);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 24px;
}

.cert-principle span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 52px;
height: 52px;
margin-bottom: 18px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #15171c;
font-size: 13px;
font-weight: 900;
background: #d6ad45;
border-radius: 999px;
}

.cert-principle h3 {
color: #ffffff;
}

.cert-principle p {
margin: 0;
font-size: 15px;
line-height: 1.65;
}

.cert-doc-box {
padding: 32px;
background: #f7f3ea;
border: 1px solid rgba(21, 23, 28, 0.10);
border-radius: 26px;
}

.cert-doc-box p {
margin: 0;
color: rgba(21, 23, 28, 0.74);
font-size: 16px;
line-height: 1.7;
}

.cert-doc-box ul {
display: -ms-grid;
display: grid;
gap: 12px;
margin: 24px 0;
padding: 0;
list-style: none;
}

.cert-doc-box li {
position: relative;
padding-left: 30px;
color: rgba(21, 23, 28, 0.78);
font-size: 16px;
font-weight: 700;
line-height: 1.5;
}

.cert-doc-box li::before {
position: absolute;
top: 6px;
left: 0;
width: 15px;
height: 15px;
content: "";
background: #d6ad45;
border-radius: 999px;
-webkit-box-shadow: inset 0 0 0 4px #f7f3ea;
box-shadow: inset 0 0 0 4px #f7f3ea;
}

.cert-doc-box__note {
padding-top: 18px;
border-top: 1px solid rgba(21, 23, 28, 0.10);
}

.cert-benefit {
padding: 28px;
}

.cert-faq {
display: -ms-grid;
display: grid;
gap: 14px;
}

.cert-faq details {
background: #ffffff;
border: 1px solid rgba(21, 23, 28, 0.10);
border-radius: 18px;
-webkit-box-shadow: 0 12px 34px rgba(21, 23, 28, 0.05);
box-shadow: 0 12px 34px rgba(21, 23, 28, 0.05);
}

.cert-faq summary {
position: relative;
padding: 22px 58px 22px 24px;
color: #15171c;
font-size: 17px;
font-weight: 900;
cursor: pointer;
list-style: none;
}

.cert-faq summary::-webkit-details-marker {
display: none;
}

.cert-faq summary::after {
position: absolute;
top: 50%;
right: 24px;
width: 10px;
height: 10px;
content: "";
border-right: 2px solid #d6ad45;
border-bottom: 2px solid #d6ad45;
-webkit-transform: translateY(-60%) rotate(45deg);
-ms-transform: translateY(-60%) rotate(45deg);
transform: translateY(-60%) rotate(45deg);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
-o-transition: transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.cert-faq details[open] summary::after {
-webkit-transform: translateY(-30%) rotate(225deg);
-ms-transform: translateY(-30%) rotate(225deg);
transform: translateY(-30%) rotate(225deg);
}

.cert-faq p {
margin: 0;
padding: 0 24px 24px;
color: rgba(21, 23, 28, 0.72);
font-size: 15px;
line-height: 1.7;
}

.cert-cta {
padding: 76px 0;
color: #ffffff;
background:
-o-linear-gradient(315deg, rgba(214, 173, 69, 0.16), transparent 34%),
#15171c;
background:
linear-gradient(135deg, rgba(214, 173, 69, 0.16), transparent 34%),
#15171c;
}

.cert-cta__inner {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 32px auto;
grid-template-columns: 1fr auto;
gap: 32px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.cert-cta h2 {
max-width: 780px;
margin: 0;
color: #ffffff;
font-size: clamp(32px, 4vw, 52px);
font-weight: 900;
line-height: 1.06;
letter-spacing: -0.04em;
}

.cert-cta p {
max-width: 760px;
margin: 18px 0 0;
color: rgba(255, 255, 255, 0.76);
}

/* Responsive */
@media (max-width: 1100px) {
.cert-grid--four,
.cert-grid--three {
-ms-grid-columns: 1fr 22px 1fr;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

```
.cert-split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
```

}

@media (max-width: 767px) {
.cert-container,
.cert-hero__container {
width: min(100% - 28px, 1180px);
}

```
.cert-hero {
    min-height: 620px;
    padding: 150px 0 80px;
}

.cert-hero__container {
    margin-right: auto;
    margin-left: auto;
}

.cert-hero h1 {
    font-size: 42px;
    letter-spacing: -0.045em;
}

.cert-hero__lead {
    font-size: 16px;
}

.cert-hero__actions,
.cert-btn {
    width: 100%;
}

.cert-section {
    padding: 68px 0;
}

.cert-grid--three,
.cert-grid--four {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.cert-card,
.cert-benefit,
.cert-principle,
.cert-doc-box {
    padding: 22px;
}

.cert-cta__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.cert-cta .cert-btn {
    width: 100%;
}
```

}/* End custom CSS */