.block-header-homepage {
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
}

.header-homepage-inner {
    display: flex;
	max-width: none;
    margin: auto;
    height: 90rem;
    max-height: 90vh;
    min-height: 70rem;
}

svg.header-bottom-svg {
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.header-homepage-inner h1 {
    margin: 2rem 0 2rem 0;
}
.header-homepage-inner .wp-block-buttons {
    margin: 3rem 0;
}



.header-homepage-content {
    width: 50%;
	display: flex;
    align-items: center;
}



.header-homepage-content-inner {
    max-width: 71.5rem;
    margin-left: auto;
    padding-left: 4rem;
	padding-right: 4rem;
	    margin-top: 6rem;
    margin-bottom: 2rem;
}

.header-homepage-visual  {
    width: 50%;
    position: relative;
}


.header-homepage-visual:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='72' height='769' viewBox='0 0 72 769' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 769L6.01586e-06 0L17.4198 -2.07729e-07L18.3703 50.878L34.6343 158.364L42.4409 324.139L60.8027 531.222L72.0001 769L0 769Z' fill='%23A6D7F7'/%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -2px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}



.header-homepage-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-review-banner {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
}

.header-review-banner  p {
    margin: 0;
}




/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

/* Tablet */
@media only screen and (max-width: 700px) {
  .header-homepage-inner {
    flex-direction: column-reverse;
    height: auto;
    max-height: unset;
}

.header-homepage-content {
    width: 100%;
    padding: 4rem;
}

.header-homepage-content-inner {
    margin: 0;
    padding: 0;
    width: 100%;
}

.header-homepage-visual {
    width: 100%;
    height: calc(100vw + 130px);
}
	
.header-homepage-visual:after {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='769' height='72' viewBox='0 0 769 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M769 72L0 72L0 54.5802L50.878 53.6297L158.364 37.3657L324.139 29.5591L531.222 11.1973L769 -7.62939e-05V72Z' fill='%23A6D7F7'/%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
    .header-homepage-content {
        padding: 4rem 2rem;
    }
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}