/* Custom */


/* Header */
.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .header-section {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.hero-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 100px 35px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero-block {
    margin: 60px 35px 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero-block {
    margin: 30px 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .hero-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.hero-bg-home-one {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: -999;
  display: block;
  height: 670px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(81,122,222,0)),to(#517ade));
  background-image: linear-gradient(180deg,rgba(81,122,222,0),#517ade);
  opacity: .1;
  -webkit-transform: skew(0deg,-5deg);
  -ms-transform: skew(0deg,-5deg);
  transform: skew(0deg,-5deg);
}
@media screen and (max-width: 991px) {
  .hero-bg-home-one {
    height: 115%;
  }
}
@media screen and (max-width: 767px) {
  .hero-bg-home-one {
    height: 90%;
  }
}
@media screen and (max-width: 479px) {
  .hero-bg-home-one {
    height: 105%;
  }
}

.hero-grid {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .hero-grid {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .hero-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

.hero-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero-content {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

.hero-image {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .hero-image, .scroll-down {
    display: none;
  }
}

.hero-title {
  width: 482px;
  font-family: Inter,sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #041735;
  margin: 0;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .hero-title {
    width: 100%;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .hero-title {
    width: 100%;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .hero-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.hero-text {
  width: 480px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .hero-text {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .hero-text {
    width: 100%;
    font-size: 20px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 479px) {
  .hero-text {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 1.4em;
  }
}

/* Section */
.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.block-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 80px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .block-content {
    margin: 60px 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .block-content {
    margin: 30px 16px;
  }
}
@media screen and (max-width: 479px) {
  .block-content {
    margin: 15px 16px;
  }
}

.top-line {
  width: 60px;
  height: 2px;
  margin-bottom: 30px;
  background-color: #041735;
}
@media screen and (max-width: 991px) {
  .top-line {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-line {
    margin-bottom: 15px;
  }
}

.section-title {
  display: block;
  margin-top: 0;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #041735;
  font-size: 40px;
  line-height: 49px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-title {
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .section-title {
    line-height: 1.2em;
    margin-bottom: 15px;
  }
}

.grid-insurance-boxes {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .grid-insurance-boxes {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 767px) {
  .grid-insurance-boxes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 479px) {
  .grid-insurance-boxes {
    margin-top: 0;
    grid-row-gap: 10px;
  }
}

.insurance-title {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .insurance-title {
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .insurance-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .insurance-title {
    margin-top: 20px;
  }
}

.insurance-paragraph {
  margin-bottom: 0;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .insurance-paragraph {
    width: auto;
    margin-top: 0;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .insurance-paragraph {
    line-height: 1.4em;
  }
}

.pet-insurance-block {
  height: 385px;
  margin-top: 60px;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #f0f3ff;
  -webkit-transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out;
  transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out;
}

.health-insurance-block {
  height: 385px;
  margin-top: 30px;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff3f2;
  -webkit-transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out;
  transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .health-insurance-block,
  .pet-insurance-block {
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .health-insurance-block,
  .pet-insurance-block {
    padding: 24px;
  }
}

.car-insurance-block {
  height: 385px;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #f2fffe;
  -webkit-transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out;
  transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .car-insurance-block {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .car-insurance-block {
    padding: 24px;
  }
}

.read-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2845ba;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .read-more-link {
    margin-top: 20px;
  }
}

.grid-content {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .grid-content {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 767px) {
  .grid-content {
    margin-top: 0;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 479px) {
  .grid-content {
    grid-auto-columns: 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

.smart-image {
  margin-top: 0;
  margin-bottom: 0;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.content-right {
  margin-left: 100px;
}
@media screen and (max-width: 991px) {
  .content-right {
    margin-left: 0;
  }
}

.section-title-left {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-title-left {
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-title-left {
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .section-title-left {
    font-size: 28px;
    line-height: 1.2em;
  }
}

.paragraph-left {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .paragraph-left {
    line-height: 1.4em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .paragraph-left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .paragraph-left {
    font-size: 16px;
  }
}

.secondary-button {
  display: block;
  width: 170px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2845ba;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  color: #2845ba;
  font-weight: 500;
  text-align: center;
}
.secondary-button.blog-button,
.secondary-button.top-margin-button {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .secondary-button {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .secondary-button, .secondary-button.top-margin-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .secondary-button, .secondary-button.top-margin-button {
    margin-top: 20px;
  }
}

/* Footer */
.footer {
  position: static;
  display: block;
  max-width: 100%;
  margin-top: 80px;
  margin-right: 35px;
  margin-left: 35px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@media screen and (max-width: 991px) {
  .footer {
    margin-top: 60px;
    margin-right: 35px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 479px) {
  .footer {
    margin-top: 15px;
    margin-right: 16px;
    margin-left: 16px;
  }
}

.footer-block {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px 3px 0 0;
}
@media screen and (max-width: 767px) {
  .footer-block {
    height: auto;
  }
}

.footer-divider {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #414141;
  opacity: .1;
  color: #414141;
}

.footer-grid {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -ms-grid-columns: 1.75fr 1fr 0.75fr;
  grid-template-columns: 1.75fr 1fr 0.75fr;
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .footer-grid {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-grid {
    padding-top: 40px;
    padding-bottom: 40px;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 30px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 479px) {
  .footer-grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  .left-block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}
@media screen and (max-width: 479px) {
  .left-block-footer {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .block-footer {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
@media screen and (max-width: 479px) {
  .block-footer {
    margin-top: 30px;
  }
}

.bottom-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bottom-footer {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .bottom-footer {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .footer-brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.footer-title {
  margin-top: 0;
  margin-bottom: 24px;
  color: #041735;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .footer-title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
}

.footer-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #414141;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer-link, .footer-title {
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .footer-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .footer-link {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

.footer-paragraph {
  margin-top: 20px;
  margin-bottom: 0;
  color: #414141;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .footer-paragraph {
    display: none;
  }
}

.powered {
  float: none;
  clear: none;
  color: #414141;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .powered {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.footer-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  margin-left: 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: hsla(0,0%,84.7%,.35);
}
@media screen and (max-width: 767px) {
  .social-media {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (max-width: 479px) {
  .footer-social-media {
    margin-left: 0;
  }
}

.logo {
  max-width: 110px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  transition-timing-function: ease, ease;
}
@media screen and (max-width: 991px) {
  .logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  .logo {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}