:root {
    --herald-ink: #1E293B;
    --herald-crimson: #0F766E;
    --herald-paper: #F1EFE8;
}

html,
body,
button,
input,
.font-Larken,
.font-Satoshi {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    letter-spacing: 0 !important;
    word-spacing: normal !important;
}

body {
    background-color: var(--herald-paper);
    color: var(--herald-ink);
}

#header {
    border-top: 4px solid var(--herald-crimson);
    background-color: #fff !important;
}

#header .header-middle,
#mainmenu,
#mainmenu.bg-vividblue-400,
#mainmenu .bg-vividblue-400 {
    background-color: #fff !important;
}

.mega-menu ul.nav,
.herald-mega-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

.mega-menu ul.nav > li,
.herald-mega-list > li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.mega-menu ul.nav > li::marker,
.herald-mega-list > li::marker,
.mega-menu ul.nav > li::before,
.herald-mega-list > li::before {
    content: none !important;
    display: none !important;
}

.herald-mega-link {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin: 0 !important;
    padding: 6px 0 !important;
    line-height: 1.45;
}

.herald-mega-bullet {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 0.42em;
    color: var(--herald-crimson);
}

.herald-mega-link:hover .herald-mega-bullet {
    color: var(--herald-ink);
}

.herald-mega-all {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--herald-crimson);
    text-decoration: none;
}

.herald-mega-all:hover {
    color: var(--herald-ink);
}

.herald-insights-index .herald-stripes > .herald-stripe {
    padding-bottom: 2rem;
}

.herald-insights-index .herald-stripes > .herald-stripe:last-child {
    padding-bottom: 0;
}

.herald-insights-index .herald-stripes > .herald-stripe > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.quote-img {
    background: transparent !important;
    color: var(--herald-crimson);
    line-height: 0;
}

.quote-img svg {
    display: block;
    width: 100%;
    height: auto;
}

.quote-img img {
    display: none;
}

.all-btn,
.bg-vividblue-400,
.text-vividblue-400 {
    --tw-bg-opacity: 1;
}

.text-vividblue-400 {
    color: var(--herald-crimson) !important;
}

.bg-vividblue-400 {
    background-color: var(--herald-crimson) !important;
}

.hover\:text-vividblue-400:hover {
    color: var(--herald-crimson) !important;
}

.hover\:bg-vividblue-400:hover {
    background-color: var(--herald-crimson) !important;
}

.border-vividblue-400,
.hover\:border-vividblue-400:hover {
    border-color: var(--herald-crimson) !important;
}

.bg-theme-900 {
    background-color: var(--herald-crimson) !important;
}

.herald-stripes > .herald-stripe:nth-child(odd) {
    background-color: var(--herald-paper);
}

.herald-stripes > .herald-stripe:nth-child(even) {
    background-color: #ffffff;
}

.herald-stripes > .herald-stripe > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.herald-stripes > .herald-stripe > .wb-hero-section.bg-gray-200,
.herald-stripes > .herald-stripe > .wb-bigmentor-section,
.herald-stripes > .herald-stripe > .wb-insights-from-section,
.herald-stripes > .herald-stripe > section.bg-gray-200,
.herald-stripes > .herald-stripe > .relative.bg-white,
.herald-stripes > .herald-stripe > .relative.bg-gray-200 {
    background-color: transparent !important;
}

.herald-stripes > .herald-stripe > .relative.bg-white::before,
.herald-stripes > .herald-stripe .before\:h-4\/6::before {
    background-color: transparent !important;
}

.herald-help-panel:nth-child(odd) {
    background-color: var(--herald-ink) !important;
    background-image: url("/assets/image/help-bg-ink.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.herald-help-panel:nth-child(even) {
    background-color: var(--herald-crimson) !important;
    background-image: url("/assets/image/help-bg-crimson.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.herald-stripes > .herald-stripe:has(.herald-insights),
.herald-insights {
    background-color: #ffffff !important;
}

.herald-insight-card {
    background-color: #ffffff !important;
    color: var(--herald-ink);
    border: 1px solid #e5e5e5;
}

.herald-facts .herald-fact-card:nth-child(odd) {
    background-color: #ffffff;
    color: var(--herald-ink);
}

.herald-facts .herald-fact-card:nth-child(even) {
    background-color: var(--herald-crimson);
    color: var(--herald-paper);
}

.herald-facts .herald-fact-card:nth-child(even) h4,
.herald-facts .herald-fact-card:nth-child(even) p {
    color: var(--herald-paper) !important;
}

.herald-about-split-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
}

.herald-about-split.wb-hero-section .herald-about-split-row {
    flex-direction: column-reverse;
}

.herald-about-split-media {
    position: relative;
    width: 100%;
    min-height: 280px;
}

.herald-about-split-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.herald-about-split-copy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.herald-about-split .herald-about-split-copy {
    max-width: 680px;
    background-color: #ffffff;
    padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
    .herald-about-split-row,
    .herald-about-split.wb-hero-section .herald-about-split-row {
        flex-direction: row;
        gap: 2.5rem;
    }

    .herald-about-split-media,
    .herald-about-split-copy {
        flex: 1 1 0;
        min-height: 0;
        align-self: stretch;
    }

    section.herald-about-split .herald-about-split-copy {
        padding: 2.5rem 0 2.5rem 2.5rem;
    }
}

.herald-sector-section {
    padding-top: 2.5rem;
}

@media (min-width: 768px) {
    .herald-sector-section { padding-top: 3rem; }
}

@media (min-width: 992px) {
    .herald-sector-section { padding-top: 4rem; }
}

@media (min-width: 1280px) {
    .herald-sector-section { padding-top: 5rem; }
}

@media (min-width: 1480px) {
    .herald-sector-section { padding-top: 120px; }
}

.herald-sector-card {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5;
}

.herald-sector-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--herald-crimson);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.herald-sector-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

img.desk-icon,
.desk-icon {
    display: block !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    border-radius: 50% !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
}
p,
span,
li,
a,
div {
    letter-spacing: 0 !important;
    word-spacing: normal !important;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

#selectButton.active svg {
    transform: rotate(180deg);
}

#mainmenu.active {
    left: 0;
}

details>summary {
    list-style: none;
}

details summary::-webkit-details-marker,
details>summary::marker {
    display: none;
}

details[open] summary svg {
    transform: rotate(180deg);
}

details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input[type=checkbox] {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    color: #363839;
    border: 1px solid #2F2F2F;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input[type=checkbox]:checked {
    color: #fff;
    border-color: #0F766E;
    background: #0F766E;
}

input[type=checkbox]:checked::before {
    opacity: 1;
}

input[type=checkbox]:checked~label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.float-right-icon #scroll-to-top.off{
    margin-right: -200px;
}
@media (max-width: 767px) {
    .float-right-icon{
        display: none;
    }
}

.avatar-group {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.avatar-group .avatar-group-item {
    transition: all .2s;
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    transform: translateY(-2px);
    z-index: 1;
}


/* Preloader Animaion */
.preloader img {
    animation: 1.6s linear 0s infinite normal none running preloader-fx;
}
@keyframes preloader-fx {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes preloader-fx {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.custom-text-shadow {
    text-shadow: 2px 0 #0F766E, -2px 0 #0F766E, 0 2px #0F766E, 0 -2px #0F766E, 1px 1px #0F766E, -1px -1px #0F766E, 1px -1px #0F766E, -1px 1px #0F766E;
}
#header-style-1.scrolled {
    background-color: #fff;
    position: fixed;
}
#header.scrolled {
    background-color: #fff;
    position: fixed;
}
/*#header.scrolled .top-bar {
    position: relative;
    height: 0;
    opacity: 0;
}*/
#header.scrolled .top-bar {
    position: relative;
    margin-top: -45px;
}
@media (max-width: 767px) {
    #header.scrolled .top-bar {
        margin-top: -37px;
    }
}
.top-bar {
    transition: 1s all ease;
}
.primary-nav__search #nav-site-search.open {
    z-index: 11;
}
.primary-nav__search #nav-site-search.open .site-search__form-wrap {
    right: auto;
    left: 25%;
    overflow: visible;
    width: 75%;
    z-index: 5;
    padding: 5px;
}
.primary-nav__search #nav-site-search.search_bar .site-search__suggestions-block {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.site-search__form-wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 100%;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .5s,opacity .5s
}
.site-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-search__suggestion-list {
    margin: 0;
    padding: 0;
    margin-left: 18px;
}
.site-search__suggestions-block {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding: 1rem 1.125rem;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: -webkit-transform .3s .5s;
    transition: transform .3s .5s;
    transition: transform .3s .5s, -webkit-transform .3s .5s;
    max-height: 80vh;
    overflow: auto;
        border: 1px solid #e5e5e5;
    border-top: 0;
}
.site-search__suggestions-block>div {
    width: 100%;
}
.site-search__search-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.site-search__search-input {
    border: none;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    margin: 0 1.25rem
}
.site-search__search-input:focus {
    outline: none;
}


@media (max-width: 991px) {
    .primary-nav__search #nav-site-search.open .site-search__form-wrap {
        left: 0;
        width: 100%;
    }
    #header .main-nav {
        margin-top: 20px;
    }
    #header .main-nav>.mega-item {
        border-color: #fff;
    }
    #header .main-nav>.mega-item> span {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #header .main-nav>.mega-item> span svg {
        width: 24px;
        height: 8px;
        margin: 0;
    }
}

.bg-hero-box {
    object-fit: cover;
}
#header.header-style-1:hover {
    background-color: #fff;
    border-color: #E5E5E5;
}
#header.header-style-1:hover .top-bar>div {
    border-color: #E5E5E5;
}
#header.header-style-1:hover .contact-info li a {
    color: #000;
}
#header.header-style-1:hover .launches-info,
#header.header-style-1:hover .social-icon a {
    color: #000;
}
#header.header-style-1:hover #selectOptions {
    background-color: #fff;
    border-color: #000;
}
#header.header-style-1:hover #selectOptions li:hover {
    color: #0F766E;
}

@media (min-width: 992px) {
    #header.header-style-1.scrolled .main-nav>.mega-item:hover,
    #header.header-style-1:hover .main-nav>.mega-item:hover {
        border-color: #0F766E;
    }
    #header.header-style-1.scrolled .main-nav>.mega-item>a,
    #header.header-style-1:hover .main-nav>.mega-item>a {
        color: #000;
    }
    #header.header-style-1.scrolled .main-nav>.mega-item>a+ span svg,
    #header.header-style-1:hover .main-nav>.mega-item>a+ span svg {
        stroke: #000;
    }
}

#header.header-style-1.scrolled .site-search__open,
#header.header-style-1:hover .site-search__open {
    color: #000;
}
#header.header-style-1.scrolled [name="mobile-menu-view"] span,
#header.header-style-1:hover [name="mobile-menu-view"] span {
    background-color: #000;
}
#header.header-style-1.scrolled [name="mobile-menu-view"]:hover span,
#header.header-style-1:hover [name="mobile-menu-view"]:hover span {
    background-color: #0F766E;
}

.herald-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem 1.75rem;
    align-items: start;
    margin-bottom: 1.75rem;
}

@media (min-width: 640px) {
    .herald-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.herald-contact-message {
    margin-bottom: 2.5rem;
}

.herald-contact-field {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
}

.herald-contact-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--herald-ink);
}

.herald-contact-input {
    width: 100%;
    min-height: 48px;
    padding: 12px 0 14px;
    border: 0;
    border-bottom: 1px solid var(--herald-ink);
    border-radius: 0;
    background: transparent;
    color: var(--herald-ink);
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
}

.herald-contact-input::placeholder {
    color: #6b7280;
}

.herald-contact-input:focus {
    outline: none;
    border-bottom-color: var(--herald-crimson);
}

.herald-contact-textarea {
    min-height: 140px;
    resize: none;
    padding-top: 12px;
}

.wc-custom-select select {
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 12px 0 14px;
    font-size: inherit;
}
.wc-custom-select select:focus {
    outline: none;
}

/* Button styles - extracted from styles.css */
/*.all-btn {
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-color: transparent;
    background-color: rgb(15 118 110);
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(255 255 255);
}

.all-btn:hover {
    border-color: rgb(15 118 110);
    background-color: rgb(255 255 255);
    color: rgb(15 118 110);
}*/

@media (min-width: 768px) {
    .all-btn {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .all-btn {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 17px;
    }
}

@media (min-width: 1480px) {
    .all-btn {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 18px;
    }
}

/*.btn-outline {
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-color: rgb(255 255 255);
    background-color: transparent;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(255 255 255);
}

.btn-outline:hover {
    background-color: rgb(255 255 255);
    color: rgb(15 118 110);
}*/

@media (min-width: 768px) {
    .btn-outline {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .btn-outline {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 17px;
    }
}

@media (min-width: 1480px) {
    .btn-outline {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 18px;
    }
}


