#seo,
.seo-only {
    display: none
}

html {
    box-sizing: border-box
}

@media (max-width:799px) {
    html {
        font-size: 14px
    }
}

@media (min-width:800px) and (max-width:899px) {
    html {
        font-size: 8px
    }
}

@media (min-width:900px) and (max-width:999px) {
    html {
        font-size: 9px
    }
}

@media (min-width:1000px) and (max-width:1099px) {
    html {
        font-size: 10px
    }
}

@media (min-width:1100px) and (max-width:1199px) {
    html {
        font-size: 11px
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    html {
        font-size: 12px
    }
}

@media (min-width:1300px) and (max-width:1399px) {
    html {
        font-size: 13px
    }
}

@media (min-width:1400px) {
    html {
        font-size: 14px
    }
}

@media (max-width:799px) {
    .hide-mobile {
        display: none !important
    }
}

@media (min-width:800px) {
    .hide-desktop {
        display: none !important
    }
}

#site[mode=ios] .hide-ios,
.show-ios {
    display: none !important
}

#site[mode=ios] .show-ios {
    display: block !important
}

* {
    font-size: 1em;
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    box-sizing: inherit
}

a,
embed,
input,
object {
    outline: none;
    border: none
}

.clear {
    display: block;
    clear: both;
    height: 0;
    width: 0;
    visibility: hidden;
    font-size: 0
}

.icon {
    font-family: icomoon !important;
    text-align: center;
    vertical-align: middle;
    speak: none;
    font-display: block;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.icon.circle-border {
    display: inline-flex;
    padding: .22em;
    border-width: .075em;
    border-style: solid;
    border-radius: 100%
}

.icon.circle-border:before {
    font-size: .45em;
    font-weight: 500
}

.icon.circle-border.icon-playsymbol:before {
    transform: translateX(.15em)
}

body {
    overscroll-behavior-y: contain
}

body.loading * {
    transition-duration: 0 !important
}

body.unselectable,
body.unselectable * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body>iframe:not(#px-captcha-modal) {
    position: absolute;
    height: 0;
    display: block;
    visibility: hidden
}

#site {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#site.modal-active #page,
#site.overlay-active #page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

#site.modal-active #page input,
#site.overlay-active #page input {
    display: none
}

#site.modal-active #overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

body,
input,
textarea {
    font-family: Proxima Nova, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.font-serif {
    font-family: Book Antiqua, Palatino Linotype, Palatino, serif
}

h1,
h2,
h3 {
    clear: both
}

h1>span.alt,
h2>span.alt,
h3>span.alt {
    display: none
}

h1 {
    margin-bottom: 2rem
}

@media (min-width:800px) {
    h1 {
        letter-spacing: -.09rem;
        font-weight: 800;
        font-size: 3.143rem;
        line-height: 3.286rem
    }
}

@media (max-width:799px) {
    h1 {
        letter-spacing: -.018rem;
        font-weight: 800;
        font-size: 1.714rem;
        line-height: 1.857rem
    }
}

h1:last-child {
    margin-bottom: 0
}

h2 {
    margin-bottom: 1rem
}

@media (min-width:800px) {
    h2 {
        letter-spacing: 0;
        font-weight: 800;
        font-size: 2rem;
        line-height: 2.286rem
    }
}

@media (max-width:799px) {
    h2 {
        letter-spacing: 0;
        font-weight: 800;
        font-size: 1.429rem;
        line-height: 1.714rem
    }
}

h2:last-child {
    margin-bottom: 0
}

h3 {
    margin-bottom: .5rem
}

@media (min-width:800px) {
    h3 {
        letter-spacing: .021rem;
        font-weight: 500;
        font-size: 1.286rem;
        line-height: 1.429rem
    }
}

@media (max-width:799px) {
    h3 {
        letter-spacing: .018rem;
        font-weight: 500;
        font-size: 1.071rem;
        line-height: 1.429rem
    }
}

h3:last-child {
    margin-bottom: 0
}

blockquote,
ul {
    margin-bottom: 1rem
}

hr {
    opacity: .2
}

hr,
p {
    margin-bottom: 1.65rem
}

p {
    letter-spacing: 0
}

@media (min-width:800px) {
    p {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 1.286rem;
        line-height: 1.857rem
    }
}

@media (max-width:799px) {
    p {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 1.143rem;
        line-height: 1.714rem
    }
}

p.compact,
p:last-child {
    margin-bottom: 0
}

@media (min-width:800px) {

    .small>p,
    p.small {
        letter-spacing: 0;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.286rem
    }
}

@media (max-width:799px) {

    .small>p,
    p.small {
        letter-spacing: 0;
        font-weight: 500;
        font-size: .929rem;
        line-height: 1.429rem
    }
}

blockquote {
    margin-left: 1rem;
    margin-right: 1rem
}

blockquote>span {
    font-size: 1rem
}

li,
ul {
    display: block;
    list-style-type: none
}

input {
    background-color: transparent
}

a,
img {
    border: none
}

table {
    border-collapse: collapse
}

.scrollbar {
    height: 1rem;
    padding: .1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #4b4b4b;
    border-radius: 1rem
}

.scrollbar>span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 100%;
    min-width: 1rem;
    background-color: #fff;
    transition: transform .2s cubic-bezier(.23, 1, .32, 1)
}

.scrollbar.scrolling>span {
    transition: none
}

[data-lazy-src] {
    position: relative
}

[data-lazy-src]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-position: 50%;
    background-repeat: no-repeat
}

html.apng [data-lazy-src]:after {
    background-image: url(/static/images/lazy-loading.apng)
}

html.webp [data-lazy-src]:after {
    background-image: url(/static/images/lazy-loading.webp)
}

.background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

#modal,
#overlay,
#page {
    position: relative
}

#page {
    z-index: 10
}

#overlay {
    z-index: 20
}

#modal {
    z-index: 30
}

#overlay-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .2s ease-in-out;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    transition: opacity .2s ease-in-out, background .2s ease-in-out
}

#tooltips {
    width: 0;
    position: fixed;
    z-index: 40
}

#notifications,
#tooltips {
    height: 0;
    top: 0;
    left: 0;
    overflow: visible
}

#notifications {
    z-index: 50;
    position: fixed;
    position: sticky;
    position: -webkit-sticky;
    right: 0
}

#loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60
}

#tracking-elements {
    display: none;
    width: 0;
    height: 0
}

#notify {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    margin: 0;
    height: 0
}

#notify li {
    position: relative;
    display: flex;
    padding: .4rem 0 .4rem 1.1rem;
    line-height: 2rem
}

#notify li>.message {
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem
}

@media (min-width:800px) {
    #notify li>.message {
        margin-left: 1rem
    }
}

#notify li>.message a {
    text-decoration: underline;
    opacity: .8;
    transition: opacity .2s ease-in-out
}

#notify li>.message a:hover {
    opacity: 1
}

#notify li>.icon-close {
    flex-grow: 0;
    align-self: center;
    margin-inline: 1rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer
}

#notify li.message {
    background-color: #000;
    color: #cdcdcd
}

#notify li.message a {
    color: #cdcdcd
}

#notify li.success {
    background-color: #393;
    color: #fff
}

#notify li.success a {
    color: #fff
}

#notify li.error {
    background-color: #f15151;
    color: #fff
}

#notify li.error a {
    color: #fff
}

#notify li.warning {
    background-color: #ff8600;
    color: #fff
}

#notify li.warning a {
    color: #fff
}

#loading {
    --scrim-opactiy: 0.4;
    background-position: 50%;
    background-repeat: no-repeat
}

#loading[theme=DARK] {
    background-color: RGBA(0, 0, 0, var(--scrim-opactiy));
    color: #fff
}

html.webp #loading[theme=DARK] {
    background-image: url(/static/images/loading_dark.webp)
}

html.apng #loading[theme=DARK] {
    background-image: url(/static/images/loading_dark.apng)
}

#loading[theme=LIGHT] {
    background-color: RGBA(255, 255, 255, var(--scrim-opactiy));
    color: #000
}

html.webp #loading[theme=LIGHT] {
    background-image: url(/static/images/loading_light.webp)
}

html.apng #loading[theme=LIGHT] {
    background-image: url(/static/images/loading_light.apng)
}

#loading-spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500
}

#loading-spinner>picture {
    display: none
}

#loading-spinner .icon {
    display: none;
    font-size: 5rem;
    width: 5rem;
    height: 5rem;
    opacity: .75;
    -webkit-animation-name: spinClockwise;
    animation-name: spinClockwise;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #loading-spinner .icon {
        display: block
    }
}

#loading-message {
    font-size: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 5rem);
    font-weight: 700;
    text-align: center;
    text-wrap: balance;
    width: 100%
}

#loading-action-button {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 8rem);
    z-index: 500
}

.scroll-animate {
    transition: all .3s ease-in-out
}

.rollover-button {
    position: relative;
    text-align: center;
    overflow: hidden
}

.rollover-button>a {
    opacity: .25
}

.rollover-button h4 {
    padding: .2rem;
    margin: .2rem
}

.rollover-button h4 span {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400
}

.rollover-button>.popover {
    min-width: 5rem;
    padding-top: .5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    height: 0;
    opacity: 0;
    transition: all .2s ease-in-out
}

.rollover-button>.popover>.background {
    position: absolute;
    top: .5rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.rollover-button>.popover .icon-diamond {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: -20
}

.rollover-button:hover {
    overflow: visible
}

.rollover-button:hover>a {
    padding-bottom: 1rem;
    opacity: 1
}

.rollover-button:hover>.popover {
    height: auto;
    opacity: 1
}

.button {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 4.3rem;
    padding: 0 1.4rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color .2s ease-in-out, opacity .2s ease-in-out, color .2s ease-in-out
}

.button>.icon,
.button>p {
    display: block;
    margin: 0
}

.button>p {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.286rem;
    line-height: 1.571rem;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.button>p:last-child {
    text-align: right
}

.button>p:last-child:first-child {
    text-align: center
}

.button>p+p {
    flex-grow: 0
}

.button>.icon {
    flex-grow: 0;
    font-weight: 700
}

.button>.icon+p {
    text-align: left;
    margin-left: 1.4rem
}

.button.disabled {
    pointer-events: none
}

.button.disabled[data-tooltip-text] {
    pointer-events: auto
}

.button.disabled>* {
    opacity: .5
}

.button.centered {
    padding: 0
}

.button.centered>p {
    text-align: center
}

.button.justify-center {
    justify-content: center
}

.button.justify-center>* {
    flex-grow: 0
}

.button.normal-small {
    height: 3rem
}

.button.normal-small>p {
    letter-spacing: .018rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.214rem
}

.button.small {
    height: 3rem
}

.button.small>p {
    letter-spacing: .018rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.214rem
}

.button.space-between {
    justify-content: space-between
}

.button.space-between>p {
    flex-grow: 0
}

.button[theme=BLUE] {
    background-color: #1fa3ff;
    color: #fff
}

.button[theme=BLUE]:hover {
    background-color: #007fd8
}

.button[theme=BLUE]:active {
    background-color: #1fa3ff
}

.button[theme=BLUE].disabled {
    background-color: #8fd1ff !important
}

.button[theme=GREEN] {
    background-color: #58ba01;
    color: #fff
}

.button[theme=GREEN]:hover {
    background-color: #3c8100
}

.button[theme=GREEN]:active {
    background-color: #58ba01
}

.button[theme=GREEN].disabled {
    background-color: #58ba01 !important
}

.button[theme=RED] {
    background-color: red;
    color: #fff
}

.button[theme=RED]:hover {
    background-color: #d00
}

.button[theme=RED]:active {
    background-color: red
}

.button[theme=RED].disabled {
    background-color: red !important
}

.button[theme=WHITE] {
    background-color: #fff;
    color: #000
}

.button[theme=WHITE]:hover {
    background-color: #000;
    color: #fff
}

.button[theme=WHITE]:active {
    background-color: #fff;
    color: #000
}

.button[theme=WHITE].disabled {
    background-color: #cdcdcd !important
}

.button[theme=BLACK] {
    background-color: #000;
    color: #fff
}

.button[theme=BLACK]:hover {
    background-color: #fff;
    color: #000
}

.button[theme=BLACK]:active {
    background-color: #000;
    color: #fff
}

.button[theme=BLACK].disabled {
    background-color: #cdcdcd !important
}

.button[theme=GRAY] {
    background-color: #cdcdcd;
    color: #000
}

.button[theme=GRAY]:hover {
    background-color: #a2a2a2
}

.button[theme=GRAY]:active {
    background-color: #cdcdcd
}

.button[theme=GRAY].disabled {
    background-color: #a2a2a2 !important
}

.button[theme=GRAY-LIGHT] {
    background-color: #919191;
    color: #fff
}

.button[theme=GRAY-LIGHT],
.button[theme=GRAY-LIGHT] p {
    font-weight: 600
}

.button[theme=GRAY-LIGHT]:hover {
    background-color: #838383
}

.button[theme=GRAY-LIGHT]:active {
    background-color: #9c9c9c
}

.button[theme=GRAY-LIGHT].disabled {
    background-color: #9c9c9c !important
}

.button[theme=ORANGE] {
    background-color: #ff8600;
    color: #fff
}

.button[theme=ORANGE]:hover {
    background-color: #e66d00
}

.button[theme=ORANGE]:active {
    background-color: #ff8600
}

.button[theme=ORANGE].disabled {
    background-color: #ff8600 !important
}

.button[theme=TRANSPARENT] {
    background-color: transparent;
    color: #a2a2a2
}

.button[theme=TRANSPARENT]:active,
.button[theme=TRANSPARENT]:hover {
    color: #000
}

.button[theme=PINK] {
    color: #fff;
    background-image: linear-gradient(135deg, #fc1470, #cc18a6 50%, #8f06d1);
    z-index: 0
}

.button[theme=PINK]:hover:before {
    opacity: 1
}

.button[theme=PINK]:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(135deg, #e4035c, #ad148d 50%, #7a05b2);
    opacity: 0;
    z-index: -1;
    transition: opacity .2s ease-in-out;
    border-radius: 3px
}

.button[theme=FACEBOOK] {
    background-color: #39579a;
    color: #fff
}

.button[theme=FACEBOOK]:hover {
    background-color: #23336c
}

.button[theme=FACEBOOK]:active {
    background-color: #39579a
}

.button[theme=FACEBOOK].disabled {
    background-color: #39579a !important
}

.button[theme=TWITTER] {
    background-color: #0097f0;
    color: #fff
}

.button[theme=TWITTER]:hover {
    background-color: #007fd8
}

.button[theme=TWITTER]:active {
    background-color: #0097f0
}

.button[theme=TWITTER].disabled {
    background-color: #0097f0 !important
}

.button[theme=PINTEREST] {
    background-color: #c3080e;
    color: #fff
}

.button[theme=PINTEREST]:hover {
    background-color: #a7080d
}

.button[theme=PINTEREST]:active {
    background-color: #c3080e
}

.button[theme=PINTEREST].disabled {
    background-color: #c3080e !important
}

.button[theme=GOOGLEPLUS] {
    background-color: #d4341f;
    color: #fff
}

.button[theme=GOOGLEPLUS]:hover {
    background-color: #b92f1d
}

.button[theme=GOOGLEPLUS]:active {
    background-color: #d4341f
}

.button[theme=GOOGLEPLUS].disabled {
    background-color: #d4341f !important
}

.button[theme=INSTAGRAM] {
    background-color: #125688;
    color: #fff
}

.button[theme=INSTAGRAM]:hover {
    background-color: #0f4974
}

.button[theme=INSTAGRAM]:active {
    background-color: #125688
}

.button[theme=INSTAGRAM].disabled {
    background-color: #125688 !important
}

.button[theme=BLACK-OUTLINE],
.button[theme=WHITE-OUTLINE] {
    border: 2px solid transparent
}

.button[theme=BLACK-OUTLINE].disabled,
.button[theme=WHITE-OUTLINE].disabled {
    opacity: .4
}

.button[theme=WHITE-OUTLINE] {
    border-color: #7e7e7e;
    color: #fff
}

.button[theme=WHITE-OUTLINE]:active,
.button[theme=WHITE-OUTLINE]:hover {
    background-color: #fff;
    color: #000
}

.button[theme=BLACK-OUTLINE] {
    border-color: #000;
    color: #000
}

.button[theme=BLACK-OUTLINE]:active,
.button[theme=BLACK-OUTLINE]:hover {
    background-color: #000;
    color: #fff
}

@media (min-width:800px) {
    .button.small {
        box-shadow: 6px 6px 8px rgba(0, 0, 0, .15)
    }
}

@media (max-width:799px) {
    .button.small {
        box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
    }
}

.button.small[theme=BLACK-OUTLINE],
.button.small[theme=WHITE-OUTLINE] {
    box-shadow: none
}

.button.compact {
    height: auto
}

.button.compact>p {
    padding: 0
}

.button.center,
.button.center-icon-left {
    text-align: center
}

.button.center-icon-left .icon {
    margin-right: 1rem
}

.button.center-icon-right {
    text-align: center
}

.button.center-icon-right .icon {
    margin-left: 1rem
}

.button.left-align {
    text-align: left
}

.button.left-align .icon {
    float: right
}

.button.right-align {
    text-align: right
}

.button.right-align .icon {
    float: left
}

.button.left-icon-left .icon,
.button.left-icon-left p,
.button.right-icon-right .icon,
.button.right-icon-right p {
    width: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.button.left-icon-left .icon,
.button.right-icon-right .icon {
    font-size: 1.2rem;
    font-weight: 700
}

.button.left-icon-left {
    text-align: left
}

.button.left-icon-left .icon {
    left: 1.5rem
}

.button.left-icon-left p {
    left: 4rem;
    right: 1.5rem
}

.button.right-icon-right {
    text-align: right
}

.button.right-icon-right p {
    right: 4rem;
    left: 1.5rem
}

.button.right-icon-right .icon {
    right: 1.5rem
}

.button.overlay {
    position: relative;
    overflow: hidden
}

.button.overlay .default,
.button.overlay .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out
}

.button.overlay .hover {
    opacity: 0;
    transform: translate(-50%, -150%)
}

.button.overlay:hover .default {
    opacity: 0
}

.button.overlay:hover .hover {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.button.square {
    position: relative
}

.button.square>div {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.vp-width {
    width: 100vw
}

.vp-min-width {
    min-width: 100vw
}

.vp-height {
    height: 100vh
}

.vp-min-height {
    min-height: 100vh
}

.vp-max-height {
    max-height: 100vh
}

@media (min-width:800px) {
    .vp-width-desktop {
        width: 100vw
    }

    .vp-min-width-desktop {
        min-width: 100vw
    }

    .vp-height-desktop {
        height: 100vh
    }

    .vp-min-height-desktop {
        min-height: 100vh
    }

    .vp-max-height-desktop {
        max-height: 100vh
    }
}

@media (max-width:799px) {
    .vp-width-mobile {
        width: 100vw
    }

    .vp-min-width-mobile {
        min-width: 100vw
    }

    .vp-height-mobile {
        height: 100vh
    }

    .vp-max-height-mobile {
        max-height: 100vh
    }
}

.vp-gutters {
    width: 100%
}

@media (min-width:800px) {
    .vp-gutters {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:799px) {
    .vp-gutters {
        padding-left: 1.4rem;
        padding-right: 1.4rem
    }
}

.table>.body,
.table>.foot,
.table>.head {
    clear: both
}

.table>.body>.row,
.table>.foot>.row,
.table>.head>.row {
    clear: both;
    overflow: hidden
}

.table>.body>.row>div,
.table>.foot>.row>div,
.table>.head>.row>div {
    padding: .2rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.table>.body>.row>div:first-child,
.table>.foot>.row>div:first-child,
.table>.head>.row>div:first-child {
    padding-left: 0
}

.table>.body>.row>div:last-child,
.table>.foot>.row>div:last-child,
.table>.head>.row>div:last-child {
    padding-right: 0;
    text-align: right
}

.table>.foot,
.table>.head {
    overflow: hidden;
    font-weight: 700
}

.table>.head>.row>div {
    padding-top: 0
}

.table>.body {
    overflow: auto
}

.table>.foot>.row>div {
    padding-top: 0
}

@-webkit-keyframes spinClockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinClockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}