@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);

body {
    font-family: "Roboto";
    overflow-x: hidden;
}

body.hidden {
    overflow: hidden;
}

a {
    color: #7A7A7A;
    text-decoration: none;
    font-size: 16;
}

a:hover {
    color: #fff;
}

.top-text {
    color: #fefefe;
    font-family: "Inter", Helvetica;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 85.5px;
    width: 700px;
}

@media (max-width: 1199.98px) {
    .top-text {
        font-size: 70px;
    }
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    position: relative;
    padding-top: 20px;
    background-color: #000;
    color: #fff;
}

.header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 900;
}

.header .menu {
    display: flex;
    align-items: center;
    list-style-type: none;
}

.header .item {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
}

.header .item a {
    transition: 0.3s;
}

.header .item:not(:last-child) {
    margin-right: 20px;
}

.header .item::after {
    content: "";
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    transition: 0.3s;
}

.header .item.active::after {
    width: 50%;
}

.header .item:hover::after {
    width: 50%;
}

.header .hamburger {
    cursor: pointer;
    display: none;
    background-color: transparent;
    width: 40px;
    height: 20px;
    margin-left: auto;
}

.header .hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
}

.header .hamburger span:not(:last-child) {
    margin-bottom: 5px;
}

.header .hamburger span:nth-child(2) {
    margin-left: auto;
    transition: background-color 0.25s, transform 0.3s;
}

.header .hamburger span:nth-child(1),
.header .hamburger span:nth-child(3) {
    transition: transform 0.45s;
}

.header.mobile .menu {
    pointer-events: auto;
}

.header.mobile .menu::before {
    transform: translatex(0);
    border-bottom-left-radius: 0;
}

.header.mobile .menu::after {
    opacity: 1;
}

.header.mobile .menu .item {
    transform: translatex(0);
}

.header.mobile .menu .item:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .menu .item:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.header.mobile .hamburger {
    z-index: 1000;
}

.header.mobile .hamburger span {
    background-color: #fff;
}

.header.mobile .hamburger span:nth-child(2) {
    transform: translateX(-20px);
    background-color: transparent !important;
}

.header.mobile .hamburger span:nth-child(1) {
    transform: translate(0%, 6px) rotate(315deg);
}

.header.mobile .hamburger span:nth-child(3) {
    transform: translate(0%, -11px) rotate(-315deg);
}

.show-hide {
    visibility: visible;
    display: block;
}

.hide-show {
    visibility: hidden;
    display: none;
}

@media (max-width: 900px) {
    .header .hamburger {
        display: block;
    }

    .header .nav {
        position: relative;
    }

    .header .menu {
        pointer-events: none;
        z-index: 1000;
        position: fixed;
        right: 0;
        top: 0;
        tranform: translateY(-50%);
        overflow: hidden;
        flex-direction: column;
        justify-content: center;
        width: 80%;
        height: 100vh;
        padding-top: 60px;
        padding-right: 30px;
        list-style-type: none;
    }

    .header .menu::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transform: translate(100vw, 0);
        transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
        border-bottom-left-radius: 100vw;
        background-color: #000;
    }

    .header .menu::after {
        content: "";
        background-color: rgba(0, 0, 0, 0.75);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 0.5s;
    }

    .header .item {
        text-transform: uppercase;
        white-space: nowrap;
        transform: translatex(100vw);
        padding-bottom: 0;
        margin-right: 0 !important;
        width: 100%;
    }

    .header .item a {
        width: 100%;
        transition: background-color 0.3s;
        text-decoration: none;
        color: #a7a7a7;
        text-align: right;
        display: block;
        font-size: 35px;
        line-height: 45px;
    }

    .header .item::after {
        display: none;
    }

    .show-hide {
        visibility: hidden;
        display: none;
    }

    .hide-show {
        visibility: visible;
        display: block;
    }

    .w-m-100 {
        width: 100%;
    }

}

.bg-top-img {
    background-image: url(../bpex-img/background.jpg);
    height: 920px;
    background-repeat: no-repeat;
    width: 100vw;
}

header.masthead {
    padding-top: 8rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("../bpex-img/background.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.masthead .masthead-subheading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 25px;
}

header.masthead .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 17rem;
        padding-bottom: 12.5rem;
    }

    header.masthead .masthead-subheading {
        font-size: 2.25rem;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }

    header.masthead .masthead-heading {
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }
}

.color-green {
    color: #6BD6A1 !important;
}

.top-card {
    border-radius: 36px;
    padding: 33px 16px;
    font-size: 15px !important;
}

.p-15{
    padding: 15px !important;
}

.main-card {
    border-radius: 42px;
    padding: 64px;
    font-size: 15px !important;
}

.bg-green {
    background-color: #8AFBC3 !important;
}

.bg-green-2 {
    background-color: #AEFFD7 !important;
}

.bg-green-3 {
    background-color: #D4FFEA !important;
}

.bg-grey {
    background-color: #F5F5F8 !important;
}

.bg-black {
    background-color: #000 !important;
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.gradient-color {
    background: #56D080;
    background: -webkit-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: -moz-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.bg-block-2 {
    padding-top: 5rem;
    padding-bottom: 5em;
    background-image: url("../bpex-img/bg-block-2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.img-to-top {
    position: relative;
    top: -8em;
}

.link-btn {
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 2em;
}

.link-btn:hover {
    background: -webkit-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: -moz-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
}

.green-btn {
    border: none;
    border-radius: 2em;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #6BD6A1 !important;
    color: #000 !important;
}

.black-btn {
    border: none;
    border-radius: 2em;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #000 !important;
    color: #6BD6A1 !important;
}

#mail{
    color: #fff;
    border-radius: 5px;
    background: -webkit-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: -moz-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
}

#mail:hover { 
    border-radius: 5px;
    padding-left: 1em;
    padding-right: 1em;
    background: -webkit-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: -moz-linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
    background: linear-gradient(to right, #56D080 0%, #3AAD9F 100%);
}