:root {
    --primary-accent-color: #013e55;
    --primary-accent-color-hover: #006c95;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;

    font-family: "Noto Sans", serif;
    font-variation-settings: "wdth" 100;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    color: var(--primary-accent-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

.spacer {
    flex: 1;
}

.button {
    padding: 14px 24px;
    color: white;
    background-color: var(--primary-accent-color);
    border-radius: 32px;
}

.button:hover {
    background-color: var(--primary-accent-color-hover);
}

.button.button-compact {
    padding: 8px 20px;
}

.button-ghost {
    color: var(--primary-accent-color);
    background-color: transparent;
    border: 2px solid var(--primary-accent-color);
}

.button-ghost:hover {
    color: var(--primary-accent-color);
    background-color: transparent;
    border: 2px solid var(--primary-accent-color);
}

.success {
    display: flex;
    flex: 1;
}

#header {
    height: 600px;

    background-image: url("/images/headers/default.jpg");
    background-position: center;
    background-size: cover;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
}

#app.header-compact #header {
    height: 386px;
}

#header-navigation-wrapper {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 0;
    left: 0;
}

#header-navigation {
    position: relative;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 1024px;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;

    text-align: center;
}

#header-navigation-logo {
}

#header-navigation-mobile {
    position: absolute;
    right: 0;

    display: none;

    padding: 24px;

    font-size: 22px;
    line-height: 6px;
    color: white;
}

#header-navigation-mobile-text {
    font-size: 11px;
}

#header-navigation-mobile-menu {
    position: fixed;
    z-index: 999;
    inset: 0;

    display: none;

    padding-top: 24px;

    background-color: white;
}

#header-navigation-mobile-menu-close {
    position: fixed;
    top: 34px;
    right: 0;

    font-size: 24px;
    text-align: right;
}

#header-navigation-mobile-menu-logo {
    text-align: center;
}

#header-navigation-mobile-menu-logo > img {
    height: 96px;
}

#header-navigation-mobile-menu a {
    display: block;
    padding: 16px 24px;
    color: black;
}

#header-navigation-mobile-menu a:hover {
    text-decoration: none;
    background-color: #f8fafb;
}

#header-navigation a {
    flex: 1;

    font-weight: 500;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 3px black;
}

#header-navigation a:last-child {
    margin-right: 0;
}

#header-logo {
    width: 1024px;
    margin: 0 auto;
    padding: 202px 12px 0;
    text-align: center;
}

#app.header-compact #header-logo {
    display: none;
}

#header-logo img {
    width: 380px;
    max-width: 100%;
}

#content {
    padding-bottom: 48px;
}

#content h1 {
    margin-top: 0;
    margin-bottom: 48px;
}

#content h2 {
    width: 100%;
    text-align: left;
}

#content.content-unstyled {
    background: none;
    box-shadow: none;
}

.label {
    display: block;

    margin-bottom: 6px;

    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #353535;
}

.form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    text-align: left;
}

.form-column {
    flex: 1;
}

.textbox {
    border-radius: 6px;
}

.home-widget-wrapper .widget {
    width: 1024px;
    margin: 0 auto;
}

#content > .widget:first-child, #content > .home-widget-wrapper:first-child > .widget {
    margin: -128px auto 0;
    padding: 24px 48px;

    background-color: white;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
}

.home-widget-wrapper {
    padding-top: 24px;
    padding-bottom: 72px;
}

.home-widget-wrapper.home-widget-wrapper-variation {
    background-color: #f0f0f0;
}

.home-widget-wrapper.home-widget-wrapper-variation2 {
    color: white;
    background-color: #003044;
}

.widget-header {
    text-align: center !important;
}

.widget-content {
    display: flex;
    justify-content: space-between;
    max-width: 76%;
    margin: 0 auto;
}

.widget-header {
    margin-top: 12px;
    margin-bottom: 36px;
}

.widget.widget-image-right .widget-content {
    flex-direction: row-reverse;
}

.widget-button-cta {
    display: inline-block;
    align-self: center;
    margin-top: 24px;
}

.widget.widget-full-width .widget-content {
    max-width: 100%;
}

.widget-content-image img {
    display: inline-block;

    max-width: 256px;
    max-height: 256px;

    border-radius: 6px;
    box-shadow: rgb(3 82 112) -16px 16px;
}

.widget.widget-image-right .widget-content-image img {
    box-shadow: rgb(3 82 112) 16px 16px;
}

.widget-content-body {
    display: flex;
    flex-direction: column;
}

#widget-about {
    padding-top: 48px;
}

#widget-about h2 {
    margin: 0;
}

#widget-about-desc {
    width: 400px;
    margin: 0;
}

#widget-biography-items {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.widget-biography-item {
    width: 172px;
    padding: 12px 12px 18px;

    text-align: center;

    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
}

.widget-biography-item img {
    max-width: 100%;
    border-radius: 6px;
    display: block;
}

#widget-pricing-lists {
    display: flex;
}

.widget-pricing-list {
    width: 230px;
    height: 200px;
    margin-left: 24px;
}

.widget-pricing-list:first-child {
    margin-left: 0;
}

.widget-stock-body {
    width: 360px;
    padding: 24px 48px;

    background-color: white;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
}

.widget-stock-body ul {
    text-align: left;
}

.widget-stock-stats {
    display: flex;
    justify-content: space-between;
    max-width: 76%;
    margin: 0 auto;
}

.widget-stock-stats-column {
    text-align: center;
}

.widget-stock-stats-column p {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-accent-color);
}

#widget-testimony-items-wrapper {
    overflow: hidden;
    width: 100%;
}

#widget-testimony-items {
    display: flex;
    gap: 24px;
    align-items: start;

    height: 300px;

    transition: height 0.6s;
}

#widget-testimonies {
    position: relative;
}

#widget-testimonies .widget-content-body {
    width: 100%;
}

#widget-testimonies-left {
    cursor: pointer;

    position: absolute;
    top: 50%;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;
    margin-top: -32px;

    font-size: 24px;
    font-weight: 900;
}

#widget-testimonies-right {
    cursor: pointer;

    position: absolute;
    top: 50%;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;
    margin-top: -32px;

    font-size: 24px;
    font-weight: 900;
}

.widget-testimony {
    overflow: hidden;
    flex-shrink: 0;
    width: 377px;
}

.widget-testimony-stars {
    color: #f1c40f;
}

.widget-contact-body {
    flex: 1;
    flex-direction: row;
}

.widget-contact-form {
    max-width: 450px;
    text-align: center;
}

.widget-contact-sidebar {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;

    margin-left: 24px;
}

.widget-contact-sidebar-block {
    width: 300px;
    margin-bottom: 24px;
    padding: 24px;

    text-align: left;

    background-color: #f8fafb;
    border-radius: 13px;
}

.widget-contact-sidebar-block:last-child {
    margin-bottom: 0;
}

.widget-contact-sidebar-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    color: white;

    background-color: var(--primary-accent-color);
    border-radius: 8px;
}

.widget-contact-sidebar-block-icon.whatsapp {
    background-color: #25d366;
}

.widget-contact-sidebar-block-icon > img {
    width: 24px;
    height: 24px;
}

.widget-contact-sidebar-block-title {
    margin-top: 24px;
    margin-bottom: 6px;
}

.widget-contact-sidebar-block-action {
    margin-top: 24px;
}

.widget-contact-form-hide {
    display: none;
}

#footer {
    color: white;
    text-decoration: none;
    background-color: #003044;
    border-top: 1px solid #202020;
}

#footer a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

#footer h3 {
    font-size: 12px;
    color: white;
}

#footer-columns {
    display: flex;

    width: 1024px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 48px;
}

#footer-columns .footer-column {
    flex: 1;
}

#footer-columns .footer-column a {
    display: block;
    margin-right: 24px;
}

#footer-navigation-bottom {
    background-color: black;
    border-top: 1px solid #202020;
}

#footer-navigation-bottom-items {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 1024px;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;

    font-size: 12px;
}

#footer-icons {
    display: flex;
    align-items: center;
}

#footer-language-icons {
    display: flex;
    align-items: center;
}

#footer-columns .footer-column #footer-icons a,
#footer-columns .footer-column #footer-language-icons a {
    margin-right: 12px;
}

.footer-icon {
    width: 38px;
    height: 38px;
    margin-right: 6px;
}

.footer-icon > img {
    max-width: 100%;
    max-height: 100%;
}

#footer-copyright {

}

#footer-credit {
    text-align: right;
}

@media only screen and (width <= 1024px) {
    #header {
        height: 420px;
    }

    #app.header-compact #header {
        height: 172px;
    }

    #header-navigation {
        width: 100%;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    #header-navigation a {
        display: none;
    }

    #header-navigation-logo {
        height: 60px !important;
    }

    #header-navigation-mobile {
        display: block !important;
    }

    #app.mobile-menu-toggled #header-navigation-mobile-menu {
        display: block;
    }

    #header-logo {
        width: 100%;
        padding: 126px 12px 0;
    }

    #content {
        width: 100%;
    }

    #content h2 {
        text-align: center;
    }

    .widget {
        max-width: 100%;
        padding-bottom: 32px;
    }

    .widget-content-image img {
        max-width: 196px;
        max-height: 196px;
    }

    .widget-content {
        flex-direction: column;
        align-items: center;

        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;

        text-align: center;
    }

    .widget-content-body {
        width: 100%;
        padding-top: 48px;
        padding-bottom: 0;
    }

    .widget.widget-image-right .widget-content {
        flex-direction: column-reverse;
    }

    .widget.widget-image-right .widget-content .widget-content-body {
        padding-top: 0;
        padding-bottom: 48px;
    }

    #widget-about-desc {
        width: 100%;
    }

    #widget-pricing-lists {
        flex-direction: column;
        text-align: left;
    }

    .widget-pricing-list {
        width: unset;
        margin-left: 0;
        padding-right: 24px;
    }

    .widget-pricing-list:last-child {
        margin-bottom: 0;
    }

    #widget-biography-items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
        justify-items: center;
    }

    .widget-biography-item {
        width: unset;
    }

    .widget-stock-body {
        width: 100%;
        margin-bottom: 24px;
        padding: 12px 24px;
    }

    .widget-contact-body {
        flex-direction: column;
    }

    .widget-contact-sidebar {
        margin-top: 24px;
        margin-left: 0;
    }

    #footer-columns {
        flex-direction: column;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    #footer-navigation-bottom-items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
        justify-items: center;

        width: 100%;
        padding-right: 12px;
        padding-bottom: 48px;
        padding-left: 12px;

        text-align: center;
    }

    #footer-navigation-bottom-items > * {
        grid-column: 1/-1;
        width: 100%;
        text-align: center;
    }
}
