:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Quinn', sans-serif;
    --font-third: 'Distrampler', sans-serif;
    --primary-color: #183655;
    --text-color: #313131;
}

*, *::before, *::after {
    box-sizing: inherit;
    outline: none !important;
}

*:hover, *:focus {
    outline: none !important;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#ourmission, #ourprojects, #ourpartners, #ourevents, #bosses, #contact-us {
    scroll-margin-top: 60px;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    /* overflow: hidden; */
}

body {
    min-width: 320px;
    position: relative;
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--text-color);
    background: #F6F7FA;
    opacity: 1;
    line-height: 1.23;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.wrapper {
    /*width: 412px;*/
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

.wrapper-in {
    /* overflow: hidden; */
    /* padding-bottom: 60px; */
    /*max-width: 375px;*/
    margin: 0 auto;
    min-height: 100%;
}

.wrap {
    max-width: 1108px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
}

input[type="search"]::-ms-clear {
    width : 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

a, button {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    background: none;
    padding: 0;
    border: none;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}

a {
    transition: color 0.3s ease 0s;
}

a:hover, a:focus {
    color: #125285;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.text-nowrap {
    white-space: nowrap;
}

.ps-row {
    display: flex;
    flex-wrap: wrap;
}

.ps-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.ps-col--auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.header {
    background: #282828;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 70px;
    max-height: 100%;
    overflow: auto;
    background: #282828;
    width: 100%;
    display: none;
}

.ps-show-nav .nav {
    display: block;
}

.menu {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
}

.menu li {
    padding: inherit;
    opacity: 0.8;
    padding: 5px;
}

.menu a {
    display: block;
    padding: 10px;
}

.lang {
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.language {
}

.language .dropdown-toggle {
    padding: 7px;
}

.language .dropdown-menu {
    box-shadow: 0 0 10px 0 #282828;
    min-width: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
}

.burgerblock {
    padding-left: 20px;
    position: relative;
    z-index: 2;
    font-size: 0;
}

.burger {
    font-size: 0;
    line-height: 1;
    display: block;
}

.ps-show-nav .burger {
    color: #4390e1;
}

.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 70px;
    display: flex;
}

.hero-main {
    display: flex;
    flex-grow: 1;
    height: auto;
    position: relative;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-bg video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-bg video::-webkit-media-controls {
    display: none !important;
}

.hero-bg video:-webkit-media-controls {
    display: none !important;
}

.hero-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #062041 0%, rgba(0, 80, 163, 0.00) 140.51%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.hero-content {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hero-title {
    color: #FFF;
    font-family: var(--font-secondary);
    font-size: 72px;
    font-weight: 700;
    line-height: 56.946px;
}

.hero-description {
    opacity: 0.8;
    color: #FFF;
    font-size: 20px;
    line-height: 1.15;
    margin-top: 20px;
}

.hero-control {
    margin-top: 30px;
}

.hero-button {
    border: 0.562px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: left;
    line-height: 1;
    color: #FFF;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 27px;
    transition: all 0.3s ease 0s;
}

.hero-button:hover, .hero-button:focus {
    color: var(--primary-color);
    background: #fff;
}

.hero-button svg {
    margin-left: 10px;
}

.block-title {
    font-family: var(--font-third);
    font-size: 40px;
    text-align: center;
}

.block-subtitle {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    opacity: 0.5;
}

.aboutblock {
    padding: 32px 0 0px 0;
}

.aboutblock-main {
    padding: 0 16px 0 16px;
}

.aboutblock-header {
    /*background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
    position: relative;
    padding: 17px 15px 25px 38px;
}

.aboutblock-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutblock-header-bgmain {
    position: relative;
    height: 100%;
}

.aboutblock-header-bgmain:before {
    content: '';
    background: #183655;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.aboutblock-header-bgmain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutblock-title {
    color: #FFF;
    font-family: var(--font-secondary);
    font-size: 74.594px;
    font-weight: 700;
    line-height: 57.505px;
    /* 77.091% */
    position: relative;
    z-index: 1;
}

.aboutblock-content {
}

.aboutblock-description {
    color: #313131;
    font-family: var(--font-primary);
    font-size: 14.107px;
    text-align: justify;
    padding-top: 14px;
    line-height: 1.21;
}

.aboutblock-description b {
    font-weight: 600;
}

.ourmission {
    color: #fff;
    font-size: 13px;
    text-align: justify;
    padding-top: 43px;
}

.ourmission-main {
    margin: 0 -10px;
}

.ourmission-header {
    padding-bottom: 15px;
}

.ourmission-title {
    color: var(--text-color);
}

.ourmission-subtitle {
}

.ourmission-body {
}

.ourmission-description {
    background: url(../img/ourmission-bg.png);
    background-color: var(--primary-color);
    background-size: cover;
    text-align: justify;
    padding: 16px 28px 19px;
}

.ourmission-content {
    font-weight: 500;
    line-height: 19px;
    background: #282828;
    padding: 18px 28px 12px;
}

.ourmission-picture {
    text-align: center;
    padding-bottom: 11px;
}

.ourmission-picture img {
}

.ourmission-text {
}

.president {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.president-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0px;
}

.president-picture {
}

.president-picture img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.president-info {
    padding: 0 0 7px 15px;
}

.president-content {
    color: #FFF;
    background: #183655;
    padding: 15px 21px 19px 21px;
    width: 100%;
}

.president-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.president-position {
    opacity: 0.6;
    padding-top: 1px;
}

.boardmember {
}

.boardmember-header {
    display: flex;
    flex-wrap: wrap;
}

.boardmember-picture {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 14px;
}

.boardmember-picture img {
    object-fit: cover;
    width: 110px;
    height: 115px;
}

.boardmember-info {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding-top: 1px;
}

.boardmember-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.boardmember-position {
    opacity: 0.6;
    padding-top: 1px;
}

.boardmember-description {
    padding-top: 4px;
}

.bosses {
    font-size: 13px;
    text-align: justify;
    padding: 12px 0 0 0;
}

.bosses-main {
    padding: 0 16px 0 16px;
}

.bosses-header {
    padding-bottom: 31px;
}

.bosses-title {
    text-align: center;
    font-family: var(--font-third);
    font-size: 32px;
    line-height: 1.17;
}

.bosses-president {
}

.bosses-members {
    padding: 21px 2px 0 2px;
}

.bossmembers {
}

.bossmembers-header {
    background-image: url(../img/foundation-council-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    padding: 36px 0 31px 0;
}

.bossmembers-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #282828;
    opacity: 0.85;
}

.bossmembers-title {
    color: #FFF;
    text-align: center;
    font-family: var(--font-third);
    font-size: 32px;
    position: relative;
    z-index: 1;
}

.bossmembers-content {
    padding-top: 17px;
}

.bossmembers-list {
}

.bossmembers-item {
    padding: 6px 0;
}

.aims {
    padding-top: 55px;
}

.aims-body {
    position: relative;
    color: #FFF;
    text-align: center;
    margin: 0 -10px;
}

.aims-bg {
    background: #183655;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.aims-bg img {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aims-main {
    position: relative;
    padding: 17px 0 43px 0;
}

.aims-header {
    padding-bottom: 15px;
}

.aims-title {
    font-family: var(--font-third);
    font-size: 36px;
    line-height: 1.1;
    max-width: 280px;
    margin: 0 auto;
}

.aims-content {
}

.aims-list {
    position: relative;
    margin: 0;
    padding-bottom: 4px;
    --f-carousel-dot-width: 6.566px;
    --f-carousel-dot-height: 6.566px;
    --f-carousel-dots-width: 9px;
    --f-carousel-dots-height: 9px;
}

.aims-list.f-carousel.has-dots {
    margin-bottom: 0px;
}

.aims-list .f-carousel__dots {
    /* --f-carousel-dots-top: auto; */
    /* --f-carousel-dots-bottom: 0; */
}

.aims-item {
}

.aimblock {
    padding-top: 6px;
    padding-bottom: 6px;
}

.aimblock-picture {
    font-size: 0;
    line-height: 1;
}

.aimblock-picture img {
    width: 72px;
    height: 63px;
    object-fit: contain;
}

.aimblock-title {
    font-size: 14px;
    font-weight: 700;
    padding-top: 6px;
}

.aimblock-description {
    font-size: 13px;
    opacity: 0.75;
    padding-top: 3px;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}

.ourevents {
    padding-top: 56px;
    padding-bottom: 29px;
}

.ourevents-main {
}

.ourevents-header {
    padding-bottom: 18px;
}

.ourevents-title {
}

.ourevents-content {
    padding: 0 15px 0 18px;
}

.ourevents-list {
    margin: 0 -10px;
    --f-carousel-dot-width: 9px;
    --f-carousel-dot-height: 9px;
    --f-carousel-dots-width: 13px;
    --f-carousel-dots-height: 28px;
}

.ourevents-item {
    padding: 8px 10px 9px;
}

.eventblock {
    text-align: justify;
}

.eventblock-picture {
    font-size: 0;
    line-height: 1;
    margin-bottom: 13px;
}

.eventblock-picture a {
    display: block;
}

.eventblock-picture img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.eventblock-content {
}

.eventblock-title {
    font-size: 18px;
    font-weight: 600;
}

.eventblock-title a {
    color: inherit;
}

.eventblock-description {
    font-size: 14px;
    padding-top: 8px;
    line-height: 1.2;
}

.eventblock-control {
    padding-top: 11px;
}

.eventblock-linkmore {
    color: #183655;
    font-size: 14px;
    font-weight: 500;
}

.eventblock-linkmore svg {
    width: 11px;
    height: auto;
    margin-right: 2px;
    margin-left: 1px;
}

.ourteam {
    padding-bottom: 42px;
}

.ourteam-main {
}

.ourteam-header {
}

.ourteam-title {
}

.ourteam-subtitle {
}

.ourteam-content {
    padding: 31px 16px 0 16px;
    text-align: justify;
    font-size: 13px;
}

.ourteam-picture {
    display: none;
}

.ourteam-description {
    line-height: 18px;
    letter-spacing: -0.26px;
    padding: 0 0px 13px 0px;
    text-align: justify;
}

.ourteam-text {
    color: #FFF;
    background: #183655;
    padding: 15px 16px 20px 18px;
}

.ourteam-welist {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.26px;
    text-align: center;
    padding: 12px 0 0 0;
}

.ourteam-weitem {
    padding-bottom: 3px;
    padding-top: 4px;
}

.ourteam-weitem--star {
    display: none;
}

.ourteam-squad {
    padding-top: 34px;
}

.squad {
    text-align: center;
}

.squad-header {
    padding-bottom: 9px;
}

.squad-title {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.45;
}

.squad-content {
}

.squad-list {
    --f-button-bg: rgb(217 217 217 / 30%);
    --f-button-border-radius: 50%;
    --f-button-width: 24.546px;
    --f-button-height: 24.546px;
    --f-button-svg-width: 12px;
    --f-button-svg-height: 12px;
    --f-button-next-pos: 16px;
    --f-button-prev-pos: 16px;
    --f-carousel-dot-width: 9px;
    --f-carousel-dot-height: 9px;
    --f-carousel-dots-width: 13px;
    --f-carousel-dots-height: 8px;
}

.squad-list .f-button {
    margin-top: 40px;
}

.squad-item {
    padding: 9px;
}

.personblock {
}

.personblock-picture {
    background: #D9D9D9;
    width: 92.396px;
    height: 92.396px;
    margin: 0 auto 9px;
}

.personblock-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 14.872px;
    padding-bottom: 5px;
}

.personblock-position {
    color: var(--primary-color);
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 14.872px;
    padding-bottom: 9px;
}

.personblock-description {
    text-align: justify;
    font-size: 13px;
    line-height: 14.872px;
    max-width: 258px;
    margin: 0 auto;
}

.ourbeneficiaries {
}

.ourbeneficiaries-main {
}

.ourbeneficiaries-header {
    padding-bottom: 21px;
}

.ourbeneficiaries-title {
}

.ourbeneficiaries-subtitle {
    padding-top: 1px;
}

.ourbeneficiaries-content {
    padding: 0 16px 0 16px;
}

.ourbeneficiaries-description {
    font-size: 14px;
    padding: 16px 0 0 0;
}

.ourbeneficiaries-picture {
    height: 158px;
}

.ourbeneficiaries-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forstudents {
    padding-top: 36px;
}

.forstudents-main {
    padding: 0 16px;
}

.forstudents-header {
    padding-bottom: 17px;
}

.forstudents-title {
}

.forstudents-subtitle {
    padding-top: 5px;
}

.forstudents-content {
    color: #fff;
}

.forstudents-description {
    background-image: url(../img/for-students.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    text-align: justify;
    font-size: 14px;
    line-height: 1.22;
    padding: 28px 26px 34px 26px;
}

.forstudents-description:before {
    content: '';
    background: #183655;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.forstudents-descrtext {
    position: relative;
    z-index: 1;
}

.forstudents-entry {
    background: #313131;
    text-align: center;
    padding: 25px 0 38px 0;
}

.forstudents-entrytitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 13px;
}

.forstudents-entrytext {
    font-size: 14px;
    line-height: 1.44;
}

.forstudents-footer {
    padding-top: 27px;
}

.forstudents-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forstudents-button {
    font-size: 14px;
    color: var(--primary-color);
    border: 0.599px solid rgb(24 54 85 / 30%);
    line-height: 1;
    padding: 10px 17px 11px;
    transition: all 0.3s ease 0s;
}

.forstudents-button:hover, .forstudents-button:focus {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.courseblock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.courseblock svg {
    width: 9px;
    min-width: 9px;
    height: auto;
}

.courseblock-text {
    padding: 0 7px;
}

.courses {
    padding-top: 36px;
}

.courses-main {
}

.courses-header {
    padding-bottom: 37px;
}

.courses-title {
    line-height: 1.12;
}

.courses-subtitle {
    padding-top: 18px;
}

.courses-content {
}

.courses-find {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.courses-findbox {
    background: var(--primary-color);
    padding: 7px 17px 7px;
}

.courses-list {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    /* 299.225% */
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 4px;
}

.courses-item {
    padding-bottom: 10px;
}

.courses-notice {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px 0 20px;
    text-align: center;
    color: #fff;
}

.courses-noticebox {
    background: var(--text-color);
    padding: 10px 10px 15px;
}

.ourprojects {
    padding-top: 50px;
    padding-bottom: 6px;
}

.ourprojects-main {
    padding: 0 16px 0 20px;
}

.ourprojects-header {
    padding-bottom: 13px;
}

.ourprojects-title {
    text-align: center;
    font-family: var(--font-third);
    font-size: 40px;
}

.ourprojects-subtitle {
    padding-top: 1px;
}

.ourprojects-content {
    padding: 0;
}

.ourprojects-list {
    margin: 0 -4px;
    --f-carousel-dot-width: 9px;
    --f-carousel-dot-height: 9px;
    --f-carousel-dots-width: 14px;
    --f-carousel-dots-height: 30px;
}

.ourprojects-item {
    padding: 4px;
}

.ourprojects-item--is-selected {
}

.projectblock {
    text-align: justify;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 19px 24px 22px 25px;
    height: 100%;
}

.projectblock--is-fullpicture {
}

.projectblock-fullpicture {
}

.projectblock-fullpicture img {
}

.projectblock--selected {
    background: #183655;
    color: #fff;
    border-color: #183655;
}

.projectblock-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.projectblock-title {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 6px;
}

.projectblock-description {
    font-size: 13px;
}

.projectblock-control {
    padding-top: 19px;
    padding-left: 2px;
    margin-top: auto;
}

.projectblock-linkmore {
    font-size: 14px;
    font-weight: 500;
}

.projectblock-linkmore svg {
    width: 10px;
    height: auto;
    margin-right: 2px;
    margin-bottom: 1px;
}

.contactus {
    background: var(--primary-color);
    color: #fff;
    margin: 61px 0 0;
    padding: 32px 0 29px;
}

.contactus-main {
}

.contactus-header {
    padding-bottom: 19px;
}

.contactus-title {
    color: #FFF;
    text-align: center;
    font-family: Distrampler;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contactus-content {
    padding: 0 15px 0 18px;
}

.contactus-formblock {
}

.contactus-form {
}

.contactus-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contactus-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 8px 15px 7px;
    min-width: 100%;
}

.contactus-col--6 {
    /* flex: 0 0 auto; */
    /* width: 50%; */
    /* max-width: 100%; */
}

.contactus-col--12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.contactus-col--textarea {
}

.contactus-formgroup {
}

.contactus-formgroup--textarea {
    padding-top: 7px;
}

.contactus-label {
    display: block;
    padding-bottom: 7px;
    font-size: 15px;
    padding-left: 2px;
}

.contactus-formgroup--textarea .contactus-label {
    padding-bottom: 9px;
}

.contactus-field {
    width: 100%;
    display: block;
    border-radius: 0;
    background-color: #fff;
    border: none;
    color: #000;
    height: 39px;
    padding: 5px 10px;
    opacity: 0.95;
    resize: none;
}

.contactus-field--textarea {
    height: 131px;
    padding: 10px;
}

.contactus-checkgroup {
    position: relative;
    padding-left: 19px;
    padding-top: 3px;
    text-align: left;
}

.contactus-checkbox {
    width: 10px;
    height: 10px;
    margin-top: 8px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.contactus-checkbox:checked {
    /*background-color: #0d6efd;*/
    /*border-color: #0d6efd;*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23183655' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-size: 150% 150%;
}

.contactus-checklabel {
    font-size: 13px;
}

.contactus-submitgroup {
    margin-top: 12px;
    text-align: center;
}

.contactus-submit {
    display: block;
    height: 39px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    display: inline-block;
    min-width: 167px;
}

.contactus-submit:hover, .contactus-submit:focus {
    background: #fff;
    color: var(--primary-color);
}

.global {
    margin: 36px 0 0;
}

.global-main {
    max-width: 1800px;
    margin: 0 auto;
}

.global-header {
    padding-bottom: 20px;
}

.global-title {
    text-align: center;
    font-family: var(--font-third);
    font-size: 40px;
    text-transform: uppercase;
}

.global-content {
    padding: 0 2px 0 5px;
}

@-webkit-keyframes pointexpand {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pointexpand {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.pointblock {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pointblock:hover {
    z-index: 2
}

.pointblock:hover .pointblock__tooltip {
    display: block
}

.pointblock__circle {
    line-height: 1;
    font-size: 35px;
    color: #5e2d86;
    display: block;
    position: relative
}

.pointblock__circle::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bg,#5e2d86);
    -webkit-animation: pointexpand 2s infinite;
    animation: pointexpand 2s infinite
}

.pointblock__tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 15px;
    background: #5e2d86;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: none;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none
}

.pointblock__tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #5e2d86
}

.mapblock {
    position: relative
}

.mapblock__img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.mapblock__point {
    left: var(--position-x,0);
    top: var(--position-y,0)
}

.gmap {
    margin-top: 24px;
}

.gmap__container {
}

.gmap__map {
    height: 221px;
}

.ourpartners {
    text-align: center;
    padding-top: 37px;
    padding-bottom: 29px;
}

.ourpartners-main {
    padding: 0 8px 0 3px;
}

.ourpartners-header {
    padding-bottom: 16px;
}

.ourpartners-title {
    font-family: var(--font-third);
    font-size: 40px;
}

.ourpartners-subtitle {
    padding-top: 9px;
}

.ourpartners-content {
}

.ourpartners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -10px;
    --f-carousel-dot-width: 9px;
    --f-carousel-dot-height: 9px;
    --f-carousel-dots-width: 14px;
    --f-carousel-dots-height: 34px;
}

.ourpartners-item {
    padding: 10px;
    width: 33.33333%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.partnerblock {
    width: 93.986px;
    height: 39.501px;
    background: #D9D9D9;
}

.footer {
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    background: #183655;
}

.footer a {
}

.footer a:hover, .footer a:focus {
    color: #fff;
}

.footer-main {
    padding: 26px 15px 39px 18px;
}

.footer-row {
}

.footer-col {
}

.footer-logo {
    font-family: var(--font-secondary);
    font-size: 25.939px;
    font-weight: 700;
    line-height: 17.914px;
    text-align: center;
    padding-bottom: 27px;
}

.footer-logotext {
    display: inline-block;
    text-align: left;
}

.footer-blocktitle {
    font-family: var(--font-third);
    font-size: 14px;
    padding-bottom: 5px;
}

.footer-address {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-address b {
    font-weight: 500;
    color: #fff;
}

.footer-address {
}

.footer-list {
    opacity: 0.8;
}

.footer-list li {
}

.footer-list li span {
    margin-right: 3px;
}

.footer-list li a {
}

.copyright {
    text-align: center;
    line-height: 19.3px;
    background: #282828;
    color: #fff;
    font-size: 13px;
    padding: 21px 0 27px 0;
}

@media (min-width: 1200px) {
    .ps-row {
    }

    .ps-col {
    }

    .ps-col--auto {
    }

    .header {
    }

    .header-main {
        min-height: 62px;
    }

    .nav {
        position: static;
        display: block;
        width: auto;
        padding: 0;
        background: none;
    }

    .ps-show-nav .nav {
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
    }

    .menu li {
    }

    .menu a {
    }

    .lang {
    }

    .language {
    }

    .language .dropdown-toggle {
    }

    .language .dropdown-menu {
    }

    .burgerblock {
        display: none;
    }

    .burger {
    }

    .ps-show-nav .burger {
    }

    .hero {
        padding-top: 62px;
    }

    .hero-main {
    }

    .hero-bg {
    }

    .hero-bg video {
    }

    .hero-bg video::-webkit-media-controls {
    }

    .hero-bg video:-webkit-media-controls {
    }

    .hero-bg:after {
    }

    .hero-content {
    }

    .hero-title {
        font-size: 112px;
        line-height: 87.691px;
    }

    .hero-description {
        font-size: 25px;
        padding-top: 39px;
    }

    .hero-control {
        padding-top: 46px;
    }

    .hero-button {
        font-size: 18px;
    }

    .block-title {
        font-size: 60px;
    }

    .block-subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .aboutblock {
        padding: 68px 0 0 0;
    }

    .aboutblock-main {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .aboutblock-header {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding: 25px 47px 36px 14px;
    }

    .aboutblock-header:before {
    }

    .aboutblock-header-bgmain {
        margin-left: -43px;
    }

    .aboutblock-title {
        font-size: 112px;
        line-height: 86.243px;
    }

    .aboutblock-content {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
    }

    .aboutblock-description {
        font-size: 23px;
        padding: 6px 0 0px 25px;
        margin-right: -10px;
    }

    .aboutblock-description b {
    }

    .ourmission {
        padding-top: 73px;
    }

    .ourmission-main {
        padding: 0 10px 0 10px;
        margin: 0 -26px 0 -10px;
    }

    .ourmission-title {
        font-size: 60px;
        line-height: 1.1;
    }

    .ourmission-subtitle {
        display: none;
    }

    .ourmission-header {
        padding: 0 0 40px 0;
    }

    .ourmission-body {
        display: flex;
        flex-wrap: wrap;
    }

    .ourmission-description {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        order: -1;
        font-size: 23px;
        line-height: 29.475px;
        padding: 49px 31px 49px 34px;
    }

    .ourmission-content {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ourmission-picture {
        padding: 20px 30px 0 29px;
    }

    .ourmission-picture img {
        width: 324px;
    }

    .ourmission-text {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        font-weight: 500;
        line-height: 26.7px;
        padding: 30px 15px 0 0;
    }

    .president {
        position: relative;
        padding-left: 312px;
    }

    .president-header {
    }

    .president-picture {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 312px;
    }

    .president-picture img {
        width: 312px;
        height: 100%;
    }

    .president-info {
        padding: 28px 20px 35px 45px;
        width: 100%;
    }

    .president-content {
        font-size: 23px;
        line-height: 1.22;
        padding: 32px 46px 31px 44px;
    }

    .president-title {
        font-size: 36px;
    }

    .president-position {
        font-size: 25px;
        padding-top: 8px;
    }

    .boardmember {
    }

    .boardmember-header {
    }

    .boardmember-picture {
        padding-right: 28px;
    }

    .boardmember-picture img {
        width: 210px;
        height: 205px;
    }

    .boardmember-info {
        padding-top: 1px;
    }

    .boardmember-title {
        font-size: 35px;
    }

    .boardmember-position {
        font-size: 25px;
    }

    .boardmember-description {
        font-size: 23px;
        padding-top: 5px;
    }

    .bosses {
        padding-top: 31px;
    }

    .bosses-main {
        padding: 0;
    }

    .bosses-header {
        padding-bottom: 44px;
    }

    .bosses-title {
        font-size: 60px;
        line-height: 1.12;
        max-width: 650px;
        margin: 0 auto;
    }

    .bosses-president {
    }

    .bosses-members {
        padding: 38px 0 0 0;
    }

    .bossmembers {
        display: flex;
        flex-wrap: wrap;
    }

    .bossmembers-header {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        order: 1;
        width: 364px;
        margin: 0 0 0 0;
        padding: 36px 0 0px 0;
    }

    .bossmembers-header:before {
    }

    .bossmembers-title {
        font-size: 60px;
        line-height: 1.12;
    }

    .bossmembers-content {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 9px 44px 0 0;
    }

    .bossmembers-list {
    }

    .bossmembers-item {
        padding: 18px 0 17px;
    }

    .bossmembers-item:first-child {
        padding-top: 0;
    }

    .bossmembers-item:last-child {
        padding-bottom: 0;
    }

    .aims {
        padding-top: 91px;
    }

    .aims-body {
        margin: 0;
        text-align: left;
    }

    .aims-bg {
    }

    .aims-bg img {
    }

    .aims-main {
        display: flex;
        flex-wrap: wrap;
        padding: 37px 0 38px 0;
    }

    .aims-header {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding: 17px 20px 0 69px;
    }

    .aims-title {
        font-size: 60px;
        line-height: 1.12;
        width: 419px;
        max-width: 330px;
    }

    .aims-content {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 0px 25px 0 0;
    }

    .aims-list {
        display: flex;
        flex-wrap: wrap;
    }

    .aims-list.f-carousel.has-dots {
    }

    .aims-list .f-carousel__dots {
    }

    .aims-item {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
        padding: 3px 30px 2px;
    }

    .aimblock {
        text-align: left;
    }

    .aimblock-picture {
    }

    .aimblock-picture img {
        width: 89px;
        height: 77px;
    }

    .aimblock-title {
        font-size: 16px;
        padding-top: 10px;
    }

    .aimblock-description {
        font-size: 16px;
        margin: 0;
        padding-top: 6px;
        text-align: justify;
    }

    .ourevents {
        padding-top: 61px;
    }

    .ourevents-main {
    }

    .ourevents-header {
        padding-bottom: 23px;
    }

    .ourevents-title {
        font-size: 60px;
    }

    .ourevents-content {
        padding: 0;
    }

    .ourevents-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -25.5px;
    }

    .ourevents-item {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
        padding: 20px 25.5px;
    }

    .eventblock {
    }

    .eventblock-picture {
        margin-bottom: 20px;
    }

    .eventblock-picture a {
    }

    .eventblock-picture img {
        height: 247px;
    }

    .eventblock-content {
    }

    .eventblock-title {
        font-size: 25px;
    }

    .eventblock-title a {
    }

    .eventblock-description {
        font-size: 20px;
        padding-top: 11px;
    }

    .eventblock-control {
        padding-top: 19px;
    }

    .eventblock-linkmore {
        font-size: 20px;
    }

    .eventblock-linkmore svg {
        width: 16px;
        margin: 0 3px -1px 2px;
    }

    .ourteam {
        padding-top: 13px;
    }

    .ourteam-main {
    }

    .ourteam-header {
        padding-bottom: 41px;
    }

    .ourteam-title {
    }

    .ourteam-subtitle {
    }

    .ourteam-content {
        position: relative;
        padding: 5px 0 0 260px;
        font-size: 21px;
        line-height: 1.24;
    }

    .ourteam-picture {
        display: block;
        width: 260px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .ourteam-picture img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .ourteam-description {
        padding: 0 34px 13px 24px;
        line-height: 30px;
    }

    .ourteam-text {
        padding: 23px 33px 21px 28px;
    }

    .ourteam-welist {
        font-size: 17px;
        line-height: 31.032px;
        /* 182.541% */
        letter-spacing: -0.34px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 33px 0 0 0;
    }

    .ourteam-weitem {
    }

    .ourteam-weitem--star {
        display: block;
        font-size: 0;
        line-height: 1;
    }

    .ourteam-squad {
        padding-top: 76px;
    }

    .squad {
    }

    .squad-header {
        padding-bottom: 25px;
    }

    .squad-title {
        font-size: 25px;
        line-height: 1.25;
    }

    .squad-content {
        padding: 0 0px 0;
    }

    .squad-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .squad-list .f-button {
    }

    .squad-item {
        width: 33.33333%;
        padding: 34px 10px;
    }

    .personblock {
    }

    .personblock-picture {
        width: 136.169px;
        height: 136.169px;
        margin-bottom: 13px;
    }

    .personblock-name {
        font-size: 17px;
        padding-bottom: 9px;
    }

    .personblock-position {
        font-size: 18px;
        padding-bottom: 17px;
    }

    .personblock-description {
        font-size: 16px;
        max-width: 310px;
        line-height: 1.37;
    }

    .ourbeneficiaries {
    }

    .ourbeneficiaries-main {
    }

    .ourbeneficiaries-header {
        padding-bottom: 34px;
    }

    .ourbeneficiaries-title {
    }

    .ourbeneficiaries-subtitle {
    }

    .ourbeneficiaries-content {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .ourbeneficiaries-description {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        padding: 12px 0 15px 0px;
        text-align: justify;
    }

    .ourbeneficiaries-picture {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        height: auto;
        order: 1;
        width: 494px;
        margin-left: 46px;
        position: relative;
    }

    .ourbeneficiaries-picture img {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: cover;
    }

    .forstudents {
        padding-top: 70px;
    }

    .forstudents-main {
        padding: 0;
    }

    .forstudents-header {
        padding-bottom: 37px;
    }

    .forstudents-title {
    }

    .forstudents-subtitle {
        padding-top: 1px;
    }

    .forstudents-content {
        display: flex;
        flex-wrap: wrap;
    }

    .forstudents-description {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        font-size: 23px;
        padding: 33px 39px 44px 40px;
    }

    .forstudents-description:before {
    }

    .forstudents-descrtext {
    }

    .forstudents-entry {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        min-width: 545px;
        padding: 39px 0 0 0;
    }

    .forstudents-entrytitle {
        font-size: 30px;
        padding-bottom: 18px;
    }

    .forstudents-entrytext {
        font-size: 23px;
    }

    .forstudents-footer {
        padding-top: 44px;
    }

    .forstudents-control {
    }

    .forstudents-button {
        font-size: 22px;
        padding: 21px 40px 21px;
    }

    .forstudents-button:hover, .forstudents-button:focus {
    }

    .courseblock {
    }

    .courseblock svg {
    }

    .courseblock-text {
    }

    .courses {
        padding-top: 88px;
    }

    .courses-main {
    }

    .courses-header {
        padding-bottom: 50px;
    }

    .courses-title {
    }

    .courses-subtitle {
        padding-top: 7px;
    }

    .courses-content {
    }

    .courses-find {
        font-size: 23px;
    }

    .courses-findbox {
        padding: 12px 40px 10px;
    }

    .courses-list {
        font-size: 22px;
        padding: 25px 0 20px 0;
    }

    .courses-item {
        padding-bottom: 11.5px;
    }

    .courses-notice {
        font-size: 22px;
        line-height: 1.24;
    }

    .courses-noticebox {
        max-width: 867px;
        margin: 0 auto;
        padding: 15px 40px 14px;
    }

    .ourprojects {
        padding-top: 83px;
        padding-bottom: 20px;
    }

    .ourprojects-main {
        padding: 0 36px 0 62px;
    }

    .ourprojects-header {
        padding-bottom: 23px;
    }

    .ourprojects-title {
        font-size: 60px;
    }

    .ourprojects-content {
        padding: 0;
    }

    .ourprojects-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
        --f-button-bg: rgb(217 217 217 / 30%);
        --f-button-border-radius: 50%;
        --f-button-width: 31.251px;
        --f-button-height: 31.251px;
        --f-button-svg-width: 12px;
        --f-button-svg-height: 12px;
        --f-button-next-pos: -40px;
        --f-button-prev-pos: -40px;
        --f-carousel-dot-width: 14.607px;
        --f-carousel-dot-height: 14.607px;
        --f-carousel-dots-width: 21px;
        --f-carousel-dots-height: 63px;
    }

    .ourprojects-item {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
        padding: 6px 12px;
    }

    .ourprojects-item--is-selected {
        order: 1;
    }

    .projectblock {
        height: 100%;
        padding: 25px 34px 35px 35px;
    }

    .projectblock--is-fullpicture {
        padding: 0;
        border: none;
    }

    .projectblock-fullpicture {
        position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;
        height: 100%;
    }

    .projectblock-fullpicture img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        object-fit: cover;
    }

    .projectblock--selected {
    }

    .projectblock-content {
    }

    .projectblock-title {
        font-size: 23px;
        padding-bottom: 11px;
    }

    .projectblock-description {
        font-size: 18px;
        line-height: 1.2;
        padding-top: 1px;
    }

    .projectblock-control {
        padding-top: 21px;
    }

    .projectblock-linkmore {
        font-size: 18px;
    }

    .projectblock-linkmore svg {
        width: 15px;
        vertical-align: middle;
        margin: 0 9px 4px -1px;
    }

    .contactus {
        margin-top: 121px;
        padding-top: 39px;
        padding-bottom: 21px;
    }

    .contactus-main {
    }

    .contactus-header {
        padding-bottom: 18px;
    }

    .contactus-title {
        font-size: 60px;
    }

    .contactus-content {
        padding: 0;
        max-width: 910px;
        margin: 0 auto;
    }

    .contactus-formblock {
    }

    .contactus-form {
    }

    .contactus-row {
        margin: 0 -39px;
    }

    .contactus-col {
        padding: 16px 39px 15px;
    }

    .contactus-col--6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
        min-width: auto;
    }

    .contactus-col--12 {
    }

    .contactus-col--textarea {
        padding-bottom: 22px;
    }

    .contactus-col--checkgroup {
        padding-top: 3px;
        padding-bottom: 2px;
    }

    .contactus-formgroup {
    }

    .contactus-formgroup--textarea {
        padding-top: 0;
    }

    .contactus-label {
        font-size: 17px;
        padding: 0 0 8px 0;
    }

    .contactus-formgroup--textarea .contactus-label {
        padding-bottom: 8px;
    }

    .contactus-field {
        height: 46px;
    }

    .contactus-field--textarea {
        height: 105px;
    }

    .contactus-checkgroup {
        padding-left: 27px;
    }

    .contactus-checkbox {
        width: 13px;
        height: 13px;
        margin: 7px 0 0 3px;
    }

    .contactus-checkbox:checked {
    }

    .contactus-checklabel {
        font-size: 15px;
        display: block;
    }

    .contactus-submitgroup {
        margin-top: 18px;
    }

    .contactus-submit {
        height: 47px;
        font-size: 17.5px;
        min-width: 200px;
    }

    .contactus-submit:hover, .contactus-submit:focus {
    }

    .global {
        margin: 69px 0 0 0;
    }

    .global-main {
    }

    .global-header {
        padding-bottom: 52px;
    }

    .global-title {
        font-size: 60px;
    }

    .global-content {
        padding: 0 33px;
    }

    .pointblock {
    }

    .pointblock:hover {
    }

    .pointblock:hover .pointblock__tooltip {
    }

    .pointblock__circle {
    }

    .pointblock__circle::before {
    }

    .pointblock__tooltip {
    }

    .pointblock__tooltip:before {
    }

    .mapblock {
    }

    .mapblock__img {
    }

    .mapblock__point {
    }

    .gmap {
    }

    .gmap__container {
    }

    .gmap__map {
        height: 310px;
    }

    .ourpartners {
        padding-bottom: 38px;
        padding-top: 10px;
    }

    .ourpartners-main {
    }

    .ourpartners-header {
        padding-bottom: 24px;
    }

    .ourpartners-title {
        font-size: 60px;
    }

    .ourpartners-subtitle {
        padding-top: 1px;
    }

    .ourpartners-content {
    }

    .ourpartners-list {
    }

    .ourpartners-item {
        width: 20%;
    }

    .partnerblock {
        width: 148px;
        height: 62px;
    }

    .footer {
    }

    .footer a {
    }

    .footer a:focus {
    }

    .footer-main {
        padding: 61px 0 15px 45px;
    }

    .footer-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -42px;
    }

    .footer-col {
        padding: 0 42px;
    }

    .footer-col--logo {
        max-width: none;
    }

    .footer-logo {
        font-size: 60px;
        line-height: 42px;
        margin-right: 63px;
    }

    .footer-logotext {
    }

    .footer-blocktitle {
        font-size: 23px;
        padding-bottom: 1px;
    }

    .footer-address {
        font-size: 15px;
        line-height: 1.2;
        max-width: 217px;
    }

    .footer-list {
        font-size: 15px;
    }

    .footer-list li {
    }

    .footer-list li span {
    }

    .footer-list li a {
    }

    .copyright {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.687px;
        padding: 30px 0 33px 0;
    }
}
