/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/sites1-5/main.scss ***!
  \************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap);
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/sites1-5/main.scss (1) ***!
  \****************************************************************************************************************************/
.black, .page--2-profits .header, .page--1-personal .header, .page--4-assistant .header {
  color: #191D27;
}

.white, .page--5-jetset .header, .page--3-helppal .header {
  color: #ffffff;
}

.red {
  color: #FF3F33;
}

.red2 {
  color: #D12A13;
}

.dark-red {
  color: #9F0000;
}

.red-light {
  color: #FFAB91;
}

.blue {
  color: #24ABF5;
}

.blue2 {
  color: #1962F2;
}

.green {
  color: #95E158;
}

.gray {
  color: #7D7D7D;
}

.gray2 {
  color: #4A4A4A;
}

.gray3 {
  color: #B5B5B5;
}

.gray4 {
  color: #969697;
}

.gray5 {
  color: #8C8C8C;
}

.aqua {
  color: #8FFFEA;
}

.orange {
  color: #FF7549;
}

.violet-light {
  color: #BFA9FF;
}

.mud2 {
  color: #6E8187;
}

.border--red {
  border-color: #FF3F33;
}
.border--blue {
  border-color: #FF3F33;
}
.border--green {
  border-color: #95E158;
}

.pink3 {
  color: #E1699F;
}

.pink4 {
  color: #D81B60;
}

.yellow2 {
  color: #FFA903;
}

.primary {
  color: #000000;
}

.bg-black {
  background: #000000;
}
.bg-white {
  background: #ffffff;
}

@keyframes loader {
  100% {
    transform: rotate(1turn);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  touch-action: manipulation;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  overflow-x: hidden;
}

html,
body,
pre {
  padding: 0;
  margin: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

pre {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 0;
}

[hidden],
#template,
template {
  display: none;
}

img {
  border: none;
  max-width: 100%;
}

address {
  font-style: normal;
}

body {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
  font-style: normal;
  text-transform: none;
  color: #6b6b6b;
}

.page--1-personal .content, .page--1-personal:not(.page--main) .main {
  background: linear-gradient(180deg, #EBEDFD 0%, #EBEDFD 21.87%, #EBEDFD 41.69%, #EBEDFD 64.51%, rgba(235, 237, 253, 0) 115.92%);
}
.page--1-personal .hamburger span, .page--4-assistant .hamburger span {
  background: #0E1552;
}
.page--2-profits .hamburger span, .page--2-profits .hamburger-checkbox:hover ~ span {
  background: #7534FF;
}
.page--3-helppal {
  background: #14121b;
  color: #9EB8C1;
}
.page--3-helppal .hamburger span, .page--3-helppal .hamburger-checkbox:hover ~ span {
  background: #9EB8C1;
}
.page--3-helppal .header-center.active ~ .hamburger span {
  background: #14121b;
}
.page--4-assistant {
  color: #4A4A4A;
}
.page--4-assistant .content, .page--4-assistant:not(.page--main) .main {
  background: url(../images/4-assistant/page4-sec14-bg.png) center center/cover no-repeat;
}
.page--4-assistant .section--contact ~ .footer {
  padding-top: 0;
}
.page--5-jetset {
  color: #6b6b6b;
}
.page--5-jetset .content, .page--5-jetset:not(.page--main) .main {
  padding-bottom: 60px;
  background: url(../images/5-jetset/page-bg.png) center bottom/cover no-repeat;
  color: #B5B5B5;
}
.page--5-jetset--full {
  color: #B5B5B5;
}
.page--5-jetset .hamburger span, .page--5-jetset .hamburger-checkbox:hover ~ span {
  background: #ffffff;
}
.page--5-jetset .header-center.active ~ .hamburger span {
  background: #14121b;
}
.page--5-jetset:not(.page--main) .footer {
  background: url(../images/5-jetset/page-bg.png) top center/cover no-repeat;
}
.page--5-jetset:not(.page--main) .footer:before {
  display: none;
}
.page--descriptor {
  background: #DEF6FF;
}
.page--member {
  background: #FEFBF4;
}
.page--login {
  background: url(../images/4-assistant/page4-sec14-bg.png) center center/cover no-repeat;
}

.text-highlight {
  background: url(../images/icons/highlight.svg) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 10px;
}
.text-highlight--yellow {
  background: url(../images/icons/highlight2.svg) center bottom no-repeat;
}
.text-highlight--red {
  background: url(../images/icons/highlight-red.svg) center bottom no-repeat;
}
.text-highlight--red2 {
  background: url(../images/icons/highlight-red2.svg) center bottom no-repeat;
  padding-bottom: 14px;
}
.text-highlight--red3 {
  background: url(../images/icons/highlight-red3.svg) center bottom no-repeat;
  padding-bottom: 7px;
}
.text-highlight--aqua {
  background: url(../images/icons/highlight-aqua.svg) center bottom no-repeat;
}
.text-highlight--blue {
  background: url(../images/icons/highlight-blue.svg) center bottom no-repeat;
}
.text-highlight--yellow2 {
  background: url(../images/icons/highlight-yellow2.svg) center bottom no-repeat;
  padding-bottom: 13px;
  white-space: nowrap;
}
.text-highlight--yellow-light {
  background: url(../images/icons/highlight-yellow-light.svg) center bottom no-repeat;
  padding-bottom: 23px;
  white-space: nowrap;
}
.text--with-red-line {
  position: relative;
  padding-right: 36px;
}
.text--with-red-line:after {
  content: "";
  width: 26px;
  height: 1px;
  display: block;
  background: #FF3F33;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
}

.section {
  padding: 80px 55px;
}
@media screen and (max-width: 1280px) {
  .section {
    padding: 40px 0;
    overflow: hidden;
  }
}
.section--unlock {
  padding-top: 15px;
}
.section-item {
  margin: 0 30px;
}
.section-item:first-child {
  margin-left: 0;
}
.section-item:last-child {
  margin-right: 0;
}

.container, .container-old {
  margin: auto;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
}

.container-small {
  margin: auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}

.button-item {
  margin: 0 15px;
}
.button-item:first-child {
  margin-left: 0;
}
.button-item:last-child {
  margin-right: 0;
}

.scrollup {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff url(../images/icons/arrowDown.svg) center center no-repeat;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  transform: rotate(180deg) translateX(-65px);
}
.scrollup:hover {
  background-color: #f2f2f2;
}
.scrollup--visible {
  transform: rotate(180deg);
}

.col {
  margin: 0 15px;
}
.col--min {
  margin: 0 5px;
}
.col--big {
  margin: 0 30px;
}
.col--60 {
  margin: 0 60px;
}
.col:first-child {
  margin-left: 0;
}
.col:last-child {
  margin-right: 0;
}
.col-4 {
  flex: 0 0 25%;
}
@media screen and (max-width: 960px) {
  .col-4--portrait-2 {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .col-4--landscape-2 {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .flex--column-container .col {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .flex--column-tablet .col {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .flex--column-landscape .col {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .flex--column-book .col {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .flex--column-portrait .col {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex--column-mobile .col {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 360px) {
  .flex--column-last .col {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 1280px) {
  .flex--column-container .media-image {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .flex--column-tablet .media-image {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .flex--column-landscape .media-image {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flex--column-book .media-image {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .flex--column-portrait .media-image {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .flex--column-mobile .media-image {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .flex--column-last .media-image {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
}

.h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 78px;
  margin-top: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 480px) {
  .h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

.h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 23px;
}
@media screen and (max-width: 1280px) {
  .h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h5 {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}

.title {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 24px;
    line-height: 34px;
  }
}

.subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.megatext {
  font-size: 68px;
  font-weight: 700;
  line-height: 68px;
}
@media screen and (max-width: 1280px) {
  .megatext {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 640px) {
  .megatext {
    font-size: 42px;
    line-height: 42px;
  }
}

.text-left {
  text-align: left;
  align-self: flex-start;
}
.text-right {
  text-align: right;
  align-self: flex-end;
}
.text-center {
  text-align: center;
  align-self: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.text--underscore-red {
  border-bottom: 2px solid #FF3F33;
}
.text--underscore-violet {
  padding-bottom: 2px;
  border-bottom: 6px solid #524cbd;
}
.text--underscore-red2 {
  color: #FF417A;
  padding-bottom: 2px;
  border-bottom: 6px solid #FF417A;
}
.text--underscore-red-light {
  padding-bottom: 2px;
  border-bottom: 5px solid #F4B6B9;
}
.text-underline {
  position: relative;
  white-space: nowrap;
}
.text-underline:after {
  content: "";
  width: 100%;
  border-bottom: 2px solid;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.normal {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font--300 {
  font-weight: 300 !important;
}
.font--400 {
  font-weight: 400 !important;
}
.font--500 {
  font-weight: 500 !important;
}
.font--600 {
  font-weight: 600 !important;
}
.font--700 {
  font-weight: 700 !important;
}
.font--800 {
  font-weight: 800 !important;
}
.font--900 {
  font-weight: 900 !important;
}

.line--14 {
  line-height: 14px;
}
.line--16 {
  line-height: 16px;
}
.line--18 {
  line-height: 18px !important;
}

.medium {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 11px;
  line-height: 22px; /* 200% */
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex--center {
  align-items: center;
}
.flex--inline {
  display: inline-flex;
}
.flex--between {
  justify-content: space-between;
}
.flex--around {
  justify-content: space-around;
}
.flex--evenly {
  justify-content: space-evenly;
}
.flex--start {
  justify-content: flex-start;
}
.flex--end {
  justify-content: flex-end;
}
.flex--top {
  align-items: flex-start;
}
.flex--bottom {
  align-items: flex-end;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--same-height .flex-item, .flex--same-height .same-height {
  align-self: stretch;
}
.flex--same-height .same-height > * {
  height: 100%;
}
.flex--column {
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .flex--column-container {
    flex-direction: column;
  }
  .flex--column-container .flex-media-order-1 {
    order: 1;
  }
  .flex--column-container .flex-media-order-2 {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .flex--column-tablet {
    flex-direction: column;
  }
  .flex--column-tablet .flex-media-order-1 {
    order: 1;
  }
  .flex--column-tablet .flex-media-order-2 {
    order: 2;
  }
}
@media screen and (max-width: 960px) {
  .flex--column-landscape {
    flex-direction: column;
  }
  .flex--column-landscape .flex-media-order-1 {
    order: 1;
  }
  .flex--column-landscape .flex-media-order-2 {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .flex--column-book {
    flex-direction: column;
  }
  .flex--column-book .flex-media-order-1 {
    order: 1;
  }
  .flex--column-book .flex-media-order-2 {
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .flex--column-mobile {
    flex-direction: column;
  }
  .flex--column-mobile .flex-media-order-1 {
    order: 1;
  }
  .flex--column-mobile .flex-media-order-2 {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .flex--column-portrait {
    flex-direction: column;
  }
  .flex--column-portrait .flex-media-order-1 {
    order: 1;
  }
  .flex--column-portrait .flex-media-order-2 {
    order: 2;
  }
  .flex--column-portrait .flex-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 360px) {
  .flex--column-last {
    flex-direction: column;
  }
  .flex--column-last .flex-media-order-1 {
    order: 1;
  }
  .flex--column-last .flex-media-order-2 {
    order: 2;
  }
}
.flex-item {
  flex: 1;
}
.flex-item--40 {
  flex: 0 0 40%;
}
.flex-item--50 {
  flex: 0 0 50%;
}
.flex-item--60 {
  flex: 0 0 60%;
}

.block {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 30px;
  list-style: disc;
}
.ul--decimal {
  list-style: decimal;
}
.ul--decimal::marker {
  font-weight: bold;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}
.auto-i {
  margin-left: auto !important;
  margin-right: auto !important;
}

.width-60 {
  width: 60px;
  flex: 0 0 60px;
}
.width-64 {
  width: 64px;
}
.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}
.height-60 {
  height: 60px;
}
.height-auto {
  height: auto !important;
}

.max-90 {
  max-width: 90px;
}
.max-120 {
  max-width: 120px;
}
.max-160 {
  max-width: 160px;
}
.max-240 {
  max-width: 240px;
}
.max-280 {
  max-width: 280px;
}
.max-320 {
  max-width: 320px;
}
.max-350 {
  max-width: 350px;
}
.max-380 {
  max-width: 380px;
}
.max-420 {
  max-width: 420px;
}
.max-470 {
  max-width: 470px;
}
.max-480 {
  max-width: 480px;
}
.max-490 {
  max-width: 490px;
}
.max-520 {
  max-width: 520px;
}
.max-540 {
  max-width: 540px;
}
.max-570 {
  max-width: 570px;
}
.max-580 {
  max-width: 580px;
}
.max-620 {
  max-width: 620px;
}
.max-680 {
  max-width: 680px;
}
.max-760 {
  max-width: 760px;
}
.max-860 {
  max-width: 860px;
}

.min-h-170 {
  min-height: 170px;
}
.min-h-500 {
  min-height: 500px;
}

.margin-0 {
  margin: 0;
}
.margin-t-0 {
  margin-top: 0;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-l-minus10 {
  margin-left: -10px;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-80 {
  margin-bottom: 80px;
}
.margin-r-3 {
  margin-right: 3px;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-15 {
  margin-right: 15px;
}

.padding-0 {
  padding: 0 !important;
}
.padding-10-15 {
  padding: 10px 15px;
}
.padding-t-0 {
  padding-top: 0;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-t-60 {
  padding-top: 60px;
}
.padding-b-0 {
  padding-bottom: 0;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-b-60 {
  padding-bottom: 60px;
}
.padding-b-120 {
  padding-bottom: 120px;
}

.fix-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}

.opacity-50 {
  opacity: 0.5;
}

.hidden {
  display: none;
}

.radius-10 {
  border-radius: 10px;
}
.radius-5 {
  border-radius: 5px;
}
.radius-16 {
  border-radius: 16px;
}
.radius-20 {
  border-radius: 20px;
}
.radius-100 {
  border-radius: 100% !important;
}

.round {
  border-radius: 100%;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.letter-1 {
  letter-spacing: 1px;
}
.letter-2 {
  letter-spacing: 2px;
}

.z-1 {
  z-index: 1;
}

.ui-button {
  white-space: nowrap;
  border: 0;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  height: 48px;
  font-weight: 500;
}
.ui-button--big {
  height: 58px;
}
.ui-button--60 {
  height: 60px;
}
.ui-button--medium {
  height: 50px;
}
.ui-button--40, .cookie-buttons__button {
  height: 40px;
}
.ui-button--wide {
  width: 100%;
}
.ui-button--span {
  cursor: default;
}
.ui-button--small {
  height: 36px;
}
.ui-button--small2 {
  height: 38px;
  border-radius: 4px;
  padding: 0 16px;
}
.ui-button--round {
  border-radius: 50%;
}
.ui-button--primary {
  background-color: #000000;
  color: #ffffff;
}
.ui-button--primary:hover {
  background-color: hsl(0, 0%, -5%);
}
.ui-button--darkblue, .page--1-personal .cookie-buttons__button--accept, .page--1-personal .header .ui-button--big, .page--4-assistant .header .ui-button--big {
  background: #0E1552;
  color: #ffffff;
}
.ui-button--darkblue:hover, .page--1-personal .cookie-buttons__button--accept:hover, .page--1-personal .header .ui-button--big:hover, .page--4-assistant .header .ui-button--big:hover {
  background: rgb(17.71875, 26.578125, 103.78125);
}
.page--5-jetset .header .ui-button--darkblue, .page--5-jetset .header .page--1-personal .cookie-buttons__button--accept, .page--1-personal .page--5-jetset .header .cookie-buttons__button--accept, .page--5-jetset .page--1-personal .header .ui-button--big, .page--1-personal .page--5-jetset .header .ui-button--big, .page--5-jetset .page--4-assistant .header .ui-button--big, .page--4-assistant .page--5-jetset .header .ui-button--big, .page--3-helppal .header .ui-button--darkblue, .page--3-helppal .header .page--1-personal .cookie-buttons__button--accept, .page--1-personal .page--3-helppal .header .cookie-buttons__button--accept, .page--3-helppal .page--1-personal .header .ui-button--big, .page--1-personal .page--3-helppal .header .ui-button--big, .page--3-helppal .page--4-assistant .header .ui-button--big, .page--4-assistant .page--3-helppal .header .ui-button--big {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.page--5-jetset .header .ui-button--darkblue:hover, .page--5-jetset .header .page--1-personal .cookie-buttons__button--accept:hover, .page--1-personal .page--5-jetset .header .cookie-buttons__button--accept:hover, .page--5-jetset .page--1-personal .header .ui-button--big:hover, .page--1-personal .page--5-jetset .header .ui-button--big:hover, .page--5-jetset .page--4-assistant .header .ui-button--big:hover, .page--4-assistant .page--5-jetset .header .ui-button--big:hover, .page--3-helppal .header .ui-button--darkblue:hover, .page--3-helppal .header .page--1-personal .cookie-buttons__button--accept:hover, .page--1-personal .page--3-helppal .header .cookie-buttons__button--accept:hover, .page--3-helppal .page--1-personal .header .ui-button--big:hover, .page--1-personal .page--3-helppal .header .ui-button--big:hover, .page--3-helppal .page--4-assistant .header .ui-button--big:hover, .page--4-assistant .page--3-helppal .header .ui-button--big:hover {
  color: #0E1552;
  background: #ffffff;
}
.ui-button--darkblue2 {
  background: none;
  color: #0E1552;
  border: 2px solid #0E1552;
}
.ui-button--darkblue2:hover {
  background: #0E1552;
  color: #ffffff;
}
.page--5-jetset .header .ui-button--darkblue2, .page--3-helppal .header .ui-button--darkblue2 {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.page--5-jetset .header .ui-button--darkblue2:hover, .page--3-helppal .header .ui-button--darkblue2:hover {
  color: #0E1552;
  background: #ffffff;
}
.ui-button--violet, .page--2-profits .cookie-buttons__button--accept, .page--2-profits .header .ui-button--big, .page--2-profits .ui-button--themed {
  background: #7534FF;
  color: #ffffff;
}
.ui-button--violet:hover, .page--2-profits .cookie-buttons__button--accept:hover, .page--2-profits .header .ui-button--big:hover, .page--2-profits .ui-button--themed:hover {
  background: rgb(134.3349753695, 77.5, 255);
}
.ui-button--violet-dark {
  background: #361F79;
  color: #ffffff;
}
.ui-button--violet-dark:hover {
  background: rgb(63.0592105263, 36.2006578947, 141.2993421053);
}
.ui-button--blue2, .page--4-assistant .cookie-buttons__button--accept, .page--5-jetset .cookie-buttons__button--accept {
  background: #1962F2;
  color: #ffffff;
}
.ui-button--blue2:hover, .page--4-assistant .cookie-buttons__button--accept:hover, .page--5-jetset .cookie-buttons__button--accept:hover {
  background: rgb(49.1358024691, 114.475308642, 243.3641975309);
}
.ui-button--red2 {
  background: #D12A13;
  color: #ffffff;
}
.ui-button--red2:hover {
  background: #FF3F33;
}
.ui-button--aqua_dark, .page--3-helppal .cookie-buttons__button--accept, .page--3-helppal .ui-button--themed {
  background: #00838F;
  color: #ffffff;
}
.ui-button--aqua_dark:hover, .page--3-helppal .cookie-buttons__button--accept:hover, .page--3-helppal .ui-button--themed:hover {
  background: rgb(0, 154.3601398601, 168.5);
}
.ui-button--green2 {
  background: #1EE9AC;
  color: #191D27;
}
.ui-button--green2:hover {
  background: rgb(18.8825910931, 193.1174089069, 140.7611336032);
}
.ui-button--pink4 {
  background: #D81B60;
  color: #ffffff;
}
.ui-button--pink4:hover {
  background: rgb(228.1666666667, 40.3333333333, 108.9074074074);
}
.ui-button--yellow {
  border-radius: 11px;
  background: #FFC800;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.ui-button--yellow:hover {
  background: #FFD53F;
}
.ui-button--yellow2 {
  border-radius: 11px;
  background: #ffffff;
  border: 1px solid #FFC800;
  color: #191D27;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  height: 52px;
}
.ui-button--yellow2:hover {
  background: #FFC800;
}
.ui-button--white {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ui-button--white:hover {
  background: rgb(17.71875, 26.578125, 103.78125);
}
.ui-button--white2 {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ui-button--white2:hover {
  background: rgb(49.1358024691, 114.475308642, 243.3641975309);
}
.card--violet_dark .ui-button--white2:hover {
  background: rgb(63.0592105263, 36.2006578947, 141.2993421053);
}
.ui-button--white3 {
  color: #0E1552;
  background: #ffffff;
}
.ui-button--white3:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.ui-button--white4, .cookie-buttons__button--decline, .page--3-helppal .header .ui-button--big, .page--5-jetset .header .ui-button--big {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ui-button--white4:hover, .cookie-buttons__button--decline:hover, .page--3-helppal .header .ui-button--big:hover, .page--5-jetset .header .ui-button--big:hover {
  background: rgb(242.25, 242.25, 242.25);
  color: #191D27;
}
.ui-button--disabled {
  background-color: #B5B5B5 !important;
  color: #ffffff !important;
  border: none !important;
  cursor: default;
}
.ui-button--disabled:hover {
  background-color: #B5B5B5 !important;
  color: #ffffff !important;
}
.ui-button--icon-cards {
  position: relative;
  padding-right: 60px;
}
.ui-button--icon-cards:after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(../images/icons/cards.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
}
.ui-button[disabled], .ui-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.ui-button__loader {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
.ui-button__loader--after {
  margin: 1px 0 0 6px;
  position: absolute;
}
.ui-button__loader .member-loader {
  min-height: inherit;
}
.ui-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ui-icon--red {
  background-color: #FF3F33;
}
.ui-icon--yellow {
  background-color: #FFD53F;
}
.ui-icon--phone {
  background-image: url(../images/icons/phone.svg);
}
.ui-icon--refresh {
  background-image: url(../images/icons/refresh.svg);
}
.ui-icon--48 {
  width: 48px;
  height: 48px;
}
.ui-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ui-icon-link--hoverable-border .ui-icon-link__text {
  transition: all 0.3s ease;
  border-bottom: 1px dashed transparent;
}
.ui-icon-link--hoverable-border:hover .ui-icon-link__text {
  border-bottom: 1px dashed;
}
.ui-icon-link__text {
  margin-left: 15px;
}
.ui-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui-list--with-checkboxes .ui-list__item {
  position: relative;
  padding-left: 55px;
}
.ui-list--with-checkboxes .ui-list__item:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/checkbox.svg) center center no-repeat;
  background-size: cover;
}
.ui-list--with-checkboxes--aqua .ui-list__item:before {
  background: url(../images/icons/checkbox-aqua.svg) center center no-repeat;
  background-size: cover;
}
.ui-list--with-checkboxes--small .ui-list__item {
  padding-left: 40px;
  margin-bottom: 20px;
}
.ui-list--with-checkboxes--small .ui-list__item:before {
  border-radius: 17px;
  top: 7px;
  width: 17px;
  height: 17px;
  background: #39C69B url(../images/icons/checkbox-small.svg) center center no-repeat;
  background-size: cover;
}
.ui-list--with-checkboxes-round .ui-list__item {
  padding-left: 60px;
}
.ui-list--with-checkboxes-round .ui-list__item:before {
  width: 42px;
  height: 42px;
  background: url(../images/icons/checkbox-round.svg) center center no-repeat;
}
.ui-list--with-checkmarks .ui-list__item {
  position: relative;
  padding-left: 32px;
}
.ui-list--with-checkmarks .ui-list__item:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/icons/checkmark.svg) center center no-repeat;
  background-size: cover;
}
.ui-list--member {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .ui-list--member {
    padding-left: 30px;
  }
}
.ui-list--member .ui-list__item {
  margin-bottom: 15px;
}
.ui-list__item {
  margin-bottom: 30px;
}
.ui-list__item-title {
  display: block;
  margin-bottom: 20px;
}
.ui-list__item-text {
  margin: 0;
}
.ui-accordion {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui-accordion__item {
  transition: all 0.3s ease;
  padding: 30px 40px;
  overflow: hidden;
  border-top: 1px solid #C3C6E3;
  border-radius: 0;
}
@media screen and (max-width: 960px) {
  .ui-accordion__item {
    padding: 20px 30px;
  }
}
.ui-accordion__item:first-child {
  border-top: 1px solid transparent;
}
.ui-accordion__item:last-child {
  border-bottom: 1px solid #C3C6E3;
}
.ui-accordion__item--active {
  padding: 40px;
  border-radius: 25px;
  background-color: #FFF2DF;
  border-bottom: none;
  border-top: 1px solid transparent;
}
@media screen and (max-width: 960px) {
  .ui-accordion__item--active {
    padding: 30px;
  }
}
.ui-accordion__item--active + .ui-accordion__item {
  border-top: 1px solid transparent;
}
.ui-accordion__item--active.ui-accordion__item:last-child {
  border-bottom: 1px solid transparent;
}
.ui-accordion__item-header {
  padding: 0 30px 0 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ui-accordion__item--active .ui-accordion__item-header {
  margin: 0 0 15px 0;
}
.ui-accordion__content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ui-accordion__item--active .ui-accordion__content {
  height: 124px;
}
.ui-accordion__content-text {
  margin: 0 0 20px 0;
}
.ui-accordion__button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: url(../images/icons/arrowDown.svg) center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  cursor: pointer;
}
.ui-accordion__item--active .ui-accordion__button {
  background-color: #ffffff;
  transform: rotate(180deg);
}
.ui-close {
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  background: url(../images/icons/close.svg) center center no-repeat;
}
.ui-close--delete {
  width: 18px;
  height: 18px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
}
.ui-close--delete svg {
  transform: scale(0.6) translate(-6px, -6px);
}
.ui-close--delete--with-image {
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"25\" transform=\"scale%280.6%29 translate%28-6, -6%29\" width=\"25\"><g transform=\"translate%283.9661017,3.5677966%29\"><path stroke-miterlimit=\"4\" fill=\"%23FF3F33\" stroke=\"%23FF3F33\" stroke-width=\"3.23161912\" stroke-linecap=\"round\" d=\"M -2.5783352e-4,-0.00146808 17.435473,18.212367\"/><path stroke-miterlimit=\"4\" fill=\"%23FF3F33\" stroke=\"%23FF3F33\" stroke-width=\"3.23161912\" stroke-linecap=\"round\" d=\"M -2.5783352e-4,18.212367 17.435473,-0.00146808\"/></g></svg>");
}

.ui-form {
  background: #ECEEFE;
  border-radius: 20px;
  padding: 35px 60px;
}
.ui-form--dark {
  background: #15131D;
}
.ui-form--white {
  background: #ffffff;
}
.ui-form__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  color: #191D27;
  display: inline-block;
  margin: 0 0 10px 0;
}
.ui-form--dark .ui-form__title {
  color: #ffffff;
}
.ui-form__text {
  color: #7D7D7D;
  margin: 0 0 15px 0;
}
.ui-form__block {
  margin: 0 0 10px 0;
}
.ui-form__block--no-label {
  padding-top: 33px;
}
.ui-form__submit {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: inherit;
  font-size: inherit;
}
.ui-form__submit-loader {
  position: absolute;
  right: 0;
  top: 0;
}
.ui-form__submit-loader svg {
  -webkit-animation-name: loader;
  -moz-animation-name: loader;
  -ms-animation-name: loader;
  -o-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.ui-form__submit-loader svg path {
  fill: #000000;
}
.ui-form__submit2 {
  font-family: inherit;
  font-size: inherit;
}
.ui-label {
  display: block;
  color: #191D27;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 5px;
}
.ui-form--dark .ui-label {
  color: #ffffff;
}
.ui-input {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
  font-style: normal;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 17px;
  transition: outline-color 0.3s ease, outline-width 0.3s ease;
  width: 100%;
}
.ui-input::-webkit-input-placeholder {
  color: #BCBCBC;
  font-weight: 400;
}
.ui-input::-moz-placeholder {
  color: #BCBCBC;
  font-weight: 400;
}
.ui-input:-ms-input-placeholder {
  color: #BCBCBC;
  font-weight: 400;
}
.ui-input:-moz-placeholder {
  color: #BCBCBC;
  font-weight: 400;
}
.ui-input:focus {
  border-color: #95E158;
}
.ui-input--hidden {
  display: none;
}
.ui-input--white {
  background: #ffffff;
  border-radius: 11px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.ui-input--white::-webkit-input-placeholder {
  color: #999999;
}
.ui-input--white::-moz-placeholder {
  color: #999999;
}
.ui-input--white:-ms-input-placeholder {
  color: #999999;
}
.ui-input--white:-moz-placeholder {
  color: #999999;
}
.ui-input--white:focus {
  border-color: #999999;
}
.ui-input--error {
  border: 2px solid #FF3F33;
}
.ui-input--cvv {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}
.ui-input__block {
  position: relative;
  margin-bottom: 20px;
}
.ui-input__block .red {
  position: absolute;
  bottom: -25px;
}
.ui-textarea {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
  font-style: normal;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  padding: 12px 17px;
  min-height: 112px;
  transition: outline-color 0.3s ease, outline-width 0.3s ease;
  display: block;
}
.ui-textarea::-webkit-input-placeholder {
  color: #BCBCBC;
}
.ui-textarea::-moz-placeholder {
  color: #BCBCBC;
}
.ui-textarea:-ms-input-placeholder {
  color: #BCBCBC;
}
.ui-textarea:-moz-placeholder {
  color: #BCBCBC;
}
.ui-textarea:focus {
  border-color: #95E158;
}
.ui-textarea.ui-input--error {
  border: 2px solid #FF3F33;
}
.ui-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ui-checkbox__input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  margin: 0;
}
.ui-checkbox--2 .ui-checkbox__input {
  border: 1px solid #CFCFCF;
}
.payment--safari .ui-checkbox__input:focus {
  outline: 2px solid #191D27;
}
.ui-checkbox__input:checked + label:before {
  background: white url(../images/icons/checkbox-small-red.svg) center center no-repeat;
}
.ui-checkbox__input.ui-input--error + label:before {
  border-color: #FF3F33;
}
.ui-checkbox__label {
  color: #E2E2E2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 15px;
  cursor: pointer;
}
.ui-checkbox--2 .ui-checkbox__label {
  color: #6b6b6b;
  font-size: 16px;
}
.ui-checkbox__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid transparent;
  margin-right: 4px;
  cursor: pointer;
}
.ui-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 56px;
}
.ui-switch__input {
  display: none;
}
.ui-switch__input:checked + label:before {
  transform: translateX(24px);
}
.card--blue2 .ui-switch__input:checked + label:before, .card--violet-dark .ui-switch__input:checked + label:before, .card--bg-dark .ui-switch__input:checked + label:before {
  background: #ffffff;
}
.ui-switch__input:checked + label:after {
  background-color: #95E158;
}
.ui-switch__label {
  font-size: 15px;
  font-weight: normal;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
}
.ui-switch__label:before, .ui-switch__label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  margin-top: -12px;
  display: block;
  transition: all 0.3s ease;
}
.ui-switch__label:before {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #ffffff;
  z-index: 1;
  margin: -8px 0 0 4px;
}
.card--blue2 .ui-switch__label:before, .card--violet-dark .ui-switch__label:before {
  background: #0046D0;
}
.card--bg-dark .ui-switch__label:before {
  background: #15131D;
}
.ui-switch__label:after {
  width: 48px;
  height: 24px;
  background: #DFE5EC;
  border-radius: 12px;
}
.card--blue2 .ui-switch__label:after {
  background: #5389F5;
}
.ui-switch__label-description {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #111111;
  opacity: 0.48;
}
.card--blue2 .ui-switch__label-description, .card--violet-dark .ui-switch__label-description, .card--bg-dark .ui-switch__label-description {
  color: rgba(255, 255, 255, 0.48);
}

.ui-input--bottom-border-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  outline: none;
  padding-left: 0;
  padding-right: 0;
}
.ui-input--bottom-border-only::-webkit-input-placeholder {
  color: transparent;
}
.ui-input--bottom-border-only::-moz-placeholder {
  color: transparent;
}
.ui-input--bottom-border-only:-ms-input-placeholder {
  color: transparent;
}
.ui-input--bottom-border-only:-moz-placeholder {
  color: transparent;
}
.ui-input--bottom-border-only + label {
  position: relative;
  top: 40px;
  margin-bottom: 0;
  cursor: text;
  transition: all 0.3s ease;
  color: #7D7D7D;
  pointer-events: none;
}
.ui-input--bottom-border-only:focus + label, .ui-input--bottom-border-only:active + label, .ui-input--bottom-border-only:not(:placeholder-shown) + label, .ui-input--bottom-border-only:autofill + label, .ui-input--bottom-border-only:-webkit-autofill + label {
  top: 0;
}

.ui-input--black3 {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  border-bottom-color: #848484;
}
.page--8-savorviral .ui-input--black3, .page--10-impactfulsmm .ui-input--black3 {
  color: #1A1A1C;
}
.page--8-savorviral .card--black3 .ui-input--black3, .page--10-impactfulsmm .card--black3 .ui-input--black3 {
  color: #ffffff;
}
.ui-input--black3 + label {
  color: #A69999;
  font-weight: 400;
}
.ui-input--black3:focus {
  border-bottom-color: #95E158;
}
.ui-input--black3.ui-input--error {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom-color: #FF3F33;
}

.logo {
  display: flex;
}
@media screen and (max-width: 360px) {
  .logo-svg {
    width: 120px;
  }
}

.main,
.page--1-personal .content,
.page--2-profits .content,
.page--3-helppal .main,
.page--4-assistant .intro4, .page--4-assistant .content,
.page--5-jetset .intro5, .page--5-jetset .content {
  padding-top: 73px;
}

.page--1-personal.page--main .main,
.page--2-profits.page--main .main,
.page--4-assistant.page--main .main,
.page--5-jetset.page--main .main {
  background: none;
  padding-top: 0;
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .header-left {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header-center {
    position: fixed;
    background: #ffffff;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    padding-top: 70px;
    width: 240px;
    transform: translateX(100%);
    transition: all 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 360px) {
  .header-center {
    padding-top: 50px;
    width: 100%;
  }
}
.header-center.active {
  transform: none;
}
.header-center.active ~ .hamburger {
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .header-right {
    padding-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  .header-right {
    display: none;
  }
}
.header-right .ui-button {
  min-width: 160px;
}
@media screen and (max-width: 1024px) {
  .header-right .ui-button {
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .header-right .ui-button {
    min-width: auto;
  }
}
@media screen and (max-width: 640px) {
  .header-right__unsubscribe {
    display: none;
  }
}
.header-nav {
  display: block;
}
.header-nav__list {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .header-nav__list {
    flex-direction: column;
    padding: 0 28px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav__list li {
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
  }
  .header-nav__list li .header-link {
    width: 100%;
    display: block;
    padding-left: 3px;
    border-bottom: 1px solid #C3C6E3;
    color: #191D27;
  }
  .header-nav__list li .header-link:hover {
    border-bottom: 1px solid #0E1552;
  }
}
.header-item {
  padding: 0 15px;
}
.header-link {
  font-style: normal;
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  color: inherit;
  cursor: pointer;
  transition: color 0.3s ease, border 0.3s ease;
}
.header-link:hover {
  border-bottom: 1px solid;
}
.black .header-link, .page--1-personal .header .header-link, .page--4-assistant .header .header-link, .page--2-profits .header .header-link {
  color: #191D27;
}
.header-link--active {
  color: #191D27;
  font-weight: 600;
}
.header-mobile__unsubscribe {
  display: none;
  margin-top: 15px;
  color: #191D27;
}
@media screen and (max-width: 640px) {
  .header-mobile__unsubscribe {
    display: block;
  }
}
.header-mobile__login {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .header-mobile__login {
    display: block;
  }
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 29px;
  display: none;
  z-index: 500;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .hamburger {
    right: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .page--4-assistant .hamburger {
    top: 34px;
  }
}
.hamburger-checkbox {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}
.hamburger-checkbox:hover ~ span {
  background: rgb(17.71875, 26.578125, 103.78125);
}
.hamburger-checkbox:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(1px, -2px);
}
.hamburger-checkbox:checked ~ span:nth-last-child(1) {
  transform: rotate(-45deg) translate(0, -1px);
}
.hamburger-checkbox:checked ~ span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0, 0);
}
.hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0E1552;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease;
}
.hamburger span:first-child {
  transform-origin: 0% 0%;
}
.hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.floating-dot {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  position: absolute;
  display: block;
}
.floating-dot--square {
  border-radius: 0;
}
.floating-dot--tiny {
  width: 7px;
  height: 7px;
}
.floating-dot--small {
  width: 11px;
  height: 11px;
}
.floating-dot--small-radius {
  border-radius: 4px;
}
.floating-dot--medium {
  width: 21px;
  height: 21px;
}
.floating-dot--big {
  width: 34px;
  height: 34px;
}
.floating-dot--triangle {
  border-radius: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #FFA903;
}
.floating-dot--triangle-green {
  border-radius: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #95E158;
}
.floating-dot--two-borders {
  border: 3px solid #95E158;
}
.floating-dot--two-borders:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6.5px 0 0 -6.5px;
}
.floating-dot--two-borders--aqua {
  border: 3px solid #8FFFEA;
}
.floating-dot--blue {
  background: #24ABF5;
}
.floating-dot--dark-blue {
  background: #0E1552;
}
.floating-dot--orange {
  background: #FF7549;
}
.floating-dot--green {
  background: #95E158;
}
.floating-dot--pink {
  background: #FF77D9;
}
.floating-dot--pink2 {
  background: #eb407f;
}
.floating-dot--yellow2 {
  background: #FFA903;
}
.floating-dot--violet {
  background: #7534FF;
}
.floating-dot--red {
  background: #FF3F33;
}
.floating-dot--rotated-60 {
  transform: rotate(60deg);
}

.cards {
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cards--pair .card {
  margin-bottom: 30px;
  align-self: stretch;
}

.icon {
  width: 13px;
  height: 13px;
  border-radius: 13px;
}
.icon--success, .icon--error {
  height: 80px;
  width: 80px;
  border-radius: 80px;
}
.icon--success {
  background: url(../images/icons/checkmark-success.svg) center no-repeat;
  background-size: cover;
}
.icon--error {
  background: url(../images/icons/error.svg) center no-repeat;
  background-size: cover;
}

.label {
  border-radius: 6px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
}
.label--big {
  height: 44px;
  padding: 0 15px;
  border-radius: 60px;
}
.label--white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.label--with-shadow {
  box-shadow: 0 14px 26px 0 #D9E2F3;
}
.label--with-shield {
  background: url(../images/icons/shield.svg) left 16px center no-repeat;
  padding-left: 46px;
}
.label--multicolor {
  width: 88px;
  height: 42px;
  background: url(../images/5-jetset/label-multicolor.png) center center/cover no-repeat;
  text-align: center;
  justify-content: center;
  font-size: 15px;
}
.label--medium {
  font-weight: 600;
}
.label--dark-red {
  color: #ffffff;
  background-color: #9F0000;
}
.label--light-blue {
  font-weight: 500;
  color: #283593;
  background-color: #EEF9FF;
}
.label--pink {
  font-weight: 500;
  color: #FF77D9;
  background-color: #FFEFFA;
}

.box {
  position: relative;
  padding-left: 50px;
}
.box--light-blue:before {
  content: "";
  background: rgba(36, 171, 245, 0.1);
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  top: -25px;
  left: -25px;
  position: absolute;
  z-index: 0;
}
.box-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}
.box-title__number {
  width: 30px;
  height: 30px;
  border: 1px dashed;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  border-radius: 3px;
  text-align: center;
}

.hr {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 0;
}
.hr--small {
  margin: 15px 0;
}
.hr--big {
  border-bottom: 3px solid #E0E3E7;
}
.hr--blue {
  border-bottom-color: #6C9EFF;
}
.hr--gray {
  border-bottom-color: #DDD;
}

.link {
  transition: all 0.3s ease;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.link:hover {
  border-bottom: 1px solid;
}
.link--dashed {
  border-bottom: 1px dashed transparent;
}
.link--dashed:hover {
  border-bottom: 1px dashed;
}
.link--underline {
  border-bottom: 1px solid;
  line-height: 20px;
  padding-bottom: 0;
}
.link--underlined {
  border-bottom: 1px solid;
}
.link--purple {
  color: #A4ACF0;
}
.link--purple2 {
  color: #6D02C0;
}
.link--blue2 {
  color: #1962F2;
}
.link--pink2 {
  color: #F8BBD0;
}
.link--white {
  color: #ffffff;
}
.link--aqua {
  color: #8FFFEA;
}
.link--with-dot {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.link--with-dot:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #A4ACF0;
  right: -20px;
  top: 50%;
  margin-top: -2px;
}
.link--with-dot:first-child {
  margin-left: 0;
}
.link--with-dot:last-child {
  margin-right: 0;
}
.link--with-dot:last-child:after {
  display: none;
}
.link--arrow-right {
  position: relative;
}
.link--arrow-right:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/icons/arrow_right.svg) center center no-repeat;
  right: -25px;
  top: 50%;
  margin-top: -9px;
}
.link--arrow-right.link--blue2:after {
  background-image: url(../images/icons/arrow_right-blue.svg);
}
.link--arrow-right2 {
  position: relative;
}
.link--arrow-right2:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(../images/icons/arrow_right2.svg) center center no-repeat;
  right: -25px;
  top: 50%;
  margin-top: -4px;
  transition: all 0.3s ease;
}
.link--arrow-right2:hover:after {
  transform: translateX(5px);
}
.link--file {
  padding-left: 28px;
  background: url(../images/icons/file.svg) left 0 center no-repeat;
  background-size: 22px;
}

.faq {
  padding: 0;
  list-style: none;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.faq-item {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.faq-item--active .faq-item__question {
  color: #ffffff;
  background: #1962F2;
}
.faq--dark .faq-item--active .faq-item__question {
  background: #1962F2;
}
.faq--dark .faq-item--active .faq-item__question:hover, .faq--dark .faq-item--active .faq-item__question:active, .faq--dark .faq-item--active .faq-item__question:focus {
  background: #1962F2;
}
.faq--blue3 .faq-item--active .faq-item__question {
  background: #0277BD;
}
.faq--blue3 .faq-item--active .faq-item__question:hover, .faq--blue3 .faq-item--active .faq-item__question:active, .faq--blue3 .faq-item--active .faq-item__question:focus {
  background: #0277BD;
}
.faq-item--active .faq-item__question:after {
  content: "-";
}
.faq-item--active .faq-item__question:hover, .faq-item--active .faq-item__question:active, .faq-item--active .faq-item__question:focus {
  background: #1962F2;
}
.faq-item--active .faq-item__answer {
  padding-top: 30px;
  padding-bottom: 30px;
  max-height: 300px;
}
.faq-item__question {
  transition: all 0.3s ease;
  border-radius: 4px;
  color: #191D27;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 17px 50px 17px 20px;
  font-weight: 600;
  width: 100%;
  display: block;
  cursor: pointer;
  background: #ffffff;
}
.faq--dark .faq-item__question {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
}
.faq--dark .faq-item__question:hover {
  background: rgba(255, 255, 255, 0.05);
}
.faq-item__question:hover {
  background: rgba(0, 0, 0, 0.06);
}
.faq-item__question:after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 13px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.faq-item__answer {
  transition: all 0.3s ease;
  padding: 0 30px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
.faq--dark .faq-item__answer {
  color: #6B6B6B;
}

.disclaimer {
  padding: 50px;
  background: #D32F2F;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.disclaimer--violet-dark {
  background: #361F79;
}
.disclaimer-title {
  display: block;
}

.stats-item {
  display: block;
  width: 100%;
}

.statistics {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 3px solid #FF3F33;
  margin-bottom: 20px;
  transition: width 1.5s ease-in-out;
}
.statistics--250 {
  width: 250px;
}

.steps__item {
  margin-bottom: 30px;
  flex: 0 0 30%;
}
.steps__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .steps__item--center-mobile {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .steps__item {
    flex: 0 0 45%;
  }
  .steps__item:nth-child(3n) {
    margin-right: 15px;
  }
  .steps__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .steps__item {
    flex: 0 0 100%;
  }
}
.steps__item-image img {
  border-radius: 10px;
}
.steps__item-title {
  margin: 0 0 15px 0;
  display: block;
}
.steps__item-title--30 {
  margin: 30px 0 25px 0;
}
.steps__item-index {
  background: #1962F2;
  display: block;
  margin: 30px 0 15px 0;
  padding: 5px 10px;
}

.card {
  flex: 1 1 0;
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 5px 5px 20px 0 rgba(86, 128, 208, 0.09);
  padding: 48px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .card {
    padding: 20px;
  }
}
.card--small-radius {
  border-radius: 10px;
}
.card--medium-radius {
  border-radius: 20px;
}
.card--new-shadow {
  box-shadow: 0 6px 34px 0 rgba(225, 225, 225, 0.8);
}
.card--no-shadow {
  box-shadow: none;
}
.card--no-bg {
  background: none;
}
.card--30 {
  padding-left: 0;
  flex: 0 0 30%;
}
.card--small {
  padding: 20px;
}
.card--medium {
  padding: 30px;
}
.card--50 {
  flex: 0 0 50%;
  margin: 0;
}
.card--minus-top {
  margin-top: -50px;
}
.card--bottom-line-red {
  border-bottom: 2px solid #FF3F33;
}
.card--blue2 {
  background: #1962F2;
  color: #ffffff;
}
.card--blue2 .card-price__text {
  color: #ffffff;
}
.card--violet-dark {
  background: #361F79;
  color: #ffffff;
}
.card--violet-dark .card-price__text {
  color: #ffffff;
}
.card--white {
  background: #ffffff;
  color: #191D27;
}
.card--white .card-price__text {
  color: #ffffff;
}
.card--connect {
  position: relative;
}
.card--connect:before, .card--connect:after {
  content: "";
  position: absolute;
  top: 25px;
  width: 280px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card--connect:before {
  left: -160px;
  background-image: url(../images/3-helppal/connect-dash-line1.svg);
}
.card--connect:after {
  background-image: url(../images/3-helppal/connect-dash-line2.svg);
  right: -155px;
}
@media screen and (max-width: 960px) {
  .card--connect:before, .card--connect:after {
    display: none;
  }
}
.card--half-bg {
  position: relative;
}
.card--half-bg:before {
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
  border-radius: 30px;
  background: #15131D;
  position: absolute;
}
.card--bg-dark {
  background: #15131D;
}
.card--bg-hill {
  padding: 86px 60px 30px 60px;
  width: 370px;
  height: 380px;
  background: url(../images/4-assistant/page4-sec9-card.png) center center/cover no-repeat;
}
.card--dark {
  padding: 30px;
  border-radius: 20px;
  background: #161A22;
  box-shadow: 5px 5px 20px 0 rgba(86, 128, 208, 0.05);
}
.card--dark p {
  color: #B1B1B1;
}
.card-index {
  position: absolute;
  right: 30px;
  top: -64px;
  color: #393939;
  font-size: 88px;
  height: 88px;
}
@media screen and (max-width: 1280px) {
  .card-index {
    top: -34px;
    font-size: 64px;
    height: 64px;
  }
}
.card-title {
  margin: 0 0 15px 0;
  display: block;
}
.card-name {
  font-size: 18px;
  margin: 0 0 10px;
  display: block;
}
.card-selection {
  height: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  opacity: 0.45;
  margin-left: -48px;
  margin-right: -48px;
}
.card-pricing--active .card-selection {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .card-selection {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.card--blue2 .card-selection, .card--violet-dark .card-selection, .card--bg-dark .card-selection {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.card-selection__button {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
  font-style: normal;
  font-size: 18px;
  cursor: default;
  width: 100%;
  height: 40px;
  border: 0;
  background: #F3F3F3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.card-pricing--active .card-selection__button {
  cursor: pointer;
}
.card--blue2 .card-selection__button {
  background: #0046D0;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.card-selection__button:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.card--blue2 .card-selection__button:first-child, .card--violet-dark .card-selection__button:first-child, .card--bg-dark .card-selection__button:first-child {
  border-right-color: rgba(255, 255, 255, 0.15);
}
.card-selection__button--active {
  background: none !important;
  border-bottom: 1px solid transparent !important;
  color: #1962F2;
}
.card--bg-dark .card-selection__button--active {
  color: #ffffff;
}
.card-price {
  display: inline-flex;
  margin-bottom: 15px;
}
.card-price__number {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-right: 3px;
}
.card-price__text {
  color: #7D7D7D;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
.card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px 0;
}
.card-text {
  margin-top: 0;
  margin-bottom: 30px;
}
.card-icon {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  border-radius: 45px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 25px 15px 0;
}
.card-icon--small {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.card-icon--no-radius {
  border-radius: 0;
}
.card-icon--center {
  margin: 0 auto 15px auto;
}
.card-icon--rhomb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: relative;
  width: 57px;
  height: 57px;
  color: #ffffff;
}
.card-icon--rhomb:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 57px;
  transform: rotate(45deg);
  border-radius: 10px;
  background: linear-gradient(135deg, #D7AB56 -0.24%, #E76943 112.65%);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.card-icon--m_glass {
  background-color: #FFF9E8;
  background-image: url(../images/icons/m_glass.svg);
}
.card-icon--browser {
  background-color: #EEF9FF;
  background-image: url(../images/icons/browser.svg);
}
.card-icon--lamp {
  background-color: #FFEDE8;
  background-image: url(../images/icons/lamp.svg);
}
.card-icon--compass {
  background-color: #FFF9E8;
  background-image: url(../images/icons/compass.svg);
}
.card-icon--puzzle {
  background-color: #EDFFDF;
  background-image: url(../images/icons/puzzle.svg);
}
.card-icon--crown {
  background-color: #EEF9FF;
  background-image: url(../images/icons/crown.svg);
}
.card-icon--edit {
  background-color: #FFEDE8;
  background-image: url(../images/icons/edit.svg);
  background-size: cover;
}
.card-icon--puzzle2 {
  background-color: #FFF9E8;
  background-image: url(../images/icons/puzzle2.svg);
  background-size: cover;
}
.card-icon--gear {
  background-color: #EEF9FF;
  background-image: url(../images/icons/gear.svg);
  background-size: cover;
}
.card-icon--message {
  background-color: #EDFFDF;
  background-image: url(../images/icons/message.svg);
  background-size: cover;
}
.card-icon--technology {
  background-image: url(../images/icons/icon-technology.png);
  background-size: cover;
}
.card-icon--safety {
  background-image: url(../images/icons/icon-safety.png);
  background-size: cover;
}
.card-icon--arrow {
  background-color: #FFEDE8;
  background-image: url(../images/icons/arrow.svg);
}
.card-icon--time {
  background-color: #EDFFDF;
  background-image: url(../images/icons/time.svg);
}
.card-icon--remote {
  background-color: #EEF9FF;
  background-image: url(../images/icons/remote.svg);
}
.card-icon--mail {
  background-color: #FFF9E8;
  background-image: url(../images/icons/mail.svg);
}
.card-icon--analysis {
  background-color: #E6E6FC;
  background-image: url(../images/icons/analysis.svg);
}
.card-icon--bell {
  background-color: #FFEFFA;
  background-image: url(../images/icons/bell.svg);
}
.card-icon--lamp-bulb {
  background-image: url(../images/icons/lamb-bulb.svg);
  background-size: cover;
}
.card-icon--browser--red {
  background-image: url(../images/icons/browser-red.svg);
  background-size: cover;
}
.card-icon--recources {
  background-image: url(../images/icons/resources.svg);
  background-size: cover;
}
.card-icon--storage {
  background-image: url(../images/icons/storage.svg);
  background-size: cover;
}
.card-icon--people {
  background-image: url(../images/icons/people.svg);
  background-size: contain;
}
.card-icon--code {
  background-image: url(../images/icons/code.svg);
  background-size: cover;
}
.card-icon--cloud {
  background-image: url(../images/icons/cloud.svg);
  background-size: cover;
}
.card-icon--white-red-1 {
  background-image: url(../images/icons/white-red-icons/icon1.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-icon--white-red-2 {
  background-image: url(../images/icons/white-red-icons/icon2.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-icon--white-red-3 {
  background-image: url(../images/icons/white-red-icons/icon3.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-icon--white-red-4 {
  background-image: url(../images/icons/white-red-icons/icon4.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-icon--white-red-5 {
  background-image: url(../images/icons/white-red-icons/icon5.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-icon--white-red-6 {
  background-image: url(../images/icons/white-red-icons/icon6.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-icon--growth-1 {
  background-image: url(../images/icons/growth/growth1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--growth-2 {
  background-image: url(../images/icons/growth/growth2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--growth-3 {
  background-image: url(../images/icons/growth/growth3.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--growth-4 {
  background-image: url(../images/icons/growth/growth4.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--cards-small {
  width: 29px;
  height: 29px;
  background-image: url(../images/icons/card-icons/cards-small.png);
}
.card-icon--net {
  width: 29px;
  height: 30px;
  background-image: url(../images/icons/card-icons/net.png);
}
.card-icon--service-1 {
  width: 62px;
  height: 62px;
  background-image: url(../images/3-helppal/service/ser1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--service-2 {
  width: 62px;
  height: 62px;
  background-image: url(../images/3-helppal/service/ser2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--service-3 {
  width: 62px;
  height: 62px;
  background-image: url(../images/3-helppal/service/ser3.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--service-4 {
  width: 62px;
  height: 62px;
  background-image: url(../images/3-helppal/service/ser4.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--service-5 {
  width: 62px;
  height: 62px;
  background-image: url(../images/3-helppal/service/ser5.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--service-6 {
  width: 62px;
  height: 62px;
  background-image: url(../images/3-helppal/service/ser6.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--number-1 {
  border-radius: 0;
  height: 48px;
  background-image: url(../images/4-assistant/numbers/num01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}
.card-icon--number-1:before {
  display: block;
  content: "";
  position: absolute;
  left: -75px;
  top: 50%;
  width: 52px;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}
.card-icon--story-1 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--story-2 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--story-3 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story3.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--elevate-1 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate1.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-2 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate2.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-3 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate3.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-4 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate4.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-1 {
  background-color: #EE964B;
  box-shadow: 0 10px 11px 0 rgba(238, 150, 75, 0.14);
}
.card-icon--elevate-2 {
  background-color: #FF5F55;
  box-shadow: 0 10px 11px 0 rgba(255, 95, 85, 0.16);
}
.card-icon--elevate-3 {
  background-color: #00A896;
  box-shadow: 0 10px 11px 0 rgba(0, 168, 150, 0.15);
}
.card-icon--elevate-4 {
  background-color: #637BFC;
  box-shadow: 0 10px 11px 0 rgba(99, 123, 252, 0.15);
}
.card-icon--gear2 {
  background-image: url(../images/5-jetset/key-icons/gear2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--phone2 {
  background-image: url(../images/5-jetset/key-icons/phone2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--refresh2 {
  background-image: url(../images/5-jetset/key-icons/refresh2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--number-2 {
  border-radius: 0;
  height: 48px;
  background-image: url(../images/4-assistant/numbers/num02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}
.card-icon--number-2:before {
  display: block;
  content: "";
  position: absolute;
  left: -75px;
  top: 50%;
  width: 52px;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}
.card-icon--story-1 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--story-2 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--story-3 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story3.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--elevate-1 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate1.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-2 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate2.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-3 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate3.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-4 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate4.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-1 {
  background-color: #EE964B;
  box-shadow: 0 10px 11px 0 rgba(238, 150, 75, 0.14);
}
.card-icon--elevate-2 {
  background-color: #FF5F55;
  box-shadow: 0 10px 11px 0 rgba(255, 95, 85, 0.16);
}
.card-icon--elevate-3 {
  background-color: #00A896;
  box-shadow: 0 10px 11px 0 rgba(0, 168, 150, 0.15);
}
.card-icon--elevate-4 {
  background-color: #637BFC;
  box-shadow: 0 10px 11px 0 rgba(99, 123, 252, 0.15);
}
.card-icon--gear2 {
  background-image: url(../images/5-jetset/key-icons/gear2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--phone2 {
  background-image: url(../images/5-jetset/key-icons/phone2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--refresh2 {
  background-image: url(../images/5-jetset/key-icons/refresh2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--number-3 {
  border-radius: 0;
  height: 48px;
  background-image: url(../images/4-assistant/numbers/num03.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}
.card-icon--number-3:before {
  display: block;
  content: "";
  position: absolute;
  left: -75px;
  top: 50%;
  width: 52px;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}
.card-icon--story-1 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--story-2 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--story-3 {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-image: url(../images/4-assistant/story/story3.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--elevate-1 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate1.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-2 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate2.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-3 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate3.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-4 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  background-image: url(../images/5-jetset/elevate/elevate4.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.card-icon--elevate-1 {
  background-color: #EE964B;
  box-shadow: 0 10px 11px 0 rgba(238, 150, 75, 0.14);
}
.card-icon--elevate-2 {
  background-color: #FF5F55;
  box-shadow: 0 10px 11px 0 rgba(255, 95, 85, 0.16);
}
.card-icon--elevate-3 {
  background-color: #00A896;
  box-shadow: 0 10px 11px 0 rgba(0, 168, 150, 0.15);
}
.card-icon--elevate-4 {
  background-color: #637BFC;
  box-shadow: 0 10px 11px 0 rgba(99, 123, 252, 0.15);
}
.card-icon--gear2 {
  background-image: url(../images/5-jetset/key-icons/gear2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--phone2 {
  background-image: url(../images/5-jetset/key-icons/phone2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--refresh2 {
  background-image: url(../images/5-jetset/key-icons/refresh2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-icon--number-1 {
  width: 65px;
  flex: 0 0 65px;
}
.card-icon--number-2 {
  width: 78px;
  flex: 0 0 78px;
}
.card-icon--number-3 {
  width: 77px;
  flex: 0 0 77px;
}
.card-icon--with-line {
  width: 78px;
  text-align: right;
}
.card-icon--transparent {
  background-color: transparent;
}
.card-link {
  color: #9F0000;
  font-weight: 600;
  position: relative;
}
.card-link:after {
  content: "";
  width: 17px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  transition: all 0.3s ease;
  background-color: #E64A19;
}
.card-link:hover:after {
  transform: translateX(5px);
}
.card-list {
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
}
.card-list__item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
}
.card-list__item--disabled {
  opacity: 0.2;
}
.card-list__item:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF3F33 url(../images/icons/checkbox-small.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
}
.card--violet-dark .card-list__item:before, .card--checkboxes-white .card-list__item:before {
  background: #ffffff url(../images/icons/checkbox-small-white.svg) center center no-repeat;
  background-size: contain;
}
.card--bg-dark .card-list__item:before {
  background: url(../images/icons/checkbox-small-aqua.svg) center center no-repeat;
  background-size: contain;
}
.card-label {
  position: absolute;
  right: 0;
  top: 45px;
  padding: 3px 8px;
  border-radius: 5px 0 0 5px;
}
.card-label--red {
  background: #FF3F33;
  color: #ffffff;
}
.card-label--aqua {
  background: #8FFFEA;
  color: #191D27;
}
.card-image {
  position: absolute;
  right: 20px;
  top: 20px;
}
.card-image ~ .card-title {
  padding-right: 40px;
}

.address {
  display: block;
  padding-bottom: 10px;
}
.address-block {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
  font-style: normal;
  display: block;
  margin-bottom: 30px;
  padding-left: 45px;
  position: relative;
  font-style: normal;
  color: #191D27;
  margin-left: -10px;
}
.page--3-helppal .address-block, .page--descriptor .address-block, .page--1-personal.page--simple .address-block, .page--2-profits.page--simple .address-block, .page--4-assistant.page--simple .address-block, .page--5-jetset.page--simple .address-block {
  padding-left: 56px;
  margin-left: 0;
}
.page--3-helppal .address-block, .page--5-jetset.page--simple .address-block {
  color: #ffffff;
}
.address-block:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 22.5px;
  left: 0;
  top: 50%;
  margin-top: -22.5px;
}
.address-block--email:before {
  background-image: url(../images/icons/address-reviews/mail-blue.svg);
}
.address-block--phone:before {
  background-image: url(../images/icons/address-reviews/phone-blue.svg);
}
.address-block--location:before {
  background-image: url(../images/icons/address-reviews/address-blue.svg);
}

.review--black {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.63);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  padding: 40px;
}
.review--dark {
  padding: 50px 40px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #344361;
  background-image: url(../images/icons/quote.svg);
  background-position: top 28px left 15px;
  background-repeat: no-repeat;
}
.review-avatar {
  border-radius: 4px;
  width: 84px;
  height: 84px;
  overflow: hidden;
}
.review-avatar--small {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.review-stars {
  margin: -5px 0 10px 0;
}
.review-text {
  margin-bottom: 15px;
}

.section--disclaimer + .footer {
  padding-top: 0;
}
@media screen and (max-width: 1280px) {
  .section--disclaimer + .footer {
    padding-top: 0;
  }
}
.section--disclaimer + .footer:before {
  height: 150%;
}

.footer {
  position: relative;
  padding-top: 60px;
  color: #E3E3E3;
}
@media screen and (max-width: 1280px) {
  .footer {
    padding-top: 15px;
  }
}
.footer.footer--with-disclaimer {
  padding-top: 0;
}
.footer.footer--with-disclaimer:before {
  height: 150%;
}
@media screen and (max-width: 1280px) {
  .footer.footer--with-disclaimer {
    padding-top: 0;
  }
}
.footer .container, .footer .copyright {
  position: relative;
  z-index: 2;
}
.footer .footer-title {
  color: #ffffff;
}
.footer .footer-link__a {
  color: #E3E3E3;
}
.footer .footer-contacts__link {
  color: #E3E3E3;
}
.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0A1044;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
.footer .page--1-personal:before {
  background: url(../images/1-personal/footer.png) center center/cover no-repeat;
  opacity: 0.8;
}
.page--1-personal .footer, .page--4-assistant .footer {
  color: #191D27;
}
.page--1-personal .footer:before, .page--4-assistant .footer:before {
  background: url(../images/1-personal/footer.png) center center/cover no-repeat;
}
.page--1-personal .footer .footer-title, .page--4-assistant .footer .footer-title {
  color: #191D27;
}
.page--1-personal .footer .footer-link__a, .page--4-assistant .footer .footer-link__a {
  color: #30353B;
}
.page--1-personal .footer .footer-contacts__link, .page--4-assistant .footer .footer-contacts__link {
  color: inherit;
}
.page--3-helppal .footer {
  color: #E3E3E3;
}
.page--3-helppal .footer:before {
  background: #1A1A1A;
  opacity: 1;
}
.page--3-helppal .footer .footer-title {
  color: #ffffff;
}
.page--3-helppal .footer .footer-link__a {
  color: #E3E3E3;
}
.page--3-helppal .footer .footer-contacts__link {
  color: #E3E3E3;
}
.page--4-assistant .footer {
  background: url(../images/4-assistant/footer-bg.png) center center/cover no-repeat;
}
.page--4-assistant .footer:before {
  display: none;
}
.page--5-jetset.page--main .footer, .page--login .footer {
  background: url(../images/5-jetset/footer-bg-5.png) top center/cover no-repeat;
  padding-top: 150px;
  color: #E3E3E3;
}
@media screen and (min-width: 2000px) {
  .page--5-jetset.page--main .footer, .page--login .footer {
    background-position: bottom center;
  }
}
.page--5-jetset.page--main .footer:before, .page--login .footer:before {
  background: url(../images/5-jetset/footer-line.png) center center no-repeat;
  height: 220px;
  background-size: cover;
  opacity: 1;
  bottom: auto;
  top: -10%;
}
@media screen and (max-width: 360px) {
  .page--5-jetset.page--main .footer:before, .page--login .footer:before {
    display: none;
  }
}
.page--5-jetset.page--main .footer .footer-title, .page--login .footer .footer-title {
  color: #ffffff;
}
.page--5-jetset.page--main .footer .footer-link__a, .page--login .footer .footer-link__a {
  color: #E3E3E3;
}
.page--5-jetset.page--main .footer .footer-contacts__link, .page--login .footer .footer-contacts__link {
  color: #E3E3E3;
}
.page--5-jetset .footer, .page--login .footer {
  color: #E3E3E3;
}
.page--5-jetset .footer .footer-title, .page--login .footer .footer-title {
  color: #ffffff;
}
.page--5-jetset .footer .footer-link__a, .page--login .footer .footer-link__a {
  color: #E3E3E3;
}
.page--5-jetset .footer .footer-contacts__link, .page--login .footer .footer-contacts__link {
  color: #E3E3E3;
}
.page--5-jetset.page--main .footer, .page--login .footer {
  background: url(../images/5-jetset/footer-bg-5.png) top center/cover no-repeat;
  padding-top: 150px;
}
@media screen and (min-width: 2000px) {
  .page--5-jetset.page--main .footer, .page--login .footer {
    background-position: bottom center;
  }
}
.page--5-jetset.page--main .footer:before, .page--login .footer:before {
  background: url(../images/5-jetset/footer-line.png) center center no-repeat;
  height: 220px;
  background-size: cover;
  opacity: 1;
  bottom: auto;
  top: -10%;
}
@media screen and (max-width: 360px) {
  .page--5-jetset.page--main .footer:before, .page--login .footer:before {
    display: none;
  }
}
.footer-second {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .footer-second {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer-second {
    flex-wrap: wrap;
  }
}
.footer-last {
  flex: 0 0 23%;
}
@media screen and (max-width: 640px) {
  .footer-last {
    flex: 0 0 100%;
    margin: 20px 0 0 0;
  }
  .footer-last .footer-title {
    display: block;
    text-align: center;
  }
}
.footer-links {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.footer-link {
  margin-bottom: 7px;
}
.footer-contacts__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .footer-contacts__item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .footer-contacts__item {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-contacts__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-contacts__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-contacts__item:last-child {
    margin: 0;
  }
}
.footer-contacts__link {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .footer .card--30 {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer .flex-item {
    text-align: center;
  }
  .footer .flex-item .auto {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 360px) {
  .footer .flex-item {
    margin: 0 0 20px;
  }
  .footer .flex-item:last-child {
    margin-bottom: 0;
  }
}
.footer-top {
  padding: 60px 0;
  border-bottom: 1px solid rgba(14, 21, 82, 0.3);
}
@media screen and (max-width: 960px) {
  .footer-top {
    padding: 30px 0;
  }
}
.footer-top__title {
  flex: 0 0 70%;
}
@media screen and (max-width: 960px) {
  .footer-top__title {
    margin-bottom: 20px !important;
  }
}
.footer-top__text {
  text-align: left;
}

.copyright {
  margin-top: 100px;
  border-top: 1px solid rgba(188, 193, 224, 0.37);
  height: 58px;
}
@media screen and (max-width: 1280px) {
  .copyright {
    margin: 30px 0 0 0;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  transition: all 0.5s ease;
}
.overlay--visible {
  opacity: 1;
  visibility: visible;
}
.overlay--absolute {
  position: absolute;
}

.ui-popup {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  overflow: auto;
}
.ui-popup--visible {
  opacity: 1;
}
.ui-popup--unsubscribe {
  width: 605px;
  height: 550px;
  margin-left: -302.5px;
  margin-top: -275px;
  transform: none;
}
@media screen and (max-height: 550px) {
  .ui-popup--unsubscribe {
    height: 100%;
    top: 0;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 605px) {
  .ui-popup--unsubscribe {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ui-popup__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 130% */
  text-align: center;
  display: block;
}
.ui-popup__body {
  min-width: 100%;
  min-height: 100%;
}
.ui-popup__text {
  padding: 10px 20px;
  color: #6b6b6b;
}

.section-unlock {
  position: relative;
}
@media screen and (max-width: 960px) {
  .section-unlock {
    flex-direction: column;
  }
}
.section-unlock:before {
  content: "";
  display: block;
  width: 700px;
  height: 700px;
  pointer-events: none;
  z-index: 0;
  background: url(../images/1-personal/yellow-bg.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: -25%;
  bottom: -43%;
  opacity: 0.2;
}
.section-unlock:after {
  content: "";
  display: block;
  width: 700px;
  height: 700px;
  pointer-events: none;
  z-index: 0;
  background: url(../images/1-personal/yellow-bg.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: -5%;
  bottom: -50%;
  opacity: 0.3;
}
.section-unlock__left {
  padding-right: 55px;
}
@media screen and (max-width: 960px) {
  .section-unlock__left {
    order: 2;
    padding: 0;
  }
}
.section-unlock__text {
  margin: 0 0 30px 0;
  font-weight: 500;
}
.section-unlock__girl {
  flex: 0 0 45%;
}
@media screen and (max-width: 960px) {
  .section-unlock__girl {
    flex: auto;
    order: 1;
    padding: 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .section-unlock__girl {
    flex: auto;
    order: 1;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .section-unlock__girl {
    padding: 0 15px;
  }
}
.section-unlock__buttons {
  align-self: flex-start;
}
@media screen and (max-width: 480px) {
  .section-unlock__buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .section-unlock__buttons .button-item {
    margin: 0;
  }
  .section-unlock__buttons .button-item:last-child {
    order: 1;
  }
  .section-unlock__buttons .button-item:first-child {
    order: 2;
    margin-top: 20px;
  }
}
.section-unlock .floating-dot--dark-blue {
  right: 29%;
  top: 0;
}
.section-unlock .floating-dot--blue {
  right: 2%;
  top: 45%;
}

.active-users {
  width: 140px;
  height: 164px;
  border-radius: 16px;
  background: #ffffff;
  position: absolute;
  bottom: 10%;
  left: -5px;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 12px 16px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .active-users {
    width: 110px;
    height: 134px;
    padding: 0;
  }
}
.active-users-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(../images/1-personal/active-users.png) center center no-repeat;
  flex: auto;
  font-weight: 600;
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  .active-users-image {
    background-size: contain;
    margin: 12px 12px 6px 12px;
  }
}
.active-users-text {
  flex: 0 0 20px;
  padding: 8px 0 0 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .active-users-text {
    white-space: nowrap;
    padding: 0 0 10px 0;
  }
}

.targeted-strategies {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 308px;
  height: 68px;
  border-radius: 16px;
  position: absolute;
  top: 30%;
  left: -13%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 960px) {
  .targeted-strategies {
    left: -5px;
  }
}
@media screen and (max-width: 640px) {
  .targeted-strategies {
    left: auto;
    right: -15px;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 400px) {
  .targeted-strategies {
    display: none;
  }
}
.targeted-strategies:before {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -24.5px;
  background: url(../images/1-personal/target-1.png) center center no-repeat;
  background-size: cover;
}
.targeted-strategies:after {
  content: "";
  display: block;
  width: 27px;
  height: 26px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -13px;
  background: url(../images/1-personal/target-2.png) center center no-repeat;
  background-size: cover;
}

.section--we-build {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.section--we-build__center-text {
  text-align: center;
  margin: 60px auto 0 auto;
  max-width: 540px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
@media screen and (max-width: 960px) {
  .section--we-build__center-text {
    margin-top: 30px;
  }
}

.section-we-build .cards {
  flex-wrap: wrap;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .section-we-build .cards {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .section-we-build .card {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .section-we-build .card:first-child {
    margin: 0;
    flex: 0 0 100%;
  }
}
.section-we-build .card--minus-top {
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  .section-we-build .card--minus-top {
    margin-top: 0;
  }
}
.section-we-build .card-badge {
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .section-we-build .card-icon {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 30px;
  }
}

.section--why-should {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .section--why-should {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 960px) {
  .section-why-should {
    flex-direction: column;
  }
}
.section-why-should__girl {
  position: relative;
  flex: 0 0 50%;
}
@media screen and (max-width: 960px) {
  .section-why-should__girl {
    flex: auto;
    max-width: 70%;
    margin: auto;
  }
}
.section-why-should__girl-statistics {
  position: absolute;
  bottom: 10%;
  right: 7%;
}
.section-why-should__main {
  padding-left: 40px;
  padding-top: 5%;
}
@media screen and (max-width: 960px) {
  .section-why-should__main {
    padding-top: 0;
    padding-left: 0;
  }
}
.section-why-should .h2 {
  max-width: 560px;
}

.section--library {
  border-radius: 60px;
  background: rgba(255, 195, 104, 0.07);
  max-width: 1310px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .library__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .library__content-left {
    order: 2;
  }
}
.library__content-right {
  padding: 60px 0 30px 45px;
}
@media screen and (max-width: 960px) {
  .library__content-right {
    order: 1;
    text-align: center;
    padding: 20px;
  }
  .library__content-right .library__image {
    max-width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .section--core-values {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  .section-core-values {
    flex-direction: column;
  }
  .section-core-values .card:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .section-core-values .card--50 {
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
  }
}

.section--wingman {
  background-color: #0E1552;
  color: #ffffff;
}

.section-wingman > .flex-item:first-child {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section-wingman > .flex-item {
    margin: 0;
  }
}
.section-wingman__content {
  max-width: 480px;
}
@media screen and (max-width: 960px) {
  .section-wingman__content {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  .section-wingman__image {
    max-width: 80%;
    margin: auto;
  }
}

.section-easy-steps {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .section-easy-steps {
    margin-bottom: 0;
  }
}
.section-easy-steps__left {
  padding-right: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .section-easy-steps__left--first {
    order: 2;
  }
}
@media screen and (max-width: 960px) {
  .section-easy-steps__image {
    order: 1;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section-easy-steps__image img {
    max-width: 80%;
  }
}
.section-easy-steps .floating-dot--orange {
  right: 3%;
  top: 57%;
}
@media screen and (max-width: 960px) {
  .section-easy-steps .floating-dot--orange {
    right: 10%;
    top: 45%;
  }
}
.section-easy-steps .floating-dot--blue {
  right: 1%;
  top: 25%;
}
@media screen and (max-width: 960px) {
  .section-easy-steps .floating-dot--blue {
    right: 5%;
    top: 27%;
  }
}
@media screen and (max-width: 960px) {
  .section-easy-steps .flex-item {
    margin: 0 0 20px 0;
    padding: 0;
  }
}

.section--slider {
  padding-top: 0;
  margin-top: -40px;
}

.images-slider {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .images-slider {
    overflow: hidden;
  }
}
.images-slider__item-image {
  max-width: inherit;
}

.section--pricing {
  position: relative;
  background: linear-gradient(180deg, #EBEDFD 0%, #EBEDFD 21.87%, #EBEDFD 41.69%, #EBEDFD 64.51%, rgba(235, 237, 253, 0) 115.92%);
  padding-bottom: 180px;
}
.section--pricing--light {
  background: linear-gradient(168deg, #F3F5FC 4.3%, #F9F2F5 91.1%);
}
.section--pricing--light:after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .section--pricing {
    padding-bottom: 40px;
  }
}
.section--pricing:after {
  content: "";
  display: block;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  background: url(../images/1-personal/sphere.png) center center/cover no-repeat;
  position: absolute;
  bottom: -140px;
  left: 50%;
  margin-left: 80px;
}

.section--pricing2 {
  background: linear-gradient(168deg, #F3F5FC 4.3%, #F9F2F5 91.1%);
}

.section--pricing3 {
  background: url(../images/4-assistant/page4-sec14-bg.png) center center/cover no-repeat;
  position: relative;
  padding-bottom: 130px;
}
.section--pricing3:after {
  background: url(../images/4-assistant/page4-sec15-sphere.png) center center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 80px;
  bottom: -180px;
  width: 300px;
  height: 300px;
  opacity: 1;
}
.section--pricing3 .arrow-image {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -540px;
}
@media screen and (max-width: 1024px) {
  .section--pricing3 .arrow-image {
    margin-left: -420px;
  }
}
@media screen and (max-width: 768px) {
  .section--pricing3 .arrow-image {
    margin-left: -345px;
    top: -15px;
  }
}

@media screen and (max-width: 1280px) {
  .section-pricing .card {
    width: 100%;
  }
}
.section-pricing__title {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.section-pricing__text {
  margin-bottom: 50px;
}

@media screen and (min-width: 1280px) {
  .section-pricing3 .card .card-text {
    min-height: 112px;
  }
}

@media screen and (max-width: 768px) {
  .section-our-service .cards--pair .card {
    margin: 0 0 20px 0;
  }
}

.section--possibilities {
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section--possibilities {
    padding-bottom: 0;
  }
}
.section--possibilities:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: url(../images/1-personal/section-11.png) center center/cover no-repeat;
  position: absolute;
  left: 0;
  top: -50%;
  opacity: 0.5;
  pointer-events: none;
}

.section--platform {
  padding-top: 0;
  position: relative;
}
.section--platform:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: url(../images/1-personal/section-12.png) center center/cover no-repeat;
  position: absolute;
  left: 0;
  top: -50%;
  opacity: 0.5;
  pointer-events: none;
}

.section-platform .section-platform__image {
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .section-platform .section-platform__image {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .section-platform .section-platform__image img {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .section-platform .flex-item {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .section--features .flex-item {
    margin: 0;
    padding: 0;
  }
}

.section--support {
  background: url(../images/1-personal/section-support.png) center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section--support {
    padding-top: 80px;
  }
}
.section--support:before {
  content: "";
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 50% 50%;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .section--support:before {
    display: none;
  }
}
.section--support:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/1-personal/support-people.png) center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .section--support:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section--vital-role .flex-item {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-vital-role__left {
    margin: 0 0 -20px 0;
    text-align: center;
  }
  .section-vital-role__left img {
    max-width: 70%;
    margin: -20px 0 -40px 0;
  }
}
.section-vital-role__image {
  margin-top: -14%;
}

@media screen and (max-width: 1024px) {
  .section-contact .section-item {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 960px) {
  .section-intro2 {
    flex-wrap: wrap;
  }
}

.intro2, .page--2-profits .content, .page--2-profits:not(.page--main) .main {
  background: url(../images/2-profits/intro2-1.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.intro2:after, .page--2-profits .content:after, .page--2-profits:not(.page--main) .main:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/2-profits/intro2.png) center top -150px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (min-width: 1700px) {
  .intro2:after, .page--2-profits .content:after, .page--2-profits:not(.page--main) .main:after {
    background-size: cover;
  }
}
.intro2__left, .page--2-profits .content__left, .page--2-profits:not(.page--main) .main__left {
  flex: 0 0 38%;
}
@media screen and (max-width: 960px) {
  .intro2__left, .page--2-profits .content__left, .page--2-profits:not(.page--main) .main__left {
    flex: 0 0 100%;
    margin: 0 0 40px 0;
  }
}
.intro2__girl, .page--2-profits .content__girl, .page--2-profits:not(.page--main) .main__girl {
  flex: auto;
  padding: 0 0 0 70px;
}
@media screen and (max-width: 960px) {
  .intro2__girl, .page--2-profits .content__girl, .page--2-profits:not(.page--main) .main__girl {
    flex: 0 0 50%;
    padding: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro2__girl, .page--2-profits .content__girl, .page--2-profits:not(.page--main) .main__girl {
    flex: 1;
    padding: 0 30px;
  }
}
.intro2__girl-25, .page--2-profits .content__girl-25, .page--2-profits:not(.page--main) .main__girl-25 {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .intro2__girl-25, .page--2-profits .content__girl-25, .page--2-profits:not(.page--main) .main__girl-25 {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .intro2__girl-25, .page--2-profits .content__girl-25, .page--2-profits:not(.page--main) .main__girl-25 {
    width: 100px;
  }
}
.intro2__girl-yellow_circle, .page--2-profits .content__girl-yellow_circle, .page--2-profits:not(.page--main) .main__girl-yellow_circle {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .intro2__girl-yellow_circle, .page--2-profits .content__girl-yellow_circle, .page--2-profits:not(.page--main) .main__girl-yellow_circle {
    right: 20px;
  }
}
.intro2__right, .page--2-profits .content__right, .page--2-profits:not(.page--main) .main__right {
  flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .intro2__right, .page--2-profits .content__right, .page--2-profits:not(.page--main) .main__right {
    flex: 0 0 150px;
  }
}

.section-ready {
  color: #BFA9FF;
}
.section-ready__left {
  padding: 60px 25px 25px 25px;
  border-radius: 40px 0 0 40px;
  background: #2A126F;
  align-self: stretch;
  flex: 0 0 32%;
}
@media screen and (max-width: 1024px) {
  .section-ready__left {
    border-radius: 40px 40px 0 0;
  }
}
.section-ready__main {
  background: #361F79;
  border-radius: 0 40px 40px 0;
  padding: 25px;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .section-ready__main {
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-ready__main {
    border-radius: 0 0 40px 40px;
  }
}
.section-ready__main .card {
  align-self: stretch;
}
.section-ready__main .card-text {
  flex: auto;
}

@media screen and (max-width: 1440px) {
  .section-personal-manager__left {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-personal-manager__left {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .section-personal-manager__left .section-personal-manager__left-image {
    max-width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .section-personal-manager__left .section-personal-manager__left-image {
    max-width: 90%;
  }
}
.section-personal-manager .cards {
  margin: 0 -20px;
}
@media screen and (max-width: 1440px) {
  .section-personal-manager .cards {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .section-personal-manager .card {
    margin: 0 0 30px;
    padding: 0;
  }
}
.section-personal-manager .card .card-text {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .section-impact__left {
    order: 2;
  }
}

.section--elevate {
  background: #361F79 url(../images/2-profits/round-circle-gradient.png) center center no-repeat;
  background-size: contain;
  position: relative;
}
.section--elevate:before, .section--elevate:after {
  content: "";
  background: #553c9f;
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
}
.section--elevate:before {
  margin-left: -580px;
}
.section--elevate:after {
  margin-left: 580px;
}
@media screen and (max-width: 1280px) {
  .section--elevate:before {
    margin-left: 0;
    left: 30px;
  }
  .section--elevate:after {
    margin-left: 0;
    left: auto;
    right: 30px;
  }
}

.section-elevate {
  position: relative;
  z-index: 11;
}
.section-elevate .curvy-lines {
  background: url(../images/2-profits/curvy_lines.svg) center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 54px;
  position: absolute;
  top: -18px;
  right: -49px;
}
.section-elevate .card-text {
  color: #BFA9FF;
}
.section-elevate__second {
  position: relative;
  margin-top: 60px;
}

.section--comprehensive {
  position: relative;
}
.section--comprehensive:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  height: 105%;
  background-image: url(../images/2-profits/comprehensive-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .section--comprehensive:before {
    bottom: 0;
    height: 100%;
  }
}

.section-comprehensive__first {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-comprehensive__first {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-comprehensive__left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .section-comprehensive__left-image {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .section-comprehensive__left-image {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .section-comprehensive__right {
    order: 2;
  }
}

.section--six-steps {
  background: url(../images/2-profits/six-steps-bg.png) center center no-repeat;
  background-size: cover;
}

.section--exclusive {
  background: linear-gradient(103deg, #F2FAFB 17.98%, #F9F4E6 90.97%);
}

.section--schedule {
  background-color: transparent;
  background-image: linear-gradient(93deg, #e55f67 1.14%, #4b61d0 87.11%);
}
@media screen and (max-width: 1024px) {
  .section--schedule {
    padding-bottom: 30px;
  }
}
.section--schedule:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/2-profits/schedule-bg.png) center center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (min-width: 1700px) {
  .section--schedule:after {
    background-size: cover;
  }
}
.section--schedule-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .section-schedule__left {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .section-schedule__right {
    order: 1;
    text-align: center;
  }
}
.section-schedule__right-triangle {
  position: absolute;
  left: -20px;
  bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .section-schedule__right-triangle {
    bottom: auto;
    top: 0;
    left: 0;
  }
}
.section-schedule__right-image {
  margin-bottom: -8px;
}
@media screen and (max-width: 1024px) {
  .section-schedule__right-image {
    max-width: 80%;
  }
}
.section-schedule__right .floating-dot--orange {
  left: 5%;
  bottom: 35%;
}
.section-schedule__right .floating-dot--green {
  right: 10%;
  top: 5%;
  transform: rotate(45deg);
}

.section--boost {
  background: url(../images/2-profits/boost-bg.png) center center/cover no-repeat;
}

.section-boost__right {
  flex: 0 0 65%;
}
.section-boost .floating-dot--triangle {
  position: relative;
  margin: 15px auto 0 auto;
  left: -45px;
}

.section-proven .ui-list__item {
  flex: 0 0 50%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .section-assistance__left {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-assistance__left {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-assistance__left {
    text-align: center;
    width: 100%;
    margin-bottom: 80px !important;
  }
}
.section-assistance__bottom {
  position: absolute;
  left: -18%;
  bottom: -60px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .section-assistance__bottom {
    right: 5px;
    bottom: -50px;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .section-assistance__bottom {
    left: 0;
    bottom: -60px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .section-assistance__bottom-image {
    width: 300px;
    height: 231px;
  }
}
@media screen and (max-width: 768px) {
  .section-assistance__bottom-image {
    width: 300px;
    height: 231px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .section-assistance__bottom-line {
    width: 220px;
    height: 166px;
  }
}
@media screen and (max-width: 768px) {
  .section-assistance__bottom-line {
    width: 220px;
    height: 166px;
  }
}

.intro3 {
  position: relative;
}
.intro3:before {
  content: "";
  display: block;
  width: 668px;
  height: 668px;
  pointer-events: none;
  z-index: 0;
  background-size: cover;
  position: absolute;
  opacity: 0.8;
  background: url(../images/icons/radiant/aqua.png) center center no-repeat;
  right: -80px;
  top: -80px;
}
.intro3:after {
  content: "";
  display: block;
  width: 668px;
  height: 668px;
  pointer-events: none;
  z-index: 0;
  background-size: cover;
  position: absolute;
  opacity: 0.8;
  background: url(../images/icons/radiant/red.png) center center no-repeat;
  left: -334px;
  bottom: -130px;
}
@media screen and (max-width: 1280px) {
  .intro3:before {
    top: -20px;
  }
}
.intro3__left {
  margin-top: -50px;
}
@media screen and (max-width: 1280px) {
  .intro3__left {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .intro3__left-links .section-item {
    margin: 0;
  }
  .intro3__left-links .section-item:last-child {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .intro3__left-links .section-item:last-child {
    margin: 15px 0 0 0;
  }
}
.intro3__girl-donut {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}
.intro3__girl-image {
  z-index: 2;
  display: block;
}
.intro3__girl-arrow {
  position: absolute;
  top: 25%;
  left: -70px;
}
.intro3__girl .floating-dot--pink2 {
  left: 12%;
  top: 7%;
}

.section-who__main .floating-dot {
  top: 20px;
  left: 50%;
  margin-left: -300px;
}

.who__cards .card {
  padding: 32px 32px 16px 32px;
  border-radius: 25px;
  background: #15131D;
}

.section--hamburger .floating-dot {
  right: 10%;
  bottom: 15%;
}

.section-hamburger .floating-dot {
  right: 10%;
  bottom: 15%;
}
@media screen and (max-width: 1024px) {
  .section-hamburger__image {
    max-width: 420px;
  }
}

.section-cards-dark h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section-cards-dark h2 {
    margin-bottom: 50px;
  }
}
.section-cards-dark .card--bg-dark {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section-cards-dark .card--bg-dark {
    margin-bottom: 50px;
  }
}

.section--enterpreneurs .floating-dot--green {
  left: 15%;
  top: 15%;
}
.section--enterpreneurs .floating-dot--yellow2 {
  left: 10%;
  bottom: 15%;
}

.section--get-started {
  position: relative;
}
.section--get-started:before {
  content: "";
  display: block;
  width: 668px;
  height: 668px;
  pointer-events: none;
  z-index: 0;
  background-size: cover;
  position: absolute;
  opacity: 0.8;
  background: url(../images/icons/radiant/aqua.png) center center no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .section--get-started:before {
    transform: translate(-50%, -50%);
    top: 50%;
  }
}

.section-satisfaction {
  background: url(../images/3-helppal/sec7.png) center center/cover no-repeat;
  border-radius: 40px;
  padding: 100px;
}
@media screen and (max-width: 1280px) {
  .section-satisfaction {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .section-satisfaction {
    padding: 30px;
  }
}

.section--path {
  position: relative;
}
.section--path:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: url(../images/3-helppal/sec12-bg.png) center center/cover no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -50%;
  pointer-events: none;
  opacity: 0.7;
}
.section--path--2:before {
  background-image: url(../images/3-helppal/sec13-bg.png);
}
.section--path .floating-dot--violet {
  bottom: 10%;
  left: -2%;
}
.section--path .floating-dot--two-borders {
  top: 30%;
  right: 0;
}
.section--path .container {
  position: relative;
  z-index: 2;
}

.section--service {
  background: url(../images/3-helppal/sec15-bg.png) top center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  .section--service .margin-b-30 {
    margin-bottom: 0;
  }
}

.intro4 {
  background: url(../images/4-assistant/intro4.png) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .intro4__right {
    padding: 0 120px;
  }
}
@media screen and (max-width: 640px) {
  .intro4__right {
    padding: 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .intro4__right {
    padding: 0 30px;
  }
}
.intro4__right-arrow {
  position: absolute;
  left: -114px;
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .intro4__right-arrow {
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .intro4__right-arrow {
    display: none;
  }
}
.intro4__right-image {
  position: relative;
}

.section-blogger__left {
  flex: 0 0 50%;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  background: url(../images/4-assistant/sec4a-3.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .section-blogger__left {
    background: none;
    margin-bottom: 30px;
  }
}
.section-blogger__left-line {
  position: absolute;
  left: -18%;
  bottom: -22%;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .section-blogger__left-line {
    left: -110px;
    bottom: -44px;
    z-index: 1;
    width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .section-blogger__left-line {
    display: none;
  }
}
.section-blogger__left-image {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-blogger__left-image {
    display: block;
    max-width: 80%;
    margin: auto;
    border-radius: 15px;
  }
}
@media screen and (max-width: 640px) {
  .section-blogger__left-image {
    max-width: 100%;
  }
}
.section-blogger__right {
  flex: 0 0 50%;
  padding: 30px 40px;
  background: url(../images/4-assistant/sec4-3-2.png) center right no-repeat;
  background-size: cover;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 1024px) {
  .section-blogger__right {
    display: block;
    max-width: 80%;
    margin: auto;
    border-radius: 15px;
  }
}
@media screen and (max-width: 640px) {
  .section-blogger__right {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .section--numbers .card {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section--numbers .card-icon--with-line {
    height: 48px;
    text-align: left;
    flex: 0;
    margin-bottom: 10px;
  }
}

.section--stats {
  background: linear-gradient(180deg, #FFECD7 0%, rgba(255, 255, 255, 0.93) 100%);
  position: relative;
}
.section--stats:before {
  background: url(../images/4-assistant/page4-sec5-bg.png) center center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .section-stats__image {
    text-align: center;
  }
  .section-stats__image img {
    display: block;
    max-width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .section--offers .main-image {
    max-width: 80%;
    margin: 0 auto 20px -40px;
  }
}

.section--story {
  background: url(../images/4-assistant/page4-sec9-bg.png) center center no-repeat;
}
@media screen and (max-width: 768px) {
  .section--story {
    background-position: top 30% left 40%;
  }
}

@media screen and (max-width: 1024px) {
  .section--tailoring .cards .flex-item {
    text-align: center;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section--tailoring .cards .flex-item {
    flex: 0 0 100%;
  }
}

.section--community {
  background: url(../images/4-assistant/page4-sec12-bg.png) center center/cover no-repeat;
}
.section--community .arrow-image {
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -560px;
}
@media screen and (max-width: 1024px) {
  .section--community .arrow-image {
    top: 20%;
    margin-left: -420px;
  }
}
@media screen and (max-width: 768px) {
  .section--community .arrow-image {
    top: 5%;
    margin-left: -333px;
  }
}
.section--community .floating-dot {
  right: 5%;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .section--community .floating-dot {
    top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .arrow-spans .col {
    flex: 0 0 50%;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .arrow-spans .col {
    flex: 0 0 100%;
  }
}
.arrow-spans__span {
  position: relative;
  white-space: nowrap;
}
.arrow-spans__span:before {
  content: "";
  background: url(../images/icons/arrow_right_small.svg) center center no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -8px;
}

.section--planning {
  background: url(../images/4-assistant/page4-sec13-bg.png) center center/cover no-repeat;
}

.section-planning {
  border-radius: 30px;
  padding: 80px 40px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 10px 8px 0 rgba(239, 239, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  .section-planning {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section-planning {
    padding: 20px;
  }
}
.section-planning__word {
  padding-bottom: 3px;
  border-bottom: 6px solid #DADAFF;
}
.section-planning__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px dashed #DADAFF;
  color: #FF3F33;
  text-align: center;
  margin-right: 30px;
  border-radius: 35px;
}
.section-planning__number--red {
  border-color: #FF3F33;
}

.section--query {
  background: url(../images/4-assistant/page4-sec15-bg.png) center center/cover no-repeat;
  position: relative;
}
.section--query .floating-dot {
  left: 24%;
  top: 15%;
}
.section--query .many-dots {
  right: 24%;
  top: 4%;
}
@media screen and (max-width: 960px) {
  .section--query .many-dots {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .section--query .many-dots {
    right: 15%;
  }
}

.many-dots {
  position: absolute;
  width: 70px;
  flex-wrap: wrap;
}
.many-dots__dot {
  display: block;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  background: #4061D7;
  margin: 0 15px 20px 0;
}
.many-dots__dot:nth-child(4n) {
  margin-right: 0;
}

.intro5 {
  background: url(../images/5-jetset/intro5.png) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.page--5-jetset--full .intro5 {
  background: url(../images/5-jetset/page-bg.png) center bottom/cover no-repeat;
}
.intro5 .floating-dot--blue {
  left: 5%;
  bottom: 40%;
}
.intro5 .floating-dot--yellow2 {
  right: 6%;
  top: 22%;
}
.intro5 .floating-dot--two-borders {
  right: 30%;
  bottom: 6%;
}
@media screen and (max-width: 480px) {
  .intro5 .button-item {
    margin: 0 auto 20px auto;
  }
  .intro5 .button-item:last-child {
    margin: auto;
  }
}

.section--beauty {
  background: url(../images/5-jetset/page5-sec3-bg.png) center center/cover no-repeat;
}
@media screen and (max-width: 480px) {
  .section--beauty .section-item {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .section--beauty .section-item .h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .section--beauty .section-item .h2 {
    margin-bottom: 5px;
  }
}

.section--tailored {
  background: url(../images/5-jetset/page5-sec4-bg.png) center top/cover no-repeat;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 640px) {
  .section--tailored {
    border-radius: 0 0 20px 20px;
  }
}
.section--tailored .floating-dot--yellow2 {
  left: 16%;
  top: 22%;
}
@media screen and (max-width: 960px) {
  .section--tailored .floating-dot--yellow2 {
    display: none;
  }
}

.section--embark {
  background: url(../images/5-jetset/page5-sec5-bg.png) center top/cover no-repeat;
}
.section--embark .cards {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .section--embark .cards {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.section--embark .card {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .section--embark .card {
    flex: 0 0 45%;
    margin: 0 15px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .section--embark .card {
    flex: 0 0 100%;
    margin: 0 0 20px 0;
  }
}
.section--embark .card:nth-child(2n) {
  position: relative;
  top: 40px;
}
@media screen and (max-width: 960px) {
  .section--embark .card:nth-child(2n) {
    top: auto;
  }
}

.section--what-they-say {
  padding-top: 180px;
  padding-bottom: 120px;
  background: url(../images/5-jetset/page5-sec7-bg.png) center top/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .section--what-they-say {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .section--what-they-say .flex-item--60 {
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section--what-they-say {
    padding-bottom: 40px;
  }
}

.section--improve {
  padding-top: 120px;
  background: url(../images/5-jetset/page5-sec12-bg.png) top center/cover no-repeat;
}
.section--improve .cards .flex-item .flex {
  min-height: 270px;
}
@media screen and (max-width: 1024px) {
  .section--improve .cards {
    flex-wrap: wrap;
  }
  .section--improve .cards .col {
    flex: 0 0 45%;
    margin-bottom: 20px;
  }
  .section--improve .cards .col .flex {
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  .section--improve .cards .col {
    flex: 0 0 100%;
  }
}

.section--key-features {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../images/5-jetset/page5-sec13-bg.png) top center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section--key-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .section--key-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--key-features:before {
  background: url(../images/5-jetset/page5-sec13-left.png) center center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 686px;
  height: 710px;
  opacity: 1;
}

.section-key-features__right .floating-dot {
  left: -5%;
  top: -10%;
}
.section-key-features__right-button {
  justify-content: space-between;
  width: 100%;
  padding-right: 120px;
}
@media screen and (max-width: 1024px) {
  .section-key-features__right-button {
    padding-right: 0;
    width: auto;
  }
  .section-key-features__right-button .ui-button {
    margin-left: 15px;
  }
}

.section--new-heights {
  background: url(../images/5-jetset/page5-sec14-bg.png) top center/cover no-repeat;
}
.section--new-heights .floating-dot--orange {
  left: 50%;
  top: -10%;
}
@media screen and (max-width: 768px) {
  .section--new-heights .floating-dot--orange {
    top: -5%;
  }
}
.section--new-heights .floating-dot--triangle-green {
  right: 20%;
  bottom: 10%;
}
@media screen and (max-width: 1280px) {
  .section--new-heights .floating-dot--triangle-green {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .section--new-heights .floating-dot--triangle-green {
    bottom: -15%;
  }
}

.section--impression {
  background: url(../images/5-jetset/page5-sec15-bg.png) center center/cover no-repeat;
}
.section--impression .card:nth-child(2) {
  background: url(../images/5-jetset/page5-sec15-card-bg.png) center center/cover no-repeat;
}

.assistant {
  border-radius: 10px;
  background: #ACACF9;
}
@media screen and (max-width: 640px) {
  .assistant {
    display: block;
    text-align: center;
  }
}
.assistant-text {
  color: #ffffff;
  padding: 30px 15px;
}
.assistant-text p {
  max-width: 200px;
}
@media screen and (max-width: 640px) {
  .assistant-text p {
    margin: auto;
  }
}

.member-content {
  padding-top: 30px;
  min-height: 300px;
}
.member-item {
  width: 100%;
  margin-bottom: 50px;
}
.member-item--border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .member-item--border-right {
    border-right: none;
  }
}
.member-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  flex: 0 0 63px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  color: #191D27;
  border-radius: 100%;
  margin-right: 15px;
}
.member-item__icon--number {
  border: 1px solid #FF3F33;
}
.member-item__icon--checkbox {
  background: url(../images/icons/checkbox-green.svg) center center no-repeat;
  border: 1px solid #4EB364;
}
.member-item__icon--refresh {
  background: url(../images/icons/refresh-red.svg) center center no-repeat;
  border: 1px solid #CF5E45;
}
.member-item__title {
  color: #191D27;
  font-weight: 600;
  margin-bottom: 30px;
}
.member-books {
  max-width: 1000px;
  margin: auto;
  justify-content: flex-start;
}
.member-book {
  position: relative;
  margin: 0 5% 30px 0;
  flex: 0 0 30%;
  transition: all 0.5s ease;
  min-height: 468px;
  border: 1px solid transparent;
}
.member-book--loading {
  border-color: #e1e1e1;
}
.member-book--loading .member-loader {
  margin-top: -53px;
}
.member-book:hover {
  transform: scale(1.04);
  cursor: pointer;
}
.member-book:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .member-book {
    flex: 0 0 47.5%;
    margin: 0 5% 30px 0 !important;
  }
  .member-book:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .member-book {
    flex: 0 0 100%;
    margin: 0 0 20px 0 !important;
  }
}
.member-book__image {
  display: block;
}
.member-book__card {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.member-book__card-title {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
}
.member-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
.member-loader__icon {
  margin: auto;
  width: 63px;
  height: 63px;
  flex: 0 0 63px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  color: #191D27;
  border-radius: 100%;
  border: 1px solid #3172f3;
}
.member-loader--white .member-loader__icon {
  border-color: #ffffff;
}
.member-loader__icon.button {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: none;
}
.member-loader__icon.button svg path {
  fill: #ffffff;
}
.member-loader svg {
  -webkit-animation-name: loader;
  -moz-animation-name: loader;
  -ms-animation-name: loader;
  -o-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.member-loader path {
  fill: #3172f3;
}
.member-loader.member-loader--white path {
  fill: #ffffff;
}

.pagination {
  text-align: center;
  margin: 40px 0;
}
.pagination-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-list__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-list__item--active .pagination-list__item-link {
  background: #060A33;
  color: #ffffff;
}
.pagination-list__item--active .pagination-list__item-link:hover {
  background: #060A33;
}
.pagination-list__item-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 40px;
  padding: 0 6px;
  height: 40px;
  margin: 0 6px;
  border-radius: 50px;
  background: #F5F7FF;
  color: #060A33;
  text-align: center;
  transition: all 0.3s ease;
}
.pagination-list__item-link:hover {
  background: rgb(219.5, 226.6, 255);
}
.pagination-list__item--prev path, .pagination-list__item--next path {
  stroke: #14121b;
}
.pagination-list__item--prev.disabled .pagination-list__item-link, .pagination-list__item--next.disabled .pagination-list__item-link {
  opacity: 0.5;
  cursor: default;
  background: none;
}
.pagination-list__item--prev {
  transform: rotate(90deg);
  margin-right: 10px;
}
.pagination-list__item--next {
  transform: rotate(-90deg);
  margin-left: 10px;
}

.login {
  max-width: 605px;
  max-height: 570px;
  margin: 30px auto 60px auto;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 35px 60px;
}
@media screen and (max-width: 480px) {
  .login {
    padding: 30px;
  }
}

.policy {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .policy {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .policy {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.policy--2, .policy--2 h3, .policy--2 .h4, .policy--2 .p {
  font-family: "Poppins", "Roboto", sans-serif;
}
.page--8-savorviral .policy--2, .page--10-impactfulsmm .policy--2, .page--8-savorviral .policy--2 h3, .page--10-impactfulsmm .policy--2 h3, .page--8-savorviral .policy--2 .h4, .page--10-impactfulsmm .policy--2 .h4, .page--8-savorviral .policy--2 .p, .page--10-impactfulsmm .policy--2 .p {
  color: #5F6168;
}
.policy-bg {
  background: url(../images/6-instatriumph/terms.jpg) top 30% center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1280px) and (max-width: 2048px) {
  .policy-bg {
    position: absolute;
    height: 320px;
    width: 100%;
    max-width: 2048px;
    left: 50%;
    transform: translateX(-50%);
  }
  .policy-bg + .section {
    padding-top: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .policy-bg {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 640px) {
  .policy-bg {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.policy-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgba(30, 36, 5, 0.9);
}
.policy-switch {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  height: 40px;
  padding: 16px 32px;
}
.policy-subtitle + .ul {
  margin-top: -5px;
  margin-left: 10px;
}
.policy .h3, .policy .h4 {
  margin: 30px 0 15px 0;
}
.policy p {
  padding: 15px 0;
  margin: 0;
}
.policy ul {
  padding: 15px 0 15px 15px;
  margin: 0;
}

.section--payment .h2 {
  color: #191D27;
}
.page--3-helppal .section--payment .h2, .page--5-jetset .section--payment .h2, .page--6-instatriumph .section--payment .h2, .page--7-glowupsmm .section--payment .h2, .page--9-adventurizesmm .section--payment .h2 {
  color: #ffffff;
}

.payment {
  background: #ffffff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .payment {
    display: block;
  }
}
.payment-info, .payment-details {
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .payment-info, .payment-details {
    padding: 25px;
  }
}
.payment-info .ui-label {
  color: #5A5A5A;
}
.payment-details {
  background: #1962F2;
  border-radius: 50px 0 0 50px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .payment-details {
    border-radius: 50px 50px 0 0;
  }
}
.payment-details .ui-label {
  color: #5A5A5A;
}
@media screen and (max-width: 480px) {
  .payment-details__card {
    flex-wrap: wrap;
    margin-top: -20px;
    padding-top: 0;
  }
}
.payment-details__card-number {
  max-width: 210px;
  width: 100%;
  font-size: 16px;
  margin-right: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 480px) {
  .payment-details__card-number {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.payment-details__card-expiry {
  font-size: 16px;
  width: 90px;
  position: relative;
}
.payment-details__card-expiry:before {
  content: "/";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #BCBCBC;
}
.payment-details__card-expiry-input {
  width: 40px;
  padding: 0;
  background-color: transparent;
}
.payment-details__card-exp {
  width: 90px;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.payment-details__card-cvv {
  margin-left: 20px;
  width: 60px;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.payment-details__slash {
  margin: 0 15px;
}
.payment-details__text {
  font-size: 14px;
  color: #E2E2E2;
}

.react-calendar {
  width: 280px;
  max-width: 100%;
  line-height: 1.125em;
  margin: auto;
}

.react-calendar--doubleView {
  width: 640px;
  background: white;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(167, 175, 178, 0.5);
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
  border-radius: 100px;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 40px;
}
.react-calendar__navigation__label {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.react-calendar__navigation__prev-button, .react-calendar__navigation__next-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.react-calendar__navigation button {
  min-width: 40px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view {
  position: relative;
}
.react-calendar__month-view:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #A7AFB2;
  right: -11px;
  top: 0;
  display: block;
}
.react-calendar__month-view:last-child:after {
  display: none;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  color: #14121b;
  border-bottom: 1px solid #A7AFB2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.react-calendar__month-view__weekdays abbr {
  text-decoration: none;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: rgba(0, 0, 0, 0.25);
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 1em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  background: none;
  text-align: center;
  line-height: 16px;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100%;
}

.react-calendar__month-view__days__day {
  width: 40px;
  height: 40px;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: white;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: hsl(3.5294117647, 100%, 120%);
}

.react-calendar__tile--range {
  background: #EEF9FF;
}
.react-calendar__tile--rangeStart, .react-calendar__tile--rangeEnd {
  background: #1962F2;
  color: #ffffff;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: rgb(49.1358024691, 114.475308642, 243.3641975309);
  color: #ffffff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.cookie {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  background: #ffffff;
  border: 2px solid #CFD8DC;
  padding: 16px 48px 16px 32px;
  width: 100%;
  max-width: 1080px;
  transition: bottom 1s ease-out, transform 1s ease-out;
  border-radius: 16px;
  height: 92px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1080px) {
  .cookie {
    height: auto;
    padding: 16px;
    flex-direction: column;
    max-width: 288px;
    right: 30px;
    left: auto;
    bottom: 30px;
    transform: translateY(120%);
  }
}
@media screen and (max-width: 360px) {
  .cookie {
    width: calc(100% - 24px);
    max-width: 100%;
    right: 12px;
  }
}
.cookie--visible {
  bottom: 30px;
  z-index: 5;
}
@media screen and (max-width: 1080px) {
  .cookie--visible {
    transform: none;
  }
}
.cookie-title {
  min-width: 160px;
  color: #191D27;
}
.cookie-title .bold {
  display: block;
  color: #222222;
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .cookie-title .bold {
    font-size: 16px;
    display: inline;
  }
}
.cookie-text {
  padding: 0 32px;
  color: #37474F;
}
@media screen and (max-width: 1080px) {
  .cookie-text {
    padding: 0;
  }
}
.cookie-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .cookie-buttons__button {
    width: 100%;
  }
}
.cookie-buttons__button--accept {
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .cookie-buttons__button--accept {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.cookie-buttons__button--decline {
  color: #37474F;
}
.cookie-close {
  background: #CFD8DC;
  width: 40px;
  position: absolute;
  right: 4px;
  top: 4px;
}
@media screen and (max-width: 1080px) {
  .cookie-close {
    right: -16px;
    top: -16px;
  }
}

/*# sourceMappingURL=main.css.map*/