@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    background-size: cover;
    -webkit-text-size-adjust: none;
    color: #5a5d62;
    height: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    outline: 0;
}

img {
    display: block;
}

strong {
    font-weight: 700;
}

.of-btn {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font: 700 16px/1.3 "Roboto", sans-serif;
    text-decoration: none;
    padding: 14px 25px;
    text-align: center;
    -webkit-appearance: none;
    color: #fff;
    background-color: #f00056;
    border-radius: 15px;
    margin: 0 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    min-width: 140px;
}

.of-btn-no {
    background-color: #d8dbe3;
}

.of-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
    max-width: 480px;
}

.of-wrap {
    padding: 0 10px;
    margin: 0 auto;
}

.of-header {
    display: none;
    padding: 13px 7px 10px;
    border-bottom: 2px solid #cacaca;
    justify-content: space-between;
    align-items: center;
}

.of-header.of-visible {
    display: flex;
}

.of-content {
    height: calc(100% - 320px);
    overflow: auto;
}

.of-intro {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.of-intro img {
    max-width: 100%;
}

.of-logo-holder img {
    max-width: 180px;
    margin: 0 auto;
    height: 41px;
}

.of-step-container {
    display: none;
}

.of-step {
    display: none;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.of-step.of-is-active {
    display: block;
}

.of-btn-wrap {
    margin: 15px 0;
}

.of-title-wrap {
    text-align: center;
}

.of-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
}

.of-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.of-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #f00056;
    margin: 10px 0;
}

.of-bottom-content {
    display: none;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.of-bottom-content.of-visible {
    display: block;
    margin-top: auto;
}

.of-slider-wrap {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.of-slider {
    position: relative;
}

.of-slide {
    position: relative;
    max-width: 360px;
    width: 100%;
}

.of-slide.of-active {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.of-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
    background-color: rgb(0 0 0 / 0.5);
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.of-info p {
    padding-left: 120px;
}

.of-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.of-slide img {
    margin: 0 auto;
    width: 100%;
}

.of-slide .of-thumbnail {
    width: 99px;
    height: 99px;
    position: absolute;
    left: 12px;
    bottom: 10px;
}

.of-footer-links {
    border-top: 2px solid #cacaca;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    margin: auto -15px 0;
}

@media (orientation: landscape) {
    .of-content {
        height: auto;
        overflow: visible;
    }
    .of-bottom-content {
        position: relative;
        left: auto;
        right: auto;
    }
}

/* slick custom */
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

.slick-dots li {
    margin: 0 3px;
}

.slick-dots .slick-active button {
    background-color: #81868f;
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #81868f;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    font-size: 0;
    outline: none;
}
