body {
  font-family: "Fira Sans", sans-serif;
  background-color: #272252;
  color: #fff;
}

body.home {
  background-color: transparent;
  background-image: none;
}

.home .top_section, .home .header_nav {
  background-color: #272252;
  margin-top: 5rem;
}

@media screen and (max-width: 900px) {
  .navbar-brand {
    max-width: 70%;
  }
  .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
}
.container-semi-fluid {
  max-width: 85%;
}

a {
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  color: #F18825;
}

.svg {
  position: relative;
  width: 100%;
  height: 2vw;
  min-height: 30px;
  border: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .svg {
      display: none;
    }
  }
}
.bottom-svg {
  bottom: 0;
}

.top-svg {
  top: 0;
}

.dropdown-toggle::after {
  display: none;
}

.main_dropdown .dropdown-menu {
  background-color: #DF1564;
  color: #ffffff;
}
.main_dropdown .dropdown-menu a {
  color: #ffffff;
}
.main_dropdown .dropdown-menu a:hover {
  color: #ffffff;
  background-color: #e8528d;
}
@media screen and (max-width: 1198px) {
  .main_dropdown .dropdown-menu a {
    text-align: center;
  }
}

.slanted {
  transform: skewY(-5deg);
}

.slanted .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
  transform: skewY(5deg);
}

.bg-intense-blue {
  background-color: #362B98;
  color: #ffffff;
  font-weight: bold;
  border-color: #362B98;
}

.specials strong {
  display: block;
  font-size: 1.2rem;
}
.specials span {
  display: block;
  font-weight: 300;
  font-size: 1rem;
}

.get_quote {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272252;
  background-image: linear-gradient(#2D2767, #1D1736);
}
.get_quote .big_header {
  font-size: 4rem;
}

.recaptcha-link {
  color: #DF1564;
}

.alert a {
  color: #362B98;
}

.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5 {
  color: #1D1736;
}
.bg-light p {
  color: #525252;
}

.text-black {
  color: #1D1736;
}

.cursor-pointer {
  cursor: pointer;
}

.form_media_upload {
  color: #F18825;
}
.form_media_upload:hover {
  text-decoration: underline;
}

.copy_title_column p {
  font-weight: 300;
}

.bg-white a {
  color: #272252;
}
.bg-white a:hover {
  color: #F18825;
  text-decoration: underline;
}

.footer {
  padding: 4rem 0px;
  position: relative;
  background: #272252;
  color: #ffffff;
  font-size: 20px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #f39200;
  text-decoration: none;
}
.footer .footer-menu a {
  padding-right: 2rem;
}
.footer .footer-contacts, .footer .footer-email, .footer .footer-credid {
  font-weight: 300;
}
.footer .footer-credid .copyright {
  font-size: 0.9rem;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 2rem 0px;
  }
  .footer .footer-menu a {
    padding-left: 0px;
    padding-right: 1rem;
  }
  .footer .footer-credid {
    justify-content: center;
  }
}
.footer .footer-infos div {
  margin-bottom: 1rem;
}
.footer .footer-address {
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-email {
  font-size: 1rem;
}

.member .panel {
  background-color: #272252;
  background: transparent linear-gradient(180deg, #802280 0%, #272252 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 2rem;
  border-radius: 25px;
  color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
}
.member .panel:hover {
  background: transparent linear-gradient(180deg, #4432a7 0%, #2D2767 100%) 0% 0% no-repeat padding-box;
}
.member .panel h3 {
  color: #ffffff;
}
.member .panel img {
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.member .panel .position {
  display: block;
  font-weight: 300;
  padding-bottom: 2rem;
}
.member.hide {
  animation: fadeOUT 2s;
  display: none;
}

.is-checked {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

.top_section .inner_block h1 {
  font-weight: bold;
  font-size: 4rem;
}
.top_section .inner_block ._copy {
  font-weight: 300;
  font-size: 1.5rem;
}
@media screen and (max-width: 1198px) {
  .top_section .inner_block h1 {
    font-size: 2rem;
  }
  .top_section .inner_block ._copy {
    font-size: 1rem;
  }
}

.orange_line {
  position: relative;
  border-top: 4px solid #DF1564;
  height: 4px;
  margin: 1rem 0px;
}
.orange_line.right {
  right: 0px;
  margin-left: auto;
}
.orange_line.center {
  margin-right: auto;
  margin-left: auto;
}
.orange_line.left {
  left: 0px;
  margin-right: auto;
}
.orange_line.l-10 {
  max-width: 10%;
}
.orange_line.l-25 {
  max-width: 25%;
}
.orange_line.l-33 {
  max-width: 33%;
}
.orange_line.l-50 {
  max-width: 50%;
}
.orange_line.l-75 {
  max-width: 75%;
}

.contact_page .infos div, .contact_page .infos h2 {
  margin-bottom: 2rem;
}
.contact_page .address {
  font-size: 18px;
  font-weight: 600;
}

.testimonials {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
  color: #272252;
}
.testimonials h2 {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.testimonials .testimonial {
  text-align: center;
  padding-bottom: 3rem;
  font-weight: 300;
}
.testimonials .testimonial strong {
  font-weight: 600;
}

@media screen and (min-width: 728px) {
  .testimonials h2 {
    font-size: 4rem;
  }
}
.warranties_range {
  background-color: #F18825;
  background: transparent linear-gradient(180deg, #F18825 0%, #DF1564 100%) 0% 0% no-repeat padding-box;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.warranties_range .title {
  font-size: 4rem;
  font-weight: 600;
  display: block;
  text-align: center;
}
.warranties_range .ranges {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.warranties_range .ranges .range {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.warranties_range .ranges .range .icon {
  width: 80%;
  max-width: 150px;
  height: auto;
}
.warranties_range .ranges .range strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .warranties_range .ranges {
    flex-direction: row;
  }
  .warranties_range .ranges .range {
    width: 50%;
    flex: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .warranties_range .ranges {
    flex-direction: row;
    gap: 1rem;
  }
  .warranties_range .ranges .range {
    flex: 1;
  }
}

.why_warranties {
  background-color: #ffffff;
  color: #272252;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.why_warranties .top_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why_warranties .top_image img {
  max-width: 50%;
  height: auto;
  margin-bottom: 2rem;
}
.why_warranties .title {
  font-weight: 600;
  font-size: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.why_warranties ._copy {
  font-weight: 300;
}
.why_warranties strong {
  display: block;
  text-align: center;
  font-weight: 600;
  padding-bottom: 3rem;
}
.why_warranties .trust_pilot_box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  border-radius: 1rem;
  padding: 3rem 1rem;
  margin-bottom: 4rem;
}

.products {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
  color: #272252;
}
.products .section-title {
  color: #272252;
  text-align: center;
  margin-bottom: 2rem;
}
.products .cta {
  color: #272252;
  text-align: center;
}
.products :not(.alert) > .close {
  font-size: 3rem;
  font-weight: 300;
  margin-right: 0.5rem;
}
.products .sub-title {
  color: #272252;
  text-align: center;
}
.products .small {
  text-align: center;
  color: #272252;
}
.products .separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.products .separator::before,
.products .separator::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #272252;
}
.products .separator:not(:empty)::before {
  margin-right: 1rem;
}
.products .separator:not(:empty)::after {
  margin-left: 1rem;
}
.products .text-yellow {
  color: #f39200;
}
.products .special_modal_title {
  position: relative;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  z-index: 500;
}
.products .red_card .button a {
  background-color: #DF1564;
  color: #ffffff;
}
.products .red_card::before {
  background: transparent linear-gradient(180deg, #DF1564 75%, #9A184A 100%) 0% 0% no-repeat padding-box;
}
.products .melanzana_card .button a {
  background-color: #802280;
  color: #ffffff;
}
.products .melanzana_card::before {
  background: transparent linear-gradient(180deg, #802280 75%, #581658 100%) 0% 0% no-repeat padding-box;
}
.products .platinum_card .button a {
  background-color: #AFAFCB;
  color: #ffffff;
}
.products .platinum_card::before {
  background: transparent linear-gradient(180deg, #AFAFCB 75%, #AEABC3 100%) 0% 0% no-repeat padding-box;
}
.products .orange_card .button a {
  background-color: #F18825;
  color: #ffffff;
}
.products .orange_card::before {
  background: transparent linear-gradient(180deg, #F18825 75%, #CB792C 100%) 0% 0% no-repeat padding-box;
}
.products .box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  padding: 50% 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}
.products .box:hover {
  transform: scale(1.1);
  z-index: 500;
}
.products .box::before {
  border-radius: 50%;
  content: "";
  height: 0;
  top: 0;
  left: -30%;
  right: -30%;
  margin: -110% 0 0;
  padding: 0 0 160%;
  position: absolute;
  width: 160%;
}
.products .box .title {
  color: #ffffff;
  margin-top: -6rem;
  padding-bottom: 1rem;
  position: relative;
  display: block;
  text-align: center;
  font-size: 2.5rem;
}
.products .box .claim {
  color: #272252;
  font-weight: 600;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.products .box .short_description {
  color: #272252;
  text-align: center;
  font-weight: 300;
  flex-grow: 1;
}
.products .box .icon_wrapper {
  display: flex;
  justify-content: center;
}
.products .box .icon_wrapper .icon {
  max-width: 25%;
  height: auto;
  z-index: 500;
}
.products .box .button {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.products .box .button a {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .products .box .title {
    font-size: 3rem;
    margin-top: -8rem;
  }
}
@media screen and (min-width: 1024px) {
  .products .box .title {
    font-size: 1.75rem;
    margin-top: -5rem;
  }
}
.products .top_description {
  color: #ffffff;
  margin-top: 2rem;
  padding: 1rem 2rem;
}
.products .long_description {
  position: relative;
  color: #ffffff;
  z-index: 500;
  padding: 0rem 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .products .top_description {
    text-align: center;
  }
  .products .special_modal_title {
    font-size: 3rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .products .long_description {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  .products .top_description {
    margin-top: 5rem;
  }
}
.products .form_card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  background-color: #ffffff;
  border-radius: 2px;
}
.products .white_card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.2s;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.products .white_card:hover {
  transform: scale(1.1);
  z-index: 500;
}
.products .white_card .recommended {
  font-size: 0.5rem;
  font-style: italic;
  background-color: #eeeeee;
  padding: 0.5rem;
  position: relative;
}
.products .white_card .recommended::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 0;
  border: 7px solid transparent;
  border-bottom: 0;
  border-top: 7px solid #eeeeee;
  transform: translate(-50%, 100%);
}
.products .white_card .title {
  color: #272252;
  margin-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 3.5rem;
}
.products .white_card .title span {
  font-size: 1rem;
  display: block;
  color: #f39200;
}
.products .white_card .icons {
  color: #272252;
  margin-bottom: 2rem;
}
.products .white_card .icons svg {
  width: 2.5rem;
  height: 2.5rem;
}
.products .white_card .repairs {
  padding-left: 2rem;
  padding-right: 2rem;
}
.products .white_card .button {
  padding-right: 2rem;
  padding-left: 2rem;
}
.products .white_card .button a {
  background-color: #802280;
  color: #ffffff;
  width: 100%;
  font-size: 1.25rem;
}
.products .white_card .button a:hover {
  background-color: #272252;
}
.products .white_card .button .btn-action {
  background-color: #F18825;
  color: #ffffff;
}
.products .violet_card {
  background-color: #272252;
  color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  border-radius: 2px;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.products .violet_card .title {
  color: #ffffff;
  text-align: center;
  font-size: 3.5rem;
}
.products .violet_card .title span {
  font-size: 1rem;
  display: block;
  color: #f39200;
}
.products .violet_card .repairs {
  margin-bottom: 2rem;
}
.products .violet_card .button a {
  padding-right: 2rem;
  padding-left: 2rem;
}
.products .violet_card .btn-link {
  color: #DF1564;
}
.products .violet_card .button .btn-action {
  background-color: #DF1564;
  color: #ffffff;
}
.products .violet_card .button a:hover {
  background-color: #F18825;
}
@media screen and (min-width: 1024px) {
  .products .lifetime_plans .description {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.products .special_modal {
  background-color: #802280;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.products .special_modal::before {
  border-radius: 50%;
  content: "";
  height: 0;
  top: 0;
  left: -30%;
  right: -30%;
  margin: -110% 0 0;
  padding: 0 0 130%;
  position: absolute;
  width: 160%;
  background-color: #f5f5f5;
}

.page-template-products .products,
.page-template-quote_response_page .products {
  background-color: transparent;
}

.products .light-orange-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  background-color: #F18825;
  background: transparent linear-gradient(180deg, #F18825 0%, #DF1564 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
}
.products .light-orange-card .button .btn-action {
  background-color: #272252;
  color: #ffffff;
}
.products .light-orange-card .button .btn-action:hover {
  background-color: #F18825;
}

.get_quote_form .block {
  margin-left: 2rem;
}

.steps {
  background-color: #f5f5f5;
}
.steps .red_card .button a {
  background-color: #DF1564;
  color: #ffffff;
}
.steps .red_card::before {
  background: transparent linear-gradient(180deg, #DF1564 75%, #9A184A 100%) 0% 0% no-repeat padding-box;
}
.steps .melanzana_card .button a {
  background-color: #802280;
  color: #ffffff;
}
.steps .melanzana_card::before {
  background: transparent linear-gradient(180deg, #802280 75%, #581658 100%) 0% 0% no-repeat padding-box;
}
.steps .platinum_card .button a {
  background-color: #AFAFCB;
  color: #ffffff;
}
.steps .platinum_card::before {
  background: transparent linear-gradient(180deg, #AFAFCB 75%, #AEABC3 100%) 0% 0% no-repeat padding-box;
}
.steps .orange_card .button a {
  background-color: #F18825;
  color: #ffffff;
}
.steps .orange_card::before {
  background: transparent linear-gradient(180deg, #F18825 75%, #CB792C 100%) 0% 0% no-repeat padding-box;
}
.steps .box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  padding: 50% 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}
.steps .box:hover {
  transform: scale(1.1);
  z-index: 500;
}
.steps .box::before {
  border-radius: 50%;
  content: "";
  height: 0;
  top: 0;
  left: -30%;
  right: -30%;
  margin: -110% 0 0;
  padding: 0 0 160%;
  position: absolute;
  width: 160%;
}
.steps .box .title {
  color: #ffffff;
  margin-top: -6rem;
  padding-bottom: 1rem;
  position: relative;
  display: block;
  text-align: center;
  font-size: 2.5rem;
}
.steps .box .claim {
  color: #272252;
  font-weight: 600;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.steps .box .short_description {
  color: #272252;
  text-align: center;
  font-weight: 300;
  flex-grow: 1;
}
.steps .box .icon_wrapper {
  display: flex;
  justify-content: center;
}
.steps .box .icon_wrapper .icon {
  max-width: 25%;
  height: auto;
  z-index: 500;
}
.steps .box .button {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.steps .box .button a {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .steps .box .title {
    font-size: 3rem;
    margin-top: -8rem;
  }
}
@media screen and (min-width: 1024px) {
  .steps .box .title {
    font-size: 1.75rem;
    margin-top: -5rem;
  }
}
.steps .top_description {
  color: #ffffff;
  margin-top: 2rem;
  padding: 1rem 2rem;
}
.steps .long_description {
  position: relative;
  color: #ffffff;
  z-index: 500;
  padding: 0rem 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .steps .top_description {
    text-align: center;
  }
  .steps .special_modal_title {
    font-size: 3rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .steps .long_description {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  .steps .top_description {
    margin-top: 5rem;
  }
}
.steps .red_card {
  padding: 50% 0 0;
}
.steps .red_card .icon_wrapper .icon {
  width: 90px;
  max-width: 90px;
}
.steps .box .title {
  font-size: 2rem;
}
.steps .box::before {
  margin: -115% 0 0;
}

@media screen and (min-width: 767px) {
  .steps .box_container {
    padding: 0 0.5rem;
  }
  .steps .red_card .title {
    font-size: 1.2rem;
    margin-top: -4rem;
  }
  .steps .red_card::before {
    border-radius: 50%;
    content: "";
    height: 0;
    top: 0;
    left: -30%;
    right: -30%;
    margin: -92% 0 0;
    padding: 0 0 160%;
    position: absolute;
    width: 160%;
  }
}
@media screen and (min-width: 992px) {
  .steps .red_card .title {
    font-size: 1.5rem;
    margin-top: -6rem;
  }
  .steps .red_card:before {
    margin: -110% 0 0;
    padding: 0 0 160%;
  }
  .steps .box_container {
    padding: 0 2rem;
  }
}
.page-template-claim_steps_page #id_3 {
  padding-bottom: 0 !important;
}

.dropzone {
  transition: 0.3s;
}
.dropzone:hover {
  box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.58);
}

.hover_shadow {
  box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.58);
  transition: 0.3s;
}

.consent {
  min-height: 1.3rem;
}

.web-reference {
  font-weight: 300;
  font-size: 1.5rem;
}

.details .top_section {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .details .long_description {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.trust_badge {
  background-color: #272252;
  background-image: linear-gradient(#2D2767, #1D1736);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.trust_badge .title {
  font-size: 4rem;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
.trust_badge .ranges {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.trust_badge .ranges .range {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.trust_badge .ranges .range .icon {
  width: 80%;
  max-width: 250px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .trust_badge .ranges {
    flex-direction: row;
  }
  .trust_badge .ranges .range {
    width: 50%;
    flex: 50%;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .trust_badge .ranges {
    flex-direction: row;
    gap: 1rem;
  }
  .trust_badge .ranges .range {
    flex: 1;
  }
}

.modal-details {
  color: #272252;
}
@media screen and (min-width: 1024px) {
  .modal-details .description {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.link-orange {
  color: #f39200;
}

.link-orange:hover {
  color: #ffffff;
}
