:root {
    --violet: #7523F5;
    --wheel-backgnd: #6C2BCC;
    --controls-500: #2358D1;
    --black-87: rgba(32, 33, 36, 0.87);
    --controls-100: #EEF2FC;
    --orange: #EF8733;
    --lightblue: #EEF2FC;
    --yellowcolor: #fdde00 /* #fabc14 */;
}
html {
    margin: 0;
    padding: 0;
}
body {
    color: var(--black-87);
    font-family: SilpoText,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 8px 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 4px 0;
    padding: 0;

    align-self: stretch;
    color: var(--black-87);
    font-style: normal;
    font-weight: 700;
}
h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
}
h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
}
h3 {
    font-size: 20px;
    line-height: 130%;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
}
h5 {
    font-size: 18px;
    line-height: 130%;
}
h6 {
    font-size: 18px;
    font-weight: 600;
    align-self: auto;
}
.fontsize16 {
    font-size: 16px;
}
h1 span {
    font-size: 70%;
}
p { margin: 0 0 10px 0; }

.container {
    margin: 0 16px 20px 16px;
}
.wrap {
    margin-top: 30px;
}
.block {
    margin: 0 0 20px 0;
}

.yellowtext {
    color: var(--yellowcolor) !important;
}
body.new {
    background-color: #EFEFEF;
    font-family: Mulish,Helvetica,Arial,sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    padding: 0;
    margin: 0;
}
body.vr {
    line-height: 140%; /* 19.6px */
}
.wheel-backgnd {
    background-color: var(--wheel-backgnd);
    color: white;
}
.wheel {
    font-size: 20px;
    padding: 50px 16px 20px 16px;
    text-align: center;
}
.wheel .container {
    margin: 0 auto;
    max-width: 400px;
}
.wheel p {
    margin-top: 0;
    margin-bottom: 20px;
}
.vrheader {
    min-height: 84px;
    display: flex;
    justify-items: flex-start;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 20px;
}
.orange {
    background-color: var(--orange);
}
.light-blue {
    background-color: var(--lightblue);
}
.vrheader img {
    margin-top: -11px;
    height: 64px;
}
.apple-logo { margin-right: 20px; }

.bluebutton, .yellowbutton, .violetbutton {
    display: flex;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    border-radius: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */;
}
.bluebutton {
    border: 1px solid var(--controls-500);
    background: white;
    color: var(--controls-500);
}
.bluebutton:hover {
    background: var(--controls-100);
}
.violetbutton {
    background-color: #781EC8;
    color: #ffffff;
}
.yellowbutton {
    background: var(--yellowcolor);
    color: #00a8ff;
}
.actionbutton {
    display: flex;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    border-radius: 24px;
    background: var(--controls-500, #2358D1);
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */;
}
.center {
    text-align: center;
}
.flexcenter {
    display: flex;
    justify-content: center;
}
.flexhorizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexhorizontal > * {
    display: block;
    margin-bottom: 16px;
}
.lineheight140 {
    line-height: 140%;
}
.height80 {
    height: 80px;
}


.new h1, .new h2 {
    margin-bottom: 20px;
}
.vrheader-new {
    /* height: 70vh; */
    aspect-ratio: 1 / 1.8;
    background: #953BE5;
    background: linear-gradient(180deg, rgba(149, 59, 229, 1) 0%, rgba(47, 0, 88, 1) 70%);
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}
.vr-circle {
    background: url('../images/vr-circle-full.png') no-repeat top center;
    background-size: cover;
    width: 100%;
}
.vr-main-info {
    background-color: #fff;
    border-radius: 50px;
    margin-top: -14vh;
    text-align: center;
    position: relative;
    padding: 40px 32px;
    margin-bottom: 24px;
}
.vr-logo {
    width: 240px;
    margin-bottom: 30px;
}
.vr-partners {
    max-width: 600px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative;
    text-align: center;
}
.vr-partners h1 {
    font-size: 28px;
    margin-bottom: 40px;
}
.vr-partners .partners {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 12px;
}
.vr-partners .partner {
    flex-basis: calc(100% / 4);
    width: 80px;
    height: 80px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 28px;
}
.vr-partners .partner img {
    height: 100%;
    width: 100%;
}

.vr-info {
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    padding: 60px 0 40px 0;
    margin-bottom: 24px;
    text-align: center;
}
.blue-rect {
    background-color: #00AAFF;
    position: absolute;
    transform: rotate(-45deg);
    margin-top: -12px;
    margin-left: 20px;
    width: 80px;
    height: 40px;
    z-index: 1;
}
.vr-info .container {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.vr-info img {
    max-width: 90%;
}
.w250 {
    width: 250px;
}