:root {
    --black: #1E1E1E;
    --green: #689f38;
    --gray-1: #515151;
}

.sa-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    color: var(--black);
    margin-left: 10px;
}

.sa-header-xs {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: var(--black);
    margin-left: 10px;
}

.sa-header-ico {
    height: 72px;
}

.sa-header-ico-xs {
    height: 48px;
}

.sa-header-sub {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    color: var(--black);
}

.sa-header-sub-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    color: var(--black);
}

.sa-header-sub-green {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    color: var(--green);
}

.sa-header-sub-green-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    color: var(--green);
}

.sa-block-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 20px;
}

.sa-block-header-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 20px;
}

.sa-block-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: var(--gray-1);
}

.sa-block-text-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--gray-1);
}

.sa-img-main {
    border-radius: 8px;
    width: 560px;
}

.sa-img-main-xs {
    border-radius: 8px;
    width: 300px;
}

.sa-img-sub {
    border-radius: 12px;
    width: 178px;
    cursor: pointer;
    height: 150px;
    object-fit: cover;
}

.sa-img-sub-xs {
    border-radius: 12px;
    width: 93px;
    height: 93px;
    object-fit: cover;
}

.sa-block-line {
    width: 552px;
    border-top: 1px solid #CFCFCF;
    margin: 36px 0px 36px 0px;
}

.sa-block-line-xs {
    width: 300px;
    border-top: 1px solid #CFCFCF;
    margin: 36px 0px 36px 0px;
}

.sa-block-icons {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
}

.sa-block-icons-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #1C1C1C;
}

.sa-icon {
    margin-right: 8px;
}

.sa-icon-xs {
    margin-right: 8px;
    width: 16px;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-36 {
    margin-top: 36px;
}

.sa-bg-negative-margin {
    margin-top: -440px;
}

.sa-video-wrap {
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    height: 315px;
    width: 560px;
}

.sa-video-wrap-xs {
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    height: 150px;
    width: 300px;
}

.margin-top-68 {
    margin-top: 68px;
}

.margin-top-96 {
    margin-top: 96px;
}

.margin-top-156 {
    margin-top: 156px;
}

.sa-apps-header-sub {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.sa-apps-header-sub-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.sa-apps-text-sub {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #515151;
}

.sa-apps-text-sub-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #515151;
}

.sa-icon-app {
    margin-right: 16px;
}

.sa-icon-app-xs {
    margin-right: 16px;
}