:root {
  --primary-blue: #4353ff;
  --darkteal: #005575;
  --light-sea-green: #3ab1af;
  --dark-cyan: #3b8590;
  --dim-grey: #4b4b4b;
  --less-dim-grey: #4d4d4d;
  --teal: #387f8a;
  --cadet-blue: #2b9d9b;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: loos-normal, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: loos-normal, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: loos-normal, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: loos-normal, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: loos-normal, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25em;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

img {
  display: inline-block;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---primary-blue {
  background-color: var(--primary-blue);
}

.style-guide-swatch.swatch---secondary-blue {
  background-color: #949dff;
}

.style-guide-swatch.swatch---accent {
  background-color: #a778ff;
}

.style-guide-swatch.darktealbg {
  background-color: var(--darkteal);
}

.style-guide-swatch.aquabg {
  background-color: #3ab1af;
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.style-guide-help-wrap {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 300px;
  margin-left: 40px;
  padding: 20px;
  position: sticky;
  top: 40px;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.style-guide-individual-element {
  margin-bottom: 20px;
}

.style-guide-individual-element.darkblackbg {
  background-color: #000;
  display: flex;
}

.button {
  border: 3px solid var(--light-sea-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #3ab1af;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .938rem 2rem .813rem;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.button:hover {
  border-color: var(--dark-cyan);
  background-color: var(--dark-cyan);
  color: #fff;
}

.button.button-secondary {
  color: #3ab1af;
  background-color: #0000;
  border-color: #3ab1af;
}

.button.button-secondary:hover {
  border-color: var(--dark-cyan);
  background-color: var(--dark-cyan);
  color: #fff;
}

.button.button-large {
  padding: 12px 20px;
  font-size: 18px;
}

.button.button-small {
  padding: 6px 12px;
  font-size: 12px;
}

.button.button-blanco {
  color: #4b4b4b;
  background-color: #fff;
  border-color: #fff;
}

.button.button-blanco:hover {
  border-color: var(--dark-cyan);
  background-color: var(--dark-cyan);
  color: #fff;
}

.button.button-footer2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-color: #fff;
}

.button.button-footer2:hover {
  border-color: var(--dark-cyan);
  background-color: var(--dark-cyan);
  color: #fff;
}

.button.navi-button {
  border-color: var(--darkteal);
  background-color: var(--darkteal);
  white-space: nowrap;
}

.button.navi-button:hover {
  background-color: var(--dark-cyan);
  color: #fff;
  border-color: #3b8590;
}

.button.btn-darkteal {
  border-color: var(--darkteal);
  background-color: #005575;
}

.button.btn-darkteal:hover {
  border-color: var(--dark-cyan);
  background-color: var(--dark-cyan);
  color: #fff;
}

.button.button-footer1 {
  color: var(--darkteal);
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  flex-direction: column;
}

.button.button-footer1:hover, .button.btnondark:hover {
  border-color: var(--dark-cyan);
  background-color: var(--dark-cyan);
  color: #fff;
}

.importantinfoaboutheadings-2 {
  flex-direction: column;
  display: flex;
}

.darktealtxt {
  color: var(--darkteal);
}

.darktealtxt.downsize-heading {
  font-size: 40px;
}

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

.aquatxt {
  color: var(--light-sea-green);
}

.aquatxt.notopm {
  margin-top: 0;
}

.fill-container {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.smalltealcaps {
  color: var(--light-sea-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.smalldarktealcaps {
  color: #005575;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.nav-dropdown-icon {
  align-self: center;
  line-height: 1em;
}

.nav-dropdown-list {
  background-color: var(--light-sea-green);
  padding: .63rem;
  transition: all .25s;
}

.nav-dropdown-list.w--open {
  left: 50%;
  transform: translate(-50%);
}

.nav-dropdown-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #2b9d9b80;
  padding: .5rem;
  font-size: 16px;
  font-weight: 500;
}

.nav-dropdown-link:hover {
  border-bottom-color: #2b9d9b;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.nav-dropdown-link.lastlinkin-dropdown {
  border-bottom-color: #0000;
}

.navigation_container {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  z-index: 9999;
  flex: 0 auto;
  align-self: center;
  max-width: 20rem;
  padding-left: 0;
  display: flex;
}

.nav-menu {
  flex: 1;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.navi-links {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding: .5rem 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navi-links.w--current {
  color: #42ccc9;
}

.navi-links.insurance-notlink {
  margin-left: 0;
  margin-right: .5rem;
  line-height: 1em;
}

.navigation-button {
  margin-left: auto;
  margin-right: 0;
}

.scrollable-element_navilinks {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.section {
  width: 100%;
  padding: 80px 20px;
  overflow: hidden;
}

.section.teal-section {
  padding-left: 0;
  padding-right: 0;
}

.section.offwhitesection {
  background-color: #f8f8f8;
  background-image: url('../images/bggreysymbol.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -200px;
  padding-top: 222px;
}

.section.navysection {
  color: #fff;
  background-color: #005575;
  background-image: url('../images/Mask-Group-2.svg');
  background-position: -220px;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.nobottompaddinghere {
  padding-bottom: 0;
}

.section.someoffwhitesection {
  background-image: linear-gradient(#f8f8f8 80%, #fff 10%);
}

.section.relative {
  position: relative;
}

.section.relative.removetopvw._130mbottom {
  margin-bottom: 130px;
}

.section.offwhitebg {
  background-color: #f8f8f8;
}

.section.no_topbottom_p {
  padding-top: 0;
  padding-bottom: 0;
}

.section._50bottom {
  padding-bottom: 50px;
}

.section.bgwithsymbol_totheleft {
  background-color: #005575;
  background-image: url('../images/Mask-Group-7.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mainhomecontainer1200 {
  max-width: 1200px;
  display: flex;
  position: relative;
}

.main-homepagesection {
  background-color: #f8f8f8;
  width: 100%;
}

._550div-mainhomepage {
  align-self: center;
  width: 100%;
  max-width: 550px;
  margin-left: 0;
  margin-right: auto;
}

.mainhomeimg {
  align-items: center;
  width: 100%;
  max-width: 550px;
  height: 100%;
  margin-top: auto;
  margin-right: auto;
  position: relative;
}

.imgmainhome {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.mainhomeheading {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.teallinediv {
  background-color: var(--light-sea-green);
  width: 19px;
  height: 2px;
}

.teallinediv._10right {
  margin-right: 10px;
}

.flex-horiz {
  align-items: center;
  display: flex;
}

.flex-horiz.underadd-15 {
  margin-bottom: 15px;
}

.container1100 {
  max-width: 1100px;
}

.container1100.textcentered {
  text-align: center;
}

.div-400mw {
  color: #fff;
  max-width: 550px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
}

.smallinsuranceheading {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.smallinsuranceheading.lifeinsurancemoreleft {
  text-align: left;
}

.toinsurance_page {
  color: var(--less-dim-grey);
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.first-homepage-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-darktealpart-homepage1 {
  align-self: center;
}

._20responsivein {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container1200 {
  max-width: 1200px;
}

.container1500 {
  flex-direction: row;
  max-width: 1500px;
  position: relative;
}

.container1500.hideme {
  display: none;
}

.cyandiv1200 {
  background-color: var(--light-sea-green);
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inteal-mw470 {
  color: #fff;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  padding: 20px;
}

.div-img {
  flex: none;
  width: 50%;
  margin-top: -50px;
  margin-bottom: 50px;
}

.section-halfnavy {
  background-image: linear-gradient(to right, var(--darkteal) 50%, transparent 10%);
  position: relative;
}

.mw469 {
  max-width: 469px;
  padding-right: 60px;
}

.mw520 {
  max-width: 520px;
}

.div-flexthese {
  justify-content: center;
  display: flex;
}

.div-horizontal {
  display: flex;
}

.grid-fullwidth {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

.mw826 {
  max-width: 826px;
  height: 593px;
  margin-top: -30px;
  margin-bottom: 80px;
  margin-left: -30px;
  position: relative;
}

.divtealbg {
  z-index: 0;
  background-color: #3ab1af;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.navyline {
  background-color: var(--darkteal);
  width: 100%;
  height: 5px;
}

.whitetext {
  color: #fff;
}

.whitetext.mw500 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.whitetext.bottom-marginmore, .whitetext._25bottom {
  margin-bottom: 25px;
}

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

.flexdiv {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.growdiv-wordheadings-homepage {
  flex: 1;
}

.footerheading {
  margin-top: 0;
  font-size: 34px;
  font-weight: 700;
}

.footerheading.thinnerh2 {
  margin-bottom: 0;
  font-weight: 400;
}

.footer-div-companyinfo {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #707070;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 2rem;
  display: flex;
}

.w400 {
  width: 100%;
  max-width: 400px;
}

.footer-info-style {
  color: #4b4b4b;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.footerdiv {
  flex: none;
  align-self: center;
}

.footerdiv.socialsfooterdiv {
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.copyrighttext {
  color: #757575;
  text-align: center;
  font-size: 15px;
}

.lunacreative {
  color: #4b4b4bc4;
  text-decoration: none;
}

.lunacreative:hover {
  color: var(--teal);
  text-decoration: underline;
}

.nopaddingt {
  margin-top: 0;
}

.footersection {
  width: 100%;
  padding: 50px 20px 20px;
}

.wrapmobile {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.wrapmobile.buttonbetweenp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.div-text-homepage {
  max-width: 550px;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
}

.footerimg {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.footer-keep2together {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  display: flex;
}

.footerlogodiv {
  flex: 0 auto;
}

.div-align-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.page-headings {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  position: relative;
}

.pageheading-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 80px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pageheading-section.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/About_Header.webp');
  background-position: 0 0, 50% 12%;
  background-size: auto, cover;
}

.pageheading-section.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Contact_Header.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pageheading-section.requestahquote {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1920x500_pageheader_request.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pageheading-section.autoinsurance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1920x500_insuranceheader_auto.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pageheading-section.homeinsurance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1920x500_insuranceheader_home.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pageheading-section.commercialinsurance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1920x500_insuranceheader_commercial.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pageheading-section.lifeinsurance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1920x500_insuranceheader_lifeinsurance.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pageheading-section.healthinsurance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1920x500_insuranceheader_health.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraphmw {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.grid-aboutpg, .grid-2x1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.w350 {
  width: 100%;
  max-width: 350px;
}

.w350.achieveements-stylediv {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 10px 2px #0000001a;
}

.teal-heading {
  color: var(--light-sea-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 700;
  line-height: 1em;
}

.smallcapsheading {
  color: #005575;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.divlinebottom {
  border-bottom: 1px solid #c4c4c4;
  max-width: 240px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.divlinebottom.lastdiv {
  border-bottom-style: none;
}

.img100 {
  width: 100%;
  max-width: 100px;
}

.div-hastitle {
  max-width: 152px;
  position: absolute;
  inset: 200px 5% auto auto;
}

.insuranceagent {
  color: #3b8590;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
}

._60right {
  padding-right: 60px;
}

.aquabgdiv.aquabg {
  background-color: #3ab1af;
}

.aquabgdiv.aquabg.mw823mh927 {
  color: #fff;
  width: 100%;
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.mw1300navybluediv {
  background-color: #005575;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

._2x1gridautoinsurance {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 40px;
  position: relative;
}

.mw500 {
  width: 100%;
  padding: 60px;
}

.whitelist {
  color: #fff;
  padding-left: 40px;
  padding-right: 20px;
  font-weight: 700;
}

.centerp {
  text-align: center;
}

.centerp.top48andmw {
  width: 100%;
  max-width: 1049px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.randomaquabox {
  background-color: #3ab1af;
  width: 40%;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bllist {
  color: #4b4b4b;
  font-weight: 700;
}

._20around {
  padding: 20px;
}

._20around._60left {
  padding-left: 60px;
}

._20around.mw530 {
  width: 100%;
  max-width: 530px;
}

._2x1gridautoinsurance2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  position: relative;
}

.mwp730 {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.mwp730.top23 {
  margin-top: 23px;
}

.insureyourhome-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.randomaquaboxwithsymbol {
  z-index: -1;
  background-color: #3ab1af;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ci_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.ci_grid.middlemargins {
  margin-top: 80px;
  margin-bottom: 80px;
}

._60left {
  padding-left: 60px;
}

.mwthisheading {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.afootersection {
  width: 100%;
  padding: 80px 20px;
  overflow: hidden;
}

.afootersection.navysection {
  color: #fff;
  background-color: #005575;
  background-image: url('../images/Mask-Group-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container800 {
  max-width: 800px;
}

.container800.textcentered {
  text-align: center;
}

.container800.textcentered.bottommargin {
  margin-bottom: 33px;
}

.container800.textcentered._80bott {
  margin-bottom: 80px;
}

.flex-twodivs {
  display: flex;
}

.flex-twodivs._25top {
  margin-top: 25px;
}

.flex-twodivs._25top.inbetweenpadding {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.leftalign {
  text-align: left;
}

.bolder_smalltealcaps {
  color: var(--light-sea-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

._24bot {
  margin-bottom: 25px;
}

.divchangemobile.mw462 {
  width: 100%;
  max-width: 462px;
}

.notopm {
  margin-top: 0;
}

.insurance-symbols {
  object-fit: contain;
  flex: none;
  width: 70px;
}

.centeritem {
  justify-content: center;
  display: flex;
}

._20bottom {
  margin-bottom: 20px;
}

.fleitem {
  flex: none;
}

.hidethistemp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  place-content: space-between;
  max-width: 550px;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: relative;
}

.flexbox-begin {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 70px;
  display: flex;
}

.flexbox-begin.temphide {
  display: none;
}

.flexitem {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.flexitem.lastitem {
  flex: none;
  justify-content: center;
}

.gridofsymbols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.randomaquabox_right {
  background-color: #3ab1af;
  width: 40%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

._2x1_leftsidemore {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.grid2x1_moreright {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  position: relative;
}

.mw462 {
  width: 100%;
  max-width: 462px;
}

.randomaquabox_left {
  background-color: #3ab1af;
  width: 40%;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.html-embed {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.style-like-h3 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-jeimg {
  margin-left: -170px;
  position: relative;
}

.je-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.je-div-stand {
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: 720px;
}

.je-img-2 {
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
}

.ce-div {
  width: 100%;
  height: 600px;
}

.ce-img {
  object-fit: cover;
  object-position: 50% 32%;
  width: 100%;
  height: 100%;
}

.aboutpg-righttxtdiv {
  padding: 20px 20px 20px 60px;
}

.grayscalediv {
  mix-blend-mode: color;
  background-color: #000;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.homepage-headingnextto4links {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.footer-socials {
  color: #45babd;
  width: 36px;
  height: 36px;
}

.centertext {
  text-align: center;
}

.commercialpartners-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.insurancepartnersname {
  font-size: 16px;
  font-weight: 400;
}

.insurancepartners-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.insurancepartners-section {
  justify-content: center;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.insurancepartners-section.notop-desktoppadding {
  padding-top: 0;
}

.partner-homepage-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.partnerinsurangeimg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.partnerinsurangeimg.with-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.twologos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rentersinsurance-grd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  display: flex;
}

.righttextdiv-rentersinsurance {
  flex: 1;
  padding-left: 60px;
}

.tealright {
  z-index: -1;
  background-color: #3ab1af;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-div-height {
  min-height: 466px;
}

.img-div-height1 {
  flex-direction: row;
  flex: 1;
  min-height: 466px;
  display: flex;
}

.insurancebtn {
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.insurancebtn:hover {
  color: #1a1b1fbf;
}

.insurancebtn:focus-visible, .insurancebtn[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.insurancedropdown {
  margin-left: 0;
  margin-right: 0;
}

.holds-just-links {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-svg-code {
  color: var(--darkteal);
}

.navbari_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-nav {
  background-color: var(--darkteal);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-nav.w--current {
  background-color: var(--light-sea-green);
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navibar_logo-link {
  max-width: 30rem;
  padding-left: 0;
}

.navibar_component {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navibar_menu-button {
  padding: 0;
}

.navibar_dropdown-list.w--open {
  background-color: var(--light-sea-green);
  width: 13rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  left: 50%;
  transform: translate(-50%);
}

.navibar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navibar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #2b9d9b80;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.navibar_dropdown-link:hover {
  border-bottom-color: var(--cadet-blue);
}

.navibar_dropdown-link.navi-bar-lastlink {
  border-bottom: 0 #2b9d9b00;
}

.navibar_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--dim-grey);
  text-transform: uppercase;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 700;
  display: flex;
}

.navibar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navibar_menu.is-page-height-tablet {
  flex: 1;
  justify-content: space-between;
}

.navibar_link {
  color: #4b4b4b;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-weight: 700;
}

.navibar_link.w--current {
  color: var(--light-sea-green);
}

.align-middle-navlinks {
  margin-left: auto;
  margin-right: auto;
}

.util-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.image_utils {
  width: 100%;
  max-width: 25rem;
}

.text_utils {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.button-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 20px 25px;
  font-weight: 700;
  transition: all .25s;
}

.button-2.yellow-button {
  color: #252626;
  background-color: #f3d220;
}

.button-2.yellow-button:hover {
  color: #fff;
  background-color: #6c313b;
}

.button-wrap.button-align {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrap.button-align.align-center {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .button.navi-button {
    color: var(--darkteal);
    background-color: #fff;
  }

  .button.navi-button:hover {
    color: var(--darkteal);
    background-color: #fff;
    border-color: #fff;
  }

  .button.navi-button.w--current {
    color: #fff;
    background-color: #42ccc9;
  }

  .fill-container.person-2adjust {
    max-width: none;
    max-height: none;
  }

  .fill-container.containtheteam {
    object-fit: contain;
  }

  .fill-container.family-img {
    object-position: 50% 50%;
  }

  .nav-dropdown-list {
    background-color: #3ab1af00;
    padding: 0;
    position: static;
  }

  .nav-dropdown-list.w--open {
    position: static;
    left: auto;
    transform: none;
  }

  .nav-dropdown-link {
    border-bottom-style: none;
    margin-bottom: 0;
    padding: 1rem;
    font-size: 20px;
    font-weight: 700;
  }

  .nav-dropdown-link.w--current {
    color: #42ccc9;
  }

  .navigation_container {
    z-index: 599999;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .brand {
    z-index: 6999999;
    padding: .5rem 1.25rem;
  }

  .nav-menu {
    z-index: 49999;
    background-color: var(--darkteal);
    display: block;
    inset: 0%;
  }

  .navbar {
    z-index: 49999;
    min-width: 100vw;
    max-width: 100%;
    padding: 0;
  }

  .navi-links {
    color: #fff;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
  }

  .navigation-menu-button {
    z-index: 2;
    margin-left: auto;
    padding: .5rem 1.25rem;
  }

  .navigation-menu-button.w--open {
    background-color: #c8c8c800;
    overflow: hidden;
  }

  .navigation-button {
    margin-top: 1rem;
    margin-left: 0;
    display: flex;
  }

  .scrollable-element_navilinks {
    z-index: 899999999;
    background-color: var(--darkteal);
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 5rem 0;
    position: relative;
  }

  .mobile-line {
    background-color: var(--darkteal);
    flex: none;
    width: 32px;
    height: 3px;
    padding: 0;
  }

  .mobile-line.mobile-line-middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .div-of-mobile-lines {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section {
    padding: 5vw;
  }

  .section.teal-section {
    padding: 10vw 5vw 5vw 10vw;
  }

  .section.offwhitesection {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.navysection {
    background-image: none;
  }

  .section.relative.removetopvw {
    padding-top: 5vw;
  }

  .section.relative.removetopvw._130mbottom {
    margin-bottom: 0;
  }

  .section.relative.removebottomvwmobile {
    padding-bottom: 0;
  }

  .section.centeritem.removetoppadding {
    padding-top: 0;
  }

  .section._50bottom {
    padding-bottom: 5vw;
  }

  .section.bgwithsymbol_totheleft {
    background-image: none;
  }

  .mainhomecontainer1200 {
    max-width: none;
  }

  ._550div-mainhomepage {
    flex: 1;
    max-width: none;
    padding: 10vw 5vw;
  }

  .mainhomeimg {
    flex: 1;
    align-self: flex-end;
    margin-top: 0;
    margin-left: -5vw;
  }

  .imgmainhome {
    object-fit: cover;
    min-height: 550px;
    overflow: visible;
  }

  .mainhomeheading {
    font-size: 40px;
  }

  .div-400mw {
    max-width: none;
    padding: 5vw;
  }

  .smallinsuranceheading.lifeinsurancemoreleft {
    margin-left: -10px;
  }

  .toinsurance_page {
    position: relative;
  }

  .first-homepage-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._20responsivein {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-halfnavy {
    margin-top: 0;
    padding-left: 0;
  }

  .mw469 {
    max-width: 50%;
    padding-right: 5vw;
  }

  .mw520 {
    max-width: none;
  }

  .div-flexthese {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-fullwidth {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .mw826 {
    max-width: none;
    height: auto;
    margin-top: -5vw;
    margin-bottom: 5vw;
    margin-left: -5vw;
    padding-right: 5vw;
  }

  .divtealbg {
    max-width: none;
  }

  .whitetext.mw500 {
    padding: 0;
  }

  .whitetext.mw500.addpadding-ontop {
    margin-top: 5vw;
  }

  .flexdiv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .footer-div-companyinfo {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
  }

  .w400 {
    max-width: 320px;
  }

  .footer-info-style {
    font-size: 14px;
  }

  .footerdiv {
    flex: 0 auto;
  }

  .copyrighttext {
    font-size: 12px;
    line-height: 1.5em;
  }

  .footersection {
    padding: 5vw;
  }

  .wrapmobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .div-text-homepage {
    max-width: none;
    padding: 0 5vw 5vw;
  }

  .footerimg {
    object-fit: contain;
  }

  .footer-keep2together {
    grid-column-gap: 1rem;
    flex-wrap: wrap;
    flex: none;
  }

  .div-align-buttons {
    flex-flow: column wrap;
  }

  .page-headings {
    font-size: 50px;
  }

  .pageheading-section {
    height: 40vw;
    min-height: 350px;
    padding: 5vw;
  }

  .pageheading-section.about {
    background-image: linear-gradient(#00000080, #00000080), url('../images/About_Header.webp');
    background-position: 0 0, 50% 25%;
    background-size: auto, cover;
  }

  .grid-2x1 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .w350.achieveements-stylediv {
    padding: 5vw;
  }

  .div-hastitle {
    color: #333;
    text-align: center;
    background-color: #ececec;
    max-width: none;
    padding: 20px;
    position: static;
    inset: 0 0% auto auto;
  }

  ._60right {
    padding-right: 5vw;
  }

  .aquabgdiv.aquabg.mw823mh927 {
    padding: 5vw;
  }

  ._2x1gridautoinsurance {
    flex-direction: column-reverse;
    padding: 5vw;
    display: flex;
  }

  .whitelist {
    padding-left: 20px;
  }

  .centerp.top48andmw {
    max-width: none;
    margin-top: 5vw;
  }

  .randomaquabox {
    width: 90%;
    height: 40%;
    inset: 8% auto auto 0%;
  }

  .bllist {
    padding-left: 20px;
  }

  ._20around._60left {
    padding: 5vw 5vw 0;
  }

  ._20around.mw530 {
    max-width: none;
    padding: 5vw 5vw 0;
  }

  ._20around.mw530.noleftmobile {
    padding-left: 0;
  }

  ._2x1gridautoinsurance2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .insureyourhome-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .ci_grid.middlemargins {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  ._60left {
    padding-left: 5vw;
  }

  .afootersection {
    padding: 5vw;
  }

  .afootersection.navysection {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container800.textcentered {
    max-width: none;
  }

  .container800.textcentered.bottommargin {
    margin-bottom: 5vw;
  }

  .container800.textcentered.bottommargin.removebottom {
    margin-bottom: 0;
  }

  .container800.textcentered._80bott {
    margin-bottom: 5vw;
  }

  .leftalign {
    flex: 1;
  }

  .divchangemobile {
    flex: none;
    height: 400px;
  }

  .divchangemobile.mw462 {
    max-width: none;
    height: auto;
  }

  .fleitem {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
  }

  .hidethistemp {
    flex-flow: wrap;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flexbox-begin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flexitem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
  }

  .flexitem.lastitem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    justify-content: space-around;
  }

  .flexitem.middleitem {
    flex: 1;
  }

  .gridofsymbols {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .list-wording {
    margin-bottom: 10px;
  }

  .randomaquabox_right {
    inset: 0% 0% auto auto;
  }

  ._2x1_leftsidemore {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid2x1_moreright {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .randomaquabox_left {
    inset: 0% auto auto 0%;
  }

  .div-jeimg {
    flex-direction: column-reverse;
    margin-left: 0;
    display: flex;
  }

  .je-div-stand, .ce-div {
    height: auto;
  }

  .ce-img {
    object-position: 50% 50%;
  }

  .aboutpg-righttxtdiv {
    padding: 5vw 0 5vw 5vw;
  }

  .grayscalediv {
    padding: 0;
  }

  .homepage-headingnextto4links {
    max-width: none;
  }

  .insurancepartners-section {
    padding: 5vw;
  }

  .insurancepartners-section.notop-desktoppadding.nobotomm {
    padding-bottom: 0;
  }

  .partner-homepage-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }

  .partnerinsurangeimg {
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }

  .righttextdiv-rentersinsurance {
    padding-left: 5vw;
  }

  .insurancebtn {
    justify-content: center;
  }

  .insurancedropdown {
    position: static;
  }

  .holds-just-links {
    flex-direction: column;
  }

  .navibar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbari_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navibar_logo-link {
    max-width: 20rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navibar_menu-button.w--open {
    background-color: #0000;
  }

  .navibar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navibar_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
    transform: none;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navibar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    display: flex;
    left: .5rem;
  }

  .navibar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navibar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navibar_link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .util-wrap {
    padding: 5vw;
  }

  .button-2 {
    padding: 10px 13px;
  }

  .partner-carriers {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 35px;
  }

  .button.button-footer2, .button.button-footer1 {
    max-width: none;
  }

  .darktealtxt.downsize-heading {
    margin-top: 0;
  }

  .fill-container.person-2adjust {
    object-position: 50% 21%;
  }

  .brand {
    width: 100%;
    max-width: 300px;
  }

  .section.teal-section {
    padding-top: 10vw;
    padding-left: 10vw;
    padding-right: 5vw;
  }

  .section.nobottompaddinghere {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.relative.notbothere {
    padding-bottom: 0;
  }

  .section.no_topbottom_p.no_side_p {
    padding-left: 0;
    padding-right: 0;
  }

  .mainhomecontainer1200 {
    flex-direction: column;
  }

  .main-homepagesection {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._550div-mainhomepage {
    padding: 5vw;
  }

  .mainhomeimg {
    background-color: #fff;
    align-self: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .imgmainhome {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-horiz.underadd-15 {
    margin-bottom: 5px;
  }

  .div-400mw {
    padding: 0;
  }

  .first-homepage-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 0;
    display: flex;
  }

  .div-darktealpart-homepage1 {
    background-color: var(--darkteal);
    padding: 5vw;
  }

  .section-halfnavy {
    background-image: none;
  }

  .mw469 {
    max-width: none;
    padding-top: 5vw;
    padding-right: 0;
  }

  .div-flexthese {
    flex-direction: column-reverse;
  }

  .grid-fullwidth {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .mw826 {
    height: auto;
    margin-top: -5vw;
    margin-bottom: 0;
    margin-left: -5vw;
    padding-right: 5vw;
  }

  .navyline {
    display: inline;
  }

  .flexdiv {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    text-align: center;
    flex-direction: column;
  }

  .footerheading {
    font-size: 30px;
  }

  .footer-div-companyinfo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
  }

  .w400 {
    max-width: 400px;
  }

  .footerdiv {
    align-self: flex-start;
  }

  .wrapmobile {
    flex-direction: row;
    justify-content: center;
  }

  .div-text-homepage {
    max-width: none;
    padding: 5vw;
  }

  .div-align-buttons {
    justify-content: center;
    align-items: stretch;
  }

  .page-headings {
    font-size: 50px;
  }

  .pageheading-section.about {
    background-image: linear-gradient(#00000080, #00000080), url('../images/About_Header.webp');
    background-position: 0 0, 50% 25%;
    background-size: auto, cover;
  }

  .grid-aboutpg {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-2x1 {
    grid-template-columns: 1fr;
  }

  .divlinebottom {
    max-width: none;
  }

  .div-hastitle {
    top: 185px;
  }

  ._60right {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }

  ._60right.nobot {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._2x1gridautoinsurance {
    padding-left: 5vw;
  }

  .randomaquabox {
    height: 250px;
    top: 0%;
  }

  ._20around._60left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .insureyourhome-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .randomaquaboxwithsymbol {
    width: 100%;
    height: 40%;
    inset: 0% 0% auto auto;
  }

  .ci_grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .ci_grid.middlemargins {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._60left {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .flex-twodivs._25top.inbetweenpadding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .divchangemobile {
    height: 250px;
  }

  .commercialpg-imgheights {
    height: 300px;
  }

  .hidethistemp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    padding: 5vw;
  }

  .gridofsymbols {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .randomaquabox_right {
    width: 90%;
    height: 39vw;
    min-height: 400px;
    top: 3.5vw;
    right: 3.5vw;
  }

  ._2x1_leftsidemore {
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid2x1_moreright {
    grid-template-columns: 1fr;
  }

  .mw462 {
    max-width: none;
  }

  .mw462.adjustsizeimg_mobile {
    height: 40vw;
    min-height: 400px;
  }

  .randomaquabox_left {
    width: 90%;
    height: 39vw;
    min-height: 400px;
    top: 3.5vw;
    left: 3.5vw;
  }

  .adjustsizeimg_mobile {
    height: 40vw;
    min-height: 400px;
  }

  .style-like-h3 {
    font-size: 18px;
  }

  .div-jeimg {
    width: 100%;
  }

  .je-img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .je-div-stand {
    height: 40vw;
    min-height: 400px;
  }

  .je-img-2 {
    object-position: 50% 32%;
  }

  .aboutpg-righttxtdiv {
    padding-bottom: 0;
    padding-left: 0;
  }

  .homepage-headingnextto4links {
    margin-bottom: 0;
  }

  .insurancepartners-grid {
    grid-template-columns: 1fr;
  }

  .partner-homepage-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rentersinsurance-grd {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .righttextdiv-rentersinsurance {
    padding-left: 0;
  }

  .tealright {
    width: 100%;
    height: 35%;
    inset: 0% 0% auto auto;
  }

  .img-div-height, .img-div-height1 {
    height: 300px;
    min-height: auto;
  }

  .insurancebtn {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

  .insurancedropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navibar_component {
    min-height: 4rem;
  }

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navibar_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navibar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 25px;
  }

  .button, .button.button-secondary, .button.button-blanco {
    max-width: none;
  }

  .button.navi-button {
    max-width: 200px;
  }

  .button.btn-darkteal, .button.btnondark {
    max-width: none;
  }

  .darktealtxt.downsize-heading {
    font-size: 25px;
  }

  .nav-dropdown-link {
    margin-bottom: 10px;
  }

  .brand {
    max-width: 220px;
  }

  .imgmainhome {
    object-fit: contain;
    max-width: none;
    height: auto;
    min-height: auto;
  }

  .container1100 {
    align-items: center;
  }

  .container1100.widenbutton-mobile {
    flex: 1;
  }

  .footerheading {
    font-size: 28px;
  }

  .footer-div-companyinfo {
    padding-bottom: 0;
  }

  .w400 {
    max-width: 250px;
  }

  .footer-info-style {
    text-align: center;
  }

  .footerdiv, .footerdiv.socialsfooterdiv {
    align-self: center;
  }

  .wrapmobile {
    flex-direction: row;
    align-self: stretch;
    align-items: stretch;
  }

  .footer-keep2together {
    text-align: left;
    flex-direction: column;
    margin-bottom: 5vw;
  }

  .div-align-buttons {
    flex-flow: column wrap;
    justify-content: center;
    display: flex;
  }

  .page-headings {
    font-size: 40px;
  }

  .pageheading-section {
    min-height: 250px;
  }

  .divlinebottom {
    max-width: none;
  }

  .div-hastitle {
    inset: 32% auto auto 0%;
  }

  .whitelist {
    margin-left: 0;
  }

  .randomaquaboxwithsymbol {
    height: 30%;
  }

  .flex-twodivs._25top.inbetweenpadding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .divchangemobile.mw462.adjustsizeimg_mobile {
    min-height: 250px;
  }

  .commercialpg-imgheights {
    height: 150px;
  }

  .gridofsymbols {
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .paddingoutsideof-shadowdiv {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .randomaquabox_right, .mw462.adjustsizeimg_mobile, .randomaquabox_left, .adjustsizeimg_mobile {
    min-height: 250px;
  }

  .style-like-h3 {
    font-size: 16px;
  }

  .je-div-stand {
    min-height: 250px;
  }

  .je-img-2 {
    object-position: 50% 32%;
  }

  .partner-homepage-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tealright {
    height: 25%;
  }

  .img-div-height1 {
    flex: 0 auto;
  }

  .navibar_logo-link {
    max-width: 15rem;
  }

  .navibar_dropdown-link {
    padding-left: 0;
  }
}

#w-node-f39418e4-1a2c-6f9f-2691-8e1fa38715a6-d9eccb04 {
  align-self: stretch;
}

#w-node-_47d16a69-f72e-e8b6-6049-7e0c5ca9033c-d9eccb04 {
  align-self: center;
}

#w-node-f176d6bc-3fce-3096-7229-41615fb287bd-d9eccb04 {
  place-self: center stretch;
}

#w-node-_4e5f317f-96b7-7a83-36c9-8158e002284f-d9eccb04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_226d69ba-95d7-d015-ff9f-065c88d21267-d9eccb04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_488a578b-7ff5-e4e9-1949-979717515368-d9eccb04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_33335fb5-7c8a-ac31-eb07-08396ec9cd81-d9eccb04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9e47d3b3-b0c5-94dc-8f20-31b6601382f1-d9eccb04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a3c3232-6513-3a66-71fa-63ecc633500c-d9eccb04 {
  place-self: center start;
}

#w-node-_3f338810-9e6c-cc1d-72f1-e68bdd836562-d9eccb04, #w-node-_21bfb312-cc15-8ccb-afc9-6e65f1fd3f05-d9eccb04, #w-node-a06f45ba-608f-3fa4-df1e-43a669ca3c2b-d9eccb04, #w-node-cb91a4f3-fb00-e7f0-2485-3ecbd87dd83e-d9eccb04, #w-node-_79c69ba7-22c9-38d2-e4fd-0bf5e150cf6b-d9eccb04, #w-node-_9eadc71c-733a-6f9b-5133-369848461acd-d9eccb04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c56aea96-9c95-6a1b-d019-90c239aebdb0-037f8045 {
  place-self: center;
}

#w-node-_77d78656-79f4-2e4b-569a-613e461d06df-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1c2e85c3-1cee-b05f-bc6b-de203cb1888c-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-b438b7fe-129f-57c6-f7b8-d1ce1db60205-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b75c9675-12ea-89d3-1e61-ed6404e1602e-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7f0ffa60-af35-2c1a-e662-fe17d94192d6-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7f0ffa60-af35-2c1a-e662-fe17d94192d4-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_098ebaf5-cfc9-5708-ee16-abc11caccbe2-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_098ebaf5-cfc9-5708-ee16-abc11caccbe4-037f8045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_69345658-5084-5208-9960-111e7b8289a8-8843bd07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e374d42f-2991-8f26-7d39-25cf61b37c60-8843bd07, #w-node-_420b2f04-185a-38a8-e8f0-4ddb24c8d94e-8843bd07, #w-node-d29df3c7-c26f-41c8-af5d-fd4d7c1e0bd9-8843bd07, #w-node-b921f4c5-5eba-68a6-0bc4-8053130aff06-90c25d43, #w-node-b921f4c5-5eba-68a6-0bc4-8053130aff0d-90c25d43, #w-node-b88ab4c6-ba79-c914-7d18-bb67a471f00b-90c25d43, #w-node-_9821fca4-ffb8-0c41-4c52-45c811452813-90c25d43, #w-node-d155c168-3c38-b89d-cd9d-555f9e269cf4-f671e93c, #w-node-_00349d0f-c70b-28ba-6d36-e1ed9d82fe87-f671e93c, #w-node-_30561c66-76e0-1eef-23cc-83ed0b1b99e2-f671e93c, #w-node-_30561c66-76e0-1eef-23cc-83ed0b1b99e3-f671e93c, #w-node-dd6d790c-d6bb-4595-cc6b-141212c54977-f671e93c, #w-node-dd6d790c-d6bb-4595-cc6b-141212c54978-f671e93c, #w-node-b88ab4c6-ba79-c914-7d18-bb67a471f00b-708a3c43, #w-node-_9821fca4-ffb8-0c41-4c52-45c811452813-708a3c43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f39418e4-1a2c-6f9f-2691-8e1fa38715a6-d9eccb04 {
    align-self: center;
  }

  #w-node-_4e5f317f-96b7-7a83-36c9-8158e002284f-d9eccb04 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-b26b4dcd-b67b-beb9-09eb-4b5f1156348b-d9eccb04 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a438004-9463-825c-144c-55126de89b75-d9eccb04 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_77d78656-79f4-2e4b-569a-613e461d06df-037f8045, #w-node-_1c2e85c3-1cee-b05f-bc6b-de203cb1888c-037f8045, #w-node-_7f0ffa60-af35-2c1a-e662-fe17d94192d4-037f8045, #w-node-_098ebaf5-cfc9-5708-ee16-abc11caccbe2-037f8045, #w-node-_420b2f04-185a-38a8-e8f0-4ddb24c8d94e-8843bd07 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f39418e4-1a2c-6f9f-2691-8e1fa38715a6-d9eccb04 {
    align-self: auto;
  }

  #w-node-b26b4dcd-b67b-beb9-09eb-4b5f1156348b-d9eccb04 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a438004-9463-825c-144c-55126de89b75-d9eccb04 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c56aea96-9c95-6a1b-d019-90c239aebdb0-037f8045 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b26b4dcd-b67b-beb9-09eb-4b5f1156348b-d9eccb04 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a438004-9463-825c-144c-55126de89b75-d9eccb04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c56aea96-9c95-6a1b-d019-90c239aebdb0-037f8045 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_1c2e85c3-1cee-b05f-bc6b-de203cb1888c-037f8045 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}


