@font-face {
    font-family: ProximaNova;
    src: local(ProximaNova-Regular),
    url('/static/font/ProximaNova-Light.woff2') format("woff2"),
    url('/static/font/ProximaNova-Light.woff') format("woff"),
    url('/static/font/ProximaNova-Light.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: ProximaNova;
    src: local(ProximaNova-Medium),
    url('/static/font/ProximaNova-Regular.woff2') format("woff2"),
    url('/static/font/ProximaNova-Regular.woff') format("woff"),
    url('/static/font/ProximaNova-Regular.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: ProximaNova;
    src: local(ProximaNova-Semibold),
    url('/static/font/ProximaNova-Semibold.woff2') format("woff2"),
    url('/static/font/ProximaNova-Semibold.woff') format("woff"),
    url('/static/font/ProximaNova-Semibold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: ProximaNova;
    src: local(ProximaNova-Bold),
    url('/static/font/ProximaNova-Bold.woff2') format("woff2"),
    url('/static/font/ProximaNova-Bold.woff') format("woff"),
    url('/static/font/ProximaNova-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SourceSerifPro;
    src: local(SourceSerifPro-Regular),
    url('/static/font-2/SourceSerifPro-Regular.woff2') format("woff2"),
    url('/static/font-2/SourceSerifPro-Regular.woff') format("woff"),
    url('/static/font-2/SourceSerifPro-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SourceSerifPro;
    src: local(SourceSerifPro-SemiBold),
    url('/static/font-2/SourceSerifPro-SemiBold.woff2') format("woff2"),
    url('/static/font-2/SourceSerifPro-SemiBold.woff') format("woff"),
    url('/static/font-2/SourceSerifPro-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

body {
    font-family: ProximaNova;
}

h1 {
    font-size: 53px;
    line-height: 1;
    font-family: SourceSerifPro;
}
h2 {
    font-size: 40px;
    font-family: SourceSerifPro;
    font-weight: 600;
}

section .desc {
    font-size: 23px;
    font-weight: 500;
}

section .desc-3 {
    font-size: 18px;
    font-weight: 500;
}

.section-1 {
    padding-top: 100px;
}
.section-1-desc, .section-4-desc {
    font-size: 20px;
    font-weight: 500;
}

.section-2, .section-4, .section-6 {
    padding: 100px 0;
}

.section-3 {
    padding-top: 75px;
}

.section-5 {
    overflow: hidden;
    background: url('/static/pattern.svg') center center;
    background-size: contain;
}
.section-5 .mobile {
    bottom: 0px; left: 0; right: 0; height: 300px; padding-top: 40px;
    background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0.4));
}
.section-5 .mobile img {width: 60%;}



.section-5 h2 {
    padding-top: 100px;
}

a.link {text-decoration: none!important;}
a.link:hover {
    text-decoration: underline!important;
}
a.link.item:hover {
    text-decoration: none!important;
}

ul { list-style: none; }
ul li { font-size: 20px; font-weight: 500; }
ul li:before { content: "\2022"; color: #52b7d5; font-size: 30px; font-weight: bold; display: inline-block; width: 20px; margin-left: -20px; }

.btn { font-weight: 500; }
.btn-light { color: #3FABCA!important; }
.btn-light:hover { color: #3FABCA!important; background-color: #e8f9f7; }

.btn-info, .btn-warning { color: white!important; }
.btn-info:hover, .btn-warning:hover { color: white!important; }

.btn-gray { background-color: #DEE9EF; color: #255872; }
.btn-gray:hover { opacity: 0.8; }

svg, g { fill: currentColor!important; }

.message {
    margin: 8px 9px 8px 0;
    padding: 8px 12px 6px;
    border-radius: 16px;
    border: solid 1px #a0b2b6;
    background-color: #fff;
    border-bottom-left-radius: 0;
    min-width: 350px;
    width: auto;
    line-height: 120%;
    max-width: 100%;
}
.message-author {
    font-weight: 500;
}
.message-content {
    font-size: 18px;
    margin-top: 2px;
}
.message-time {
    color: #7d8fa1;
    margin-top: 2px;
    text-align: right;
    font-size: 14px;
}

.plan {
    border-radius: 8px;
    box-shadow: 0 0 0 1px #B6C5CE, 0 0 0 4px #E9F2F7;
    overflow: hidden;
    line-height: 150%;
}
.plan-month {
    padding: 35px;
    overflow: hidden;
}
.plan-month .img { bottom: -5px; right: 20px; }
.plan-price {
    margin: 35px;
}

.fw-500 { font-weight: 500; }

.fs-14 { font-size: 14px; }
.fs-36 {font-size: 36px;}
.fs-26 {font-size: 26px;}
.fs-23 {font-size: 23px;}

.text-middle { color: #5189AB; }

footer { background-color: #DEE9EF; padding: 75px 0; color: #7d8fa1; }

.social { border: 2px solid #e5edf3; border-radius: 50%; }
.social:hover { border: 2px solid #3a6f90; }

menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; margin: 0; padding: 0; }

.container { padding-left: 1rem; padding-right: 1rem; }

@media (min-width: 576px) {
    .container { padding-left: 0; padding-right: 0; }
}

@media (min-width: 768px) {
    .section-5 { height: 800px; }
    .section-5 .container { top: -50px; }

}
