html {
    scroll-behavior: smooth;
}

.site-bg-150{
    background-color: #f4f7fc;
}

body {
    font-family: Barlow;

}

main > .container {


}

svg {
    pointer-events: none;
}

.nav-link {
    color: #908d9d;
    font-family: Barlow;
    font-weight: 600;
    font-style: normal;
    line-height: initial;
}


.active {
    color: #000;
}

.nav-link-black {

    font-size: 16pt;
    font-family: Barlow;
    font-weight: 400;
    font-style: normal;
    line-height: initial;
    color: #000000;

}

.nav-link-black {

    font-size: 16pt;
    font-family: Barlow;
    font-weight: 400;
    font-style: normal;
    line-height: initial;
    color: #000000;

}

.nav-link-magenta {

    font-size: 18pt;
    font-family: Barlow;
    font-weight: 500;
    font-style: normal;
    line-height: initial;
    color: #d9308a;

}

.font-barlow {

    font-family: Barlow;
    font-style: normal;
    line-height: initial;

}

.font-8-500 {
    font-size: 8pt;
    font-weight: 500;

}

.font-9-500-condensed {
    font-size: 9pt;
    font-weight: 500;
    font-stretch: condensed;
}

.font-10-500 {
    font-size: 10pt;
    font-weight: 500;
}

.font-10-500-condensed {
    font-size: 10pt;
    font-weight: 500;
    font-stretch: condensed;
}

.font-11-300 {
    font-size: 11pt;
    font-weight: 300;
}

.font-11-500 {
    font-size: 11pt;
    font-weight: 500;
    line-height: 16px;
}

.font-11-500-condensed  {
    font-size: 11pt;
    font-weight: 500;
    line-height: 16px;
    font-stretch: condensed;
}

.font-11-600 {
    font-size: 11pt;
    font-weight: 600;
}

.font-12-300 {
    font-size: 12pt;
    font-weight: 300;
}

.font-12-400 {
    font-size: 12pt;
    font-weight: 400;
}

.font-12-500 {
    font-size: 12pt;
    font-weight: 500;
}

.font-12-600 {
    font-size: 12pt;
    font-weight: 600;
}


.font-14-500 {
    font-size: 14pt;
    font-weight: 500;
}

.font-16-600 {
    font-size: 16pt;
    font-weight: 600;
}

.font-color-black {
    color: #000000;
}

.font-color-dark {
    color: #353f50;
}


.font-center {
    text-align: center;
}