@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

a {
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    line-height: 1em;
    outline: none;
    text-decoration: none;
    transition: 0.1s;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

b {
    font-weight: 500;
}

body {
    background: rgb(65,65,65);
    color: rgb(255,255,255);
    font: 0 "Roboto Condensed";
    margin: 0;
    text-align: center;
}

body.unscrollable {
  height: 100%;
  overflow: hidden;
}

button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 20px;
    outline: none;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

div {
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {

}

._container {

}

._container_border {
    border-top: 2px solid rgb(47,47,47);
    margin: 32px 0 0;
}

._container_gradient {
    background: linear-gradient(0deg, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
}

._menu {
    bottom: -100vh;
    position: fixed;
    transition: 0.25s;
    width: 100%;
    z-index: 1;
}

._menu button {
    height: 64px;
    font-size: 24px;
    left: calc(50% - 32px);
    position: absolute;
    width: 64px;
}

._menu button:active i {
    transform: rotate(180deg);
    transition: 0.1s;
}

._menu button.hide {
    top: calc(100vh - 96px);
    z-index: 1;
}

._menu button.show {
    background: white;
    border-radius: 32px 32px 32px 32px;
    box-shadow: 0 0 32px rgba(0,0,0,0.1);
    top: -96px;
    z-index: -1;
}

._menu_nav {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255, 0.66) 100%);
    display: flex;
    height: 100vh;
    opacity: 0;
    transition: 0.25s;
}

._menu_nav_container {
    background: rgb(255,255,255);
    align-self: flex-end;
    padding: 0 0 96px;
    width: 100%;
}

._menu_nav a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 64px;
    line-height: 64px;
    text-transform: uppercase;
}

._menu_nav a:active {
    background: rgba(0,0,0,0.05);
}

._menu_nav a.active {
    background: linear-gradient(135deg, rgb(127,127,127) 0%, rgb(95,95,95) 100%);
    color: white;
}

._text {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    padding: 16px 16px 0;
}

@media(min-width: 1080px) {
    ._text {
        max-width: 720px;
    }
}

._title {
    font-size: 24px;
    font-weight: 500;
    padding: 16px 16px 0;
}

.logo {
    padding: 32px 0 0;
}

.logo img {
    width: 128px;
}

.logo .text {
    font-size: 40px;
    font-weight: 700;
    padding: 32px 0 0;
}

.logo .description {
    font-size: 20px;
    padding: 16px 16px 0;
}

.feature {
    border-top: 2px solid rgb(47,47,47);
    margin: 64px 0 0;
    padding: 64px 16px 0;
}

.feature .image_background {
    color: rgb(255,136,72);
    font-size: 40px;
    text-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.feature .title {
    font-size: 32px;
    font-weight: 500;
    padding: 32px 0 0;
    text-transform: uppercase;
}

.feature .text {
    font-size: 16px;
    line-height: 1.5em;
    padding: 32px 0 0;
}

@media(min-width: 1080px) {
    .feature .text {
        margin: 0 auto;
        max-width: 720px;
    }
}

.feature .certificate {
    padding: 32px 0 0;
}

.feature .certificate img {
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    width: 100%;
}

.feature .links {
    padding: 24px 0 0;
}

.feature .links a {
    border: 1px solid rgb(255,136,72);
    border-radius: 64px;
    font-size: 16px;
    margin: 8px 0;
    padding: 16px;
}

.feature .links a i {
    color: rgb(255,136,72);
    padding: 0 8px 0 0;
}

.footer {
    border-top: 2px solid rgb(47,47,47);
    color: rgb(127,127,127);
    font-size: 16px;
    line-height: 1.5em;
    margin: 64px 0 0;
    padding: 32px 0;
}

/* swiper */
.swiper {

}

@media(min-width: 1080px) {
    .swiper {
        margin: 0 auto;
        max-width: 720px;
    }
}

.swiper-wrapper {
    padding: 32px 0 0;
}

.swiper-slide {

}

.swiper div.swiper-button-next {
    color: white;
    padding: 16px 0 0;
}

.swiper div.swiper-button-prev {
    color: white;
    padding: 16px 0 0;
}

.swiper div.swiper-pagination {

}

.swiper span.swiper-pagination-bullet-active {
    background: rgba(31, 127, 63, 1)
}
