:root {
  --primary: #84c229;
  --secondary: #e67917;
  --neutral: #333333;
  --tertiary: #207fbf;
  --link: #666;
}

@font-face {
  font-family: "CabinetGrotesk";
  src: url("../../assets/fonts/CabinetGrotesk-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CabinetGrotesk";
  src: url("../../assets/fonts/CabinetGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CabinetGrotesk";
  src: url("../../assets/fonts/CabinetGrotesk-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}
body .main-page {
  padding-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CabinetGrotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 900;
  color: #000000;
}

h1 {
  font-weight: 900;
  font-size: 64px;
  margin-bottom: 24px;
  line-height: 67.2px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 33.6px;
  }
}

h2 {
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 57px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 32.5px;
  }
}

h3 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 42px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 31.5px;
  }
}

h4 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 33.6px;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26.4px;
  }
}

h5 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }
}

h6 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  h6 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }
}

p {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 32px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

em {
  color: #e00e0e;
}

.hide-options {
  display: none;
}

.top-nav {
  background: #fffeff;
}

.navbar {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  background: #ffffff;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-brand img {
  height: 52px;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-brand img {
    height: 32px;
  }
}
.navbar .nav-item {
  margin-left: 1.5rem;
}
.navbar .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  position: relative;
  display: inline-block;
}
.navbar .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.navbar .nav-link:hover::before, .navbar .nav-link.active::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.navbar .nav-link.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background-color: #e44f2d;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  padding: 0.55rem 1.2rem;
  border-radius: 50rem;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s;
}
@media screen and (max-width: 992px) {
  .navbar .nav-link.btn-phone {
    margin-top: 24px;
    font-size: 14px;
    padding: 0.45rem 1rem;
  }
}
.navbar .nav-link.btn-phone:hover {
  background-color: #c44a37;
  color: #ffffff;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #e44f2d;
}

.hero {
  padding: 5rem 0 4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
}
@media screen and (max-width: 992px) {
  .hero {
    padding: 1.5rem 0;
    text-align: center;
  }
}
.hero h1 {
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 992px) {
  .hero h1 {
    margin-bottom: 12px;
  }
}
.hero .secure-badge {
  display: flex;
  gap: 36px;
  justify-content: start;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .hero .secure-badge {
    justify-content: center;
    gap: 20px;
  }
}
.hero .secure-badge img {
  height: 35px;
  width: auto;
}
.hero .secure-badge .secure {
  height: 24px;
  width: auto;
}
.hero.home-hero {
  margin: auto;
  text-align: center;
}
.hero.home-hero h1 {
  max-width: 910px;
  margin: 24px auto;
}
@media screen and (max-width: 992px) {
  .hero.home-hero h1 {
    margin: 12px;
  }
}
.hero.home-hero .quote-forms {
  max-width: 700px;
  margin: auto;
  border-radius: 20px;
}
.hero.home-hero .hero-bullets {
  justify-content: center;
}
.hero.home-hero .insurance-type-options ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 0;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .hero.home-hero .insurance-type-options ul {
    flex-wrap: wrap;
  }
}
.hero.home-hero .insurance-type-options ul li {
  margin: 0;
  width: 47%;
}
@media screen and (max-width: 992px) {
  .hero.home-hero .insurance-type-options ul li:nth-child(1) {
    width: 100%;
  }
}
.hero.home-hero .insurance-type-options ul li a {
  font-family: "CabinetGrotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 4px 20px;
  background: #ffffff;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #cccccc;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
  position: relative;
}
.hero.home-hero .insurance-type-options ul li a img {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 992px) {
  .hero.home-hero .insurance-type-options ul li a {
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 12px;
    gap: 0;
  }
  .hero.home-hero .insurance-type-options ul li a span {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.hero.home-hero .insurance-type-options ul li a.active, .hero.home-hero .insurance-type-options ul li a:hover {
  border-color: #e44f2d;
  border-width: 2px;
  font-weight: 700;
  cursor: pointer;
}
.hero.home-hero .insurance-type-options ul li a .type-badge {
  background-color: #efe3ff;
  padding: 4px 12px;
  white-space: nowrap;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .hero.home-hero .insurance-type-options ul li a .type-badge {
    position: absolute;
    width: auto;
    right: 8px;
    top: 8px;
  }
}
.hero.home-hero .secure-badge {
  justify-content: center;
  align-items: center;
}
.hero.hero-insurance h1 {
  font-size: 54px;
  max-width: 910px;
}
@media screen and (max-width: 992px) {
  .hero.hero-insurance h1 {
    font-size: 32px;
    margin: 0;
  }
}
.hero.hero-insurance .quote-forms {
  padding: 36px;
}
.hero .hero-tag {
  display: inline-block;
  color: #e44f2d;
  font-weight: bold;
  padding: 0.4rem 1.1rem 0.4rem 0;
}
.hero .hero-subtitle {
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media screen and (max-width: 992px) {
  .hero .hero-subtitle {
    font-size: 14px;
    margin: 12px 24px;
    line-height: normal;
  }
}
.hero .hero-bullets {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 992px) {
  .hero .hero-bullets {
    gap: 10px;
    margin: 0 auto 1.25rem;
    justify-content: center;
  }
}
.hero .hero-bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .hero .hero-bullets li {
    font-size: 12px;
    gap: 0.2rem;
  }
}
.hero .hero-bullets li i {
  font-size: 28px;
  color: #e44f2d;
}
@media screen and (max-width: 992px) {
  .hero .hero-bullets li i {
    font-size: 20px;
  }
}
.hero .hero-image-wrapper {
  position: relative;
}
.hero .hero-image-wrapper .hero-graphic {
  width: 100%;
  max-width: 589px;
}
.hero .text-highlight {
  color: #e44f2d;
  position: relative;
  display: inline-block;
}
.hero .text-highlight .line {
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 2px;
  height: 6px;
  background: #e44f2d;
  border-radius: 3px;
  opacity: 0.25;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 3s ease forwards;
}
@media screen and (max-width: 992px) {
  .hero .text-highlight .line {
    bottom: -4px;
  }
}
.hero .hero-form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .hero .hero-form {
    flex-direction: column;
    gap: 12px;
  }
}
.hero .hero-form .form-control::-moz-placeholder {
  color: #111111;
  font-weight: 400;
}
.hero .hero-form .form-control::placeholder {
  color: #111111;
  font-weight: 400;
}
.hero .hero-form .form-control:focus {
  border-color: #e44f2d;
  box-shadow: 0 0 0 0.2rem rgba(232, 86, 63, 0.12);
  outline: none;
}
.hero .quote-forms {
  background: #ffffff;
  padding: 48px;
  border-radius: 20px;
  max-width: 95%;
  box-shadow: 0 0 23px #dfdfdf;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .hero .quote-forms {
    padding: 24px 36px;
    max-width: 100%;
  }
}
.hero .quote-forms h5 {
  color: #e44f2d;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .hero .quote-forms h5 {
    font-size: 22px;
  }
}
.hero .quote-forms form {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.hero .quote-forms input,
.hero .quote-forms button {
  border-radius: 30px;
  padding: 16px 24px;
  font-size: 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.hero .quote-forms input {
  width: 44%;
  border-color: #bbbaba;
  background-image: url("../../assets/images/icon/location-black.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 24px 24px;
  padding-left: 40px;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .hero .quote-forms input {
    width: 100%;
  }
}
.hero .quote-forms button {
  width: 52%;
  background: #e44f2d;
  font-weight: 400;
  border: none;
  height: 60px;
}
.hero .quote-forms button:hover {
  background: #a62814;
  border: none;
}
@media screen and (max-width: 992px) {
  .hero .quote-forms button {
    width: 100%;
  }
}
.hero .quote-forms .action-button {
  position: relative;
  overflow: hidden;
}
.hero .quote-forms .action-button .btn-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  text-align: center;
  transition: none;
  line-height: 30px;
}
.hero .quote-forms .action-button .old-text {
  top: 0;
  opacity: 1;
}
.hero .quote-forms .action-button .new-text {
  top: 100%;
  opacity: 0;
}
.hero .quote-forms .arrow-icon {
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.hero .hero-phone {
  margin-top: 2.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .hero .hero-phone {
    margin-top: 1.5rem;
  }
}
.hero .hero-phone a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.main-section {
  background: #ffffff;
}
.main-section h2.section-title {
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 992px) {
  .main-section h2.section-title {
    margin: 0 30px;
  }
}
.main-section .section-subtitle {
  font-size: 24px;
  color: #000000;
  margin-bottom: 2.5rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media screen and (max-width: 992px) {
  .main-section .section-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.partners {
  padding: 60px 0 30px;
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  .partners {
    padding: 2.25rem 0 1.25rem;
  }
}
.partners p {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .partners p {
    font-size: 16px;
    margin: 0 24px;
  }
}
.partners .partner-logos img {
  max-width: 150px;
  height: auto;
  margin: auto;
}

.round-card-section {
  background-color: #f9fafb;
  border-radius: 24px;
  padding: 48px;
  margin: 0 auto;
  max-width: 1300px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .round-card-section {
    padding: 48px 24px;
  }
}
.round-card-section.lightorange {
  background-color: #fff4f2;
}

.section-title {
  color: #000000;
}

.section-desc {
  max-width: 800px;
  margin: 0 auto;
}

.sub-heading {
  font-weight: 700;
  color: #000000;
}

.features-section {
  padding: 48px 24px;
}
@media screen and (max-width: 992px) {
  .features-section {
    padding: 2.25rem 0 1.25rem;
  }
}
.features-section .todays-best-car {
  color: #e44f2d;
  text-decoration: none;
  background-color: #fae6e2;
  padding: 8px 20px;
  border-radius: 25px;
  transition: background-color 0.2s, color 0.2s;
}
.features-section .todays-best-car:hover {
  background-color: #e44f2d;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .features-section .steps-list {
    margin-top: 24px;
  }
}
.features-section .steps-list .step-item {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 24px;
}
.features-section .steps-list .step-item .step-number {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background-color: #e44f2d;
  color: #ffffff;
  font-weight: 900;
  font-size: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section .steps-list .step-item p {
  margin-bottom: 0;
  line-height: 1.6;
}
.features-section .steps-list .step-item p b {
  font-weight: 800;
}
.features-section .features-graphic {
  width: 100%;
  max-width: 534px;
}

.rates-section {
  padding: 30px 0 60px;
}
.rates-section .rates-graphic {
  width: 100%;
  max-width: 534px;
}
.rates-section .w-auto {
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .rates-section .w-auto {
    max-width: 100%;
  }
}
.rates-section .video-col .videoplayer {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.trust-badges {
  padding: 48px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 992px) {
  .trust-badges {
    padding: 24px;
  }
}
.trust-badges .badge-item {
  text-align: center;
  padding: 0 0.75rem;
}
@media screen and (max-width: 992px) {
  .trust-badges .badge-item {
    padding: 1rem 0.5rem;
  }
}
.trust-badges .badge-item h5 {
  position: relative;
}
.trust-badges .badge-item h5 .line {
  position: absolute;
  bottom: -12px;
  margin: auto;
  width: 80px;
  height: 3px;
  background: #e44f2d;
  left: calc(50% - 40px);
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 3s ease forwards;
}
.trust-badges .badge-item .badge-icon {
  font-size: 36px;
  margin: 0 auto 12px;
  color: #e44f2d;
}
.trust-badges .badge-item p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 24px;
  line-height: 1.4;
}

.content-section .content-card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.content-section .content-card h5 {
  font-weight: 800;
  color: #000000;
}
.content-section .content-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555555;
}
.content-section .insurance-type-cards {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.content-section .insurance-type-cards .type-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0.75rem;
  padding: 0;
  overflow: hidden;
  text-align: center;
  flex: 1;
  min-width: 160px;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
}
.content-section .insurance-type-cards .type-card h6 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
  padding: 0.85rem 0.75rem;
  color: #000000;
}
.content-section .insurance-type-cards .type-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.content-section .insurance-type-cards .type-card img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-section {
  padding: 60px 0 0;
}
@media screen and (max-width: 992px) {
  .blog-section {
    padding: 2.25rem 0 1.25rem;
  }
}
.blog-section .section-subtitle {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .blog-section .section-subtitle {
    font-size: 16px;
  }
}
.blog-section .blog-label {
  color: #e44f2d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}
.blog-section .blog-title {
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .blog-section .blog-title {
    margin: 0 0 24px;
    letter-spacing: -0.5px;
  }
}
.blog-section .blog-content h4 {
  margin-bottom: 15px;
}
.blog-section .blog-content ul {
  padding-left: 1.25rem;
}
.blog-section .blog-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: center;
}
.blog-section .blog-meta img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.blog-section .blog-meta .meta-info {
  font-size: 0.85rem;
}
.blog-section .blog-meta .meta-info .author-name {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .blog-section .blog-meta .meta-info .author-name {
    font-size: 16px;
  }
}
.blog-section .blog-meta .meta-info .meta-details {
  color: #000000;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .blog-section .blog-meta .meta-info .meta-details {
    font-size: 16px;
    display: block;
  }
}
.blog-section .blog-meta .meta-info .tag {
  background-color: #efe3ff;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px 5px 10px;
  border-radius: 80px;
  margin-left: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-section .blog-meta .meta-info .tag i {
  font-size: 26px;
  vertical-align: top;
  color: #BA86FD;
}
@media screen and (max-width: 992px) {
  .blog-section .blog-meta .meta-info .tag {
    margin-left: 0;
    max-width: 150px;
    font-size: 14px;
    margin-top: 12px;
  }
}

.cta-section {
  padding: 5rem 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
}
.cta-section h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .cta-section h2 {
    font-size: 28px;
  }
}
.cta-section .cta-form {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 16px;
}
@media screen and (max-width: 992px) {
  .cta-section .cta-form {
    flex-direction: column;
    align-items: center;
  }
}
.cta-section .cta-phone-bar {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  border-radius: 0.75rem;
  font-size: 24px;
}
.cta-section .cta-phone-bar a {
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #e44f2d;
}
.cta-section .cta-phone-bar a:hover {
  color: #e44f2d;
}
.cta-section .cta-phone-bar .phone-hours {
  font-size: 18px;
  margin-top: 0.3rem;
}

.bottom-quote-form {
  max-width: 780px;
  margin: auto 48px;
  display: flex;
  flex-direction: row;
}
.bottom-quote-form input,
.bottom-quote-form button,
.bottom-quote-form select {
  border-radius: 30px;
  padding: 13px 18px;
  font-size: 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bottom-quote-form input:focus,
.bottom-quote-form button:focus,
.bottom-quote-form select:focus {
  border-color: #e44f2d;
  box-shadow: 0 0 0 0.2rem rgba(232, 86, 63, 0.12);
  outline: none;
}
@media screen and (max-width: 992px) {
  .bottom-quote-form input,
  .bottom-quote-form button,
  .bottom-quote-form select {
    width: 100%;
  }
}
.bottom-quote-form select {
  width: calc(30% - 15px);
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #bbbaba;
  background-image: url("../../assets/images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
  height: 60px;
  color: #000;
}
@media screen and (max-width: 992px) {
  .bottom-quote-form select {
    width: 100%;
  }
}
.bottom-quote-form input {
  border-color: #bbbaba;
  background-image: url("../../assets/images/location.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 24px 24px;
  padding-left: 40px;
  height: 60px;
  width: calc(30% - 15px);
}
@media screen and (max-width: 992px) {
  .bottom-quote-form input {
    width: 100%;
  }
}
.bottom-quote-form button {
  background: #e44f2d;
  border-color: #e44f2d;
  width: calc(40% - 15px);
  height: 60px;
}
@media screen and (max-width: 992px) {
  .bottom-quote-form button {
    width: 100%;
  }
}
.bottom-quote-form button:hover, .bottom-quote-form button:active, .bottom-quote-form button:focus {
  background-color: #a62814;
  border: none;
}
.bottom-quote-form .btn-check:checked + .btn,
.bottom-quote-form .btn.active,
.bottom-quote-form .btn.show,
.bottom-quote-form .btn:first-child:active,
.bottom-quote-form :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: #a62814;
  border-color: #a62814;
}

.site-footer {
  padding: 4rem 0 2rem;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}
.site-footer .footer-logo {
  height: 42px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-logo {
    height: 32px;
  }
}
.site-footer .footer-heading {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 0.85rem;
  color: #000000;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.45rem;
  font-size: 18px;
  color: #555555;
}
.site-footer .footer-links a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}
.site-footer .footer-links a:hover {
  color: #e44f2d;
}
.site-footer .footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
}
.site-footer .footer-bottom p {
  font-size: 18px;
  color: #000000;
  line-height: 1.65;
}

.action-button {
  position: relative;
  overflow: hidden;
}
.action-button .btn-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  text-align: center;
  transition: none;
  line-height: 30px;
}
.action-button .old-text {
  top: 0;
  opacity: 1;
}
.action-button .new-text {
  top: 100%;
  opacity: 0;
}
.action-button .arrow-icon {
  margin-left: 8px;
  position: relative;
}

.california-privacy-right {
  padding-top: 35px;
}
.california-privacy-right h1 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
}
.california-privacy-right .opt-out-form-wrapper label {
  font-weight: bold;
}
.california-privacy-right .option-input-group {
  margin-top: 10px;
  position: relative;
}
.california-privacy-right .option-input-group input[type=radio],
.california-privacy-right .option-input-group input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.california-privacy-right .option-input-group input[type=radio] + label {
  padding: 10px 20px;
  color: #01baef;
  margin: 0 15px 15px 0;
  box-shadow: 0 0 7px #ddd;
  border: 1px solid #e1e3e3;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.california-privacy-right .option-input-group input[type=radio] + label:hover {
  background: #01baef;
  color: #ffffff;
  box-shadow: 0 0 10px #ccc;
}
.california-privacy-right .option-input-group input[type=radio]:checked + label {
  color: #ffffff;
  background: #01baef;
  box-shadow: none;
}

#ccpa-form .form-group {
  margin-bottom: 20px;
}

.insurance-section .info-card {
  text-align: center;
}
.insurance-section .info-card:hover {
  transform: translateY(-4px);
  transition: all 0.3s ease-in-out;
}
.insurance-section .info-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .insurance-section .info-card img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .insurance-section .info-card h5 {
    margin: 12px 0 24px 0;
  }
}
.insurance-section .key-takeaway {
  max-width: 650px;
  margin: 0 auto;
  color: #333333;
}
.insurance-section .key-takeaway strong {
  display: block;
  margin-bottom: 6px;
}

.insurance-reasons .section-subtitle {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.insurance-reasons .reason-card {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .insurance-reasons .reason-card {
    padding: 24px 20px;
  }
}
.insurance-reasons .reason-card:hover {
  transform: translateY(-6px);
}
.insurance-reasons .reason-card .icon {
  text-align: center;
}
.insurance-reasons .reason-card .icon img {
  height: 72px;
}
.insurance-reasons .reason-card h5 {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .insurance-reasons .reason-card h5 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.insurance-reasons .reason-card .small-text {
  margin-bottom: 10px;
  font-size: 16px;
}
.insurance-reasons .reason-card ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.insurance-reasons .reason-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-weight: 700;
}
.insurance-reasons .reason-card ul li::before {
  content: url(../Images/icon/list-check-mark.svg);
  position: absolute;
  left: 0;
  top: 0;
  color: #ff5a3c;
  font-weight: bold;
}
.insurance-reasons .reason-card .note {
  margin-top: 24px;
  font-weight: 700;
  font-family: "CabinetGrotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media screen and (max-width: 992px) {
  .insurance-reasons .reason-card .note {
    text-align: center;
  }
}
.insurance-reasons .wide-card {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .insurance-reasons .wide-card {
    padding: 24px;
  }
}
.insurance-reasons .list-center {
  display: inline-block;
  text-align: left;
}

.compare-section .header-wrap {
  max-width: 820px;
  margin: 0 auto 24px;
}
.compare-section .header-wrap h2 {
  margin-bottom: 16px;
}
.compare-section .header-wrap .desc {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
}
.compare-section .header-wrap .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.compare-section .compare-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 24px 30px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  height: 100%;
}
.compare-section .compare-card:hover {
  transform: translateY(-6px);
}
.compare-section .compare-card .img-box {
  margin-bottom: 20px;
}
.compare-section .compare-card .img-box img {
  max-height: 190px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .compare-section .compare-card .img-box img {
    max-height: 180px;
    max-width: 100%;
  }
}
.compare-section .compare-card h5 {
  margin-bottom: 8px;
}
.compare-section .compare-card p {
  margin-bottom: 0;
}
.compare-section .pro-tip {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .compare-section .pro-tip {
    margin-top: 24px;
  }
}
.compare-section .pro-tip strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.compare-section .pro-tip p {
  font-size: 15px;
  margin: 0;
}

.how-often-section .header-wrap {
  margin-bottom: 50px;
}
.how-often-section .header-wrap h2 {
  margin-bottom: 12px;
}
.how-often-section .header-wrap .subtitle {
  margin: 0;
}
.how-often-section .items-row {
  margin: 0 auto 50px;
}
@media screen and (max-width: 992px) {
  .how-often-section .items-row {
    margin-bottom: 24px;
  }
}
.how-often-section .items-row .item {
  padding: 10px 12px;
  transition: transform 0.3s ease;
}
.how-often-section .items-row .item:hover {
  transform: translateY(-4px);
}
.how-often-section .items-row .item .icon {
  margin-bottom: 16px;
}
.how-often-section .items-row .item .icon img {
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.how-often-section .footer-note {
  margin: 0 auto;
}
.how-often-section .footer-note p {
  margin: 0;
}

.mistakes-section .header-wrap {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .mistakes-section .header-wrap {
    margin-bottom: 24px;
  }
}
.mistakes-section .header-wrap h2 {
  margin-bottom: 12px;
}
.mistakes-section .header-wrap .subtitle {
  font-size: 16px;
  margin: 0;
}
.mistakes-section .mistake-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}
.mistakes-section .mistake-card h5 {
  margin-bottom: 8px;
}
.mistakes-section .mistake-card .icon {
  margin-bottom: 18px;
}
.mistakes-section .mistake-card .icon img {
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mistakes-section .footer-note {
  max-width: 750px;
  margin: 0 auto;
}
.mistakes-section .footer-note p {
  line-height: 1.6;
  margin: 0;
}

.coverage-section .main-insurance-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}
.coverage-section .main-insurance-card:nth-child(2) {
  animation-delay: 0.2s;
}
.coverage-section .main-insurance-card:nth-child(3) {
  animation-delay: 0.4s;
}
.coverage-section .main-insurance-card .card-img {
  overflow: hidden;
  border-radius: 12px;
  display: block;
}
.coverage-section .main-insurance-card .card-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.coverage-section .main-insurance-card .card-body {
  padding: 20px 10px;
  color: #777;
}
.coverage-section .main-insurance-card .card-body h5 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.coverage-section .main-insurance-card .card-body h5 .line {
  position: absolute;
  bottom: -12px;
  margin: auto;
  width: 40px;
  height: 3px;
  background: #e44f2d;
  left: calc(50% - 20px);
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 3s ease forwards;
  margin-top: 8px;
}
.coverage-section .main-insurance-card .card-body h5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e44f2d;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  margin-top: 9px;
}
.coverage-section .main-insurance-card .card-body .btn {
  color: #e44f2d;
  border: 0;
  text-decoration: none;
  background-color: #fae6e2;
  padding: 8px 20px;
  border-radius: 25px;
  transition: background-color 0.2s, color 0.2s;
}
.coverage-section .main-insurance-card .card-body .btn:hover {
  background-color: #e44f2d;
  color: #ffffff;
}
.coverage-section .main-insurance-card:hover {
  transform: translateY(-10px) scale(1.02);
}
.coverage-section .main-insurance-card:hover .card-img img {
  transform: scale(1.1);
}
.coverage-section .main-insurance-card:hover .divider {
  width: 80px;
}
.coverage-section .main-insurance-card:hover h5::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.auto-insurance-section {
  margin-bottom: 24px;
}
.auto-insurance-section .flow-title {
  font-weight: 700;
  font-size: 18px;
}
.auto-insurance-section .checklist {
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .auto-insurance-section .checklist {
    flex-direction: column;
    align-items: start;
  }
}
.auto-insurance-section .checklist span {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .auto-insurance-section .checklist span {
    font-size: 16px;
  }
}
.auto-insurance-section .checklist span::before {
  content: url(../Images/icon/list-check-mark.svg);
  color: #e44f2d;
  margin-right: 6px;
}
.auto-insurance-section .steps .step {
  text-align: center;
}
.auto-insurance-section .steps .step h6 {
  margin-top: 12px;
}
.auto-insurance-section .steps .step p {
  margin: 0;
}
.auto-insurance-section .steps .step .step-circle {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fae6e2;
  color: #e44f2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}

.card_hoveranim {
  transition: all 0.3s ease;
}
.card_hoveranim:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.coverage-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  text-align: center;
}
.coverage-card .icon {
  font-size: 32px;
  margin-bottom: 15px;
}
.coverage-card h4 {
  margin-bottom: 8px;
}
.coverage-card .tag {
  font-size: 12px;
  color: #e44f2d;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.coverage-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coverage-card ul li {
  font-size: 16px;
  position: relative;
  padding-left: 0;
  text-align: left;
  margin: 5px 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coverage-card ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .coverage-card ul li {
    justify-content: start;
  }
}
.coverage-card ul li span {
  color: #e44f2d;
}
.coverage-card ul li::before {
  content: url(../Images/icon/list-check-mark.svg);
  margin-right: 8px;
  height: 18px;
}
.coverage-card .note {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .coverage-card .note {
    font-size: 16px;
  }
}

.commercial-converage .coverage-card ul {
  padding: 0;
}
.commercial-converage .coverage-card ul li {
  margin: 5px 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .commercial-converage .coverage-card ul li {
    text-align: left;
    display: flex;
  }
}
.commercial-converage .coverage-card ul li b {
  display: flex;
}
.commercial-converage .coverage-card p,
.commercial-converage .coverage-card .note {
  font-size: 16px;
  font-weight: normal;
}

.common-auto-coverage-section .info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.common-auto-coverage-section .info-card .card-title {
  font-size: 28px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .common-auto-coverage-section .info-card .card-title {
    font-size: 22px;
  }
}
.common-auto-coverage-section .info-card .card-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #e44f2d;
  margin: 8px auto 0;
  border-radius: 2px;
}
.common-auto-coverage-section .info-card .card-content {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .common-auto-coverage-section .info-card .card-content {
    font-size: 16px;
  }
}
.common-auto-coverage-section .info-card .card-content p {
  margin-bottom: 10px;
}
.common-auto-coverage-section .info-card .card-content ul {
  padding-left: 18px;
  margin: 10px auto 0;
  text-align: left;
  display: inline-block;
}
.common-auto-coverage-section .info-card .card-content ul li {
  margin-bottom: 6px;
}

.home-insurance-section {
  margin-bottom: 24px;
}
.home-insurance-section .flow-title {
  font-weight: 700;
  font-size: 18px;
}
.home-insurance-section .coverage-grid .coverage-card {
  text-align: center;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 36px;
}
@media screen and (max-width: 992px) {
  .home-insurance-section .coverage-grid .coverage-card {
    padding: 24px;
  }
}
.home-insurance-section .coverage-grid .coverage-card .img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-insurance-section .coverage-grid .coverage-card .img-wrapper img {
  width: 100%;
  height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 992px) {
  .home-insurance-section .coverage-grid .coverage-card .img-wrapper img {
    height: 180px;
  }
}
.home-insurance-section .coverage-grid .coverage-card p {
  max-width: 480px;
  margin: 0 auto;
}
.home-insurance-section .coverage-grid .coverage-card:hover .img-wrapper img {
  transform: scale(1.05);
}
@media screen and (max-width: 992px) {
  .home-insurance-section .coverage-grid.replacement-cost .img-wrapper img {
    height: 190px;
  }
}
.home-insurance-section.cover .coverage-grid img {
  height: 190px;
}

.not-covered {
  background: #f9fafb;
  border-radius: 24px;
  padding: 60px 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .not-covered {
    padding: 48px 24px;
  }
}
.not-covered .section-desc {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 30px;
}
.not-covered .exclude-card {
  text-align: center;
}
.not-covered .exclude-card .img-wrapper {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px;
}
.not-covered .exclude-card .img-wrapper img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 992px) {
  .not-covered .exclude-card .img-wrapper img {
    height: 318px;
  }
}
.not-covered .exclude-card h6 {
  margin-bottom: 5px;
}
.not-covered .exclude-card p {
  margin: 0;
}
.not-covered .exclude-card:hover img {
  transform: scale(1.05);
}
.not-covered .bottom-note {
  margin-left: auto;
  margin-right: auto;
}

.commercial-insurance-section .checklists .checklist {
  text-align: center;
}
.commercial-insurance-section .checklists .checklist h6 {
  margin-top: 12px;
}
.commercial-insurance-section .checklists .checklist p {
  margin: 0;
}
.commercial-insurance-section .checklists .checklist .step-circle {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fae6e2;
  color: #e44f2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.commercial-insurance-section .coverage-grid .coverage-card {
  text-align: center;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .commercial-insurance-section .coverage-grid .coverage-card {
    padding: 24px;
  }
}
.commercial-insurance-section .coverage-grid .coverage-card .img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.commercial-insurance-section .coverage-grid .coverage-card .img-wrapper img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.commercial-insurance-section .coverage-grid .coverage-card h5 {
  font-weight: 800;
  margin-bottom: 10px;
}
.commercial-insurance-section .coverage-grid .coverage-card p {
  max-width: 480px;
  margin: 0 auto;
}
.commercial-insurance-section .coverage-grid .coverage-card:hover .img-wrapper img {
  transform: scale(1.05);
}

.common-coverage-section .section-title {
  margin: 0;
}
.common-coverage-section .icon {
  margin-bottom: 24px;
}

.about .checked-step-item {
  padding-top: 15px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.about .checked-step-item i {
  font-size: 28px;
  color: #e8563f;
}
.about .features-section .about-features-graphic {
  width: 100%;
  max-width: 589px;
}
.about .about-trust-badges {
  padding: 2rem 0 3rem;
}
.about .about-trust-badges .badge-item {
  text-align: center;
  padding: 1.25rem 0.75rem;
}
.about .about-trust-badges .badge-item .badge-icon {
  font-size: 30px;
  margin: 0 auto 10px;
  color: #e8563f;
}
.about .about-trust-badges .badge-item .badge-icon i {
  background-color: #fae6e2;
  border: 15px solid #fae6e2;
  border-radius: 45px;
}
.about .about-trust-badges .badge-item h5 {
  margin-bottom: 10px;
  position: relative;
}
.about .about-trust-badges .badge-item p {
  margin-bottom: 0;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lineGrow {
  to {
    transform: scaleX(1);
  }
}
.smart-toggler:focus {
  outline: none;
  box-shadow: none;
}
.smart-toggler {
  width: 30px;
  height: 22px;
  position: relative;
  border: none;
  background: transparent;
}
.smart-toggler span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.smart-toggler span:nth-child(1) {
  top: 0;
}
.smart-toggler span:nth-child(2) {
  top: 10px;
}
.smart-toggler span:nth-child(3) {
  bottom: 0;
}
.smart-toggler[aria-expanded=true] span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.smart-toggler[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.smart-toggler[aria-expanded=true] span:nth-child(3) {
  bottom: 10px;
  transform: rotate(-45deg);
}/*# sourceMappingURL=main.css.map */