/* ############################# */
/*          Import Fonts         */
/* ############################# */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise&display=swap');

/* ############################# */
/*              Reset            */
/* ############################# */

* {
  box-sizing: border-box;
}
html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
h1, h2, p, ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* ############################# */
/*              Main             */
/* ############################# */
body {
  position: relative;
  /* font-size: 0.837vw; */
  background-color: white;
  overflow-x: hidden;
}
section {
  position: relative;
  max-width: 100%;
}

h2 {
  font-size: 2.5008vw;
  color: #E24B6D;
}
.slick-arrow {
  cursor: pointer;
}
div.wpcf7-response-output {
  border-radius: 50vw;
  margin: 0;
}




/* ############################# */
/*              Hero             */
/* ############################# */
.hero {
  background-image: url('../../assets/img/personal-herotext.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 113.6vw;
  display: flex;
  flex-direction: column;
}
.hero-text {
  height: 25.529vw;
  width: 44.285vw;
  margin-left: 10.7444vw;
  margin-top: 9.378vw;
}
.hero-text .label {
  display: inline-flex;
  color: #fff;
  background-color: rgba(255,255,255,.1);
  height: 1.8235vw;
  width: 16.0595vw;
  border-radius: 1.563vw;
  align-items: center;
  justify-content: center;
  font-size: .9899vw;
  padding-left: 1.642vw;
  position: relative;
  margin-left: 0.5vw;
}
h1 {
  font-size: 4.5907vw;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  margin-top: .8vw;
}
.hero-text .bottom {
  color: #fff;
  font-size: 1.1462vw;
  line-height: 1.7;
  margin-left: 0.3689vw;
  margin-bottom: 2.1882vw;
  margin-top: 1.5vw;
  padding-right: 9vw;
}
.hero .button,
.aims .button,
.points .button,
.improvements .button,
.web-sections .button {
  display: inline-flex;
  background: #F9B730;
  height: 3.2vw;
  width: 9.4vw;
  margin: 0.1vw 0.5vw;
  border-radius: 0.4vw;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 1vw;
}
.hero-text .text-arrow {
  font-family: 'Waiting for the Sunrise',cursive;
  color: #fff;
  font-size: 1.742vw;
  padding-left: 10.7235vw;
  position: relative;
  line-height: 1.5;
}
.hero-text .label::before {
  content: url('../../assets/img/top.svg');
  height: 0.8857vw;
  width: 0.8857vw;
  position: absolute;
  left: 0.7294vw;
  top: 0.2084vw;
}
.hero-text .text-arrow::before {
  content: url('../../assets/img/draw-arrow-up.svg');
  position: absolute;
  height: 1.042vw;
  width: 1.2504vw;
  top: -0.2605vw;
  left: 8.5395vw;
}
.hero .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30vw;
}
.hero .text-block p {
  width: 45.8vw;
  margin-top: -0.3vw;
  font-size: 1.2vw;
  text-align: center;
  line-height: 1.9vw;
  margin-bottom: 2.3vw;
  color: #666;
}

/* ############################# */
/*             Intro             */
/* ############################# */

.intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  margin-top: 32.9vw;
  margin-bottom: 30vw;
  position: relative;

  background-color: #7c3757;
  overflow: visible;
}

.intro h2 {
  font-size: 7.7vw;
  margin-bottom: 5.5vw;
  margin-top: 9vw;
}

.intro p {
  font-size: 4.1vw;
  line-height: 1.9;
}

.intro .left {
  padding: 7.5vw;
}

.intro .right {
  padding: 7.5vw;
  margin-bottom: -30.25%;
}
.intro .videocard {
  border-radius: 3vw;
  width: 100%;
  padding-bottom: 56.25%;
  background-image: none;
}

.intro .videocard iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .intro .videocard {
    box-shadow: 0 0 0 1.5vw #e2e2e2;
  }

  .intro h2,
  .intro p {
    color: #fff;
    text-align: center;
    display: block;
  }

  .intro .videocard h2,
  .intro .videocard img {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .intro {
    min-height: 42.4094vw;
    margin-top: 0;
    margin-bottom: -12vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    z-index: 10;
  }

  .intro .left {
    width: 31%;
    text-align: right;
    padding: 0 5.5226vw 0 4.689vw;
    position: relative;
  }

  .intro .left h2 {
    margin: 0;
    margin-bottom: 1.2504vw;
    font-size: 4.2vw;
  }
  .intro .left p {
    font-size: 0.9378vw;
    line-height: 1.8;
    margin: 0;
    color: #666666;
  }
  .intro .left .button {
    text-decoration: none;
    color: #E24B6D;
    font-size: 1.042vw;
    border: 0.0521vw solid #E24B6D;
    padding: 0.8336vw 0.9378vw;
    border-radius: 0.521vw;
    font-weight: bold;
    margin-bottom: 0.2605vw;
    margin-top: 3.2823vw;
    display: inline-block;
    transition: .2s;
  }
  .intro .left .button:hover {
    color: white;
    background-color: #E24B6D;
  }
  .intro .right {
    width: 46.6816vw;
    padding: 0;
    margin: 0;
  }
  .intro .right p {
    font-size: 0.8336vw;
    text-align: center;
    font-style: italic;
  }
  .intro .videocard {
    background-image: url('../img/personal-vid-card.svg');
    width: 46.6816vw;
    height: 26.2584vw;
    padding: 2.7092vw 3.5428vw;
    overflow: hidden;
    border-radius: 1.563vw;
    position: relative;
    cursor: pointer;
  }

  .intro .videocard img {
    height: 4.5327vw;
  }
  .intro .videocard h2 {
    max-width: 27.84vw;
    font-size: 2.7613vw;
    color: #fff;
    line-height: 1.2;
    margin: 1.042vw -.1042vw;
    font-weight: 400;
  }
  .intro .left-shape {
    position: absolute;
    height: 27.8735vw;
    bottom: -5.21vw;
    left: -17.714vw;
    z-index: -1;
  }
  .intro .right-shape {
    position: absolute;
    height: 31.26vw;
    bottom: 0;
    right: -9.899vw;
    z-index: -1;
  }
}

/* ############################# */
/*        Book-online New        */
/* ############################# */
.book-online.new {
  background-color: unset;
  margin-bottom: 8.5965vw;
}
.book-online.new h2 {
  text-align: center;
  line-height: 1.3;
  margin-top: 6.252vw;
  z-index: 1;
}
.book-online.new .form-group {
  width: auto;
}
.book-online.new form {
  width: 47.932vw;
}
.book-online.new .form-group {
  flex: 0 40%;
}
.book-online.new .form-group.submit {
  flex: 0 20%;
  align-items: flex-end;
}
.book-online.new .form-group.full p {
  font-size: 0.9378vw;
}
.book-online.new::after {
  position: absolute;
  content: '';
  top: 3.5vw;
  background-image: url('../../assets/img/book-online-new.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 32.823vw;
  width: 100%;
}

/* ############################# */
/*              Pros             */
/* ############################# */
.aims {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aims .wrapper {
  width: 82vw;
  margin-top: 8.4vw;
}
.aims h2 {
  font-size: 2.75vw;
  color: #91278D;
}
.aims .text-block {
  display: flex;
  margin-bottom: 13.7vw;
}
.aims .text-block:last-of-type {
  margin-bottom: 0;
}
.aims .text-left .left {
  flex: 0 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.aims .text-left .right {
  flex: 0 60%;
  text-align: right;
}
.aims .text-right .left {
  flex: 0 60%;
  text-align: left;
}
.aims .text-right .right {
  flex: 0 40%;
}
.aims h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.5vw;
  line-height: 1.3;
  color: #666;
  margin-bottom: 0;
}
.aims h3 span {
  color: #E24B6D;
}
.aims p {
  text-align: left;
  padding: 0;
  font-size: 1.1vw;
  width: 22vw;
  line-height: 1.8;
  color: #666;
}
.aims .text-left p {
  text-align: right;
}
.aims img {
  width: 23.6vw;
}
.aims .button {
  margin: 1vw 0;
}
.aims .slides ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 23.1vw;
  margin-top: 1.3vw;
}
.aims .slides li {
  color: #ccc;
  font-size: 1.25vw;
  cursor: pointer;
  transition: .2s;
}
.aims .slides li:not(.active):hover {
  text-decoration: underline;
}
.aims .slides li:first-of-type {
  list-style-type: none;
}
.aims .slides li.active {
  color: #F9B730;
  cursor: normal
}
.aims .slides p {
  display: none;
}
.aims .slides p.active {
  display: block;
}
.aims .block-1 {
  margin-top: 15.7vw;
}
.aims .block-1 img {
  width: 48.3vw;
}
.aims .block-1 .right {
  padding-left: 3.9vw;
}
.aims .block-2 {
  margin-top: 19.2vw;
}
.aims .block-2 .right img {
  width: 39.6vw;
  margin-top: 0.1vw;
  margin-right: 6.5vw;
}
.aims .block-2 .left {
  padding-right: 4.7vw;
}
.aims .block-2 .icon {
  width: 1.7vw;
  margin-top: 2.4vw;
  margin-bottom: 1vw;
}
.aims .block-2 h3 {
  text-align: right;
  margin-bottom: 0.3vw;
}
.aims .block-3 {
  margin-top: 25.2vw;
  position: relative;
}
.aims .block-3 img {
  width: 59vw;
  position: absolute;
  top: -7.4vw;
  left: -12.2vw;
}
.aims .block-3 .right {
  padding-left: 3.8vw;
}
.aims .block-4 {
  margin-top: 26.5vw;
}
.aims .block-4 img {
  width: 49vw;
  margin-right: 2vw;
}
.aims .block-4 .left {
  padding-right: 2.9vw;
}
.aims .block-4 h3 {
  text-align: right;
  margin-top: 9.3vw;
}
.aims .block-5 {
  margin-top: 17vw;
}
.aims .block-5 img {
  width: 42.7vw;
  margin-top: 1vw;
}
.aims .block-5 .right {
  padding-left: 3.8vw;
}
.aims .block-5 .icon {
  width: 2.4vw;
  margin-bottom: 0.9vw;
  margin-top: 0;
}
.aims .block-5 .slides ul {
  width: 24.5vw;
}

/* ############################# */
/*             Example           */
/* ############################# */
.example {
  margin-top: 18.4vw;
  background-image: linear-gradient(39deg,#f9b730,#e24b6d);
  height: 46.1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.example h2 {
  margin-top: 4.3vw;
  color: white;
}
.example .wrapper {
  display: flex;
  margin-top: 1.5vw;
}
.example h3 {
  font-size: 1.1vw;
  color: white;
  margin-bottom: 0;
}
.example .left p,
.example .right p {
  width: 17vw;
  color: white;
  font-size: 0.936vw;
  margin-top: 0.1vw;
  line-height: 1.8;
  margin-bottom: 2.6vw;
}
.example .left {
  text-align: right;
  padding-top: 3.2vw;
  padding-right: 0.7vw;
}
.example .right {
  padding-top: 3.2vw;
  padding-left: 0.7vw;
}

.example .center--texted {
  background-color: #fff;
  width: 51vw;
  text-align: center;
  font-size: 1rem;
  padding: 2em;
  border-radius: 1rem;
  margin: 0 1.5rem auto;
  box-shadow: 0 0 5rem rgb(100 100 100 / 20%);
}

.example .center--texted p {
  color: #000;
  font-size: 1.1rem;
}
.example .center--texted p:last-child {
  margin-bottom: 0;
}

.example .center--texted h2,
.example .center--texted h3,
.example .center--texted h4,
.example .center--texted h5,
.example .center--texted h6 {
  color: #666;
  margin-top: 0;
  margin-bottom: 1em;
}
.example .center--texted h2 {
  font-size: 2rem;
}
.example .center--texted h3 {
  font-size: 1.5rem;
}

/* ############################# */
/*          Improvements         */
/* ############################# */
.improvements .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
}
.improvements .content h2 {
  margin: 3.3781vw 0 3.2336vw;
  max-width: 38.033vw;
  text-align: center;
  line-height: 1.5;
  font-size: 2.55vw;
}
.improvements .content h2 span {
  color: #973067;
}
.improvements .content p {
  max-width: 51.058vw;
  text-align: center;
  font-size: 1.1983vw;
  color: #666666;
  line-height: 1.6;
}
.improvements .points {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../../assets/img/personal-improv.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 1.3025vw;
}
.improvements ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  width: 59.4982vw;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 1.563vw;
  padding: 3.126vw 0 0 7.3982vw;
  box-shadow: 0 0 1.042vw rgba(0,0,0,.15);
  padding-bottom: 1.9798vw;
  margin-top: 0.7815vw;
  position: relative;
}
.improvements ol::before {
  content: url('../../assets/img/block-top.svg');
  position: absolute;
  top: -4.9495vw;
  right: -8.0755vw;
  height: 2.605vw;
  width: 15.63vw;
}
.improvements ol::after {
  content: url('../../assets/img/block-bottom.svg');
  position: absolute;
  bottom: 3.2823vw;
  left: -7.6066vw;
  height: 2.605vw;
  width: 15.63vw;
}
.improvements ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  flex: 0 50%;
  margin-bottom: -1.53vw;
  cursor: pointer;
  margin-bottom: .3647vw;
}
.improvements ol li:nth-of-type(even) {
  padding-left: 1.1462vw;
}
.improvements ol li::before {
  position: absolute;
  content: counter(my-awesome-counter);
  color: white;
  font-weight: bold;
  top: 1.3546vw;
  left: -3.3865vw;
  background-color: #E24B6D;
  width: 2.3445vw;
  height: 2.3445vw;
  border-radius: 2.605vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4588vw;
  transition: .2s;
}
.improvements ol li:nth-of-type(even)::before {
  left: -2.2403vw;
}
.improvements .points h3 {
  font-size: 1.4588vw;
  color: #E24B6D;
  margin-bottom: 1.1983vw;
  transition: .2s;
}
.improvements .points li:hover h3 {
  color: #feb648;
}
.improvements ol li:hover::before {
  background-color: #feb648;
}
.improvements .points p {
  font-size: 1.042vw;
  line-height: 1.9;
  padding-right: 4.4285vw;
  color: #666666;
}


/* ############################# */
/*           Book Online         */
/* ############################# */
.book-online {
  position: relative;
  background-color: #f7f7f7;
  min-height: 26.05vw;
  margin-bottom: 13.025vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.book-online::after {
  position: absolute;
  content: '';
  bottom: -13.025vw;
  background-image: url(../../assets/img/book-bg-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 13.025vw;
  width: 100%;
}
.book-online h2 {
  text-align: center;
  line-height: 1.3;
  margin-top: 4.5327vw;
}
.book-online h2 span {
  font-size: 1.8756vw;
  color: #FF957F;
  line-height: 2.5;
}
.book-online form {
  display: flex;
  flex-wrap: wrap;
}
.book-online .form-group {
  flex: 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.773vw;
  margin-bottom: 1.042vw;
  z-index: 1;
}
.book-online .form-group.full {
  flex: 0 100%;
}
.book-online label {
  font-size: 0.9899vw;
  margin-top: 1.0941vw;
  margin-bottom: 0.6252vw;
  color: #666666;
}
.book-online input {
  width: 18.235vw;
  height: 2.605vw;
  border-radius: 0.2605vw;
  border: 0.1042vw solid #E5E5E5;
  color: #666666;
  background: transparent;
  text-align: center;
  font-size: 1.1462vw;
}
.book-online input[type=submit] {
  background-color: #FF957F;
  border: 0;
  border-radius: 2.605vw;
  margin-top: 2.8218vw;
  width: 7.5024vw;
  height: 3.2302vw;
  color: white;
  font-size: 1.2504vw;
  box-shadow: 0 0 0.521vw rgba(0,0,0,.2);
  margin-bottom: -2.6571vw;
  z-index: 1;
  cursor: pointer;
}
.book-online h3 {
  font-size: 1.8756vw;
  color: #666666;
  margin-top: 3.126vw;
}
.book-online .visible-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50.537vw;
}
.book-online .item {
  height: 13.3897vw;
  width: 11.3057vw;
  border-radius: 2.084vw;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 2.084vw rgba(0,0,0,0.1);
  cursor: pointer;
  transition: .2s;
}
.book-online .item img {
  height: 7.0335vw;
  margin-top: 1.563vw;
}
.book-online .item p {
  color: #666;
  font-weight: 600;
  font-size: 1.3546vw;
  margin-bottom: 0;
  max-width: 80%;
  text-align: center;
  line-height: 1.1;
}
.book-online .item p.smaller {
  font-size: 1.2504vw;
  margin-top: 0.9378vw;
}
.book-online .item.active {
  background-color: #FEEEEB;
  box-shadow: 0 0 0 0.1563vw rgba(0,0,0,.02);
}
.book-online .hidden-elements {
  display: none;
}


/* ############################# */
/*          Help Classes         */
/* ############################# */
.scrollbar-macosx {
    overflow-x: hidden;
    max-height: 100vh;
}
::-webkit-scrollbar {
    width: 0; /* remove scrollbar space */
    background: transparent;
}
.simplebar-horizontal {
  display: none;
}

/* ############################# */
/*             Popup             */
/* ############################# */
#popmake-634,
#popmake-652 {
  margin: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 99999999999;
  background: white;
}
#popmake-634 .text-after-title,
#popmake-652 .text-after-title {
  z-index: 999;
  color: #d45a71;
  font-size: 1.1462vw;
  max-width: 44.0245vw;
  text-align: center;
  font-weight: bold;
  margin-top: 2vw;
  margin-bottom: 0;
}
#popmake-634 h2,
#popmake-652 h2 {
  margin-bottom: 0;
  font-size: 1.8756vw;
  color: #ff957f;
}
#popmake-634 section,
#popmake-652 section {
  height: 24.487vw;
}
#popmake-634 .pum-close,
#popmake-652 .pum-close {
  right: 18.235vw;
  top: 2.084vw;
  background: #ff957f;
  border-radius: 2.1882vw;
}
#popmake-634 form,
#popmake-652 form {
  justify-content: center;
}
#popmake-634 .form-group.full p,
#popmake-652 .form-group.full p {
  font-size: 1vw;
}

/* ############################# */
/*             Reviews           */
/* ############################# */
.reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('../../assets/img/reviews-shape-bg.png');
  height: 61.478vw;
  background-size: contain;
  margin-top: 12vw;
}
.reviews h2 {
  margin: 1.042vw;
  line-height: 1.3;
  text-align: center;
  margin-top: 6.252vw;
}
.reviews .quotes {
  width: 9.6906vw;
  margin-top: 2.7092vw;
}
.reviews .reviews-slider {
  display: flex;
  align-items: center;
  width: 68.251vw;
  margin-top: 4.7932vw;
  justify-content: space-between;
}
.reviews .reviews-slider .slick-slide > div {
  text-align: center;
}
.reviews .review {
  background-color: white;
  border-radius: 1.563vw;
  padding-top: 1.563vw;
  margin: 1em;
}
.reviews .author {
  display: flex;
  align-items: center;
}
.reviews .author img {
  margin: 0.521vw 0 0 2.5008vw;
  height: 4.8453vw;
  width: 4.8453vw;
  border-radius: 4.8453vw;
}
.reviews .info {
  margin-left: 1.563vw;
}
.reviews .info h3 {
  margin: 0;
  font-size: 1.2504vw;
  color: #666;
}
.reviews .info p {
  margin: 0;
}
.reviews .review > p {
  padding: 0.7294vw 2.605vw 0.8857vw 2.2403vw;
  color: #666;
  font-size: 0.7815vw;
  line-height: 1.9;
  text-align: left;
}
.reviews .trustpilot {
  margin-top: 1.8756vw;
  margin-bottom: 5.0016vw;
  display: flex;
}
.reviews .slick-arrow {
  height: 2.605vw;
  position: absolute;
  top: 8.336vw;
  z-index: 9999;
}
.reviews .prev {
  left: -4.689vw;
}
.reviews .next {
  right: -4.689vw;
}
/* Star reviews */
.reviews .stars {
  display: flex;
  justify-content: center;
}
.reviews .stars svg {
  height: 1vw;
}


/* ############################# */
/*           Why choose          */
/* ############################# */
.why-chose .steps {
  height: 56.268vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.why-chose .steps .step {
  height: 56.268vw;
  transform: skewX(-3.8deg);
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 2.084vw rgba(0, 0, 0, .3);
  transition: .2s;
  background-color: white;
}
.why-chose .steps .step:not(.active) {
  cursor: pointer;
}
.why-chose .steps .step:not(.active):hover {
  filter: invert(0.2);
}
.why-chose .steps .step-1 {
  width: 61.7385vw;
  margin-left: -2.605vw;
  z-index: 4;
}
.why-chose .steps .step-2 {
  z-index: 3;
  width: 72.1585vw;
}
.why-chose .steps .step-3 {
  z-index: 2;
  width: 85.1835vw;
}
.why-chose .steps .step-4 {
  z-index: 1;
  transform: skewX(0);
  width: 100vw;
}
.why-chose .steps .short {
  transform: skewX(-3.8deg) translateX(-44.285vw);
}
.why-chose .steps .unskew {
  transform: skewX(3.8deg);
}
.why-chose .steps .full-image {
  height: 18.235vw;
  margin-right: -2.084vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.why-chose .steps .content {
  z-index: 2;
}
.why-chose .content .icons {
  display: flex;
  width: 46.89vw;
  margin-bottom: 2.963vw;
}
.why-chose .content .icons .left {
  display: flex;
  flex: 0 63%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-chose .content .icons .full {
  flex: 0 100%;
  color: #D2D2D2;
  margin-bottom: 0.521vw;
}
.why-chose .content .icons .icon {
  border: 0.1042vw solid #FFA617;
  border-radius: 2.084vw;
  height: 8.7528vw;
  width: 8.7528vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why-chose .content .icons .icon img {
  height: 4.0117vw;
}
.why-chose .content .icons .icon h5 {
  margin: 0;
  text-align: center;
  font-size: 0.7294vw;
  color: #666;
  line-height: 1.3;
  margin-top: 0.521vw;
}
.why-chose .content .icons .right {
  flex: 0 37%;
  flex-wrap: wrap;
  padding-left: 2.084vw;
}
.why-chose .content .icons .right a {
  text-decoration: none;
}
.why-chose .content .icons .right .video {
  display: flex;
  background-color: #fbfbfb;
  border-radius: 0.6252vw;
  width: 15.7vw;
}
.why-chose .content .icons .right .video .description {
  padding-left: 0.7815vw;
}
.why-chose .content .icons .right img {
  height: auto;
  width: 4.2201vw;
}
.why-chose .content .icons .right h5 {
  margin: 0;
  font-size: 0.7815vw;
  margin-top: 0.2605vw;
  line-height: 1.3;
  color: #666;
}
.why-chose .content .icons .right p {
  margin: 0;
  color: #d2d2d2;
  font-size: 0.8336vw;
  font-weight: bold;
  margin-top: 0.1563vw;
}
.why-chose .step:not(.active) .full-image,
.why-chose .step:not(.active) .content {
  z-index: -1
}
.why-chose .steps .short-image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -1.9277vw;
  transition: .2s;
  height: 100%;
}
.why-chose .step:not(.active) .short-image {
  z-index: 1;
}
.why-chose .step.active .short-image,
.why-chose .step.active .short-info {
  transform: translateX(25.63vw)
}
.why-chose .step-4 .short-image {
  right: 0;
}
.why-chose .full-image img {
  height: 9.899vw;
}
.why-chose .full-image p {
  text-transform: uppercase;
  font-size: 1.563vw;
  color: white;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.3126vw;
}
.why-chose .full-image h3 {
  color: white;
  font-size: 2.1361vw;
  margin: 0;
}
.why-chose .full-image .heading {
  margin-left: 1.8756vw;
}
.why-chose .full-info {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 17.714vw;
  top: 4.4285vw;
}
.why-chose .short-info {
  z-index: 2;
  position: absolute;
  right: 2.605vw;
  transition: .2s;
  top: 1.9277vw;
  text-align: center;
  width: 7.815vw;
}
.why-chose .short-info img {
  height: 7.0335vw;
}
.why-chose .short-info p {
  color: white;
  text-transform: uppercase;
  font-size: 1.0941vw;
  letter-spacing: 0.2605vw;
  margin: 0;
  margin-top: 0.9899vw;
}
.why-chose .short-info h3 {
  margin: 0;
  color: white;
  font-size: 1.2504vw;
  margin-top: 0.2084vw;
}
.why-chose .content {
  width: 39.5944vw;
  margin-right: 12.504vw;
  margin-left: auto;
  margin-top: 2.4764vw;
}
.why-chose .content h4 {
  color: #FFA617;
  font-size: 1.4588vw;
  margin: 0;
}
.why-chose .content p {
  color: #666666;
  font-size: 1.1983vw;
  margin-top: 0.1563vw;
  line-height: 1.8;
  margin-bottom: 1.9798vw;
}
.why-chose .step-2 .content h4 {
  color: #FF957F;
}
.why-chose .step-3 .content h4 {
  color: #D45A71;
}
.why-chose .step-4 .content h4 {
  color: #7C3757;
}
.why-chose .step-2 .content .icons .icon {
  border-color: #FF957F;
}
.why-chose .step-3 .content .icons .icon {
  border-color: #D45A71;
}
.why-chose .step-4 .content .icons .icon {
  border-color: #7C3757;
}


/* ############################# */
/*         Footer Contact        */
/* ############################# */
.footer-contact {
  display: flex;
  flex-wrap: wrap;
}
.footer-contact .left {
  flex: 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-contact h2 {
  margin-right: 7.3461vw;
  margin-top: 2.7613vw;
  line-height: 1.45;
  color: #973067;
}
@media (min-width: 1024px) {
  .footer-contact h2 {
    font-size: 40px;
  }
}
.footer-contact h2 span {
  color: #666;
  font-size: 1.2504vw;
}
.footer-contact .left img {
  width: 29.5407vw;
  margin-top: 0.6252vw;
  margin-right: 6.8772vw;
}
/* .footer-contact .accordion > div {
  height: auto !important;
} */
.footer-contact .right {
  flex: 0 50%;
  padding-right: 14.9527vw;
  padding-top: 6.9293vw;
}

.footer-contact .right .panel {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

.footer-contact .right .panel::after {
  content: '';
  background: #bbb;
  height: 1px;
  width: 31.26vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-contact .right h3 {
  position: relative;
  color: #E24B6D;
  padding-left: 1.0941vw;
  font-size: .8336vw;
  /* margin-bottom: 5.0537vw; */
  /* outline: none; */
  cursor: pointer;
  padding-right: 6vw;
  transition: .2s;
}

.footer-contact .accordion-item_content {
  color: rgba(0, 0, 0, 0);
  height: 0px;
  transition: height .3s, color .4s;
  overflow: hidden;
}

.footer-contact .accordion-item_content.active {
  color: #000;
  height: auto;
}

.footer-contact .right h3:hover {
  color: #666;
}

.footer-contact .right h3::before {
  content: '+';
}
.footer-contact .right h3.ui-accordion-header-active::before {
  content: '-';
}
.footer-contact .right h3::before,
.footer-contact .right h3.ui-accordion-header-active::before {
  color: #666;
  position: absolute;
  right: 4.689vw;
  font-size: 1.4588vw;
  line-height: 0.8;
}
.footer-contact .scrollbar-macosx {
  height: 29.176vw;
}
.footer-contact .panel p {
  padding: 1.1462vw  6.252vw 1.1462vw 1.042vw;
  line-height: 1.7;
  font-size: 0.8336vw;
  margin: 0 ;
}
.footer-contact .bottom-content {
  flex: 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-contact .bottom-content h3 {
  text-align: center;
  color: #888;
  font-size: 1.2504vw;
  margin-top: 4.168vw;
  line-height: 1.8;
}
.footer-contact .bottom-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 19.277vw;
  margin-top: 1.042vw;
}
.footer-contact .bottom-links img {
  width: 2.605vw;
  transition: .2s;
}
.footer-contact .bottom-links img:hover {
  transform: scale(1.2);
}



.only-mobile {
  display: none;
}

.start-journey .form-group.submit {
  padding-top: 1.168vw;
}



/* mobile */

@media screen and (max-width:768px) {
  .reviews .stars svg {
    height: 4vw;
  }
  .only-mobile {
    display: inherit;
  }
  #packages.only-mobile {
    display: block;
  }
  .pum {
    display: none!important;
  }
  nav {
    height: 20vw;
    overflow: hidden;
    transition: .2s;
  }
  nav.active {
    height: 100vw;
    background-color: #d45a71;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
  }
  nav .logo {
    height: 12.9739vw;
    margin-top: 5vw;
    margin-left: 1.8vw;
  }
  nav, nav.scroll-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero {
    background-image: url('../../assets/img/personal-hero-mob.png');
    height: 143.053vw;
    overflow: hidden;
  }
  body .hero .hero-form,
  .hero-text .top,
  .hero ul,
  nav.scroll-nav,
  .hide-mobile {
    display: none !important;
  }
  .hero-text {
    height: 104.929vw;
    margin: 26vw auto 0;
    width: 100%;
    text-align: center;
  }
  h1 {
    font-size: 7.0907vw;
    max-width: 90vw;
    margin: auto;
    line-height: 1.6;
  }
  .hero-text .bottom {
    font-size: 4.4vw;
    line-height: 1.7;
    margin: 0;
    margin-top: 7.6vw;
    padding: 0 9vw;
    margin-bottom: 8.3vw;
  }
  .hero .hero-review {
    margin-top: 10.3vw;
    height: 27.3vw;
    width: 100vw;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 3vw 0;
    background-color: white;
  }
  .hero .button {
    display: inline-flex;
    background: #ADD45A;
    height: 14.2vw;
    width: 40vw;
    margin-top: 0.8vw;
    border-radius: 2.7vw;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 4.3vw;
    font-weight: bold;
  }
  .hero .hero-review img {
    height: 5.768vw;
    border-radius: 0;
  }
  .hero .hero-review .author p {
    font-size: 3.942vw;
  }
  .hero .hero-review .info p {
    font-size: 2.7857vw;
  }
  .hero .trustpilot-info p {
    width: 20vw;
  }
  nav ul {
    flex-direction: column;
  }
  nav li a {
    font-size: 4.3vw;
  }
  nav li {
    margin-bottom: 1.3vw;
  }
  nav .burger {
    background: white;
    height: 0.6vw;
    width: 7vw;
    position: absolute;
    right: 9vw;
    top: 11.1vw;
    border-radius: 30vw;
  }
  nav .burger::before {
    content: '';
    background: white;
    height: 0.6vw;
    width: 7vw;
    position: absolute;
    top: -2.5vw;
    border-radius: 30vw;
  }
  nav .burger::after {
    content: '';
    background: white;
    height: 0.6vw;
    width: 7vw;
    position: absolute;
    top: 2.5vw;
    border-radius: 30vw;
  }
  .points {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .points img {
    height: 60vw;
    margin-top: 15.3vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .points h2 {
    text-align: center;
    font-size: 7.7vw;
    margin-top: 11.5vw;
  }
  .points ul {
    display: flex;
    flex-direction: column;
    font-size: 4.15vw;
    margin: 0;
    color: #666;
    list-style-type: none;
    padding-left: 3em;
  }
  .points li {
    position: relative;
    margin-bottom: 3.8vw;
  }
  .points li::before {
    content: '';
    background-image: url('../../assets/img/personal-check-mob.svg');
    position: absolute;
    top: 0;
    left: -9.2vw;
    height: 6.2vw;
    width: 6.2vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .points .button,
  .improvements .button,
  .web-sections .button,
  .aims .button {
    display: block;
    width: auto;
    max-width: max-content;
    height: auto;

    padding: 0.8em 2em;
    margin-top: 10.6vw;
    margin-left: auto;
    margin-right: auto;

    border-radius: 2.3vw;
    font-size: 4.5vw;
  }
  .improvements .points {
    background: none;
  }
  .improvements .button {
    margin-top: -3vw;
    background-color: #ED1476;
  }
  .improvements ol::before,
  .improvements ol::after {
    display: none;
  }
  .improvements ol {
    background: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
    width: 84.5982vw;
  }
  .improvements ol img {
    height: 55vw;
    margin-top: 27.9vw;
    width: 85vw;
    transform: scale(1.7) translateX(20vw);
    margin-bottom: 26.9vw;
  }
  .improvements ol li {
    flex: unset;
    width: 100%;
    margin-top: 15vw;
  }
  .improvements {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-bottom: 18.6vw;
  }
  .improvements .arrow {
    height: 13vw;
    margin-top: 5vw;
  }
  .improvements .under-arrow {
    font-family: 'Waiting for the Sunrise', cursive;
    font-size: 5.7vw;
    text-align: center;
    line-height: 1.6;
    margin: 3.2vw 0 14.6vw;
    color: #E24B6D;
  }
  .improvements h2.only-mobile {
    font-size: 8vw;
    text-align: center;
    padding: 0 8vw;
  }
  .improvements .points h3 {
    font-size: 5.7vw;
    color: #666;
  }
  .improvements ol li:before {
    top: -8.7454vw;
    left: 44%;
    width: 9.8445vw;
    height: 9.8445vw;
    border-radius: 9.605vw;
    font-size: 6.0588vw;
  }
  .improvements .points p {
    font-size: 4.042vw;
    padding-right: 0;
    color: black;
  }
  .improvements ol li:nth-of-type(even)::before {
    left: 44%;
  }
  .web-sections {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .web-sections > img {
    height: 83.1vw;
    margin-top: 18.7vw;
    margin-right: 7vw;
  }
  .web-sections h2 {
    color: #CD1562;
    font-size: 5.8vw;
    text-align: center;
    width: 70vw;
    margin-top: 21.6vw;
  }
  .web-sections p {
    font-size: 4.1vw;
    text-align: center;
    width: 80vw;
    line-height: 1.9;
    color: #666;
    margin-top: 2.9vw;
  }
  .web-sections .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 77vw;
    margin-top: 12.1vw;
  }
  .web-sections .wrapper a {
    background: #F7F7F7;
    width: 35.8vw;
    margin-bottom: 6vw;
    border-radius: 4vw;
    height: 43vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
  }
  .web-sections .wrapper img {
    height: 15.5vw;
  }
  .web-sections .wrapper h3 {
    font-size: 4.7vw;
    margin-bottom: 0;
  }
  .web-sections .wrapper a:nth-of-type(1) {
    color: #E24B6D;
  }
  .web-sections .wrapper a:nth-of-type(2) {
    color: #F9B730;
  }
  .web-sections .wrapper a:nth-of-type(3) {
    color: #22BC9F;
  }
  .web-sections .wrapper a:nth-of-type(4) {
    color: #3194F7;
  }
  .web-sections .button {
    background-color: #ED1476;
    margin-top: 7.3vw;
  }
  .aims {
    margin: 0;
    height: initial;
  }
  .aims h2 {
    font-size: 7.65vw;
    color: #E24B6D;
  }
  .aims .text-block {
    flex-direction: column;
  }
  .aims .text-block .left,
  .aims .text-block .right {
    flex: 0 100%;
  }
  .aims .block-1 {
    margin-top: 13.3vw;
  }
  .aims .block-1 img {
    width: 83.3vw;
  }
  .aims .block-1 .right,
  .aims .block-2 .left {
    padding: 0;
    text-align: center;
  }
  .aims h3 {
    margin-top: 9vw;
    text-align: center;
    font-size: 5.8vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .aims .slides ul {
    width: 82vw;
    margin-bottom: 4vw;
	margin-left: 0;
    justify-content: space-around;
  }
  .aims .slides li {
    font-size: 18px;
  }
  .aims p {
    text-align: center;
    padding: 0;
    font-size: 3.94vw;
    width: 82vw;
    line-height: 1.9;
    color: #666;
    margin-top: 0;
  }
  .aims .text-left .left {
    order: 2;
  }
  .aims .text-left .right {
    order: 1;
  }
  .aims .block-2 .right img {
    width: 82vw;
    margin: 0;
  }
  .aims .block-2 .icon {
    display: none;
  }
  .aims .block-2 h3 {
    text-align: center;
    margin: auto;
    margin-top: 5vw;
    margin-bottom: 4vw;
  }
  .aims .text-left p {
    text-align: center;
  }
  .aims .block-3 img {
    width: 82vw;
    position: relative;
    top: unset;
    left: unset;
  }
  .aims .block-3 .right {
    padding-left: 0;
    text-align: center;
  }
  .aims .button {
    margin-top: 13.6vw;
  }
  .aims .block-4 img {
    width: 82vw;
    margin-bottom: -7vw;
  }
  .aims .block-4 h3 {
    text-align: center;
    margin-top: 9.3vw;
    width: 100%;
  }
  .aims .block-4 .left {
    padding-right: 0;
  }
  .aims .block-5 img {
    width: 82vw;
    margin-top: 6vw;
  }
  .aims .block-5 .icon {
    display: none;
  }
  /* .aims .block-5 h3 {
    margin-top: -8vw;
  } */
  .aims .block-5 .right {
    padding-left: 0;
  }
  .aims .block-5 .slides ul {
    width: 82vw;
  }
  .aims .block-5 .button {
    display: none;
  }
  .cta-form {
    background: #663395;
    margin-bottom: 7vw;
    margin-top: 22vw;
    padding: 10vw 1rem;
    padding-top: calc(13vw + 2rem);
  }
  .cta-form img {
    position: absolute;
    top: -9vw;
    width: 19.8vw;
    left: 38.9vw;
  }
  .cta-form form {
    text-align: center;
  }
  .cta-form h2 {
    color: white;
    font-size: 7.2vw;
    padding-top: 18vw;
    margin-bottom: 9.6vw;
    margin-top: 0;
    text-align: center;
  }
  .cta-form label {
    visibility: hidden;
    display: block;
    height: 0;
  }
  .cta-form input[type=submit] {
    background-color: #ED2678;
    max-width: 50%;
    display: block;
    margin: 0 auto;
    border-radius: 2vw;
    color: white;
    text-transform: uppercase;
       -webkit-appearance: none;
  }
  .interview-plans .notification,
  .footer-contact .left,
  footer h2,
  footer .wpcf7,
  footer .social-icons {
    display: none;
  }
  footer {
    margin-top: 20.231vw;
    background-size: 500%;
    background-position-y: center;
    height: auto;
    background-image: linear-gradient(120deg, #C5556A, #FFA617);
  }
  footer .footer-menu {
    width: 81.898vw;
    margin-top: 9.126vw;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-menu img {
    margin: 0;
    height: 14vw;
    margin-bottom: 6.2vw;
  }
  footer .menu-block {
    padding-top: 1.9277vw;
    width: 100%;
  }
  footer .menu-block.first::before {
    height: 1px;
    width: 100%;
    left: -1.5991vw;
    top: .3647vw;
  }
  footer .menu-block h3,
  footer .footer-menu ul {
    text-align: left;
  }
  footer .menu-block h3 {
    font-size: 3.7vw;
  }
  footer .footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 3.7vw;
  }
  footer .footer-menu li {
    margin-bottom: 0;
    line-height: 2;
  }
  footer .copyright p {
    font-size: 2.2773vw;
    text-align: center;
  }

  div.wpcf7-response-output {
    border-radius: 50vw;
    font-size: 4vw;
    margin-top: 0 !important;
  }
  span.wpcf7-not-valid-tip {
    position: absolute;
    width: 50vw;
    top: 7.8vw;
    background: white;
    border-radius: 10vw;
    left: 16vw;
    font-size: 4vw;
  }
  .reviews {
    padding-bottom: 18.6vw;
    background-color: #f7f7f7;
    background-image: none;
    height: 189vw;
    margin-top: 0;
    text-align: center;
    padding-top: 1vw;
  }
  .reviews h2 {
    font-size: 8vw;
    margin-top: 24vw;
    margin-bottom: 4vw;
  }
  .reviews .trustpilot {
    margin-top: -1.1244vw;
    margin-bottom: 5.0016vw;
    display: flex;
  }
  .reviews .quotes {
    width: 23.6906vw;
    margin-top: 5.7092vw;
    margin-bottom: 7vw;
  }
  .reviews .review {
    /* width: 65.84vw !important; */
    border-radius: 6.563vw;
    height: 68vw;
    box-shadow: 0 0 5vw rgba(0,0,0,.1);
    /* margin: 5vw 0; */
  }
  .featured .next, .partnered .next, .reviews .next {
    right: 5.311vw;
  }
  .featured .prev, .partnered .prev, .reviews .prev {
    left: 5.711vw;
  }
  .reviews .author img {
    margin: 4.821vw 0 0 8.3008vw;
    height: 15.5453vw;
    width: 15.5453vw;
    border-radius: 18.8453vw;
  }
  .reviews .info {
    margin-left: 4.563vw;
  }
  .reviews .info h3 {
    font-size: 4.2504vw;
  }
  .reviews .info p {
    font-size: 2.5vw;
  }
  .reviews .review>p {
    padding: .7294vw 5.605vw .8857vw 7.2403vw;
    font-size: 3.0815vw;
    line-height: 1.7;
  }
  .reviews .reviews-slider {
    width: 100vw;
    margin-bottom: 10vw;
  }
  .featured .slick-arrow, .partnered .slick-arrow, .reviews .slick-arrow {
    height: 8.605vw;
    position: absolute;
    top: 34.336vw;
    z-index: 9999;
  }
  .why-chose h2 {
    font-size: 8vw;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .why-chose > h2.steps-title {
    background-image: linear-gradient(98deg, #FFA51B, #F29357);
    height: 35vw;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .why-chose > h2.steps-title span {
    color: white;
  }
  .why-chose .steps {
    height: auto;
  }
  .why-chose .steps .step {
    transform: skewX(0);
    width: 100vw;
    margin: 0;
    position: relative;
    height: 26.8vw;
    min-height: 26.8vw;
    overflow: hidden;
  }
  .why-chose .steps .unskew {
    transform: skewX(0);
  }
  .why-chose .steps .full-image {
    background-image: none!important;
    height: 26.8vw;
  }
  .why-chose .steps .step-1 .full-image {
    background-color: #FFA617;
  }
  .why-chose .steps .step-2 .full-image {
    background-color: #FF957F;
  }
  .why-chose .steps .step-3 .full-image {
    background-color: #D45A71;
  }
  .why-chose .steps .step-4 .full-image {
    background-color: #7C3757;
  }
  .why-chose .step .short-image,
  .why-chose .step .short-info,
  .why-chose .content .icons {
    display: none;
  }
  .why-chose .content {
    margin: 0;
    width: 100%;
    padding: 9vw;
  }
  .why-chose .content h4 {
    font-size: 5.4588vw;
    margin-top: 4vw;
  }
  .why-chose .content p {
    font-size: 4.1983vw;
    margin-top: 4.1563vw;
    margin-bottom: 12.7798vw;
  }
  .why-chose .steps .step.active {
    min-height: 111vw;
    height: auto;
  }
  .why-chose .steps .step.active::after,
  .why-chose .steps .step:not(.active)::after {
    position: absolute;
    z-index: 99999;
    font-size: 9vw;
    top: 7.1vw;
    right: 8vw;
    color: white;
  }
  .why-chose .steps .step.active::after {
    content: '-';
  }
  .why-chose .steps .step:not(.active)::after {
    content: '+';
    font-size: 8vw;
  }
  .why-chose .full-info {
    left: 10vw;
    top: 4.4285vw;
    right: unset;
  }
  .why-chose .full-image img {
    height: 18.899vw;
  }
  .why-chose .full-image .heading {
    margin-left: 5.8756vw;
  }
  .why-chose .full-image p {
    font-size: 4.563vw;
  }
  .why-chose .full-image h3 {
    font-size: 5.2361vw;
  }
  .talk-to-us h2 {
    font-size: 7.65vw;
    text-align: center;
    padding: 0 10px;
    line-height: 1.4;
    margin-top: 20vw;
  }
  .talk-to-us h2 span {
    color: #FF957F;
    font-size: 6.3vw;
  }
  .talk-to-us > p {
    font-size: 4.1vw;
    color: #666;
    text-align: center;
    padding: 0 8vw;
    margin: 0;
    line-height: 1.9;
  }
  .talk-to-us .contact-buttons {
    text-align: center;
    margin-bottom: 3vw;
  }
  .talk-to-us .contact-buttons a {
    display: inline-flex;
    text-decoration: none;
    color: #ADD45A;
    border: 1px solid #ADD45A;
    height: 13.8vw;
    width: 49vw;
    border-radius: 2.5vw;
    align-items: center;
    justify-content: center;
    font-size: 4.5vw;
    text-transform: uppercase;
  }
  .talk-to-us .contact-buttons .whatsapp {
    margin-top: 11vw;
  }
  .talk-to-us .contact-buttons p {
    font-size: 4.5vw;
    color: #1FB272;
  }
  .talk-to-us .contact-buttons .call {
    background-color: #add45a;
    color: white;
  }
  .footer-contact .right {
    flex: 0 100%;
    padding: 0;
  }
  .footer-contact h2 {
    color: #666;
    text-align: center;
    margin-top: 28vw;
    font-size: 4.4vw;
  }
  .footer-contact h2 {
    color: #666;
    text-align: center;
    margin-top: 19.1vw;
    font-size: 4.4vw;
    background-color: #e2e2e2;
    margin-right: 0;
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .footer-contact .scrollbar-macosx {
    height: 96vw;
    margin-left: 10vw;
  }
  .footer-contact .right h3 {
    font-size: 3.4vw;
    margin-top: 6vw;
    width: 86vw;
    padding-right: 16vw;
    padding-bottom: 6vw;
  }
  .footer-contact .right h3::before,
  .footer-contact .right h3.ui-accordion-header-active::before {
    font-size: 5.4588vw;
  }
  .footer-contact .panel p {
    font-size: 3.4vw;
    color: #666;
  }
  .footer-contact .right h3:not(.ui-accordion-header-active)::after {
    height: 1px;
    width: 98%;
    bottom: 0;
    z-index: 9999;
  }
  .footer-contact .bottom-content h3 {
    font-size: 3.2504vw;
    margin-top: 20.268vw;
  }
  .footer-contact .bottom-links {
    width: 52.277vw;
    margin-top: 1.742vw;
  }
  .footer-contact .bottom-links img {
    width: 6.605vw;
  }
  .footer-contact .right h3.ui-accordion-header-active {
    margin-bottom: -8vw;
  }
}

.pricing--item-title br {
  display: initial !important;
}

@media (min-width: 1024px) {
  .pricing-comparator {
    justify-content: center;
  }
  .swiper-slide.pricing--swiper-item {
    max-width: 25%;
  }
}

@media (max-width: 500px) {
	.hero {
		height: 170vw;
	}
	.aims .slides li {
		padding-right: 9vw;
	}
	.aims .slides li:last-child {
		padding-right: 0;
	}
	.reviews .info h3 {
		font-size: 18px;
	}
	.reviews .info p {
		font-size: 16px;
	}
	.reviews .review {
		overflow-y: auto;
	}
	.reviews .review>p {
		font-size: 16px;
	}
}
