@font-face {
    font-family: 'Inter';
    src: url('../font/inter-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'The Seasons';
    src: url('../font/the-seasons-regular.ttf') format('truetype');
}

p,
a,
ul,
li,
span,
button {
    font-family: 'Inter', sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {}

.title {
    font-family: 'The Seasons', sans-serif !important;
}

.word {
    font-family: 'Inter', sans-serif !important;
}

body {
    overflow-x: hidden;
}

.main_container {
    width: 1200px;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_align_center {
    display: flex;
    align-items: center;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.line_height_16 {
    line-height: 1.6 !important;
}

.line_height_12 {
    line-height: 1.2 !important;
}

.logo {
    height: 60px;
}

.content-auto {
    content-visibility: auto;
}

.error {
    color: red;
}

.ellipsis_1_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_2_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_3_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_4_line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_18 {
    height: 18rem;
}

.max_content {
    width: max-content;
}

.text_italic {
    font-style: italic;
}


.text_uppercase {
    text-transform: uppercase;
}

.max_width {
    width: max-content;
}

/* Media Query */
.items_stretch {
    align-items: stretch;
}

.copyright {
    font-size: 12px;
    color: #213459b3;
}

.fz_16 {
    font-size: 16px;
}

.fz_22 {
    font-size: 22px;
}

.fz_20 {
    font-size: 20px;
}

.fz_18 {
    font-size: 18px;
}

.cursor_pointer {
    cursor: pointer;
}

.margin_auto {
    margin: auto;
}

/* News */

.list_menu a {
    font-size: 18px;
}

.align_end {
    align-self: end;
}

.outline_none {
    outline: none;
}

.button-text {
    font-size: 16px;
}

.z_10 {
    z-index: 10;
}

.z_15 {
    z-index: 15;
}

.border_bottom {
    border-bottom: 2px solid #dedede;
}

.menu_a {
    /* display: block; */
    transition: 400ms;
    border-radius: 10px;
}

.nav_menu .active {
    color: #0652e9;
}

.nav-link:hover {
    background-color: #eef9fe;
}

.text_italic {
    font-style: italic;
}

.team-member-hp-text {
    font-size: 16px;
}

@media (max-width: 768px) {
    .logo {
        height: 45px;
    }

    .phone_banner {
        height: 220px !important;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .phone_menu {
        position: absolute;
        top: 88px;
        left: 0;
        width: 100%;
        z-index: 12;
        background-color: #fff;
    }
}

/*  */

.nav-link {
    text-decoration: none;
    font-size: 0;
    color: #222;
    font-family: 'Arial', sans-serif;
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 8px 20px;
    border-radius: 10px;
}

.letter-box {
    display: inline-block;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}

.letter-original,
.letter-backup {
    display: inline-block;
    position: relative;
    font-family: inherit;
    font-size: inherit;
}

.letter-backup {
    position: absolute;
    top: 100%;
    left: 0;
}

.nav-link.animating .letter-original,
.nav-link.animating .letter-backup {
    transition: transform 0.15s ease;
}

.nav-link.animating .letter-original {
    transform: translateY(-100%);
}

.nav-link.animating .letter-backup {
    transform: translateY(-100%);
}

.word-space {
    display: inline-block;
    width: 8px;
}



@media (max-width: 1199px) {
    .main_container {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .main_container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .main_container {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .main_container {
        padding: 0 10px;
    }
}