*, *:before, *:after, * :before, * :after, *:hover, *:hover:before, *:hover:after, *:hover :before, *:hover :after {
    -webkit-transition-property: background-color, background-position, background-size, color, border-color, text-decoration, text-shadow, margin, padding, font-size, width, height, box-shadow, border-radius;
    transition-property: background-color, background-position, background-size, color, border-color, text-decoration, text-shadow, margin, padding, font-size, width, height, box-shadow, border-radius;
    -webkit-transition-duration: inherit;
    transition-duration: inherit
}

.smooth {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.smoother {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.sharp {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #f6f7f7;
    background-image: linear-gradient(90deg,
    #c7ccde 0%,
    #e9eff6 10%,
    #f6f7f7 20%,
    #feffff 50%,
    #f6f7f7 80%,
    #e9eff6 90%,
    #c7ccde 100%);
}

main {
    flex: 1 0 auto;
}

body, body * {
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 991px) {
    body.mobile-menu-visible {
        height: 100vh;
        overflow: hidden;
    }
}

a {
    color: #4784b7;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #5a77ad;
    text-decoration: underline;
}

.font-weight-bold {
    font-weight: 600;
}

.font-weight-bolder {
    font-weight: 700;
}

.row.same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.same-height > .col,
.row.same-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.section .heading {
    line-height: 2vw;
    font-size: 1.8vw;
    letter-spacing: .25ex;
    text-align: center;
    margin-bottom: 1.7vw;
}

@media screen and (max-width: 1199px) {
    .section .heading {
        margin-bottom: 1.3em;
        line-height: 2em;
        font-size: 1.4em;
    }
}

.subsection .heading {
    text-align: left;
    font-size: 1.3vw;
    letter-spacing: .15ex;
}

@media screen and (max-width: 1199px) {
    .subsection .heading {
        line-height: 1.6em;
        font-size: 1.2em;
    }
}

.btn.action {
    padding: .75em 5ex;
    font-size: 1.25vw;
    letter-spacing: .15ex;
}

@media screen and (max-width: 1199px) {
    .btn.action {
        padding: .65em 4ex;
        font-size: .9em;
    }
}

.spacy {
    padding-bottom: 4vw;
    padding-top: 4vw;
}

@media screen and (max-width: 1199px) {
    .spacy {
        padding-bottom: 5vw;
        padding-top: 5vw;
    }
}

@media screen and (max-width: 991px) {
    .spacy {
        padding-bottom: 3em;
        padding-top: 3em;
    }
}

@media screen and (min-width: 758px) {
    .hash {
        margin-top: -45px;
        padding-top: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .hash {
        margin-top: -84px;
        padding-top: 84px;
    }
}

.round-image-wrapper {
    display: block;
    border-radius: 50%;
    padding: 4px;
    border: rgba(65, 65, 196, 0.5) 2px dotted;
}

.round-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.logo {
    width: 240px;
    height: 160px;
    display: block;
    box-sizing: content-box;
}

.navbar {
    --mdb-navbar-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: linear-gradient(180deg,
    rgba(255, 255, 255, .95) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 252, 233, 0) 100%
    );
    padding: 0;
}

.navbar-container {
    position: relative;
    width: 100%;
}

.navbar .navbar-toggler {
    background: #ffffff;
    border-radius: .5em;
    line-height: 1.5;
    margin-top: 10px;
}

.navbar.navbar-scrolled .navbar-toggler {
    background: rgba(255, 255, 255, 0);
    margin-top: 6px;
}

.navbar .navbar-brand {
    background-image: radial-gradient(ellipse at center,
    rgba(255, 250, 235, .75) 0,
    rgba(255, 255, 255, .15) 50%,
    rgba(255, 255, 255, 0) 70%
    );
}

.navbar.navbar-scrolled .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-item {
    position: relative;
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        margin: 0;
    }

    .navbar-collapse .navbar-overlay {
        position: absolute;
        right: -2px;
        top: 0;
        height: 100vh;
        width: 1px;
        background: linear-gradient(90deg,
        rgba(32, 30, 45, 0) 0,
        rgba(32, 30, 45, 0.5) 50%
        );
    }
    .navbar-collapse.show .navbar-overlay {
        right: 0;
        width: 200%;
        height: 100vh;
    }

    .navbar-collapse .navbar-frame ::-webkit-scrollbar {
        display: none;
    }
    .navbar-collapse .navbar-frame {
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 100vh;
        -ms-overflow-style: none;
        max-width: 80% !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, .6) 0 0 2em;
    }

    .navbar-collapse.show .navbar-frame {
        width: 80%;
    }

    .navbar-collapse.show .navbar-nav {
        padding-bottom: 10em;
    }

    .navbar-collapse.show .nav-item {
        border-bottom: rgba(42, 49, 79, 0.25) 1px solid;
    }

    .navbar-collapse .nav-link {
        display: block;
        padding: 1.25em 3ex;
        width: 100%;
        text-align: left;
    }
    .navbar-collapse .nav-link, .navbar-collapse .nav-close  {
        color: rgba(0, 0, 0, 0);
        background: transparent;
    }

    .navbar-collapse.show .nav-link, .navbar-collapse.show .nav-close {
        color: #2f3236;
    }

    .navbar-collapse.show .dropdown-toggle {
        z-index: 254;
        position: relative;
    }

    .navbar-collapse.show .dropdown-toggle:after {
        position: absolute;
        right: 3ex;
        top: 1.75em;
    }

    .navbar-collapse.show .dropdown-toggle:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 250;
        display: block;
        background-image: linear-gradient(180deg,
        rgba(183, 133, 245, 0.1) 0%,
        rgba(59, 95, 215, 0.1) 100%
        );
        content: "";
        opacity: 0;
        transition-duration: 500ms;
        transition-property: opacity;
    }

    .navbar-collapse.show .dropdown-toggle.show {
        font-weight: bold;
        z-index: 251;
    }

    .navbar-collapse.show .dropdown-toggle.show:before {
        opacity: 1;
    }

    .navbar-collapse.show .dropdown-menu {
        position: relative !important;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        z-index: 253;
        transform: none !important;
    }

    .navbar-collapse.show .dropdown-menu .dropdown-item {
        height: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .navbar-collapse.show .dropdown-menu.show .dropdown-item {
        height: 4.5em;
        padding: 1.5em 3ex 1.5em 5ex;
        border-top: rgba(12, 111, 154, 0.15) 1px solid;
    }
}

.navbar-menu button {
    border-width: 0;
}

.navbar.navbar-scrolled {
    box-shadow: 0 4px 16px 0 rgba(62, 62, 140, 0.05), 0 2px 8px rgba(61, 62, 134, 0.05) !important;
    background-color: rgba(255, 255, 255, .95) !important;
}

.navbar .logo {
    width: 90px;
    height: 60px;
    padding: 0 16px 0 0;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .navbar .logo {
        width: 180px;
        height: 120px;
        padding: 16px 48px 16px 0;
    }
}

.navbar.navbar-scrolled .logo {
    width: 90px;
    height: 60px;
    padding: 0 16px 0 0;
}

@media screen and (max-width: 991px) {
    .navbar.navbar-scrolled .logo {
        width: 75px;
        height: 50px;
        padding: 0 16px 0 0;
    }
}

.navbar-menu .navbar-frame {
    margin-bottom: 48px;
}

.navbar.navbar-scrolled .navbar-menu .navbar-frame {
    margin-bottom: 0;
}

.navbar-menu .navbar-nav {
    width: 100%;
}

.navbar-nav .nav-link {
    font-size: .9em;
    text-shadow: rgba(255, 240, 255, .95) 0 0 .75em;
    text-decoration: none;
    color: #404054;
    background: radial-gradient(ellipse at center,
    rgba(255, 240, 255, .25) 0,
    rgba(255, 240, 255, .1) 40%,
    rgba(255, 240, 255, 0) 70%
    );
}

.navbar.navbar-scrolled .navbar-nav .nav-link {
    text-shadow: none;
    background: transparent;
}


@media screen and (min-width: 992px) {
    .navbar-nav .nav-link {
        padding: 8px 1.25vw !important;
        font-size: 1em;
        border-radius: 2em;
        border: none;
        text-transform: uppercase;
        letter-spacing: .2ex;
    }

    .navbar.navbar-scrolled .navbar-nav .nav-link {
        position: relative;
        font-size: .9em;
        z-index: 255;
        overflow: hidden;
    }

    .navbar.navbar-scrolled .navbar-nav .nav-link:before,
    .navbar .navbar-nav .dropdown-menu .dropdown-item:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 250;
        display: block;
        background-image: linear-gradient(180deg,
        rgba(84, 107, 255, 0.12) 0%,
        rgba(121, 84, 255, 0.15) 100%
        );
        content: "";
        opacity: 0;
        transition-duration: 500ms;
        transition-property: opacity;
    }

    .navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, 0.93);
    }

    .navbar.navbar-scrolled .navbar-nav .nav-link:hover {
        color: #736a93;
    }

    .navbar.navbar-scrolled .navbar-nav .nav-link:hover:before,
    .navbar .navbar-nav .dropdown-menu .dropdown-item:hover:before {
        opacity: 1;
    }
}

.navbar-nav .nav-item .dropdown-menu {
    top: 95%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    letter-spacing: .05ex;
}

@media screen and (min-width: 992px) {
    .navbar-nav .nav-item:hover > .dropdown-menu {
        display: block;
        overflow: hidden;
    }

    .navbar-nav .nav-item > .nav-link.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

.navbar-nav .nav-item .dropdown-item {
    position: relative;
    background: none;
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: .9rem;
    letter-spacing: -.01ex;
    text-decoration: none;
}

.navbar-nav .nav-item .dropdown-item:hover {
    color: #5b537a;
}

.navbar .navbar-nav .nav-link.dropdown-toggle:hover {
    background: none;
}

.navbar.navbar-scrolled .navbar-nav .nav-link.dropdown-toggle:before {
    opacity: 0;
}

.header .logo {
    width: 70%;
    height: auto;
    margin: 6em auto 3em;
}

@media screen and (max-width: 767px) {
    .header .logo {
        margin: 5em auto 2em;
        width: 75%;
    }
}

@media screen and (max-width: 575px) {
    .header .logo {
        width: 85%;
    }
}

.heading {
    text-transform: uppercase;
}

.cover {
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 17vw;
    max-height: 100vh;
    text-transform: uppercase;
    background-image: url("../images/cover.jpg");
}

.cover .cover-text.heading {
    position: absolute;
    background: linear-gradient(0deg,
    rgba(61, 64, 133, 0.95),
    rgba(70, 101, 168, 0)
    );
    color: #ffffff;
    width: 100%;
    padding: 2.5em 3ex 1em;
    margin: 0;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    text-shadow: rgba(45, 26, 68, 0.95) 0 0 .5em;
    line-height: 1.7;
    font-size: 2em;
}

@media screen and (max-width: 1199px) {
    .cover .cover-text.heading {
        line-height: 1.8em;
        font-size: 1.2em;
        margin-top: 17vw;
    }
}

@media screen and (max-width: 991px) {
    .cover {
        min-height: 30vh;
    }
    .cover .cover-text.heading {
        margin-top: 10vw;
        font-size: 1em;
        background: linear-gradient(180deg,
        rgba(22, 28, 96, 0) 0,
        rgba(22, 28, 96, 0.75) 100%
        );
    }
}

.main h2 {
    margin-bottom: 1rem;
}

.main p {
    text-align: justify;
    margin-bottom: 1.5rem;
}


.footer a, .footer a:hover {
    color: #ffffff;
}

.footer a {
    background: rgba(255, 255, 255, 0);
}

.footer .link {
    display: block;
    text-decoration: none;
    padding: .1em 1ex;
    margin: 0 -1ex;
}

.footer .link:hover {
    background: rgba(255, 255, 255, .25);
}

.footer-section {
    background-color: #707091;
    background-image: url("../images/footer-bg.jpg?v2");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer-section, .footer-section * {
    color: #fff;
    font-size: .9rem;
}

.footer-section .subsection {
    padding: 2em;
}

.footer-section .subsection .logo {
    height: auto;
    max-width: 200px;
    width: 90%;
}

@media screen and (max-width: 767px) {
    .footer-section .subsection .logo {
        margin-left: 0;
        margin-right: auto;
    }
}


.footer-section .subsection .heading {
    font-size: 1.2vw;
    margin-bottom: .75vw;
    letter-spacing: 0;
    text-transform: none;
}

@media screen and (max-width: 1199px) {
    .footer-section .subsection .heading {
        line-height: 1.6em;
        font-size: 1.2em;
    }
}

.footer-section .company.subsection li {
    padding: .1em 0;
    margin: 0;
}
