/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/resolve-url-loader/i.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./src/assets/scss/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (http)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
--bs-highlight-bg: #fffs://github.com/twbs/bootstrap/blob/main/LICENSE3cd;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

a:hover {
    color: var(--bs-link-hover-color);
}

img {
    vertical-align: middle;
}

label {
    display: inline-block;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

/** @format */
* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0 auto;
    color: #68718b;
    font-family: "Roboto", Arial, sans-serif;
    overflow-x: hidden;
}

h1,
h1 {
    font-size: 3rem;
    font-family: "Roboto", Arial, sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

a {
    text-decoration: none;
}


.pattern {
    pointer-events: none;
}

/** @format */

.text-l-regular {
    font-family: "Roboto", arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.35;
}

.text-m-medium {
    font-family: "Roboto", arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

.text-m-regular {
    font-family: "Roboto", arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
}


.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

:not(.btn-check) + .btn:active, .btn:first-child:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-link:focus-visible {
    color: var(--bs-btn-color);
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}


.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.text-wrap {
    white-space: normal !important;
}


.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/** @format */
.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 700px;
    background: url("../media/images/img/home_bg_raw.webp") no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .banner {
        background: url("../media/images/img/home-bg-ph.webp") no-repeat;
        height: 50.75rem !important;
        background-size: cover !important;
        overflow: initial;
    }
}

.banner--large {
    background-color: #ebf7ff;
}

.banner--large .pattern {
    position: absolute;
    z-index: -1;
    width: 2578px;
    height: 848.5px;
    background-position: center;
    top: -14.3125rem;
    left: -21.0625rem;
}

.banner--large .container {
    padding-top: 6.5rem;
    display: flex;
    gap: 2.25rem;
    align-items: center;
    display: flex;
}

@media (max-width: 767.98px) {
    .banner--large .container {
        padding-top: 4rem;
    }
}

@media (max-width: 575.98px) {
    .banner--large .container {
        padding-inline: 1.25rem;
    }
}

.banner--large .container .btn-wrap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

@media (max-width: 575.98px) {
    .banner--large .container .btn-wrap {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .banner--large .container .btn-wrap > * {
        width: 100%;
    }
}


.header-bg {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 806px;
    overflow-x: hidden;
    background-size: cover;
    background-position: left bottom;
}

.header-bg--v1 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
}

@media (max-width: 991.98px) {
    .header-bg--v1 {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
    }
}

@media (max-width: 575.98px) {
    .header-bg--v1 {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
    }
}

.header-bg--short {
    height: 690px;
}

@media (max-width: 767.98px) {
    .header-bg--short {
        height: 809px;
    }
}


/** @format */


.btn--large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.35;
}


.card {
    overflow: hidden;
    border: none;
    border-radius: 10px;
}

.card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.card-header {
    height: 28px;
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: unset;
}

/** @format */
.items__checkbox {
    width: 90%;
    position: relative;
    /*padding: 12px 60px 12px 35px;*/
    padding: 3px 60px 2px 35px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box !important;
    border-radius: 10px;
    border: 2px solid transparent;
}

.items__checkbox:visited {
    border-color: #0163ff;
    background: linear-gradient(to right, #e6f0ff, #f2f7ff);
}

.drop {
    position: relative;
    width: 275px;
}

.drop__dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: #ffffff;
    padding: 6px 16px;
    height: 56px;
    border: 1px solid #cdd0d8;
    transition: 0.5s ease-out;
}

.drop__dropdown:hover {
    border: 1px solid #ac5fe6;
}

.drop__dropdown:hover p {
    color: #03133d;
}

.drop__dropdown p {
    position: relative;
    text-transform: capitalize;
    color: #cdd0d8;
    flex: 1;
    transition: 0.5s ease-out;
}

.drop__ul {
    position: absolute;
    padding: 6px 16px;
    background: #ffffff;
    flex: 1;
    width: 100%;
    list-style: none;
    border-radius: 10px;
    margin-top: 5px;
    display: none;
    z-index: 1;
}

.drop__ul li {
    margin-top: 16px;
    display: block;
}

.drop__ul li:last-child {
    margin-bottom: 16px;
}

/** @format */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 86px;
    padding: 0px 100px;
    display: flex;
    align-items: center;
    direction: ltr;
    /*background: white;*/
    /*初始背景色*/
    /*background: rgba(255, 255, 255, 0.85);*/
}

@media (max-width: 575.98px) {
    .navbar .web-nav-icon {
        display: none;
    }
}

.navbar .phone-nav-icon {
    display: none;
}

@media (max-width: 575.98px) {
    .navbar .phone-nav-icon {
        display: block;
    }
}

.navbar .home-icon {
    width: 180px;
}

.navbar .icon-language {
    /*height: 24px;*/
    width: 24px;
}

@media (min-width: 1400px) {
    .navbar {
        padding: 0px 120px;
    }
}

@media (max-width: 1199.98px) {
    .navbar {
        padding: 0px 20px;
    }
}

.navbar__title {
    position: relative;
    z-index: 900;
    flex: 1;
}

.navbar__links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 0 auto;
}

@media (max-width: 991.98px) {
    .navbar__links {
        flex-direction: column;
        position: absolute;
        display: none;
        width: 100%;
        height: 1000px;
        padding: 0px 20px;
        background: url("../media/images/img/Background (4)@2x.webp");
        top: 560%;
        left: 50%;
        transform: translate(-50%, -50%);
        gap: 0px;
        background-size: contain;
    }
}

@media (max-width: 575.98px) {
    .navbar__links {
        top: 560%;
        height: 1000px;
    }
}


.navbar__links__link {
    color: #92929d;
}

@media (max-width: 575.98px) {
    .navbar__links__link {
        color: white !important;
    }
}

.navbar__links__link {
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    color: #92929D;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    transition: 0.5s ease-out;
    display: flex;
    gap: 8px;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .navbar__links__link {
        justify-content: flex-start !important;
    }
}

@media (max-width: 991.98px) {
    .navbar__links__link {
        position: relative;
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #cdd0d8;
        display: flex;
        justify-content: center;
    }

    .navbar__links__link:first-child {
        margin-top: 90px;
    }
}

@media (max-width: 991.98px) {
    .navbar__links__link:nth-child(6) {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .navbar__links__link:nth-child(8) {
        display: flex;
        flex-direction: column;
    }
}

.navbar__links__link:hover {
    color: rgb(146, 146, 157);
}

.navbar__links__link:hover .navbar__links__link__arrow {
    background-color: transparent;
    background-image: url("../media/images/icons/arrow-ios-down2-purple.svg");
}

.navbar__links__link__arrow {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("../media/images/icons/arrow-ios-down-grey.svg");
    /*color: #92929D;*/
    transition: 0.5s ease-out;
}

.navbar__sign {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 1;
}

@media (max-width: 991.98px) {
    .navbar__sign {
        position: absolute;
        justify-content: center;
        display: none;
        padding: 0px 20px;
        width: 100%;
        top: 740%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar__sign > * {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .navbar__sign {
        gap: 0px;
    }
}

@media (max-width: 575.98px) {
    .navbar__sign {
        flex-direction: row;
        top: 740%;
        gap: 16px;
        background-color: white;
        top: calc(100vh - 39px);
        padding: 15px 10px;
        justify-content: space-between;
    }
}

.navbar__menu {
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
    justify-content: flex-end;
    display: none;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../media/images/icons/menu.svg");
    transition: 0.5s ease-out;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .navbar__menu {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .navbar__menu {
        background-image: url("/assets/media/images/img/nav-icon.webp");
    }
}

.navbar__menu:hover {
    /*background-image: url("../media/images/icons/menu-purple.svg");*/
}

.navbar__close {
    position: relative;
    cursor: pointer;
    display: none;
    justify-content: flex-end;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../media/images/icons/close-round.svg");
    transition: 0.5s ease-out;
    cursor: pointer;
}

.navbar__close:hover {
    background-image: url("../media/images/icons/close-round-purple.svg");
    border: 1px solid blue;
}

.js-dropdown-box-flag {
    position: absolute;
    top: 65px;
    right: 400px;
    padding: 0px 14px 0 14px;
    background: #f8f8f9;
    border-radius: 10px;
    display: none;
    gap: 66px;
    width: 160px;
}

.js-dropdown-box-flag .box {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    left: 28.8%;
    background: #f8f8f9;
    transform: rotate(45deg);
}


@media (max-width: 575.98px) {
    #js-dropdown-box-flag {
        position: absolute;
        top: 373px;
        right: 160px;
        padding: 0px 14px 0 14px;
        background: #f8f8f9;
        border-radius: 10px;
        display: none;
        gap: 66px;
        width: 160px;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .js-dropdown-box-flag .box {
        position: absolute;
        width: 12px;
        height: 12px;
        margin-top: 202px;
        left: 28.8%;
        background: #f8f8f9;
        transform: rotate(45deg);
    }
}



.js-dropdown-box-flag__lists {
    position: relative;
    padding: 18px 0 0 18px;
}

.js-dropdown-box-flag__lists__link {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-column-gap: 40px;
}

@media (max-width: 991.98px) {
    .js-dropdown-box-flag__lists__link {
        max-height: 424px;
    }
}

.js-dropdown-box-flag__lists__link a {
    font-size: 14px;
    color: rgb(146, 146, 157);
    margin-bottom: 12px;
    padding-bottom: 5px;
    height: 26px;
}

.js-dropdown-box-flag__lists__link a img {
    width: 30%;
    margin-right: 3px;
}

.footer-custom1 {
    margin-top: -14rem;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .footer-custom1 {
        padding-top: 203px;
    }
}

@media (max-width: 991.98px) {
    .footer-custom1 {
        padding-top: 0;
    }
}

@media (max-width: 575.98px) {
    .footer-custom1 {
        margin-top: -7rem;
    }
}

.footer {
    position: relative;
    width: 100%;
    padding: 0px 100px;
    z-index: 3;
    padding-top: 79px !important;
}

@media (min-width: 1400px) {
    .footer {
        padding: 0px 170px;
    }
}

@media (max-width: 1199.98px) {
    .footer {
        padding: 0px 20px;
    }
}

@media (max-width: 991.98px) {
    .footer {
        padding-top: 3.125rem !important;
    }
}

@media (max-width: 1199.98px) {
    .footer--v1 {
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    .footer--v1 {
        padding-top: 0px;
    }
}

.footer--v1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../media/images/img/footer_bg.webp") no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .footer--v1::before {
        background: url("../media/images/img/footer-bg-ph.webp") no-repeat;
    }
}

.footer__container {
    position: relative;
    display: flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .footer__container {
        flex-direction: column;
    }
}

.footer__sosmed {
    position: relative;
    width: 305px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer__sosmed .text-m-regular{
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 575.98px) {
    .footer__sosmed {
        text-align: left !important;
        height: 12.5rem !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .footer__sosmed {
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 300px;
        width: 100%;
        margin-top: 40px;
    }
}

.footer__sosmed__detail {
    color: #ffffff;
    margin-top: 20px;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .footer__sosmed__detail {
        max-width: 315px;
    }
}

@media (max-width: 575.98px) {
    .footer__sosmed__detail {
        max-width: inherit !important;
    }
}

.footer__sosmed__flex {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer__links {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    gap: 120px;
    margin-left: 400px;
}

@media (max-width: 991.98px) {
    .footer__links {
        margin-left: 0px;
        margin-top: -40px;
        gap: 120px;
    }
}

@media (max-width: 575.98px) {
    .footer__links {
        gap: 80px;
        flex-wrap: wrap;
    }
}

.footer__links__pages {
    position: relative;
    flex: 1;
}

.footer__links__pages__links {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer__links__pages__links .osint{
    width: 125px;
}

.footer__links__pages__links__a {
    color: #ffffff;
    text-decoration: none;
    margin-top: 16px;
}

.footer__links__pages__links__a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer__copyright {
    position: relative;
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 2.6875rem;
}

@media (max-width: 575.98px) {
    .footer__copyright {
        display: block !important;
        text-align: left !important;
        margin-top: 5.75rem;
    }
}

.footer__copyright p {
    color: #ffffff;
    font-family: "Poppins-Regular";
    font-size: 1rem;
    line-height: 1.4;
}

.footer__copyright p {
    font-size: 14px;
    font-family: "Poppins-Regular";
    font-weight: normal;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .footer__copyright p {
        position: relative;
        top: 1.875rem;
    }
}

.footer__copyright img {
    width: 24px;
    height: 24px;
}

.footer__copyright img:nth-child(2) {
    /*margin-right: 30px;*/
    /*margin-left: 30px;*/
}

@media (max-width: 575.98px) {
    .footer__copyright div {
        position: relative;
        top: -4.5rem;
    }
}

.media-icon {
    display: flex;
    width: 90px;
    justify-content: space-between;
}

.footer-icon {
    width: 150px;
    height: 36.21px;
}

.footer__sosmed__flex {
    margin-top: 50px;
}

@media (max-width: 575.98px) {
    .footer__sosmed__flex {
        display: none !important;
    }
}

.footer__sosmed__flex img {
    width: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.footer__sosmed__flex span {
    font-size: 16px;
    font-family: "Poppins-Regular";
    font-weight: normal;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .footer-img-icon {
        width: 100%;
    }
}

.js-dropdown-box {
    position: absolute;
    top: 40px;
    padding: 3px 14px 24px 14px;
    background: #f8f8f9;
    border-radius: 10px;
    display: none;
    gap: 66px;
    left: 94px;
}

.js-dropdown-box .box {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    left: 20.8%;
    background: #f8f8f9;
    transform: rotate(45deg);
}

.js-dropdown-box__lists {
    position: relative;
}

.js-dropdown-box__lists--v2 {
    width: 100%;
}

.js-dropdown-box__lists--v2 .js-dropdown-box__lists__link {
    max-height: auto;
}

.js-dropdown-box__lists__link {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-column-gap: 40px;
}

@media (max-width: 991.98px) {
    .js-dropdown-box__lists__link {
        max-height: 424px;
    }
}

.js-dropdown-box__lists__link--v2 {
    margin-top: 16px;
    text-decoration: none;
    color: #03133d;
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 22.4px;
    background-color: transparent;
    border-radius: 10px;
    padding: 5px 13px 5px 16px;
}

.js-dropdown-box__lists__link--v2:hover {
    color: #0062ff;
    background-color: #e5efff;
}

@media (max-width: 575.98px) {
    .js-dropdown-box {
        position: static;
        border-radius: unset;
        width: 100%;
        background-color: unset;
    }

    .js-dropdown-box .navbar__links__link {
        display: none;
    }

    .js-dropdown-box .js-dropdown-box__lists__link--v2 {
        border-radius: unset;
        border-bottom: 1px solid white;
        color: white;
    }
}

h3, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}


h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h1{
    font-size: 2rem;
    font-family: "Roboto", Arial, sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.1;
}



@media (max-width: 575.98px) {
    h3 {
        font-size: 1.5rem;
        line-height: 1.1;
    }
}

.ornament {
    pointer-events: none;
}


h1, h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}


.header-bg {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 806px;
    overflow-x: hidden;
    background-size: cover;
    background-position: left bottom;
}

.header-bg--v1 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
}

@media (max-width: 991.98px) {
    .header-bg--v1 {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
    }
}

@media (max-width: 575.98px) {
    .header-bg--v1 {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
    }
}

button {
    border-radius: 0;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

/** @format */
.text-xl-bold {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

/** @format */
.btn {
    border-radius: 10px;
    text-decoration: none;
    border: none;
    transition: 0.2s;
    font-family: "Roboto", Arial, sans-serif;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn--medium {
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.4;
}

.btn--small {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
}

.btn--primary {
    background-image: linear-gradient(113deg, #6a36ff, #ac5fe6);
    color: #ffffff;
    transition: 0.2s;
}

.btn--primary:hover {
    background-image: none;
    background-color: #ac5fe6;
    color: #ffffff;
}

.btn--primary:focus {
    color: #ffffff;
}

.btn--primary:first-child:hover {
    background-image: none;
    background-color: #ac5fe6;
    color: #ffffff;
}

.btn--secondary-white {
    color: #ffffff;
    background-color: #0062ff;
    width: 185px;
    height: 38px;
}

.btn--secondary-white:hover {
    border: 1px solid transparent;
    background-image: none;
    background-color: #ac5fe6;
    color: #ffffff;
}

.btn--secondary-white:focus {
    color: #ffffff;
    border: 1px solid #ac5fe6;
}

.btn--transparent-white {
    color: rgb(146, 146, 157);
    background-color: transparent;
    font-family: "Poppins-Regular";
}

.btn--transparent-white:hover {
    color: #c58df0;
    font-family: "Poppins-Regular";
}

.btn--transparent-white:not(.btn-check):hover {
    color: #c58df0;
    font-family: "Poppins-Regular";
}

/** @format */
.items__label {
    margin-bottom: 8px;
    color: #03133d;
    font-weight: 700;
    text-transform: capitalize;
}

.items__label span{
    color: red;
}

.items__inputs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    padding: 6px 16px;
    grid-column-gap: 8px;
    border: 1px solid #cdd0d8;
    border-radius: 10px;
    transition: 0.5s ease-out;
}

.items__inputs:hover {
    border: 1px solid #ac5fe6;
}

.items__inputs::-moz-placeholder {
    color: #cdd0d8;
}

.items__inputs--input {
    height: 44px;
    background: transparent;
    outline: none;
    border: none;
    flex: 1;
    color: #03133d;
}


.card-office {
    position: relative;
    width: 351px;
    height: 396px;
    padding: 32px;
    background: #ffffff;
    border-radius: 10px;
}

.card-office__title {
    text-transform: capitalize;
    color: #14358a;
    margin-top: 24px;
    margin-bottom: 4px;
}

.card-office__list {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
}

.card-office__list p {
    font-family: "Poppins-Regular";
    font-size: 1rem;
    line-height: 1.4;
}

p {
    margin: 0;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.container {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}


/** @format */
.item-select, .items__checkbox {
    width: 90%;
    position: relative;
    /*padding: 12px 60px 12px 35px;*/
    padding: 3px 60px 2px 35px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box !important;
    border-radius: 10px;
    border: 2px solid transparent;
}

.item_active, .items__checkbox:visited {
    border-color: #0163ff;
    background: linear-gradient(to right, #e6f0ff, #f2f7ff);
}

.item-select:hover {
    background: linear-gradient(to right, #e6f0ff, #f2f7ff);
}


.items__checkbox:hover input ~ .items__checkbox--checkmark {
    /*border: 1px solid #ac5fe6;*/
}

.items__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.items__checkbox input:checked ~ .items__checkbox--checkmark {
    background: #ac5fe6;
    border: 1px solid #ac5fe6;
}

.items__checkbox input:checked ~ .items__checkbox--checkmark::after {
    display: block;
}

.items__checkbox--checkmark {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #cdd0d8;
    border-radius: 2px;
}

.items__checkbox--checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 5.5px;
    top: 1px;
    width: 7px;
    height: 11.5px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.artical-con{
    font-size: 1.25rem;
    color: black;
}

.artical-con img{
    margin-top: 15px;
    margin-bottom: 15px;
}

.artical-con .img-desc{
    display: flex;
    justify-content: center;
    color: grey;!important;
    padding-bottom: 8px;
}
