/* GENERAL */
:root{
  --gray: #EBEDF1;
  --gray-50: #F8F8F8;
  --gray-100: #EEEFF0;
  --gray-300: #DCE0E1;
  --gray-400: #BDC2C4;
  --gray-600: #717272;
  --gray-800: #414141;
  --gray-900: #2B2B2B;
  --green: #00AE8E;
  --green-light: #00C5A1;
  --red: #F71823;
  --red-light: #FFEDEE;
  --purple: #6433F8;
  --purple-light: #AB8FFF;
  --purple-dark: #4A23BE;
  --blue: #1C59E7;
}
* {
  box-sizing: border-box;
}
/* */
html {
  font-size: 100.01%;
}
body {
  margin: 0;
  font-size: 64%;
  font-family: tt-commons-pro, Helvetica, Arial, sans-serif;
  color: #313339;
  overflow-x: hidden;
  background: white;
}
body * {
  transition: all .2s ease-out;
}
img, video {
  border: 0;
  display: block;
  max-width: 100%;
}
form, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, p, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
.content h2 {
  font-size: 48px;
  line-height: 76px;
  color: var(--purple);
  font-weight: 500;
}
h3 {
  font-size: 28px;
  font-weight: 300;
  color: var(--gray-900);
}
h4 {
  font-size: 40px;
  color: var(--gray-900);
  font-weight: 600;
}
@media (max-width: 500px) {
  .content h2 {
    font-size: 50px;
    line-height: 76px;
  }
  h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
@media (max-width: 430px) {
  .content h2 {
    font-size: 40px;
    line-height: 76px;
  }
  h3 {
    font-size: 19px;
    line-height: 25px;
  }
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {text-decoration: none;}
a:focus {
  outline: none;
}
.none {
  display: none;
}
.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.flex {
  display: flex;
}
.holder:after {
  display: block;
  content: '';
  clear: both;
}
.holder-box {
  overflow: hidden;
}
.float-left {float: left !important;}
.float-right {float: right !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.no-padding {padding: 0 !important;}
.preload {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed !important;
  top: 0;
}
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* BUTTONS */
.button {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 40px;
  background: var(--purple);
  padding: 0 30px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  border-radius: 30px;
}
.button:hover {
  background: var(--purple-dark);
  color: #fff;
  text-decoration: none;
}
.button + .button {
  margin-left: 15px;
}
.button[disabled] {
  background: #DADFE4;
  opacity: 1;
}

/* BIG BUTTON */
.button-big {
  line-height: 60px;
  font-size: 16px;
  border-radius: 30px;
}
@media (max-width: 430px) {
  .button-big {
    line-height: 46px;
    font-size: 14px;
  }
}

/* SMALL BUTTON */
.button-small {
  font-size: 14px;
  line-height: 35px;
  font-weight: normal;
  padding: 0 20px;
}

/* TRANSPARENT */
.button-transparent {
  background: transparent;
  border: 1px solid var(--purple);
  color: var(--purple);
  line-height: 33px;
}
.button-transparent:hover {
  background: var(--purple-dark);
  color: #fff;
  text-decoration: none;
}

/* INPUT */
.content input.form-control {
  border-radius: 8px;
  width: 290px !important;
  background: white;
  border: 0;
  color: var(--gray-600);
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  height: 69px;
  border: 1px solid var(--gray-100);
}
.content input.form-control:focus {
  box-shadow: none;
  border-color: var(--blue);
}
.content input.form-control:placeholder-shown {
  font-size: 14px;
  color: var(--gray-600);
}
.content input.form-control:placeholder-shown::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.text-purple {
  color: var(--purple);
}
.text-gray-900 {
  color: var(--gray-900);
}

/* CENTERED */
.centered {
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 1280px) {
  .centered {
    width: 100%;
  }
}

/* MAIN */
.main {
  position: relative;
  margin-bottom: 100px;
  overflow-x: hidden;
}
.main:before,
.main:after {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 930px;
  margin: 0 auto;
  background: #fff;
  left: calc((100% - 930px) / 2);
  z-index: 2;
}
.main:before {
  content: '';
}
.main .backgrounds {
  position: absolute;
  top: 25px;
  bottom: 0;
  z-index: 3;
  width: 100%;
  min-width: calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 20px;
}
@media (max-width: 480px) {
  .main .backgrounds {
    min-width: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 30px;
    left: 0;
    right: 0;
  }
}
.main .backgrounds img {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity .5s ease-out;
  border-radius: 32px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.main[data-step="1"] img:nth-child(1) { opacity: 1; }
.main[data-step="2"] img:nth-child(2) { opacity: 1; }
.main[data-step="3"] img:nth-child(3) { opacity: 1; }
.main[data-step="4"] img:nth-child(4) { opacity: 1; }
.main[data-step="5"] img:nth-child(5) { opacity: 1; }

/* HEADER */
header {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 4;
  padding: 0 35px;
  border-bottom: 1px solid var(--gray-300);
  border-radius: 0 0 32px 32px;
}
header .column {
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
header .logo a {
  background: url(../images/logo.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 209px;
  height: 30px;
}
@media (max-width: 576px) {
  header {
    padding: 0 30px;
  }
}
@media (max-width: 510px) {
  header .logo a {
    width: 82px;
    height: 32px;
    background-size: unset;
    background-position: 100% 0;
  }
}

/* SUB HEADING */
.sub-heading {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #414141;
  text-align: center;
  width: 100%;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 75px 0 48px;
  position: relative;
  z-index: 4;
}
@media (max-width: 480px) {
  .sub-heading {
    padding: 70px 0 30px;
  }
}

/* CONTENT */
.content {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  color: #fff;
  overflow: hidden;
}
.content .inner {
  display: flex;
  flex-direction: row;
  width: 500%;
  transition: margin-left .5s ease-out;
}
.main[data-step="1"] .content .inner { margin-left: 0; }
.main[data-step="2"] .content .inner { margin-left: -100%; }
.main[data-step="3"] .content .inner { margin-left: -200%; }
.main[data-step="4"] .content .inner { margin-left: -300%; }
.main[data-step="5"] .content .inner { margin-left: -400%; }
.content .step {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
}
.content .step .fixed-size {
  height: 215px;
  margin-bottom: 60px;
  padding: 0 24px;
}
@media (max-width: 480px) {
  .content .step .fixed-size {
    margin-bottom: 40px;
  }

  .content .step .fixed-size h3 {
    max-width: 250px;
    display: inline-block;
  }
}
/* STEP 1 */
.days {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 0 100px 0;
  margin: 0 15px;
}
@media (max-width: 700px) {
  .days {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .days {
    padding-left: 0;
    padding-right: 0;
  }
}
.days li a {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  color: var(--purple);
  border-radius: 100%;
  border: 3px solid var(--gray);
}
.days li a:hover,
.days li a:active,
.days li a.active {
  border-color: var(--purple);
  background: var(--purple);
  color: #fff;
}
@media (max-width: 480px) {
  .days li a {
    width: 56px;
    height: 56px;
  }
}

/* STEP 2 */
.content .step .form {
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .content .step:nth-child(2) .form {
    padding-top: 0;
  }
}
.content .step .form.form-inline {
  max-width: 516px;
  position: relative;
}
.content .step .form.form-inline form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .content .step .form.form-inline input[type="number"] {
    width: 100% !important;
    padding-right: 120px;
    margin-right: 0;
    font-size: 28px;
    color: var(--gray-800);
    font-weight: 400;
    line-height: normal;
    padding: 0 20px;
    position: relative;
  }
  .content .step .form.form-inline input[type="number"]::placeholder {
    font-size: 14px;
    color: var(--gray-600);
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .content .step .form.form-inline input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    height: 59px;
    line-height: 59px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 32px;
  }
}
@media (max-width: 575.98px) {
  .content .step .form.form-inline input[type="submit"] {
    min-width: 140px;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
  }
  .content .step .form.form-inline input[type="number"] {
    padding: 0 20px;
    position: relative;
    color: var(--gray-800);
    margin: 0 auto;
    font-size: 28px;
    font-weight: 400;
    width: 100% !important;
  }
  .content .step .form.form-inline input[type="number"]::placeholder {
    font-size: 14px;
    color: var(--gray-600);
  }
}
@supports (-webkit-hyphens: none) or (-webkit-touch-callout: none) {
  .content .step .form.form-inline input[type="number"]::placeholder {
    transform: none;
  }
}
.content .step .form .error {
  color: var(--red);
  font-size: 18px;
  background: var(--red-light);
  padding: 30px;
  border-radius: 32px;
  text-align: center !important;
}

/* STEP 3 */
.main[data-step="3"] .content .step {
  padding-bottom: 100px;
}
.main[data-step="3"] .content .step .fixed-size {
  padding: 0;
}

.slider {
  margin: 0 auto;
}
.ui-slider.ui-widget.ui-widget-content {
  background-color: var(--gray-100);
  border: 0;
  border-radius: 5px;
  height: 10px;
  margin-bottom: 80px;
  width: 80%;
}
.ui-slider .ui-slider-handle {
  height: 44px;
  width: 44px;
  margin-left: -22px;
  top: -17px;
  background-color: var(--purple);
  border-radius: 100%;
  border: 0;
  transition-duration: 0.05s;
  outline: none;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.2857142857%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:before,
.ui-slider .ui-slider-handle:after {
  position: absolute;
  color: #fff;
  top: 50%;
  font-size: 10px;
  margin-top: -5px;
}
.slider.values {
  display: flex;
  flex-direction: row;
  font-size: 22px;
  color: var(--gray-400);
  font-weight: bold;
  margin-bottom: 30px;
  width: calc(80% + 44px);
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
}
.slider.values li {
  width: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
}
.slider.values li.active {
  color: var(--purple);
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .slider.values li.active {
    font-size: 18px;
  }
  .ui-slider.ui-widget.ui-widget-content {
    width: 80%;
  }
  .slider.values {
    width: calc(90% + 44px);
  }
}
@media (max-width: 480px) {
  .ui-slider .ui-slider-handle {
    height: 40px;
    width: 40px;
    margin-left: -20px;
    top: -10px;
  }
  .slider.values {
    width: calc(80% + 40px);
    font-size: 14px;
  }
}

/* STEP 4 */
.main[data-step="4"] .content .step {
  padding-bottom: 130px;
}
.content .step .box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 660px) {
  .content .step .box h4 {
    font-size: 28px;
    max-width: 300px;
    display: inline-block;
  }
  .content .step .box {
    padding: 0 30px;
    width: 100%;
  }
}
.content .step .box .form {
  padding-top: 160px;
}
@media (max-width: 480px) {
  .content .step .box .form {
    padding-top: 130px;
  }
}
.content .step .box input.form-control {
  width: 100% !important;
  font-size: 14px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--gray-100);
  color: var(--gray-800);
  padding: 0 20px;
  height: 69px;
  font-weight: 300;
  max-width: 435px;
  margin: 0 auto;
  display: block;
}
.content .step .box input.form-control:focus {
  outline: none;
  border-color: var(--blue);
}
.content .step .box input.form-control::placeholder {
  font-size: 14px;
  color: var(--gray-600);
  font-weight: 400;
}
.content .step .box .captcha {
  max-width: 435px;
  margin: 0 auto;
  display: block;
}
.content .step .box .help-inline {
  color: var(--red);
  font-size: 12px;
  display: block;
  margin: 8px 0;
  font-style: italic;
  text-align: left;
  max-width: 435px;
  margin: 0 auto;
  padding: 4px 0px 12px 16px;
}
.content .step .box input[type="submit"] {
  padding: 0 50px;
  margin-top: 10px;
}
.content .step .box h4 em {
  display: inline-block;
  position: relative;
  font-style: normal;
  white-space: nowrap;
}
.content .step .box h4 em:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 4px;
  background: var(--purple-light);
  z-index: -1;
}
.content .step .form input:invalid,
.content .step .form input.invalid {
  color: var(--red) !important;
  -webkit-text-fill-color: var(--red) !important;
  border-color: var(--red) !important;
}

/* STEP 5 */
.main[data-step="5"][data-people-valid="true"] .content .step {
  padding-bottom: 100px;
}
.content .step .box.fixed-box {
  min-height: 120px;
}
@media (max-width: 480px) {
  .content .step .box.fixed-box {
    min-height: 150px;
    padding: 0 15px;
  }
  .content .step .box.fixed-box h4 {
    font-size: 28px;
  }
}
.content .step .result .light-bg-inner {
  margin-top: 20px;
}
.content .step .result .step-centered {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}
.content .step .result .step-centered a.button {
  line-height: 60px;
  font-size: 16px;
}
.content .step .result .button {
  width: 220px;
}
@media (max-width: 780px) {
  .content .step .result .step-centered {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
.content .step .result .first {
  padding-top: 120px;
  padding-bottom: 30px;
}
.content .step .result h5 {
  font-size: 28px;
  color: var(--gray-900);
  font-weight: 300;
  border-bottom: 1px solid var(--gray-100);
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .content .step .result .first {
    padding-top: 90px;
  }
}
.content .step .result ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 30px;
}
.content .step .result ul li {
  text-align: center;
}
.content .step .result ul li span {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  color: var(--gray-900);
  font-weight: normal;
}
.content .step .result ul li strong {
  font-size: 70px;
  display: block;
  color: var(--purple);
  font-weight: 500;
}
.breakdown {
  color: var(--gray-600);
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
  padding: 0 0 60px;
  border-bottom: 1px solid var(--gray-100);
}
.breakdown h6 {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #081637;
  margin: 20px 0 0;
  border-bottom: 1px solid #081637;
  text-align: center;
  cursor: pointer;
}
.breakdown h6.collapsed {
  border-bottom-color: transparent;
}
.breakdown h6 span {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  margin: 0 auto -15px;
  vertical-align: bottom;
  background: #fff;
  color: #081637;
  font-weight: normal;
  height: 60px;
  font-size: 16px;
}
.breakdown h6.collapsed span {
  background: var(--purple);
  color: #fff;
}
.breakdown .row-box:first-child {
  margin-top: 40px;
}
.breakdown .row-box {
  display: flex;
  flex-direction: row;
  padding: 25px 0;
  border-bottom: 1px solid var(--gray-100);
}
@media (min-width: 768px) {
  .breakdown .row-box {
    padding-right: 10%;
  }
}
.breakdown .col-box {
  flex: 0 0 30%;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .breakdown .col-box {
    font-size: 20px;
  }
}
.breakdown .col-box:first-child {
  font-size: 20px;
  justify-content: flex-start;
  flex: 0 0 10%;
  max-width: 10%;
  margin-right: 24px;
}
@media (max-width: 700px) {
  .breakdown .col-box:first-child {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .breakdown .row-box {
    flex-wrap: wrap;
  }
  .breakdown .col-box:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin: -5px 0 15px;
    font-size: 20px;
  }
  .breakdown .col-box:first-child img {
    width: 45px;
  }
}
.breakdown .row-box.text-blue .col-box:first-child span {
  vertical-align: top;
  margin-left: 10px;
}
.breakdown .row-box.text-small {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breakdown .row-box.text-small .col-box {
  font-size: 16px;
  color: var(--gray-900);
  font-weight: normal;
}
.breakdown small {
  font-size: 12px;
  line-height: normal;
  display: block;
  text-align: center;
}
.breakdown .cost-breakdown-box {
  background: var(--gray-50);
  border-radius: 32px;
  padding: 50px 60px 35px;
  margin-top: 48px;
}
@media (max-width: 780px) {
  .breakdown .cost-breakdown-box { padding: 40px 30px 25px; }
}
@media (max-width: 480px) {
  .breakdown .cost-breakdown-box { padding: 30px 20px 20px; }
}
.breakdown [data-role="toggle-breakdown"] {
  text-align: center;
}
.breakdown [data-role="toggle-breakdown"][aria-expanded="true"] {
  background: var(--purple-dark);
}
.breakdown .breakdown-heading {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: var(--gray-900);
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.breakdown .breakdown-heading:before,
.breakdown .breakdown-heading:after {
  content: "";
  flex: 1 1;
  height: 1px;
  background: var(--gray-300);
}
.breakdown .breakdown-heading span { white-space: nowrap; }

.content .step .result p {
  font-size: 16px;
  color: var(--gray-900);
  font-weight: 300;
}
@media (max-width: 576px) {
  .main {
    margin-bottom: 0;
  }
  .content .step .result ul {
    flex-direction: column;
  }
  .content .step .result ul li + li {
    margin-top: 30px;
  }
  .content .step .result ul li span {
    margin-bottom: 0;
  }
  .content .step .result ul li strong {
    font-size: 64px;
  }
}

/* TOOLTIPS */
.tooltip {
  transform: none !important;
  right: 0;
  left: auto !important;
  bottom: 0;
  padding: 0 !important;
  will-change: unset !important;
  height: 100%;
  transition: all .2s ease-out;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  height: 100%;
  background: var(--red);
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  padding: 0 10px;
  max-width: 104px;
  border-radius: 0;
  border: 1px solid var(--red);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tooltip .arrow {
  left: -0.4rem;
}
.tooltip .arrow:before {
  border-right-color: var(--red);
  border-width: .4rem .4rem .4rem 0 !important;
}
@media (max-width: 480px) {
  .tooltip {
    left: 0 !important;
    top: auto !important;
    bottom: 100%;
    height: auto;
  }
  .tooltip .arrow {
    display: none;
  }
  .tooltip .tooltip-inner {
    max-width: unset;
  }
}

/* SHARABLE */
.no-animation .main .backgrounds img,
.no-animation .content .inner {
  transition: none;
}

