/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*{
    margin : 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

@font-face {
  font-family: "Avenir";
  src: url(assets/Avenir-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Avenir";
  src: url(assets/Avenir-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "Avenir";
  src: url(assets/Avenir-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Avenir";
  src: url(assets/Avenir-Heavy.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "Avenir";
  src: url(assets/Avenir-Black.ttf);
  font-weight: 900;
}

@font-face {
    src: url('assets/Big-Caslon-Medium.ttf');
    font-family: "Big Casion";
}

section {
    padding: 0 7.431vw;
}

.call-us{
    width: 100%;
    height: 2.639vw; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282878;
    color: #fff;
    font-family: "Lato";
    font-weight: 900;
    font-size: 0.972vw;
    letter-spacing: 0.175vw;
}

.header{
    width: 100%;
    height: 7.153vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#fff ;
    color: #282878;
    font-size: 0.5vw;
    font-family: "Lato";
    font-weight: 900;
}

.logo{
    width: 17.361vw;
    height: 3.75vw;
    margin-right: 3.056vw;
    justify-content: flex-end;
    display: flex;
    margin-left: 0;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-description{
    background-color:#fff ;
    color: #282878;
    font-size: 1.042vw;
    font-family: "Lato";
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.1em;
}
.hamburger-icon{
    visibility: hidden;
}
.first-section{
    min-height: 38.125vw;
    width: 100%;
    display: flex;
    background: center / cover no-repeat url(./assets/hero.jpg);
    background-position: center;
    background-size: cover;
    align-items: center;
}

.notification{
    width: 36.806vw;
    display: grid;
    align-content: center;
    justify-items: start;
}

.notification h1{
    margin-bottom: 2.778vw;
    margin-top: 1.597vw;
    font-weight: 400;
    text-align: start;
    font-size: 3.472vw;
    font-family: "Big Casion";
    line-height: 1;
    padding-top: 1.736vw;
    position: relative;
}

.notification h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28.75vw;
    height: 0.069vw;
    background-color: #201a1c;
}

.notification-logo{
    background: url(./assets/section_logo.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 18.819vw;
    height: 6.528vw;
    /* border-bottom: 0.1vw solid black; */
}

.quote-btn{
    background-color: #BC2424;
    color: #fff;
    width: 15.625vw;
    height: 3.125vw;
    border: none;
    cursor: pointer;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 0.972vw;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 1vw;
    display: block;
    line-height: 1.15;
}

.notification .quote-btn {
    margin-bottom: 0.694vw;
}

.second-section{
    width: 100%;
    height: 100%;
    background-color: #282878;
    display: flex;
    position: relative;
    padding-top: 4vw;
    padding-bottom: 4.2vw;
}


.second-section-logo{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50.278vw;
    box-shadow: 0 1.528vw 3.472vw 0.903vw rgba(0,0,0,.2);
}

.second-section-description{
    width: 45%;
    display: block;
    text-align: start;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    margin: 0 0 0 auto;
}

.second-section-description h1{
    margin-bottom: 1.25vw;
    font-family: "Big Casion";
    font-size: 2.917vw;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
}
.second-section-description p{
    margin-bottom: 3.125vw;
    font-size: 1.111vw;
    line-height: 1.5;
    font-family: "Lato";
}

.section-thre{
    width: 100%;
    padding-bottom: 4.514vw;
}

.section-thre-description{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 4.028vw;
    margin-bottom: 4.028vw;
}

.section-thre-description h1 {
    font-size: 2.917vw;
    font-family: "Big Caslon";
    color: #201a1c;
    font-weight: 500;
    margin: 0;
}

.section-thre .images{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-thre img {
    display: block;
    width: 100%;
}
.first-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.second-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.third-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.forth-image {
    width: 19.792vw;
}

.images-description {
    margin-top: 2.431vw;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.181vw;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 0.2em;
}
.section-thre  .quote-btn {
    width: 23.958vw;
    display: block;
    margin: 4.514vw auto 0;
}

.section-thre-btn{
    width: 21vw;
    height: 3vw;
    background-color: #BC2424;
    color: #fff;
    border: none;
    font-family: "Lato";
    margin-top: 1vw;
}


.section-four{
    width: 100%;
    background-color: #F3F4F8;
    display: flex;
    justify-content: space-between;
    padding-top: 5.347vw;
    padding-bottom: 5.347vw;
}

.usa-div{
    width: 50%;
    height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
}
.section-four .item {
    width: 41.389vw;
}
.section-four img {
    width: 100%;
    display: block;
}
.section-four .image {
    position: relative;
}
.section-four .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282878;
    opacity: 0.5;
}

.cat-dog{
    height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
}
.section-four-btn{
    margin-top: -5.208vw;
    width: 15.625vw;
    height: 3.125vw;
    background: #BC2424;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Lato";
    justify-self: start;
    margin-left: 2.083vw;
    z-index: 5;
    font-size: 0.972vw;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.section-five{
    width: 100%;
    height: 41.181vw;
    justify-content: center;
    align-items: center;
    display: flex;
    background: url(./assets/wetprotect.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.content{
    width: 48.194vw;
    background-color: #fff;
    text-align: center;
    display: grid;
    z-index: 1000;
   box-shadow: 0 1.528vw 3.472vw 0.903vw rgba(0, 0, 0, 0.1);
    padding: 3.819vw 5.903vw 4.375vw;
    font-size: 1.111vw;
    font-family: Lato;
    font-weight: 500;
    line-height: 1.5;
}
.content h2{
    font-size: 1.4vw;
    font-weight: 300;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    font-family: "Lato";
}
.logo-five{
   width: 28.194vw;
   margin: 0 auto 0.694vw;
}
.logo-five img {
    display: block;
    width: 100%;
}
.section-five .quote-btn {
    display: block;
    margin: 2.778vw auto 0;
}

.quote-btn-5{
    background-color: #BC2424;
    color: #fff;
    width: 18vw;
    height: 3vw;
    border: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lato";
}

.section-six{
    width: 100%;
    height: 33vw;
    justify-content: center;
    align-items: center;
    display: flex;
}

.content-six{
    background: url(./assets/SectionSixImg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 31.111vw;
    width: 87.083vw;
}

.footer{
    width: 100%;
    height: 100%;
    background-color: #282878;
    display: grid;
    align-content: space-evenly;
    justify-items: center;
    padding-bottom: 5.347vw;
    padding-top: 5.417vw;
}

.footer-logos{
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;   
    padding-bottom: 3%;
}
.footer-logos img {
    width: 15vw;
    display: block;
}
img.footer-first-logo{
    margin-right: 5.903vw;
    width: 22.083vw;
}
.footer-btn{
    background-color: #BC2424;
    color: #fff;
    width: 30%;
    height: 80%;
    font-family: "Lato";
    cursor: pointer;
    border: none;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.footer .quote-btn {
    width: 23.958vw;
    margin-top: 1.736vw;
}
 .notification .mobile-text {
    display: none;
 }
.desktop-hidden {
  display: none;
}

.mobile-hidden {
  display: block;
}
 .mobile {
    display: none;
 }
 a {
    color: inherit;
    text-decoration: none;
 }

.disclaimer{ margin: 10px 0;font-size: 14px;font-family: "Lato"; }
.disclaimer a{ color: #cc0000; }
.disclaimer a:hover{ text-decoration: underline;color: #ff0a0a;}

.new-button {
  display: block;
  width: 14vw;
  height: 2.8vw;
  min-height: 9.66vw;
  padding: 0 2vw;
  padding-top: 3.5vw;
  background-color: #cc0000;
  color: #fff;
  font-size: 3.74vw;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.72vw;
  margin-top: 3vw;
  transition: 0.2s;
  text-transform: uppercase;
}

/* responsive  css */

@media screen and (max-width: 999px) {
    .call-us{
        height: 9.179vw;
        font-size: 3.382vw;
        letter-spacing: 0.2em;
    }
    .header{
        height: 19.082vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 4.831vw 0 4.348vw;
    }
    .logo {
        width: 50vw;
        height: 10.628vw;
        position: initial;
        z-index: 3;
        height: 100%;
        display: flex;
        justify-content: flex-start;
    }
    
    .header-description{
        display: none;
    }
    .hamburger-icon{
        visibility: visible;
        margin-right: 1vw;
        width: 6.522vw;
        display: block;
    }
    .hamburger-icon span {
        display: block;
        height: 0.966vw;
        border-radius: 4.831vw;
        background-color: #000067;
        margin-bottom: 0.966vw;
        /*display: none;*/
    }
    .hamburger-icon span:last-child {
        margin-bottom: 0;
    }
    .quote-btn{
        width: 47.101vw;
        height: 10.870vw;
        font-size: 3.382vw;
        padding-top: 3.5vw;
    }
    section {
        padding: 0 5.797vw;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

  .mobile-hidden {
    display: none;
  }

  .desktop-hidden {
    display: block;
  }

    
    .first-section{
        height: auto;
        width: 100%;
        display: block;
        padding: 0;
        background: none;
    }
    .first-section p {
        letter-spacing: 0.02em;
    }

    .notification{
        height: 110vw;
        width: 100%;
        display: grid;
        align-content: center;
        justify-items: start;
        padding: 0 5.797vw;
        background: center / cover no-repeat url(./assets/hero-mobile.png);
        background-position: center;
        background-size: cover;
    }

    .second-section-description p{
        font-size: 3.865vw;
    }
    .section-thre-description{
        height: 100%
    }
    .notification {
      width: 100%;
      justify-items: center;
      text-align: center;
      display: block;
      padding-top: 4.831vw;
      font-family: "Lato";
      font-size: 3.62vw;
      color: #201a1c;
      font-weight: 400;
    }

    .notification-logo {
      background: url(./assets/logo_ta.png) no-repeat;
      background-position: center;
      background-size: cover;
      width: 62.560vw;
      height: 20.048vw;
      margin: 0 auto;
      position: relative;
      z-index: 10;
    }

    .notification-logo:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      /*box-shadow: 0 0 20.531vw 7.729vw rgba(255, 255, 255, .6);*/
      z-index: -1;
    }

    .notification h1 {
      margin-bottom: 3vw;
      margin-top: 5.5vw;
      font-weight: 500;
      text-align: start;
      font-size: 7.25vw;
      font-family: "Big Casion";
      line-height: 1;
      padding-top: 8vw;
      position: relative;
      text-align: center;
    }

    .notification h2 {
      font-size: 3.86vw;
      font-weight: 900;
      color: #c00;
      font-family: "Lato";
    }

    .notification h1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 76.087vw;
      height: 0.242vw;
      background-color: #201a1c;
    }

    .notification .mobile-text {
      display: block;
      font-size: 3.623vw;
      font-weight: 900;
      color: #000000;
      text-shadow: 0 0 20.531vw rgba(255, 255, 255, 0.7);
      text-align: center;
      font-family: "Lato";
      margin-bottom: 14vw;
      letter-spacing: 0.1em;
    }

    .notification .quote-btn {
      margin: 9vw auto 0;
    }

    .second-section{
        width: 100%;
        display: grid;
        height: 100%;
        align-content: space-evenly;
        justify-items: center;
        text-align: center;
        padding: 10.628vw 6.039vw 11.836vw;
    }
    .second-section-logo{
        width: 100%;
        position: static;
        transform: none;
        box-shadow: 0 5.314vw 12.077vw 3.140vw rgba(0,0,0,.2);
        
        margin-bottom: 8vw;
    }
    .second-section-description{
        width: 100%;
    }
    .second-section p {
        width: 100%;
        padding: 0;
    }
    .second-section h1 {
        font-size: 10.145vw;
        margin-bottom: 4.348vw;
    }

    .second-section .quote-btn {
        margin: 0 auto;
        display: block;
        width: 54.348vw;
        margin-top: 6.5vw;
    }
    .section-thre{
        height: 100%;
        padding-bottom: 13.768vw;
    }
    .section-thre .images{
        display: grid;
        grid-template-columns: auto auto;
        height: 100%;
    }
    .section-thre-description h1 {
        font-size: 10.145vw;
        text-align: center;
        line-height: 1;
    }
    .section-thre-description {
        margin: 9.662vw 0 10vw;
        font-size: 3.382vw;
    }
    .images-description{
        font-size: 2vw;
        margin: 4.831vw 0 7.246vw;
        font-size: 3.382vw;
    }

    button.section-thre-btn{
        width: 80%;
        height: 5vw;
    }
    .section-thre img {
        height: 41.546vw;
    }
    .section-thre .quote-btn {
        margin-top: 4.106vw;
        width: 83.333vw;
    }

    .first-image{
        width: 41.546vw;
        height: auto;
        margin-right: 5.314vw;
    }
    .second-image{
        width: 41.546vw;
        height: auto;
    }
    .third-image{
        width: 41.546vw;
        height: auto;
        margin-right: 5.314vw;
    }
    .forth-image{
        width: 41.546vw;
        height: auto;
    }

    
    .section-four{
        padding: 13.527vw 6.280vw 13.043vw;
        display: block;
    }

    .section-four .item {
        width: 100%;
        margin-bottom: 10.628vw;
    }
    .section-four .item:last-child {
        margin-bottom: 0;
    }
    .section-four-btn{
        margin: -5.314vw auto 0;
        width: 54.348vw;
        height: 10.870vw;
        z-index: 5;
        font-size: 3.382vw;
    }
    .section-five{
        padding: 0;
        width: 100%;
        height: 141.304vw;
        padding-top: 10.145vw;
        display: block;
        background: url(./assets/section-5-mobile.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .content{
        width: 100%;
        background-color: transparent;
       box-shadow: none;
        padding: 0 6.039vw;
        font-size: 3.865vw;
        font-family: Lato;
        font-weight: 500;
        line-height: 1.5;
    }
    .content h2{
        font-size: 1.4vw;
        font-weight: 300;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 2vw;
        font-family: "Lato";
    }
    .logo-five{
      width: 86.232vw;
       margin: 0 auto 2.415vw;
    }
    .section-five .quote-btn {
        display: block;
        margin: 6.522vw auto 0;
        width: 54.348vw;
    }

    .section-six {
        height: auto;
        padding-top: 13vw;
        padding-bottom: 12vw;
    }

    button.quote-btn-5{
        width: 40%;
        height: 100%;
    }

    .content-six{
        background: url(./assets/SectionSixMobile.svg) no-repeat;
        background-position: center;
        background-size: cover;
        width: 89.614vw;
        height: 84.541vw;
    }

    h2.section-five-description{
        font-size: 2.5vw;
        width: 70%;
        justify-self: center;
    }

    .footer{
        display:block;
        padding-bottom: 12.077vw;
        padding-top: 12.077vw;
    }

    .footer-logos{
        width: 100%;
        height: 100%;
        justify-content: center;
        display: flex;
        align-items: center; 
        flex-direction: column;  
        padding-bottom: 0;
    }
    .footer-logos img {
        display: block;
        width: 52.174vw;
    }
    img.footer-first-logo{
        margin-right: 0;
        margin-bottom: 10.628vw;
        width: 76.812vw;
    }
    .footer .quote-btn {
        width: 83.333vw;
        margin: 11.594vw auto 0;
    }
}

@media(max-width: 999px) {
    logo .img {
        margin-left: auto;
        margin-right: auto;
    }
}

/*Flyout Form */

.tab-heading {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 3px;
}

#flyout {
    display: block;
    position: fixed;
    align-items: center;
    z-index: 99999;
    right: -50px;
    top: 50%;
    transform: rotate(90deg);
    background-color: #e40808;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

#close-button {
    position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 20px;
    background-color: #e40808;
    text-align: center;
    border-radius: 20px;
    padding: 0px 12px;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

#flyout-contact {
	display: block;
    position: fixed;
    top: 20%;
    z-index: 99999;
    right: -110%;
    background-color: #fff;
    padding: 10px 20px;
	transition: 1s;
	width: 400px;
	overflow: auto;
    height: 520px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
	box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
}

#flyout-contact .gfield_required {
	display: none !important;
}

#flyout-contact input,
#flyout-contact textarea {
    width: 100% !important;
    background: #d9d9e8;
    border: none;
    margin-top: 8px;
    padding: 10px;
}

#flyout-contact textarea {
    height: 80px;
}

#flyout-contact .request_form-field {
    font-family: 'Montserrat', sans-serif;
}

#flyout-contact .request_form-field input[type=submit]{
    background: #e40808 !important;
    color: #fff;
    font-style: normal !important;
    padding: 8px 40px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    cursor : pointer;
}

#flyout-contact .info {
    font-size: small;
    color: red;
    padding-left: 0.5vw;
    display:none;
}

@media screen and (max-width: 999px) {
    #flyout-contact {
        width: 100%;
    }
}
.notification h1 {
    font-weight: 500;
}
@media screen and (min-width: 1000px) {
    .notification {
      font-size: 1.6vw;
      color: #201a1c;
      font-family: Lato;
      width: 41.67vw;
      position: relative;
    }

    .notification h1 {
      font-size: 3.47vw;
      letter-spacing: -.015em;
      margin-top: 1.7vw;
      padding-top: 2.7vw;
      margin-bottom: 1.3vw;
    }

    .notification h2 {
      font-size: 1.74vw;
      color: #c00;
      font-family: Lato;
      font-weight: 900;
      letter-spacing: .01em;
    }

    .logo {
      width: 18.06vw;
      height: 4.51vw;
    }

    .notification p {
      letter-spacing: .01em;
    }

    .notification .quote-btn {
      margin-top: 2vw;
    }
}
@media (max-width: 999px) {
    .notification {
        overflow: hidden;
        position: relative;
    }
    .notification:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background: linear-gradient(to bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
    }
    .notification .mobile-text,
    .notification .notification-logo,
    .notification h1,
    .notification h2,
    .notification p {
        position: relative;
        z-index: 10;
    }
}
.hero .form p.disclaimer {
  margin: 0px auto 30px;
  display: none;
}
.hero .form p.disclaimer a {
  color: #cc0000;
}
.hero .form p.disclaimer a:hover {
  text-decoration: underline;
  color: #ff0a0a;
}
.hero .form {
  font-family: "Avenir";
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: #e2e2e2;
  box-shadow: 0 0 6.28vw 0.725vw rgba(0, 0, 0, 0.39);
}

.hero .form-header {
  background-color: #282878;
  color: #fff;
  padding: 4vw 7.246vw 3.382vw;
}

.hero .form-header h3 {
  font-size: 5.193vw;
  font-weight: 500;
  line-height: 1.32;
}

.hero .form-header h3 strong {
  display: block;
  font-size: 6.28vw;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero .form {
  color: #1b1b1b;
  text-shadow: none;
}

.hero .form-content {
  min-height: 123.5vw;
}

.hero input,
.hero select {
  background-color: #ffffff;
  height: 14.01vw;
  padding: 0 6.039vw;
  font-size: 5.556vw;
  font-weight: 400;
  color: #1b1b1b;
  border: none;
  text-align: center;
  width: 83.33vw;
  margin: 0 auto;
  display: block;
  outline: none;
}

.hero input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c2c0c0;
}

.hero input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c0c0;
}

.hero input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c2c0c0;
}

.hero input:-moz-placeholder {
  /* Firefox 18- */
  color: #c2c0c0;
}

.hero select {
  color: #444444;
}

.hero form label {
  font-size: 6.04vw;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-bottom: 3.5vw;
  display: inline-block;
  display: block;
  letter-spacing: -.03em;
}

.hero form .note {
  font-size: 4.11vw;
  margin-top: 3vw;
  line-height: 1;
}

.hero form .step {
  width: 100%;
  display: none;
}

.hero form .step.active {
  display: block;
}

.hero form .step-1 .form-content {
  padding-top: 36vw;
}

.hero .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.899vw 3.38vw;
}

.hero .navigation .num {
  display: none;
}

.hero .navigation .btn {
  width: 43.96vw;
  height: 11.84vw;
  border: 0.48vw solid #cc0000;
  display: inline-block;
  padding: 3.5vw 12.08vw 0 7.97vw;
  font-size: 3.74vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #cc0000;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
}

.hero .navigation .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.763vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.329vw 0 1.329vw 1.691vw;
  border-color: transparent transparent transparent #cc0000;
}

.hero .navigation .btn#form-prev {
  padding: 3.5vw 7.246vw 0 10.87vw;
}

.hero .navigation .btn#form-prev:after {
  left: 6.763vw;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.329vw 1.691vw 1.329vw 0;
  border-color: transparent #cc0000 transparent transparent;
}
@media (min-width: 1000px) {
  .hero .form {
      width: 41.04vw;
      margin: 2vw 0 2vw auto;
      box-shadow: none;
    }

    .hero .form-header {
      padding: 0.9vw 1.563vw 0.521vw;
      text-align: center;
    }

    .hero .form-header h3 {
      font-size: 1.302vw;
      line-height: 1.32;
    }

    .hero .form-header h3 strong {
      font-size: 1.7vw;
      letter-spacing: 0.03em;
    }

    .hero .form-content {
      min-height: 23.1vw;
    }

    .hero input,
    .hero select {
      height: 3.125vw;
      padding: 0 1.302vw;
      font-size: 1.25vw;
      width: 19.38vw;
    }

    .hero form label {
      font-size: 1.354vw;
      margin-bottom: 0.833vw;
      letter-spacing: -0.02em;
    }

    .hero form .note {
      font-size: 0.938vw;
      margin-top: 0.573vw;
    }

    .hero form .step-1 {
      margin-bottom: 0;
      text-align: center;
    }

    .hero form .step-1 .form-content {
      padding-top: 8.2vw;
    }

    .hero .navigation {
      justify-content: flex-end;
      padding: 0 3vw 1.25vw;
    }

    .hero .navigation .num {
      display: block;
      width: 2.344vw;
      height: 2.396vw;
      border-radius: 100%;
      margin: 0 0.313vw;
      color: #fff;
      font-size: 1.094vw;
      font-weight: 900;
      text-align: center;
      line-height: 1;
      padding-top: 0.625vw;
      border: 0.14vw solid #9d9d9d;
      color: #9d9d9d;
      transition: 0.2s;
    }

    .hero .navigation .num.active {
      border-color: #cc0000;
      background-color: #cc0000;
      color: #ffffff;
    }

    .hero .navigation .btn {
      margin: 0 1.25vw;
      width: 9.896vw;
      height: 2.708vw;
      padding: 0.8vw 2.604vw 0 1.563vw;
      font-size: 0.833vw;
      letter-spacing: 0.1em;
      border: 2px solid #cc0000;
    }

    .hero .navigation .btn:after {
      right: 1.719vw;
      width: 0;
      border-width: 0.313vw 0 0.313vw 0.365vw;
      border-color: transparent transparent transparent #cc0000;
    }

    .hero .navigation .btn#form-prev {
      padding: 0.8vw 1.563vw 0 2.604vw;
    }

    .hero .navigation .btn#form-prev:after {
      left: 1.458vw;
      right: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.313vw 0.313vw 0.313vw 0;
      border-color: transparent #cc0000 transparent transparent;
    }
}@media (max-width: 999px) {
  .form #form-next {
    margin: 0 0 0 auto;
  }
}

.hero form input[type="checkbox"] {
  display: none;
}

.hero .whats-wrong {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2.174vw;
}

.hero .whats-wrong .item {
  width: 43.961vw;
  margin: 0 1.208vw 1.932vw;
}

.hero .whats-wrong .item label {
  display: block;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.hero .whats-wrong .item img {
  width: 100%;
  height: 20.531vw;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.hero .whats-wrong .item .name {
  height: 7.488vw;
  background-color: #282878;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.865vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
}

.hero .step-2 .form-header {
  padding: 4.831vw;
}

.hero .step-2 .form-header h3 {
  font-size: 5.072vw;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero .step-2 .form-header h3 strong {
  font-size: 3.382vw;
  letter-spacing: 0.15em;
}

.hero .whats-wrong input + label:after {
  content: "";
  position: absolute;
  top: 3.865vw;
  left: 50%;
  transform: translateX(-50%);
  width: 13.527vw;
  height: 13.527vw;
  border-radius: 100%;
  background: center / 7.246vw auto no-repeat url(assets/Check_mark_icon.png);
  background-color: #cc0000;
  opacity: 0;
  transition: 0.2s;
}

.hero .whats-wrong input:checked + label:after {
  opacity: 1;
}

@media (min-width: 1000px) {
  .hero .whats-wrong {
    padding-top: 0.729vw;
  }

  .hero .whats-wrong .item {
    width: 11.719vw;
    margin: 0 0.26vw 0.521vw;
  }

  .hero .whats-wrong .item img {
    height: 5.365vw;
  }

  .hero .whats-wrong .item .name {
    height: 2.083vw;
    font-size: 1.042vw;
    letter-spacing: 0.02em;
  }

  .hero .step-2 .form-header {
    padding: 1.042vw;
  }

  .hero .step-2 .form-header h3 {
    font-size: 1.667vw;
  }

  .hero .step-2 .form-header h3 strong {
    font-size: 0.833vw;
    letter-spacing: 0.15em;
  }

  .hero .whats-wrong input + label:after {
    top: 1.146vw;
    width: 3.229vw;
    height: 3.229vw;
    background: center / 1.771vw auto no-repeat url(assets/Check_mark_icon.png);
    background-color: #cc0000;
  }
}

.hero .how-many h4 {
  font-size: 3.865vw;
  color: #1b1b1b;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-top: 1.691vw;
  margin-bottom: 1.932vw;
}

.hero .how-many .radio-group {
  display: flex;
  justify-content: space-between;
  width: 86.957vw;
  margin: 0 auto;
  position: relative;
}

.hero .how-many .radio-group:after {
  content: "";
  position: absolute;
  bottom: 2.415vw;
  left: 50%;
  transform: translateX(-50%);
  width: 82.126vw;
  height: 1.691vw;
  background-color: #9d9d9d;
}

.hero .how-many .radio-group label {
  height: 10.145vw;
  position: relative;
  font-size: 3.382vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0;
  width: 5.314vw;
  cursor: pointer;
}

.hero .how-many .radio-group label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.483vw;
  height: 6.28vw;
  background-color: #9d9d9d;
}

.hero .how-many .radio-group input {
  display: none;
}

.hero .how-many .radio-group label:before {
  content: "";
  position: absolute;
  bottom: -0.483vw;
  left: 50%;
  transform: translateX(-50%);
  width: 5.797vw;
  height: 5.797vw;
  border: 2px solid #ffffff;
  background-color: #282878;
  border-radius: 100%;
  z-index: 5;
  opacity: 0;
  transition: 0.2s;
}

.hero .how-many input:checked + label:before {
  opacity: 1;
}

.hero .step-2 {
  margin-bottom: 0.725vw;
}

@media (min-width: 1000px) {
  .hero .how-many h4 {
    font-size: 1.042vw;
    margin-top: 0.26vw;
    margin-bottom: 0.417vw;
  }

  .hero .how-many .radio-group {
    width: 37.292vw;
  }

  .hero .how-many .radio-group:after {
    content: "";
    position: absolute;
    bottom: 0.521vw;
    left: 50%;
    transform: translateX(-50%);
    height: 0.365vw;
    width: 36vw;
  }

  .hero .how-many .radio-group label {
    height: 2.396vw;
    font-size: 0.833vw;
    width: 1.354vw;
  }

  .hero .how-many .radio-group label:after {
    width: 0.104vw;
    height: 1.51vw;
  }

  .hero .how-many .radio-group label:before {
    bottom: -0.104vw;
    width: 1.354vw;
    height: 1.354vw;
    border: 2px solid #ffffff;
  }

  .hero .step-2 {
    margin-bottom: 0.156vw;
  }
}

.hero .step-3 .form-header {
  padding: 4.831vw;
}

.hero .step-3 .form-header h3 {
  font-size: 5.797vw;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero .step-3 .form-header h3 strong {
  font-size: 3.382vw;
  letter-spacing: 0.15em;
}

.hero .step-3 .form-content {
  padding: 4.831vw 3.14vw;
}

.hero .step-3 .input-row {
  display: flex;
  justify-content: space-between;
}

.hero .step-3 .input-row .input-group {
  width: 42.512vw;
}

.hero .step-3 input,
.hero .step-3 select {
  width: 100%;
  text-align: left;
  height: 11.353vw;
  font-size: 4.831vw;
  padding: 0 4.831vw;
  margin-bottom: 0;
}

.hero .step-3 .input-group {
  margin-bottom: 4.348vw;
}

.hero .step-3 label {
  text-align: left;
  font-size: 4.348vw;
  font-weight: 500;
  margin-bottom: 1.449vw;
  color: #1b1b1b;
}

.hero .step-3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
}

.hero select#state {
  background: 33.816vw center / 2.657vw auto no-repeat
    url(assets/select-arrow@3x.png);
  background-color: #fff;
}

.hero select#rent-own {
  background: 79.71vw center / 2.657vw auto no-repeat
    url(assets/select-arrow@3x.png);
  background-color: #fff;
}

.hero .input-group:last-child select {
  margin-bottom: 0;
}

.hero #get-guote-btn {
  width: 43.961vw;
  text-transform: uppercase;
  margin: 0;
  height: 11.353vw;
  letter-spacing: 0.1em;
  width: 45vw;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1000px) {
  .hero .step-3 .form-header {
    padding: 1.042vw;
  }

  .hero .step-3 .form-header h3 {
    font-size: 1.667vw;
    letter-spacing: -0.02em;
  }

  .hero .step-3 .form-header h3 strong {
    font-size: 0.833vw;
    letter-spacing: 0.15em;
  }

  .hero .step-3 .form-content {
    padding: 1.042vw 1.51vw;
  }

  .hero .step-3 .desktop-row {
    display: flex;
    justify-content: space-between;
  }

  .hero .step-3 .input-row .input-group,
  .hero .step-3 .desktop-row .input-group {
    width: 17.708vw;
  }

  .hero .step-3 input,
  .hero .step-3 select {
    height: 3.125vw;
    font-size: 1.146vw;
    padding: 0 1.198vw;
  }

  .hero .step-3 .input-group {
    margin-bottom: 0.729vw;
  }

  .hero .step-3 label {
    font-size: 1.042vw;
    margin-bottom: 0.313vw;
  }

  .hero select#state {
    background: 16.042vw center / 0.625vw auto no-repeat
      url(assets/select-arrow@3x.png);
    background-color: #fff;
  }

  .hero select#rent-own {
    background: 34.896vw center / 0.625vw auto no-repeat
      url(assets/select-arrow@3x.png);
    background-color: #fff;
  }

  .hero #get-guote-btn {
    width: 12.448vw;
    height: 2.708vw;
    padding: 0.95vw 1.354vw 0;
    font-size: 0.833vw;
    text-align: left;
    position: relative;
    margin: 0 0 0 1.25vw;
    min-height: auto;
  }

  .hero #get-guote-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.094vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.313vw 0 0.313vw 0.365vw;
    border-color: transparent transparent transparent #fff;
  }
}

.hero .step-4 {
  min-height: 150vw;
}

.hero .step-4 .form-header {
  height: 21.498vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .step-4 .form-header h3 {
  text-transform: uppercase;
  font-size: 5.797vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hero .step-4 p {
  font-size: 5.556vw;
  font-weight: 500;
  line-height: 1.39;
}

.hero .step-4 .form-content {
  padding-top: 53.14vw;
}

#get-guote-btn {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#step-1.error .note {
  color: #cc0000;
}

.hero .form[data-current-step="1"] #form-prev {
  display: none;
}

.hero .form[data-current-step="4"] .navigation {
  display: none;
}

.hero .form[data-current-step="3"] #form-next {
  display: none;
}

.hero .form[data-current-step="3"] #get-guote-btn {
  display: inline-block;
}
.hero .form[data-current-step="3"] p.disclaimer {
  display: block;
}

.hero .form .info {
  color: #cc0000;
  text-align: left;
  display: block;
}

.hero .form p.disclaimer {
  margin-bottom: 0;
  padding-bottom: 7.25vw;
}

.second-section h2 {
  font-size: 4.35vw;
  font-weight: 900;
  font-family: Lato;
  margin-bottom: 0.5vw;
}

.second-section .promo {
  display: none;
}

@media (min-width: 1000px) {
  .hero .step-4 {
      min-height: 31.615vw;
    }

    .hero .step-4 .form-header {
      height: 5.208vw;
    }

    .hero .step-4 .form-header h3 {
      font-size: 1.667vw;
    }

    .hero .step-4 p {
      font-size: 1.354vw;
      text-align: center;
      margin: 0;
      width: 100%;
    }

    .hero .step-4 .form-content {
      padding-top: 10.417vw;
    }

    .new-button {
      height: 3.5vw;
      padding: 0 2vw;
      padding-top: 1.1vw;
      font-size: 1.1vw;
      letter-spacing: .03em;
      min-height: auto;
    }

    .hero .form p.disclaimer {
      padding: 0 1.04vw 1.04vw;
    }

    .notification-logo {
      margin-top: 1.6vw;
    }

    .second-section {
        position: relative;
    }

    .second-section h2 {
      font-size: 1.74vw;
      margin-bottom: 1.4vw;
    }

    .second-section-description p {
      margin-bottom: 2.2vw;
    }

    .second-section .promo {
      display: block;
      width: 19.03vw;
      position: absolute;
      right: 8.4vw;
      bottom: -8.68vw;
    }
}

.section-nine {
  background: #e2e2e2;
  text-align: center;
  font-family: 'Lato';
}

.section-nine-title {
  width: 660px;
  margin: 0 auto;
  margin-bottom: 2vw;
}

.section-nine-list {
  display: flex;
  justify-content: space-evenly;
}

.section-nine-wrapper {
  display: flex;
  flex-direction: column;
}

.section-nine-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  text-align: left;
}

.section-nine-item p {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  color: #201a1c;
}

.section-nine-item img {
  height: 40px;
}

.section-nine .new-button {
  margin: 3vw auto;
  margin-bottom: 0;
}

.section-ten {
  background: #282878;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6.5vw;
}

.content-ten-left {
  width: 50%;
}

.content-ten-left p {
  font-size: 1.1vw;
}

.content-ten-right {
  width: 43%;
  background: white;
  color: #201a1c;
  border-radius: 30px;
  padding: 2.5vw 3.5vw 0.5vw 2.5vw;
  margin: 0 4vw;
  margin-right: 0;
  position: relative;
  margin-left: 2vw;
}

.content-ten-right:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4vw 6vw 4vw 0;
  border-color: transparent #ffffff transparent transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  transform: translate(-4vw, 0vw);
}

.testimonial-slider {
  padding: 2.5vw 3.5vw;
  position: relative;
}

.testimonial-slider:before {
  content: "";
  background: url(./assets/quotation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 123px;
  height: 87px;
  display: block;
  position: absolute;
  top: -65px;
  right: -55px;
}

.slick-next:before,
.slick-prev:before {
  opacity: 1 !important;
}

.slick-next,
.slick-prev {
  width: 22px !important;
  height: 37px !important;
}

.slick-prev {
  left: -10px !important;
}

.slick-next {
  right: -20px !important;
}

.content-ten-right p {
  font-weight: 500;
  font-style: italic;
  color: rgb(32, 26, 28);
  line-height: 1.7;
}

.content-ten-right h3 {
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.5px;
  text-align: center;
  color: rgb(32, 26, 28);
  margin-top: 25px;
}

body .section-nine-title h1 {
    font-size: 41.5px;
    font-weight: 500;
    font-family: "Big Caslon";
    letter-spacing: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) {

  .testimonial-slider:before {
    top: -22%;
  }
}

@media screen and (max-width: 999px) {
  .section-nine-list {
      display: flex;
      flex-direction: column;
      align-items: start;
      margin: auto;
      margin-top: 5vw;
      max-width: 84%;
    }

    .section-nine-title {
      width: 100%;
    }

    .section-nine-title h1 {
      font-size: 6.3vw;
      text-align: center;
      line-height: 1.25;
      margin-bottom: 3vw;
    }

    .section-nine-item {
      margin-bottom: 4.83vw;
    }

    .section-nine-item p {
      font-size: 4.2vw;
    }

    .section-nine-item img {
      height: 6vw;
      margin-top: -1.21vw;
    }

    .slick-next,
    .slick-prev {
      width: 3.14vw !important;
      height: 4.59vw !important;
    }

    .slick-next {
      right: -2.42vw !important;
    }

    .slick-prev {
      left: -2.42vw !important;
    }
}

.section-ten {
    font-family: "Lato";
}

.section-ten .content-ten-left h1 {
  font-weight: 300;
  font-size: 7.005vw;
}

.section-ten .content-ten-left h1 b {
  font-weight: 700;
}

.section-seven {
  background-color: #e2e2e2;
  padding-bottom: 6.11vw;
  padding-top: 5.764vw;
}

.content-seven {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4vw;
}

.content-seven-left {
  width: 22.99vw;
}

.content-seven-right {
  width: 55.556vw;
}

.section-seven img {
  border-radius: 100%;
}

.section-seven h2 {
  color: #282878;
  text-align: left;
  font-weight: 900;
  font-size: 4.51vw;
  line-height: 1.2;
  font-family: "Lato";
  letter-spacing: -0.03em;
  margin-bottom: 0.35vw;
}

.section-seven h3 {
  font-size: 2.64vw;
  font-weight: 500;
  letter-spacing: 0.69vw;
  color: #bc2424;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 2.43vw;
  font-family: "Lato";
  letter-spacing: .3em;
}

.section-seven p {
  width: 98%;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.16vw;
  color: #201a1c;
  font-family: "Lato";
}

@media (max-width: 999px) {
  body .section-nine-title h1 {
      font-size: 10.02vw;
      margin-bottom: 2vw;
    }

    body .section-nine-title h1 b {
      font-size: 6.28vw;
    }

    body section.section-nine {
      padding-top: 8vw;
      padding-bottom: 18.12vw;
    }

    body .section-nine-title p {
      font-weight: 400;
      line-height: 1.5;
    }

    section.section-nine .section-nine-list {
      margin-top: 7.729vw;
    }

    .new-button {
      height: 10.87vw !important;
      font-size: 3.382vw !important;
      padding-top: 3.623vw !important;
    }

    .section-nine .quote-btn {
      margin: 8vw auto 0;
      width: 60.39vw;
    }

    section.section-ten {
      flex-direction: column;
      padding: 7vw 2.66vw 20.05vw;
    }

    section.section-ten .content-ten-left .new-button {
      margin-top: 3.623vw;
    }

    .content-ten-left {
      width: 100%;
    }

    .section-ten .content-ten-left h1 {
      font-size: 10.02vw;
      font-weight: 500;
      text-align: center;
      line-height: 1.2;
      margin-bottom: 5vw;
    }

    .content-ten-left p {
      font-size: 4vw;
      text-align: center;
      line-height: 1.4;
      padding: 0 3vw;
    }

    .content-ten-left .new-button {
      margin: auto;
      margin-top: 3vw;
      width: 50vw;
    }

    .content-ten-right {
      width: 100%;
      padding: 9.5vw 5.5vw 2.5vw 4.5vw;
      margin: 0;
      margin-top: 14vw;
      margin-bottom: 5vw;
      font-size: 3.62vw;
      line-height: 1.47;
    }

    .content-ten-right:before {
      display: none;
    }

    .testimonial-slider:before {
      width: 20.05vw;
      height: 14.25vw;
      right: 7.25vw;
      top: -15.7vw;
    }

    .content-right-wrapper {
      max-width: unset;
    }

    .content-ten-right h3 {
      font-size: 3.6vw;
    }

    .section-ten .content-ten-left .quote-btn {
      width: 73.43vw;
      margin: 6vw auto 0;
    }

    .section-seven {
      display: block;
      padding-top: 9.903vw;
      padding-bottom: 11vw;
      padding-left: 5.797vw;
      padding-right: 5.797vw;
    }

    .content-seven {
      display: block;
    }

    .section-seven .content-seven-left img {
      display: block;
      width: 47.58vw;
      margin: 0 auto;
    }

    .content-seven-left {
      margin: 0 auto 6.5vw;
      width: 100%;
    }

    .content-seven-right {
      width: 100%;
    }

    .section-seven h2 {
      font-size: 7.25vw;
      letter-spacing: -0.03em;
      margin-bottom: 1.21vw;
    }

    .section-seven h3 {
      font-size: 4.59vw;
      margin-bottom: 2.9vw;
      letter-spacing: .2em;
    }

    .section-seven p {
      width: 100%;
      line-height: 1.76;
      font-size: 4.11vw;
    }
}

@media (min-width: 1000px) {
  body .section-nine-title h1 {
      margin-bottom: 1.2vw;
    }

    body section.section-nine {
      padding-top: 4.9vw;
      padding-bottom: 6.94vw;
      margin-top: -1vw;
    }

    body section.section-nine p {
      font-size: 1.15vw;
      font-weight: 400;
      line-height: 1.3;
    }

    section.section-nine .section-nine-list p {
      font-size: 1.15vw;
      font-weight: 500;
      line-height: 1.5;
      margin-top: 1.2vw;
    }

    section.section-nine .section-nine-item {
      margin-bottom: 0.9vw;
    }

    body .section-nine-title {
      margin-bottom: 3.9vw;
    }

    .section-nine .quote-btn {
      margin: 4.7vw auto 0;
    }

    .section-nine-item img {
      transform: translateY(0.365vw);
    }

    .section-nine .long-text {
      max-width: 20vw;
    }

    .section-ten .content-ten-left h1 {
      font-size: 2.917vw;
      margin-bottom: 0.8vw;
      font-weight: 500;
    }

    section.section-ten {
      padding-top: 7.99vw;
      padding-bottom: 8.33vw;
    }

    section.section-ten p {
      font-size: 1.146vw;
    }

    section.section-ten .content-ten-right h3 {
      font-weight: 500;
    }

    .section-ten .content-ten-left .quote-btn {
      width: 24.03vw;
      margin-top: 2.5vw;
    }

    section.section-ten .content-ten-left {
      margin-left: 1vw;
      width: 47%;
    }
}

