.elementor-4696 .elementor-element.elementor-element-712c6bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:1;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:var( --e-global-color-accent );--border-color:var( --e-global-color-accent );--border-radius:0px 0px 100px 100px;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-4696 .elementor-element.elementor-element-712c6bc:not(.elementor-motion-effects-element-type-background), .elementor-4696 .elementor-element.elementor-element-712c6bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://devpion.com/wp-content/uploads/2024/10/bg_pattern.png");}.elementor-4696 .elementor-element.elementor-element-712c6bc::before, .elementor-4696 .elementor-element.elementor-element-712c6bc > .elementor-background-video-container::before, .elementor-4696 .elementor-element.elementor-element-712c6bc > .e-con-inner > .elementor-background-video-container::before, .elementor-4696 .elementor-element.elementor-element-712c6bc > .elementor-background-slideshow::before, .elementor-4696 .elementor-element.elementor-element-712c6bc > .e-con-inner > .elementor-background-slideshow::before, .elementor-4696 .elementor-element.elementor-element-712c6bc > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:radial-gradient(at top center, var( --e-global-color-044b931 ) 10%, #0A0118CC 100%);}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4696 .elementor-element.elementor-element-712c6bc{--content-width:640px;}}@media(max-width:1024px){.elementor-4696 .elementor-element.elementor-element-712c6bc{--border-radius:0px 0px 50px 50px;--padding-top:6em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}}@media(max-width:767px){.elementor-4696 .elementor-element.elementor-element-712c6bc{--border-radius:0px 0px 25px 25px;--padding-top:5em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}}/* Start custom CSS for html, class: .elementor-element-90cc460 *//* linear-gradient(120deg, #ff7fc2 0%, #b47cfd 100%) */
:root {
  --main-color: #ff7fc2;
  --secondary-color: #b47cfd;
  --dark: #0f0520;
}



.spacer {
  width: 100%;
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
  align-self: center;
}

section#quote-section {
  color: #fff;
  font-size: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  padding-top: max(3rem, 15vh - 2rem, 30vh - 8rem, 45vh - 17rem);
  padding-bottom: 2rem;
  font-size: 1.125rem;
  display: flex;
}

section#quote-section a {
    color: #fff;
    text-decoration: none;
}


section#quote-section select {
    font-family: var( --e-global-typography-b2ce6af-font-family ), Sans-serif;
  font-size: var( --e-global-typography-b2ce6af-font-size );
  font-weight: var( --e-global-typography-b2ce6af-font-weight );
  text-transform: var( --e-global-typography-b2ce6af-text-transform );
  font-style: var( --e-global-typography-b2ce6af-font-style );
  line-height: var( --e-global-typography-b2ce6af-line-height );
  color: var( --e-global-color-secondary );
  background-color: var( --e-global-color-cfa1f76 );
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var( --e-global-color-4d462f5 );
  border-radius: 5px 5px 5px 5px;
}

.quote-container {
  width: 100%;
  max-width: 35rem;
  margin: 0 0 15px 0;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: height 0.2s;
  overflow: auto;
}

.steps {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns:
    minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
    auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: grid;
}

.step {
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-content {
  background-color: #303030;
  border: 0.2rem solid #303030;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  font-weight: 600;
  transition: all 0.35s;
  display: flex;
  position: relative;
}

.step.active .step-content {
  border: 0.2rem solid var(--main-color);
}

.step.completed .step-content {
  border-color: var(--main-color);
  background-color: var(--main-color);
  /* color: black; */
}

.step-line {
  background-color: #303030;
  flex: 1;
  height: 0.4rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  transition: background-color 0.35s;
}

.step.completed .step-line {
  background-color: var(--main-color);
}

.quote-form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.quote-screen {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.quote-screen.active {
  display: flex;
}

.quote-screen-title {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h1.quote-screen-title {
  text-align: center;
  font-size: 3.5rem;
}

.quote-screen-subtitle {
  color: #a5a5a5;
  max-width: 25rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.quote-button {
  cursor: pointer;
  border: 0;
  text-decoration: none;
  display: inline-block;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 99rem;
  width: 100%;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  align-self: center;
  max-width: 15rem;
}

.quote-button:hover {
  background-color: var(--main-color);
  transform: scale(1.03);
}

.quote-cols-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
      0,
      1fr
    );
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-cols-4 > .quote-col {
  grid-area: 1 / span 2 / span 1 / span 2;
}

.quote-cols-4 .quote-col.quote-col-full {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

.label-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 0.15rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.label-wrapper label {
  margin-bottom: 0;
  font-weight: 500;
  display: block;
  font-size: 1rem;
}

.quote-error {
  color: #ff214d;
  font-size: 1rem;
  font-weight: 500;
  display: none;
}

.quote-input,
.quote-select {
  border: 1px none #eee;
  color: #fff;
  background-color: #303030;
  border-radius: 0.625rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 0.5rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.42857;
  display: block;
  width: 100%;
  height: 38px;
}

.quote-input::placeholder {
  color: #5d5d5d;
  font-size: 1.125rem;
}

.quote-select {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/67342be95dc1f6354c1199c5/6737700815b2c50f14d5e0f5_select-down.svg");
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.quote-button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quote-button.is-back {
  background-color: var( --e-global-color-cfa1f76 );
}


.quote-cols-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-cols-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-label {
  cursor: pointer;
  background-color: var( --e-global-color-cfa1f76 );
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 0;
}

.radio-label.radio-square {
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  min-height: 10rem;
  padding: 1.5rem 1rem 1rem;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #7F54B3;
}

.radio-label.radio-horizontal {
  border: 0.0625rem solid #303030;
  border-radius: 0.625rem;
  justify-content: flex-start;
  min-height: 3.5rem;
  padding: 0.8rem 1.25rem;
}

.radio-icon {
  background-color: #555;
  border: 1px  #000;
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0.75rem 0.75rem auto auto;
}

.radio-label.radio-horizontal .radio-icon {
  background-color: #555;
  border: 1px #000;
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 50% 1rem auto auto;
  transform: translate(0, -50%);
}

.radio-label.active .radio-icon {
  background-color: var(--main-color);
  background-image: url("https://cdn.prod.website-files.com/67342be95dc1f6354c1199c5/67343b7ff3af8b579daaf113_check_black.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-width: 0.25rem;
}

.radio-label input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.radio-label-text {
  margin-top: 0.6rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.35;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-712c6bc *//* linear-gradient(120deg, #ff7fc2 0%, #b47cfd 100%) */
:root {
  --main-color: #ff7fc2;
  --secondary-color: #b47cfd;
  --dark: #0f0520;
}



.spacer {
  width: 100%;
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
  align-self: center;
}

section#quote-section {
  color: #fff;
  font-size: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  padding-top: max(3rem, 15vh - 2rem, 30vh - 8rem, 45vh - 17rem);
  padding-bottom: 2rem;
  font-size: 1.125rem;
  display: flex;
}

section#quote-section a {
    color: #fff;
    text-decoration: none;
}


section#quote-section select {
    font-family: var( --e-global-typography-b2ce6af-font-family ), Sans-serif;
  font-size: var( --e-global-typography-b2ce6af-font-size );
  font-weight: var( --e-global-typography-b2ce6af-font-weight );
  text-transform: var( --e-global-typography-b2ce6af-text-transform );
  font-style: var( --e-global-typography-b2ce6af-font-style );
  line-height: var( --e-global-typography-b2ce6af-line-height );
  color: var( --e-global-color-secondary );
  background-color: var( --e-global-color-cfa1f76 );
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var( --e-global-color-4d462f5 );
  border-radius: 5px 5px 5px 5px;
}

.quote-container {
  width: 100%;
  max-width: 35rem;
  margin: 0 0 15px 0;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: height 0.2s;
  overflow: auto;
}

.steps {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns:
    minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
    auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: grid;
}

.step {
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-content {
  background-color: #303030;
  border: 0.2rem solid #303030;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  font-weight: 600;
  transition: all 0.35s;
  display: flex;
  position: relative;
}

.step.active .step-content {
  border: 0.2rem solid var(--main-color);
}

.step.completed .step-content {
  border-color: var(--main-color);
  background-color: var(--main-color);
  /* color: black; */
}

.step-line {
  background-color: #303030;
  flex: 1;
  height: 0.4rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  transition: background-color 0.35s;
}

.step.completed .step-line {
  background-color: var(--main-color);
}

.quote-form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.quote-screen {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.quote-screen.active {
  display: flex;
}

.quote-screen-title {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h1.quote-screen-title {
  text-align: center;
  font-size: 3.5rem;
}

.quote-screen-subtitle {
  color: #a5a5a5;
  max-width: 25rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.quote-button {
  cursor: pointer;
  border: 0;
  text-decoration: none;
  display: inline-block;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 99rem;
  width: 100%;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  align-self: center;
  max-width: 15rem;
}

.quote-button:hover {
  background-color: var(--main-color);
  transform: scale(1.03);
}

.quote-cols-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
      0,
      1fr
    );
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-cols-4 > .quote-col {
  grid-area: 1 / span 2 / span 1 / span 2;
}

.quote-cols-4 .quote-col.quote-col-full {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

.label-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 0.15rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.label-wrapper label {
  margin-bottom: 0;
  font-weight: 500;
  display: block;
  font-size: 1rem;
}

.quote-error {
  color: #ff214d;
  font-size: 1rem;
  font-weight: 500;
  display: none;
}

.quote-input,
.quote-select {
  border: 1px none #eee;
  color: #fff;
  background-color: #303030;
  border-radius: 0.625rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 0.5rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.42857;
  display: block;
  width: 100%;
  height: 38px;
}

.quote-input::placeholder {
  color: #5d5d5d;
  font-size: 1.125rem;
}

.quote-select {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/67342be95dc1f6354c1199c5/6737700815b2c50f14d5e0f5_select-down.svg");
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.quote-button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quote-button.is-back {
  background-color: var( --e-global-color-cfa1f76 );
}


.quote-cols-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-cols-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-label {
  cursor: pointer;
  background-color: var( --e-global-color-cfa1f76 );
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 0;
}

.radio-label.radio-square {
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  min-height: 10rem;
  padding: 1.5rem 1rem 1rem;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #7F54B3;
}

.radio-label.radio-horizontal {
  border: 0.0625rem solid #303030;
  border-radius: 0.625rem;
  justify-content: flex-start;
  min-height: 3.5rem;
  padding: 0.8rem 1.25rem;
}

.radio-icon {
  background-color: #555;
  border: 1px  #000;
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0.75rem 0.75rem auto auto;
}

.radio-label.radio-horizontal .radio-icon {
  background-color: #555;
  border: 1px #000;
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 50% 1rem auto auto;
  transform: translate(0, -50%);
}

.radio-label.active .radio-icon {
  background-color: var(--main-color);
  background-image: url("https://cdn.prod.website-files.com/67342be95dc1f6354c1199c5/67343b7ff3af8b579daaf113_check_black.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-width: 0.25rem;
}

.radio-label input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.radio-label-text {
  margin-top: 0.6rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.35;
}/* End custom CSS */