/* global css */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --ff-manrope: "Manrope", sans-serif;
    --c-white: #fff;
    --c-dark: #000;
    --c-dark-2: #111;
    --c-dark-3: #232323;
    --c-blue: #2D4866;
    --c-blue-2: #203752;
    --c-blue-3: #1D3248;
    --c-blue-4: #1A2F46;
    --c-green: #5DAA83;
    --c-green-2: #2E7A54;
    --c-gray: rgba(17, 17, 17, 0.73);
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--ff-manrope);
    font-weight: var(--fw-400);
    background-color: #EDEDED;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p {*/
/*    margin: 0;*/
/*}*/

img {
    max-width: 100%;
    width: 100%;
}

.obj-cov {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.obj-con {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

a {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: var(--c-blue-hover);
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.section-padding {
    padding: 0 20px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.pos-rel {
    position: relative;
}

.tr03 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.d-block {
    display: block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.333%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.upper {
    text-transform: uppercase;
}

.cursor {
    cursor: pointer;
}

.ff-manrope {
    font-family: var(--ff-manrope);
}

.c-gray {
    color: var(--c-gray);
}

.c-green {
    color: var(--c-green);
}

.c-green-2 {
    color: var(--c-green-2);
}

.c-blue-2 {
    color: var(--c-blue-2);
}

.c-blue-3 {
    color: var(--c-blue-3);
}

.c-blue-4 {
    color: var(--c-blue-4);
}

.c-blue {
    color: var(--c-blue);
}

.c-dark-2 {
    color: var(--c-dark-2);
}

.c-dark-3 {
    color: var(--c-dark-3);
}

.c-dark {
    color: var(--c-dark);
}

.c-white {
    color: var(--c-white);
}

.fw-400 {
    font-weight: var(--fw-400);
}

.fw-500 {
    font-weight: var(--fw-500);
}

.fw-600 {
    font-weight: var(--fw-600);
}

.fw-700 {
    font-weight: var(--fw-700);
}

.fw-800 {
    font-weight: var(--fw-800);
}

.fs-62 {
    font-size: 62px;
    line-height: 99.2px;
}

.fs-51 {
    font-size: 51.3px;
    line-height: 68.742px;
}

.fs-50 {
    font-size: 50px;
    line-height: 67px;
}

.fs-48 {
    font-size: 48px;
    line-height: 64.32px;
}

.fs-36 {
    font-size: 36px;
    line-height: 54.36px;
}

.fs-32 {
    font-size: 32px;
    line-height: 53.76px;
}

.fs-28 {
    font-size: 28px;
    line-height: 44.8px;
}

.fs-26 {
    font-size: 26px;
    line-height: 33.8px;
}

.fs-24 {
    font-size: 24px;
    line-height: 38.4px;
}

.fs-22 {
    font-size: 22px;
    line-height: 35.2px;
}

.fs-20 {
    font-size: 20px;
    line-height: 31.2px;
}

.fs-18 {
    font-size: 18px;
    line-height: 28.8px;
}

.global-btn {
    width: 100%;
}

.global-btn a {
    padding: 9px 33px;
    color: var(--c-white);
    font-family: var(--ff-manrope);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-700);
    line-height: 28.8px;
    letter-spacing: 0.18px;
    border-radius: 50px;
    background-color: var(--c-green);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--c-green);
    text-align: center;
}

.global-btn a:hover {
    background-color: transparent;
    color: var(--c-green);
}

@media (max-width: 1024px) {
    .fs-62 {
        font-size: 42px;
        line-height: 50px;
    }

    .fs-51 {
        font-size: 42px;
        line-height: 50px;
    }

    .fs-50 {
        font-size: 42px;
        line-height: 50px;
    }

    .fs-48 {
        font-size: 38px;
        line-height: 46px;
    }

    .fs-36 {
        font-size: 28px;
        line-height: 36px;
    }

    .fs-32 {
        font-size: 28px;
        line-height: 36px;
    }

    .fs-28 {
        font-size: 24px;
        line-height: 32px;
    }

    .fs-26,
    .fs-24,
    .fs-22 {
        font-size: 20px;
        line-height: 31.2px;
    }
}

@media (max-width: 767px) {
    .fs-51 {
        font-size: 21.7px;
        line-height: 34.284px;
    }

    .fs-20 {
        font-size: 12px;
        line-height: 18.72px;
    }

    .fs-22 {
        font-size: 10px;
        line-height: 16px;
    }

    .fs-62 {
        font-size: 32px;
        line-height: 51.2px;
    }

    .fs-32 {
        font-size: 16px;
        line-height: 26.88px;
    }

    .fs-28 {
        font-size: 14.01px;
        line-height: 22.416px;
    }

    .fs-26 {
        font-size: 18px;
        line-height: 23.4px;
    }

    .fs-18 {
        font-size: 14px;
        line-height: 22.4px;
    }

    .fs-48 {
        font-size: 20px;
        line-height: 31.6px;
    }

    .fs-36 {
        font-size: 17px;
        line-height: 25.67px;
    }

    .fs-24 {
        font-size: 12px;
        line-height: 19.2px;
    }

    .fs-50 {
        font-size: 20px;
        line-height: 26.8px;
    }

    .global-btn a {
        font-size: 14px;
        line-height: 22.4px;
        padding: 6px 21px;
    }
}