a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body,
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  display: block;
  height: 36px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.regSuccess {
  position: relative;
  margin: 5% auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.animate {
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.8s ease, -webkit-transform 0.4s ease 0.2s;
  -o-transition: opacity 0.8s ease, -o-transform 0.4s 0.2s ease;
  -moz-transition: transform 0.4s 0.2s ease, opacity 0.8s ease,
    -moz-transform 0.4s 0.2s ease;
  transition: transform 0.4s ease 0.2s, opacity 0.8s ease;
  transition: transform 0.4s ease 0.2s, opacity 0.8s ease,
    -webkit-transform 0.4s ease 0.2s, -moz-transform 0.4s ease 0.2s,
    -o-transform 0.4s ease 0.2s;
}
.animate-items {
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, opacity 0.2s ease,
    -moz-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease,
    -webkit-transform 0.4s ease, -moz-transform 0.4s ease,
    -o-transform 0.4s ease;
}
.animate-active:first-of-type {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.animate-active:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.animate-items-active:nth-child(1n) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.bg-animated {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s ease,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.4s ease,
    -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease, -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s ease;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s ease,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.animate-active {
  -webkit-transform: translateZ(0) !important;
  -moz-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  opacity: 1 !important;
  -webkit-transition: opacity 2s ease,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  transition: opacity 2s ease,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  -o-transition: opacity 2s ease,
    -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  -moz-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 2s ease,
    -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 2s ease !important;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 2s ease,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
}
#loader-page {
  width: 100vw;
  height: 100vh;
  background-color: var(--body-color);
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#preloader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid var(--preloader-icon-box);
  -webkit-animation: loader 2s ease-in infinite alternate;
  -moz-animation: loader 2s infinite alternate ease-in;
  -o-animation: loader 2s infinite alternate ease-in;
  animation: loader 2s ease-in infinite alternate;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.loader-fill {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: var(--preloader-icon-fill);
  -webkit-animation: fill 2s ease-in infinite;
  -moz-animation: fill 2s infinite ease-in;
  -o-animation: fill 2s infinite ease-in;
  animation: fill 2s ease-in infinite;
  opacity: 0;
}
@-webkit-keyframes loader {
  0% {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(0deg) scale(0.4);
    transform: rotate(0deg) scale(0.4);
  }
  25% {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(1turn) scale(1);
    transform: rotate(1turn) scale(1);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes loader {
  0% {
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: rotate(0deg) scale(0.4);
    transform: rotate(0deg) scale(0.4);
  }
  25% {
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  75% {
    -moz-transform: rotate(1turn) scale(1);
    transform: rotate(1turn) scale(1);
  }
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes loader {
  0% {
    border-radius: 100%;
    -o-transform: rotate(0deg) scale(0.4);
    transform: rotate(0deg) scale(0.4);
  }
  25% {
    border-radius: 0;
    -o-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }
  50% {
    -o-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  75% {
    -o-transform: rotate(1turn) scale(1);
    transform: rotate(1turn) scale(1);
  }
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes loader {
  0% {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(0deg) scale(0.4);
    -moz-transform: rotate(0deg) scale(0.4);
    -o-transform: rotate(0deg) scale(0.4);
    transform: rotate(0deg) scale(0.4);
  }
  25% {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(180deg) scale(0.8);
    -moz-transform: rotate(180deg) scale(0.8);
    -o-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    -moz-transform: rotate(180deg) scale(1);
    -o-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(1turn) scale(1);
    -moz-transform: rotate(1turn) scale(1);
    -o-transform: rotate(1turn) scale(1);
    transform: rotate(1turn) scale(1);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fill {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
    opacity: 0.5;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  75% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@-moz-keyframes fill {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
    opacity: 0.5;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  75% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@-o-keyframes fill {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
    opacity: 0.5;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  75% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@keyframes fill {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
    opacity: 0.5;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  75% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.content-center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bold-text {
  font-weight: var(--font-weight-extrabold);
}
.text-body-big {
  font-size: var(--text-body-big);
}
.text-uppercase {
  text-transform: uppercase;
}
.radius-circle {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.radius-light {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.radius-medium {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.radius-high {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
}
.radius-bubble-left {
  -webkit-border-radius: 100px 100px 100px 0;
  -moz-border-radius: 100px 100px 100px 0;
  border-radius: 100px 100px 100px 0;
}
.radius-bubble-right {
  -webkit-border-radius: 100px 100px 0 100px;
  -moz-border-radius: 100px 100px 0 100px;
  border-radius: 100px 100px 0 100px;
}
.shadow-light {
  -webkit-box-shadow: 0 40px 120px rgba(0, 0, 0, 0.11),
    0 20px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 40px 120px rgba(0, 0, 0, 0.11),
    0 20px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.11), 0 20px 24px rgba(0, 0, 0, 0.1);
}
.heightfull {
  height: 100vh;
}
.divider {
  width: 100px;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  margin: 32px auto;
  display: block;
  clear: both;
}
:root {
  --ms-small-1: 1rem;
  --ms-small-2: 1.2rem;
  --ms-small-3: 1.44rem;
  --ms-small-4: 1.728rem;
  --ms-small-5: 2.074rem;
  --ms-small-6: 3.488rem;
  --ms-large-1: 1rem;
  --ms-large-2: 1.333rem;
  --ms-large-3: 1.777rem;
  --ms-large-4: 2.369rem;
  --ms-large-5: 3.157rem;
  --ms-large-6: 4.209rem;
}
h1 {
  font-size: var(--ms-small-6);
}
h2 {
  font-size: var(--ms-small-5);
}
h3 {
  font-size: var(--ms-small-4);
}
h4 {
  font-size: var(--ms-small-3);
}
h5 {
  font-size: var(--ms-small-2);
}
h6 {
  font-size: var(--ms-small-1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
  margin-bottom: 16px;
  line-height: 1;
}
h5,
h6 {
  letter-spacing: -0.5px !important;
}
p {
  font-family: var(--body-font);
  font-size: var(--text-body);
  color: var(--body-text);
  line-height: 1.6;
  margin-bottom: 16px;
}
.big-title {
  font-size: var(--big-title-tablet);
}
header {
  z-index: 3;
}
.content-overlap:after,
.content-overlap:before,
.content-overlap span:after,
.content-overlap span:before,
.hamburger-menu:after,
.hamburger-menu:before,
.menu-icon:after,
.menu-icon:before,
.nav-overlap:after,
.nav-overlap:before,
.nav-overlap span:after,
.nav-overlap span:before {
  content: "";
}
.hamburger-menu,
.logo {
  position: fixed;
  display: inline-block;
}
.logo {
  top: 40px;
  left: 4%;
  z-index: 2;
}
.hamburger-menu {
  top: 28px;
  right: 4%;
  height: 44px;
  width: 44px;
  z-index: 5;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 9;
}
.hamburger-menu .menu-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 3px;
  background-color: var(--menu-color-icon-active);
  z-index: 10;
}
.hamburger-menu .menu-icon:after,
.hamburger-menu .menu-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--menu-color-icon-active);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s,
    -o-transform 0.3s;
}
.hamburger-menu .menu-icon:before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.hamburger-menu .menu-icon:after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.hamburger-menu:after,
.hamburger-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
}
.hamburger-menu:before {
  background-color: var(--menu-color-default);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hamburger-menu:after {
  background-color: var(--menu-color-active);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.hamburger-menu.close-nav:before,
.hamburger-menu:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.hamburger-menu.close-nav:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hamburger-menu.close-nav .menu-icon {
  background-color: hsla(0, 0%, 100%, 0);
}
.hamburger-menu.close-nav .menu-icon:after,
.hamburger-menu.close-nav .menu-icon:before {
  background-color: var(--menu-color-icon);
}
.hamburger-menu.close-nav .menu-icon:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.hamburger-menu.close-nav .menu-icon:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-color: var(--menu-color-background);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
}
.primary-nav,
.primary-nav.fade-in {
  -webkit-transition: visibility 0.3s, opacity 0.3s,
    -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0.3s, opacity 0.3s,
    -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: visibility 0.3s, opacity 0.3s,
    -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: visibility 0.3s, opacity 0.3s,
    transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0.3s, opacity 0.3s,
    transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0.3s, opacity 0.3s,
    transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.primary-nav.fade-in {
  visibility: visible;
  opacity: 1;
}
.content-overlap,
.nav-overlap {
  position: fixed;
  top: 28px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.content-overlap span,
.nav-overlap span {
  display: inline-block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.content-overlap.is-hidden,
.content-overlap span,
.nav-overlap.is-hidden,
.nav-overlap span {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s 0s, visibility 0s 0.3s,
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s 0s, visibility 0s 0.3s,
    transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s 0s, visibility 0s 0.3s,
    transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.content-overlap.is-hidden,
.nav-overlap.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.nav-overlap {
  z-index: 2;
}
.nav-overlap span {
  background-color: var(--menu-color-background);
}
.content-overlap {
  z-index: 4;
}
.content-overlap span {
  background-color: var(--menu-color-background-active);
}
.menu-content {
  width: 100%;
  padding: 48px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.avatar {
  position: relative;
  text-align: center;
}
.avatar-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
.avatar-pic img {
  width: 64px;
  height: 64px;
}
.avatar-profile {
  margin-bottom: 24px;
}
.avatar-profile h3 {
  letter-spacing: -2px;
  margin-bottom: 8px;
}
.avatar-profile p {
  font-size: var(--text-body);
  color: var(--color-light);
}
.body-content {
  max-width: 800px;
  margin: 0 auto;
}
.form {
  position: relative;
  width: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
}
.form__input {
  border: 0;
  outline: 0;
  height: 54px;
  padding: 12px 125px 12px 16px;
  font-size: var(--text-body);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 380px;
  -webkit-box-shadow: 0 1.5px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1.5px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.5px 2px 2px rgba(0, 0, 0, 0.1);
}
.form__input:focus {
  -webkit-box-shadow: var(--form-focus-shadow);
  -moz-box-shadow: var(--form-focus-shadow);
  box-shadow: var(--form-focus-shadow);
}
.form__input::-webkit-input-placeholder {
  color: var(--color-light);
}
.form__input:-moz-placeholder,
.form__input::-moz-placeholder {
  color: var(--color-light);
}
.form__input:-ms-input-placeholder {
  color: var(--color-light);
}
.form__input::-ms-input-placeholder {
  color: var(--color-light);
}
.form__input::placeholder {
  color: var(--color-light);
}
.submit-btn {
  position: absolute;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: #fff;
  right: 0;
  padding: 0 16px;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
  vertical-align: middle;
  background: var(--link-color-hover);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.submit-btn.visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
body {
  background: var(--body-color);
  font-family: "var(----body-font)", -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  overflow-x: var(--overflow-status-x);
  overflow-y: var(--overflow-status-y);
  line-height: var(--default-line-height);
}
.main-wrapper {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.title-wrapper {
  max-width: 992px;
  margin: 0 auto;
}
.title-wrapper .label-text {
  margin-bottom: 16px;
  color: var(--color-light);
}
.socialmedia {
  position: relative;
  top: 80px;
  z-index: 2;
}
ion-icon {
  width: var(--icon-default-size);
  height: var(--icon-default-size);
  margin: 0 4px;
}
a {
  color: var(--link-color);
  -webkit-transition: all 0.15s ease-in;
  -o-transition: 0.15s all ease-in;
  -moz-transition: 0.15s all ease-in;
  transition: all 0.15s ease-in;
}
a:active,
a:focus,
a:hover {
  color: var(--link-color-hover);
}
.background-image-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% !important;
  z-index: -1;
}
.cloud {
  position: absolute;
  height: 200%;
  width: 200%;
  z-index: 1;
  background-repeat: no-repeat !important;
}
.cloud-1 {
  top: 25%;
  -webkit-animation: cloud_one 80s linear infinite;
  -moz-animation: cloud_one 80s linear infinite;
  -o-animation: cloud_one 80s linear infinite;
  animation: cloud_one 80s linear infinite;
  background: url(../img/cloud-1.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-transform: translate3d(-100, 0, 0);
  -moz-transform: translate3d(-100, 0, 0);
  transform: translate3d(-100, 0, 0);
}
.cloud-2 {
  -webkit-animation: cloud_one 60s linear 20s infinite;
  -moz-animation: cloud_one 60s 20s linear infinite;
  -o-animation: cloud_one 60s 20s linear infinite;
  animation: cloud_one 60s linear 20s infinite;
  background: url(../img/cloud-1.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.cloud2,
.cloud-2 {
  top: 40%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cloud2 {
  position: absolute;
  height: 400%;
  width: 600%;
  z-index: 1;
  background-repeat: no-repeat !important;
  background: url(../img/cloud-1.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-animation: cloud_two 100s linear infinite;
  -moz-animation: cloud_two 100s linear infinite;
  -o-animation: cloud_two 100s linear infinite;
  animation: cloud_two 100s linear infinite;
  opacity: 0.5;
}
@-webkit-keyframes cloud_one {
  0% {
    -webkit-transform: translate3d(50%, 0, 0) scale(1);
    transform: translate3d(50%, 0, 0) scale(1);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.8);
    transform: translate3d(-100%, 0, 0) scale(0.8);
  }
}
@-moz-keyframes cloud_one {
  0% {
    -moz-transform: translate3d(50%, 0, 0) scale(1);
    transform: translate3d(50%, 0, 0) scale(1);
  }
  to {
    -moz-transform: translate3d(-100%, 0, 0) scale(0.8);
    transform: translate3d(-100%, 0, 0) scale(0.8);
  }
}
@-o-keyframes cloud_one {
  0% {
    transform: translate3d(50%, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-100%, 0, 0) scale(0.8);
  }
}
@keyframes cloud_one {
  0% {
    -webkit-transform: translate3d(50%, 0, 0) scale(1);
    -moz-transform: translate3d(50%, 0, 0) scale(1);
    transform: translate3d(50%, 0, 0) scale(1);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.8);
    -moz-transform: translate3d(-100%, 0, 0) scale(0.8);
    transform: translate3d(-100%, 0, 0) scale(0.8);
  }
}
@-webkit-keyframes cloud_two {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes cloud_two {
  0% {
    -moz-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes cloud_two {
  0% {
    transform: translate3d(50%, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes cloud_two {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fixed-body {
  overflow: hidden !important;
}
.button-buy {
  position: fixed;
  right: 18%;
  top: 26px;
  z-index: 5;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #1700fe;
  padding: 0 24px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  height: 48px;
  line-height: 48px;
}
.button-buy:hover {
  background: rgba(22, 0, 245, 0.68);
  color: #fff;
}
.shop-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  visibility: hidden;
}
.shop-modal,
.shop-modal .shop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-modal .shop-content {
  position: absolute;
  width: 90%;
  background: #fff;
  margin: 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 27px 80px 0 rgba(0, 0, 0, 0.1),
    0 17px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 27px 80px 0 rgba(0, 0, 0, 0.1),
    0 17px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 27px 80px 0 rgba(0, 0, 0, 0.1),
    0 17px 24px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.shop-modal .shop-content img {
  width: 160px;
}
.shop-active,
.shop-animate {
  opacity: 1 !important;
  visibility: visible !important;
}
.shop-active {
  -webkit-transform: translateZ(0) !important;
  -moz-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.shop-modal .shop-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eaeaea;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.shop-modal .shop-content .shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px;
}
.shop-modal .shop-content .shop img {
  margin-bottom: 0;
}
.shop-modal .shop-content .shop .creativemarket-button,
.shop-modal .shop-content .shop .gumroad-button {
  background-color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  color: #000 !important;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  padding: 0 24px !important;
  text-shadow: none;
  text-decoration: none;
  margin-top: 16px;
}
.shop-modal .shop-content .creativemarket .creativemarket-button:hover {
  background: #8ba753 !important;
  border-color: #8ba753 !important;
  color: #fff !important;
}
.shop-modal .shop-content .gumroad .gumroad-button:hover {
  background-color: #222 !important;
  color: #fff !important;
}
.close-buy-btn {
  padding: 16px;
  right: 0;
  cursor: pointer;
}
.close-buy-btn ion-icon {
  width: 36px;
  height: 36px;
}
.pricing-features {
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  display: none;
  margin-bottom: 16px;
}
.pricing-features-item {
  border-top: 1px solid #f1f2f5;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 0;
}
.pricing-features-item:first-child,
.pricing-features-item:last-child {
  border-bottom: 0;
}
.pricing {
  color: #000;
  text-align: center;
  display: block;
  font-size: 48px;
  font-weight: 800;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  margin: 16px 0 36px;
  vertical-align: top;
  display: none;
}
.discount {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: line-through;
}
.custom-btn {
  margin-top: 24px;
  font-size: 14px;
  text-decoration: underline;
}
.custom-btn:hover {
  background: none !important;
}
.small-note {
  font-size: 12px;
  margin-top: 16px;
  color: #666;
}
.close-buy-btn ion-icon {
  color: #000 !important;
}
.close-buy-btn {
  position: absolute;
}
.modal.animation .content {
  -webkit-transform: translateY(-50%) translateX(-50%) rotateX(0deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotateX(0deg);
  transform: translateY(-50%) translateX(-50%) rotateX(0deg);
  opacity: 1;
}
.modal .content * {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modal.animation .content * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.modal.animation .content button {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media (min-width: 992px) {
  h1 {
    font-size: var(--ms-large-6);
  }
  h2 {
    font-size: var(--ms-large-5);
  }
  h3 {
    font-size: var(--ms-large-4);
  }
  h4 {
    font-size: var(--ms-large-3);
  }
  h5 {
    font-size: var(--ms-large-2);
  }
  h6 {
    font-size: var(--ms-large-1);
  }
  .big-title {
    font-size: var(--big-title-desktop);
  }
  .avatar-pic img {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .button-buy {
    right: 8%;
  }
}
@media (min-width: 550px) {
  .shop-modal .shop-content img {
    width: 120px;
  }
  .shop-modal .shop-content {
    width: 600px;
  }
  .shop-modal .shop-content:before {
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .shop-modal .shop-content .shop {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .shop-modal .shop-content .shop:last-of-type {
    background: #f8f8f8;
  }
  .shop-modal .shop-content .shop img {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .shop-modal .shop-content .shop .creativemarket-button,
  .shop-modal .shop-content .shop .gumroad-button {
    margin-top: 0;
  }
  .pricing,
  .pricing-features {
    display: block;
  }
}
