/* =========================================================================
   Variables
 =========================================================================== */
/* =========================================================================
   General
 =========================================================================== */
p {
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

a {
  text-decoration: none;
  color: #9156F6;
}
a:hover {
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  margin: 0 0 20px 40px;
  padding: 0;
}

ul li, ol li {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: #9156F6 url(../images/bg-desktop.png) center top no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  body {
    background-image: url(../images/bg-mobile.png);
    background-size: contain;
  }
}

body,
html {
  height: 100%;
  overflow-x: hidden;
}

/* =========================================================================
   Page
 =========================================================================== */
.header {
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.08);
}
.header .header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  width: 151px;
}

.btn {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  height: 52px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #9156F6;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #9156F6;
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}

.btn-main {
  display: inline-block;
  padding: 16px 94px;
  border-radius: 38px;
  border: 3px solid #444;
  background: #fff;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #5B5B5B;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .btn-main {
    font-size: 18px;
    border-width: 2px;
    padding: 16px 45px;
    margin-bottom: 30px;
  }
}
.btn-main:hover, .btn-main:active {
  color: #5B5B5B;
  text-decoration: none;
}

.content-wrap {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .content-wrap {
    max-width: 293px;
  }
}
.content-wrap .title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .content-wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.content-wrap .title span {
  color: #2F2F2F;
}
.content-wrap .title strong {
  display: block;
  max-width: 720px;
}
.content-wrap .title-after {
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .content-wrap .title-after {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.footer {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px;
  }
}
.footer .footer-content {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer .footer-content {
    font-size: 12px;
  }
}
.footer .company-name {
  text-transform: uppercase;
}
.footer a {
  color: #fff;
  position: relative;
}
.footer a:first-child {
  margin-right: 40px;
}
.footer a:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #fff;
  right: -20px;
  top: 3px;
}
@media (max-width: 479px) {
  .footer a:first-child {
    margin-right: 15px;
  }
  .footer a:first-child:before {
    right: -10px;
  }
}

.privacy-terms {
  background-color: #fff;
  height: auto;
}
.privacy-terms .header {
  background-color: #9156F6;
  padding: 20px 15px;
}
.privacy-terms .content-wrap {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 50px 15px 50px;
}
.privacy-terms .content-wrap .page-title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.privacy-terms .content-wrap .page-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 1px;
  background-color: #9156F6;
}
.privacy-terms .content-wrap h2, .privacy-terms .content-wrap h3, .privacy-terms .content-wrap h4 {
  margin-bottom: 10px;
}
.privacy-terms .content-wrap h3 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.cc-banner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.cc-banner .cc-banner-inner {
  padding: 10px;
  display: flex;
  background: #fff;
  font-size: 16px;
  border-radius: 0;
}
.cc-banner .cc-message {
  align-self: center;
  line-height: 1.3em;
  font-weight: 400;
  color: #2F2F2F;
}
.cc-banner .cc-btn-wrap {
  margin: 0 0 0 15px;
  align-self: center;
}
.cc-banner .cc-btn-wrap .btn {
  font-size: 16px;
  background-color: #9156F6;
  color: #fff;
  height: 40px;
  padding: 7px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-banner .cc-btn-wrap .btn:hover {
  background-color: #9156F6;
}
.cc-banner .cc-btn-wrap a {
  color: #9156F6;
}
@media (min-width: 576px) {
  .cc-banner {
    bottom: 10px;
    right: 15px;
    left: 15px;
  }
  .cc-banner .cc-banner-inner {
    border-radius: 5px;
  }
}

.hide {
  display: none !important;
}

/* =========================================================================
   Loader
 =========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.preloader.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s, visibility 0.4s;
}

/* Page Loader Wheel */
/*-----------------------------------*/
.preloader-wheel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 80vh;
}

.preloader-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.table-fixed-header .preloader-wheel {
  top: 50%;
}
.preloader-wheel.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #9156F6;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 5px; /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
/* =========================================================================
   Language selector
 =========================================================================== */
#langSelector {
  border: 1px solid #ccc;
  padding: 0 30px 0 20px;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 8px;
  mix-blend-mode: normal;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
  appearance: none;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
@media (max-width: 767px) {
  #langSelector {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    text-transform: none;
  }
}

/* =========================================================================
   Hidden language links
 =========================================================================== */
.hidden-langs {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

/* =========================================================================
   Modal
 =========================================================================== */
.modal .modal-content {
  background: #fff;
  border: none;
}
.modal .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background: #7D31F0;
}
.modal .modal-header .logo {
  display: inline-block;
  width: 139px;
}
.modal .modal-header .btn {
  background: #7D31F0;
  box-shadow: -3px 5px 6px rgba(0, 0, 0, 0.25);
}
.modal .modal-header-placeholder {
  width: 136px;
}
@media (max-width: 767px) {
  .modal .modal-header-placeholder {
    display: none;
  }
}
.modal .modal-body {
  color: #2F2F2F;
  padding: 30px 70px;
}
.modal .modal-body h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.modal .modal-body h2 {
  font-size: 24px;
  margin: 40px 0 30px;
}
.modal .modal-body p,
.modal .modal-body li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.modal .modal-body a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding: 30px 15px;
  }
  .modal .modal-body h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .modal .modal-body h2 {
    font-size: 22px;
    margin: 40px 0 20px;
  }
}

/*# sourceMappingURL=style.css.map */
