#fb-root {
    position: relative;
    z-index: 17
}

#fb-root .fb_dialog {
    left: -1000px
}

:root {
    --color-meteorite-dark: #2f1c6a;
    --color-meteorite: #8c85ff;
    --color-meteorite-light: #d5dfff;
    --color-primary-dark: #5025d1;
    --color-primary: #673de6;
    --color-primary-light: #ebe4ff;
    --color-danger-dark: #d63163;
    --color-danger: #fc5185;
    --color-danger-light: #ffe8ef;
    --color-warning-dark: #fea419;
    --color-warning-dark-2: #9F6000;
    --color-warning: #ffcd35;
    --color-warning-light: #fff8e2;
    --color-success-dark: #008361;
    --color-success: #00b090;
    --color-success-light: #def4f0;
    --color-dark: #1d1e20;
    --color-gray-dark: #36344d;
    --color-gray: #727586;
    --color-gray-border: #dadce0;
    --color-gray-light: #f2f3f6;
    --color-light: #fff;
    --color-azure: #357df9;
    --color-azure-light: #e3ebf9;
    --color-azure-dark: #265ab2
}

.whats-app-bubble {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 17;
    display: flex;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: #00000026 0 4px 12px
}

.whats-app-bubble--next-to-messenger {
    right: 95px
}

.globalClass_2ebe {
    position: relative;
    z-index: 17
}

#wtpQualitySign_fixedCSS,
#wtpQualitySign_popupCSS {
    bottom: 10px !important
}

#wtpQualitySign_fixedCSS {
    z-index: 17 !important
}

#wtpQualitySign_popupCSS {
    z-index: 18 !important
}

.immersive-translate-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2147483647;
    display: flex;
    justify-content: center;
    align-items: center;
}

.immersive-translate-attach-loading::after {
    content: " ";

    --loading-color: #f78fb6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    margin: 12px auto;
    position: relative;
    color: white;
    left: -100px;
    box-sizing: border-box;
    animation: immersiveTranslateShadowRolling 1.5s linear infinite;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-2000%, -50%);
    z-index: 100;
}

.immersive-translate-loading-spinner {
    vertical-align: middle !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    margin: 0 4px !important;
    border: 2px rgba(221, 244, 255, 0.6) solid !important;
    border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
    border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
    border-radius: 50% !important;
    padding: 0 !important;
    -webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
    animation: immersive-translate-loading-animation 0.6s infinite linear !important;
}

@-webkit-keyframes immersive-translate-loading-animation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes immersive-translate-loading-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.immersive-translate-input-loading {
    --loading-color: #f78fb6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    margin: 12px auto;
    position: relative;
    color: white;
    left: -100px;
    box-sizing: border-box;
    animation: immersiveTranslateShadowRolling 1.5s linear infinite;
}

@keyframes immersiveTranslateShadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        box-shadow: 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        box-shadow: 110px 0 var(--loading-color), 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        box-shadow: 120px 0 var(--loading-color), 110px 0 var(--loading-color), 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0);
    }

    50% {
        box-shadow: 130px 0 var(--loading-color), 120px 0 var(--loading-color), 110px 0 var(--loading-color), 100px 0 var(--loading-color);
    }

    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color), 120px 0 var(--loading-color), 110px 0 var(--loading-color);
    }

    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color), 120px 0 var(--loading-color);
    }

    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color);
    }

    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}


.immersive-translate-search-recomend {
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    position: relative;
    font-size: 16px;
}

.immersive-translate-search-enhancement-en-title {
    color: #4d5156;
}

/* dark */
@media (prefers-color-scheme: dark) {
    .immersive-translate-search-recomend {
        border: 1px solid #3c4043;
    }

    .immersive-translate-close-action svg {
        fill: #bdc1c6;
    }

    .immersive-translate-search-enhancement-en-title {
        color: #bdc1c6;
    }
}


.immersive-translate-search-settings {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.immersive-translate-search-recomend::before {
    /* content: " "; */
    /* width: 20px; */
    /* height: 20px; */
    /* top: 16px; */
    /* position: absolute; */
    /* background: center / contain url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAxlBMVEUAAADpTInqTIjpSofnSIfqS4nfS4XqS4nqTIjsTYnrTInqTIroS4jvQIDqTIn////+/v7rSYjpTIn8/v7uaZzrTIr9/f3wfansWJL88/b85e73qc39+/v3xNnylrvrVI/98fb62Obva5/8+fr76vH4y9zpSIj74e353Oj1ocTzm77xhK/veKbtYpjsXJTqU47oTInxjrXyh7L99fj40eH2ttH1udD3sc31ssz1rMnykLXucqPtbqD85e/1xdn2u9DzqcXrUY6FaJb8AAAADnRSTlMA34BgIM8Q37/fz7+/EGOHcVQAAAGhSURBVDjLhZPncuowEEZFTW7bXVU7xsYYTO/p7bb3f6lICIOYJOT4h7/VnFmvrBFjrF3/CR/SajBHswafctG0Qg3O8O0Xa8BZ6uw7eLjqr30SofCDVSkemMinfL1ecy20r5ygR5zz3ArcAqJExPTPKhDENEmS30Q9+yo4lEQkqVTiIEAHCT10xWERRdH0Bq0aCOPZNDV3s0xaYce1lHEoDHU8wEh3qRJypNcTAeKUIjgKMeGLDoRCLVLTVf+Ownj8Kk6H9HM6QXPgYjQSB0F00EJEu10ILQrs/QeP77BSSr0MzLOyuJJQbnUoOOIUI/A8EeJk9E4YUHUWiRyTVKGgQUB8/3e/NpdGlfI+FMQyWsCBWyz4A/ZyHXyiiz0Ne5aGZssoxRmcChw8/EFKQ5JwwkUo3FRT5yXS7q+Y/rHDZmFktzpGMvO+5QofA4FPpEmGw+EWRCFvnaof7Zhe8NuYSLR0xErKLThUSs8gnODh87ssy6438yzbLzxl012HS19vfCf3CNhnbWOL1eEsDda+gDPUvri8tSZzNFrwIZf1NmNvqC1I/t8j7nYAAAAASUVORK5CYII='); */
}

.immersive-translate-search-title {}

.immersive-translate-search-title-wrapper {}

.immersive-translate-search-time {
    font-size: 12px;
    margin: 4px 0 24px;
    color: #70757a;
}

.immersive-translate-expand-items {
    display: none;
}

.immersive-translate-search-more {
    margin-top: 16px;
    font-size: 14px;
}

.immersive-translate-modal {
    display: none;
    position: fixed;
    z-index: 2147483647;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
}

.immersive-translate-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 40px 24px 24px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 80%;
    max-width: 270px;
    font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
        "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    position: relative
}

@media screen and (max-width: 768px) {
    .immersive-translate-modal-content {
        margin: 50% auto !important;
    }
}

.immersive-translate-modal .immersive-translate-modal-content-in-input {
    max-width: 500px;
}

.immersive-translate-modal-content-in-input .immersive-translate-modal-body {
    text-align: left;
    max-height: unset;
}

.immersive-translate-modal-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.immersive-translate-modal-body {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    word-break: break-all;
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .immersive-translate-modal-body {
        max-height: 250px;
        overflow-y: auto;
    }
}

.immersive-translate-close {
    color: #666666;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 20px;
    font-weight: bold;
}

.immersive-translate-close:hover,
.immersive-translate-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.immersive-translate-modal-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.immersive-translate-btn {
    width: fit-content;
    color: #fff;
    background-color: #ea4c89;
    border: none;
    font-size: 16px;
    margin: 0 8px;
    padding: 9px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.immersive-translate-btn:hover {
    background-color: #f082ac;
}

.immersive-translate-cancel-btn {
    /* gray color */
    background-color: rgb(89, 107, 120);
}


.immersive-translate-cancel-btn:hover {
    background-color: hsl(205, 20%, 32%);
}

.immersive-translate-action-btn {
    background-color: transparent;
    color: #EA4C89;
    border: 1px solid #EA4C89
}

.immersive-translate-btn svg {
    margin-right: 5px;
}

.immersive-translate-link {
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    text-decoration: none;
    color: #007bff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

.immersive-translate-primary-link {
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    text-decoration: none;
    color: #ea4c89;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

.immersive-translate-modal input[type="radio"] {
    margin: 0 6px;
    cursor: pointer;
}

.immersive-translate-modal label {
    cursor: pointer;
}

.immersive-translate-close-action {
    position: absolute;
    top: 2px;
    right: 0px;
    cursor: pointer;
}

body{
    --headerHeightPx: 94px;--headerHeightMobilePx: 69px;
}

astro-island,
astro-slot,
astro-static-slot {
    display: contents
}

main{
    --h1-font-size: 120px; --h1-font-style: normal; --h1-font-family: var(--font-primary); --h1-font-weight: 400; --h1-line-height: 1.2; --h1-m-font-size: 64px; --h1-letter-spacing: normal; --h1-text-transform: none; --h1-text-decoration: none; --h2-font-size: 64px; --h2-font-style: normal; --h2-font-family: var(--font-primary); --h2-font-weight: 400; --h2-line-height: 1.2; --h2-m-font-size: 40px; --h2-letter-spacing: normal; --h2-text-transform: none; --h2-text-decoration: none; --h3-font-size: 40px; --h3-font-style: normal; --h3-font-family: var(--font-primary); --h3-font-weight: 400; --h3-line-height: 1.2; --h3-m-font-size: 32px; --h3-letter-spacing: normal; --h3-text-transform: none; --h3-text-decoration: none; --h4-font-size: 32px; --h4-font-style: normal; --h4-font-family: var(--font-primary); --h4-font-weight: 400; --h4-line-height: 1.2; --h4-m-font-size: 28px; --h4-letter-spacing: normal; --h4-text-transform: none; --h4-text-decoration: none; --h5-font-size: 24px; --h5-font-style: normal; --h5-font-family: var(--font-primary); --h5-font-weight: 400; --h5-line-height: 1.2; --h5-m-font-size: 24px; --h5-letter-spacing: normal; --h5-text-transform: none; --h5-text-decoration: none; --h6-font-size: 20px; --h6-font-style: normal; --h6-font-family: var(--font-primary); --h6-font-weight: 400; --h6-line-height: 1.2; --h6-m-font-size: 20px; --h6-letter-spacing: normal; --h6-text-transform: none; --h6-text-decoration: none; --body-font-size: 16px; --body-font-style: normal; --body-font-family: var(--font-secondary); --body-font-weight: 400; --body-line-height: 1.5; --body-m-font-size: 16px; --body-letter-spacing: normal; --body-text-transform: none; --body-text-decoration: none; --font-primary: 'Libre Caslon Display', serif; --font-secondary: 'Nunito', sans-serif; --nav-link-color: rgb(26, 26, 26); --nav-link-font-size: 16px; --nav-link-font-style: normal; --nav-link-color-hover: rgb(38, 90, 178); --nav-link-font-family: var(--font-secondary); --nav-link-font-weight: 400; --nav-link-line-height: 1.5; --nav-link-m-font-size: 16px; --nav-link-letter-spacing: normal; --nav-link-text-transform: none; --nav-link-text-decoration: none; --body-large-font-size: 18px; --body-large-font-style: normal; --body-large-font-family: var(--font-secondary); --body-large-font-weight: 400; --body-large-line-height: 1.5; --body-large-m-font-size: 18px; --body-large-letter-spacing: normal; --body-large-text-transform: none; --body-large-text-decoration: none; --body-small-font-size: 14px; --body-small-font-style: normal; --body-small-font-family: var(--font-secondary); --body-small-font-weight: 400; --body-small-line-height: 1.5; --body-small-m-font-size: 14px; --body-small-letter-spacing: normal; --body-small-text-transform: none; --body-small-text-decoration: none; --grid-button-primary-font-size: 14px; --grid-button-primary-padding-x: 40px; --grid-button-primary-padding-y: 12px; --grid-button-primary-font-style: normal; --grid-button-primary-font-family: var(--font-secondary); --grid-button-primary-font-weight: 400; --grid-button-primary-line-height: normal; --grid-button-primary-m-font-size: 12px; --grid-button-primary-m-padding-x: 36px; --grid-button-primary-m-padding-y: 14px; --grid-button-primary-box-shadow-x: 0px; --grid-button-primary-box-shadow-y: 0px; --grid-button-primary-border-radius: 0px; --grid-button-primary-letter-spacing: 0.1em; --grid-button-primary-text-transform: uppercase; --grid-button-primary-box-shadow-blur: 0px; --grid-button-primary-text-decoration: none; --grid-button-primary-box-shadow-color: rgba(0, 0, 0, 0); --grid-button-primary-box-shadow-spread: 0px; --grid-button-primary-box-shadow-x-hover: 0px; --grid-button-primary-box-shadow-y-hover: 0px; --grid-button-primary-transition-duration: 0.2s; --grid-button-primary-background-color-null: rgba(0, 0, 0, 0); --grid-button-primary-box-shadow-blur-hover: 0px; --grid-button-primary-box-shadow-color-hover: 0px; --grid-button-primary-box-shadow-spread-hover: 0px; --grid-button-primary-transition-timing-function: ease; --grid-button-secondary-font-size: 14px; --grid-button-secondary-padding-x: 40px; --grid-button-secondary-padding-y: 12px; --grid-button-secondary-font-style: normal; --grid-button-secondary-font-family: var(--font-secondary); --grid-button-secondary-font-weight: 400; --grid-button-secondary-line-height: normal; --grid-button-secondary-m-font-size: 14px; --grid-button-secondary-m-padding-x: 36px; --grid-button-secondary-m-padding-y: 13px; --grid-button-secondary-box-shadow-x: 0px; --grid-button-secondary-box-shadow-y: 0px; --grid-button-secondary-border-radius: 0px; --grid-button-secondary-letter-spacing: 0.1em; --grid-button-secondary-text-transform: uppercase; --grid-button-secondary-box-shadow-blur: 0px; --grid-button-secondary-text-decoration: none; --grid-button-secondary-box-shadow-color: rgba(0, 0, 0, 0); --grid-button-secondary-box-shadow-spread: 0px; --grid-button-secondary-box-shadow-x-hover: 0px; --grid-button-secondary-box-shadow-y-hover: 0px; --grid-button-secondary-transition-duration: 0.2s; --grid-button-secondary-background-color-null: rgba(0, 0, 0, 0); --grid-button-secondary-box-shadow-blur-hover: 0px; --grid-button-secondary-box-shadow-color-hover: 0px; --grid-button-secondary-box-shadow-spread-hover: 0px; --grid-button-secondary-transition-timing-function: ease; --4a5ae91c: 69px;
    
}