/* Font */

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-BoldItalic.woff2') format('woff2'),
        url('../font/Geist-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-ExtraBold.woff2') format('woff2'),
        url('../font/Geist-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Geist-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-ExtraLight.woff2') format('woff2'),
        url('../font/Geist-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-ExtraLightItalic.woff2') format('woff2'),
        url('../font/Geist-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Italic.woff2') format('woff2'),
        url('../font/Geist-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Light.woff2') format('woff2'),
        url('../font/Geist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-LightItalic.woff2') format('woff2'),
        url('../font/Geist-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Medium.woff2') format('woff2'),
        url('../font/Geist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-MediumItalic.woff2') format('woff2'),
        url('../font/Geist-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Regular.woff2') format('woff2'),
        url('../font/Geist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-SemiBold.woff2') format('woff2'),
        url('../font/Geist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Geist-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Thin.woff2') format('woff2'),
        url('../font/Geist-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-ThinItalic.woff2') format('woff2'),
        url('../font/Geist-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Black.woff2') format('woff2'),
        url('../font/Geist-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-BlackItalic.woff2') format('woff2'),
        url('../font/Geist-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Bold.woff2') format('woff2'),
        url('../font/Geist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #4EC7E4;
    --secondary: #53B2AC;
    --text: #1E293B;
    --accent: #103735;
    --white-color: #FFFFFF;
    --Primary-10: #53B2AC1A;
    --Primary-14: #53B2AC24;
    --Secondary-900: #002533;
}


body {font-family: 'Geist';}
* {box-sizing: border-box;}
a, button {transition: all ease-in-out 0.3s}

/* Header Menu */
.site_logo , .site_logo * {display: inline-flex;}
.hfe-nav-menu__toggle .hfe-nav-menu-icon, header .hfe-flyout-close {background: linear-gradient(270deg, var(--primary) 0%, var(--secondary) 100%); border-radius: 50%; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center !important; margin: 0px !important; flex: 0 0 auto;}
header .hfe-flyout-close svg, header .hfe-flyout-close {position: unset;}
header .hfe-flyout-content {display: flex; flex-direction: column; gap: 30px;}
header .hfe-flyout-close {order: -1;}
.theme-btn {color: var(--white-color); text-align: center; font-size: 18px; line-height: 28px; background: linear-gradient(270deg, var(--primary) 0%, var(--secondary) 100%); padding: 10px 20px; border-radius: 60px; box-shadow: 0px 8px 8px 0px #51BDC94D;}
.theme-btn.download_btn a {color: var(--white-color) !important; background: linear-gradient(270deg, var(--primary) 0%, var(--secondary) 100%); padding: 10px 20px !important; justify-content: center !important; font-size: 18px !important; line-height: 28px !important; border-radius: 60px; box-shadow: 0px 8px 8px 0px #51BDC94D;}



/* Responsive CSS */

@media screen and (min-width : 768px) {
    .download_btn {display: none;}
}

@media screen and (max-width : 767.98px) {
    .site_logo .hfe-site-logo-img {max-width: 35px;}
}