*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body, html {
  height: 100%;
  scroll-behavior: smooth;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}

.bold {
  font-weight: bold;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #F2F2F2;
}

ul, ol {
  list-style-position: inside;
  padding-left: 0;
}

h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  color: #292525;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: bolder;
  margin: 15px 0;
}

p {
  color: #292525;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}

.no-bullets {
  list-style-type: none;
}

.header {
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #FFFFFF;
  font-family: "Lora", sans-serif;
  font-weight: 300;
  line-height: 1;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .header {
    font-size: 20px;
    padding: 10px;
  }
}

.form-btn {
  background-color: #334471;
  padding: 15px 40px 15px 40px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
  width: fit-content;
  transition: all 0.4s ease-in-out;
}
.form-btn:hover {
  background-color: rgba(51, 68, 113, 0.8);
}
.form-btn.quality-btn {
  margin: 15px auto;
  font-size: 22px;
}

.steps {
  gap: 40px;
}

.wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .wrap.container {
    padding: 0 0px;
  }
}
.wrap .under-header {
  font-size: 13px;
  font-weight: bold;
  color: #7A7A7A;
  align-self: center;
  display: inline-block;
  padding: 10px 0;
}
.wrap .link {
  color: #334471;
  font-weight: 900;
  text-decoration: none;
}
.wrap .main {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 21px 50px 41px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .wrap .main {
    padding: 20px;
  }
}
.wrap .main .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap .main .text-content .text-section {
  border-bottom: 1px solid #DDEEFE;
  border-top: 1px solid #DDEEFE;
  padding: 23px 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrap .main .text-content .text-section:has(.steps) {
  border-bottom: 0 !important;
}
.wrap .main .text-content .caption-section {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 848px;
  align-self: center;
}
.wrap .main .text-content .main-title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}
.wrap .main .text-content .subtitle {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
.wrap .main .text-content .first-section-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.wrap .main .text-content .caption {
  width: 100%;
  margin: 20px auto 20px;
  height: 500px;
}
.wrap .main .text-content .caption img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .wrap .main .text-content .caption {
    height: unset;
  }
}
.wrap .main .text-content .caption-alt {
  margin-top: 10px;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.wrap .main .text-content .list {
  line-height: 140%;
  margin: 10px 0 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .wrap .main .text-content .text-section {
    padding: 20px 0;
  }
  .wrap .main .text-content p {
    margin-bottom: 15px;
  }
  .wrap .main .text-content .main-title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .wrap .main .text-content .first-section-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .wrap .main .text-content h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .wrap .main .text-content h4 {
    margin: 0;
  }
  .wrap .main .text-content .form-btn {
    margin: 10px auto 20px;
    font-size: 15px;
    text-align: center;
  }
  .wrap .main .text-content .list {
    margin: 0px 0 15px 30px;
  }
  .wrap .main .text-content .caption {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrap .main .text-content .caption-alt {
    font-size: 12px;
    line-height: 100%;
    padding: 10px 0 0;
  }
}
.wrap .main .form-section {
  margin-top: 20px;
}
.wrap .main .form-section .buttons-wrap {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.wrap .main .form-section .buttons-wrap #decline-btn {
  padding: 20px 70px;
}
.wrap .main .form-section .buttons-wrap .btn {
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .wrap .main .form-section .buttons-wrap {
    width: 100%;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .wrap .main .form-section .buttons-wrap .btn {
    width: 100%;
    margin-top: 0;
  }
}
.wrap .main .form-section .next, .wrap .main .form-section .validation-btn, .wrap .main .form-section .btn {
  background-color: #EC0B16;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 60px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 40px auto 0;
}
.wrap .main .form-section .form-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.wrap .main .form-section .form-title h3 {
  color: #292525;
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
.wrap .main .form-section .form-title span {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .wrap .main .form-section {
    margin-top: 0px;
  }
  .wrap .main .form-section .form-title {
    text-align: center;
  }
  .wrap .main .form-section .form-title h3 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }
}
.wrap .main .form-section #form {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0 40px;
  width: 100%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.wrap .main .form-section #form .form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
  width: 100%;
}
.wrap .main .form-section #form .input-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap .main .form-section #form input {
  height: 70px;
  padding: 0.5rem 1rem;
  background-color: #fafafa;
  border: 4px rgb(51, 68, 113);
  color: #334471;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: left;
  border-radius: 5px;
  outline: none;
  width: 100%;
}
.wrap .main .form-section #form input::placeholder {
  text-align: left;
}
.wrap .main .form-section #form .submit {
  background-color: #EC0B16;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 40px;
  cursor: pointer;
  width: 291px;
}
.wrap .main .form-section #form .submit.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wrap .main .form-section #form .submit.disabled:hover {
  opacity: 0.5;
}
.wrap .main .form-section #form .submit:hover {
  opacity: 0.8;
}
.wrap .main .form-section #form input.hideradio { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.wrap .main .form-section #form .imgradio {
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
}
.wrap .main .form-section #form .imgradio label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 3px solid rgb(51, 68, 113);
  border-radius: 10px;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .wrap .main .form-section #form .imgradio label {
    padding: 10px;
  }
}
.wrap .main .form-section #form .imgradio label > input + img {
  cursor: pointer;
  padding: 4px;
  width: 120px;
  height: 180px;
  object-fit: contain;
}
.wrap .main .form-section #form .imgradio label:has(input.active) {
  background-color: #EC0B16;
  box-sizing: content-box;
}
.wrap .main .form-section #form .imgradio label > span {
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  padding-top: 10px;
}
.wrap .main .form-section #form .imgradio.small-icons {
  grid-template-columns: 270px 270px;
  grid-template-rows: repeat(2, 75px);
  column-gap: 30px;
  row-gap: 20px;
}
.wrap .main .form-section #form .imgradio.small-icons.suns label {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .wrap .main .form-section #form .imgradio.small-icons.suns img {
    width: 80px !important;
    object-fit: contain;
  }
}
.wrap .main .form-section #form .imgradio.small-icons label {
  background-color: rgb(51, 68, 113);
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap .main .form-section #form .imgradio.small-icons label img {
  box-sizing: border-box;
  object-fit: contain;
  width: auto;
  max-width: 87px;
  height: auto;
}
.wrap .main .form-section #form .imgradio.square {
  grid-template-columns: 210px 210px;
  gap: 50px;
}
.wrap .main .form-section #form .imgradio.square label {
  padding: 30px 40px;
}
.wrap .main .form-section #form .imgradio.square label img {
  width: 100px;
  height: 100px;
}
.wrap .main .form-section #form .input-error {
  font-size: 13px;
  color: #dc3232;
}
.wrap .main .form-section #form .tab {
  display: none;
  justify-content: center;
  align-items: center;
}
.wrap .main .form-section #form .tab .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 100%;
}
.wrap .main .form-section #form .tab .inner h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 50px;
  margin-top: 6px;
  text-align: center;
}
.wrap .main .form-section #form #response-message {
  font-family: "Roboto", sans-serif;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  font-size: 18px;
}
.wrap .main .form-section #form #response-message.failure {
  border-color: #ffb900;
}
.wrap .main .form-section #form .checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 10px;
  margin-bottom: 50px;
}
.wrap .main .form-section #form .checkbox-row p {
  color: #0C0C0C;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.wrap .main .form-section #form .checkbox-row input {
  margin-top: 5px;
  width: fit-content !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrap .main .form-section #form .checkbox-row p {
    padding: 0;
    font-size: 10px;
    line-height: 140%;
  }
  .wrap .main .form-section #form .tab .imgradio {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .wrap .main .form-section #form .tab .imgradio label img {
    width: 150px;
  }
  .wrap .main .form-section #form .tab .imgradio label > input.active + img {
    width: 112px;
    padding: 7px;
  }
  .wrap .main .form-section #form .tab .imgradio label span {
    font-size: 16px;
    line-height: 110%;
    padding-top: 0 !important;
  }
  .wrap .main .form-section #form .tab .form-fields input {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
  }
  .wrap .main .form-section #form .tab .inner {
    padding: 10px;
  }
  .wrap .main .form-section #form .tab .inner h3 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 130%;
  }
}

.footer {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: rgb(128, 128, 128);
}
.footer .link {
  color: #334471;
  text-decoration: none;
}
.footer p {
  color: rgb(128, 128, 128);
  font-size: 12px;
}
.footer .bottom-section {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 40px;
}
.footer .bottom-section .links {
  display: flex;
  gap: 40px;
}
.footer .bottom-section .links a {
  color: rgb(128, 128, 128);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 20px;
  }
}

/* Politique popup */

.popup{
  margin: 15px auto;
  border: none;
}
#politique-popup {
  margin: 0 auto;
}
.popup::backdrop,
#politique-popup::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.popup .dialog-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 900px !important;
  padding: 30px;
}
#politique-popup .dialog-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 640px !important;
  padding: 30px;
}
.popup .dialog-content ul {
  margin: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#politique-popup .dialog-content ul {
  margin: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#politique-popup .dialog-content a {
  color: #de0000;
}
.popup .dialog-content .close-btn,
#politique-popup .dialog-content .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  background: none;
  border: none;
  font-weight: bold;
}

/* Thankyou page */
.thank-you-page .form-wrap {
  margin-top: 30px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thank-you-page .form-wrap p {
  font-size: 20px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Maps with panorama block */
#address-panorama {
  height: 365px;
  width: 764px;
  position: relative;
  border-radius: 15px;
  border: 4px solid #334471;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #address-panorama {
    width: auto;
  }
}

#pano {
  width: 760px;
  height: 358px;
}
@media screen and (max-width: 768px) {
  #pano {
    width: 90vw;
  }
}

#map {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #334471;
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 99;
}

/* End with panorama block */
.input-wrap input {
  border: 4px solid #334471 !important;
  border-radius: 10px !important;
}

#place-autocomplete .widget-container {
  border: none !important;
}

#input-address-wrap {
  position: relative;
}

#results {
  position: absolute;
  top: 75px;
  width: 100%;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px, rgba(60, 64, 67, 0.15) 0px 2px 6px;
  flex-direction: column;
  width: 100%;
  max-height: 200px;
  overflow: scroll;
}
#results ul {
  list-style: none;
}
#results li {
  cursor: pointer;
  color: #334471;
  border-bottom: 1px solid rgb(217, 217, 217);
  font-size: 16px;
  padding: 10px 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}
#results li .item-content {
  display: flex;
  flex-direction: column;
}
#results li .item-content .name {
  font-weight: bold;
}
#results li:hover {
  background-color: rgb(232, 231, 231);
}

.tab .titles-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.tab .titles-wrap h3 {
  margin: 0 !important;
}
.tab .titles-wrap span {
  font-weight: 700;
}
.tab .input-error {
  margin-top: 20px;
  font-size: 16px !important;
  font-weight: bold;
}

.tab-final .inner {
  gap: 40px !important;
}
.tab-final .titles-wrap h3 {
  line-height: 45px;
}
.tab-final .bold-text {
  font-size: 24px;
  text-align: center;
}

#california-v3-page {
  /* States map css start */
}
#california-v3-page .state {
  fill: #0D8600 !important;
}
#california-v3-page .attrakt--map {
  width: 100%;
}
#california-v3-page .attrakt--map .stateText {
  fill: #FFFFFF !important;
}
#california-v3-page .attrakt--map .stateImage {
  fill: #0D8600 !important;
}
#california-v3-page .attrakt--map .stateImage:hover,
#california-v3-page .attrakt--map .state:hover {
  fill: #0A70B1 !important;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in {
  animation: slideInFromRight 0.4s ease-out;
}
#california-v3-page .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #california-v3-page .header .container {
    padding: 10px;
  }
}
#california-v3-page .header .logo {
  max-width: 200px;
}
#california-v3-page .header .form-btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #california-v3-page .header .form-btn {
    padding: 10px;
  }
}
