:root {
    --max: 1340px;
    --max62: 62.8%;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top50: 50px;
    --top60: 60px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "Noe Display";
    src: url("../fonts/NoeDisplay.woff2") format("truetype");
}


body {
    font-family: neuzeit-grotesk, sans-serif;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 82px;
    position: fixed;
    background: rgb(38, 73, 62);
    z-index: 9999;
    top: 0;
}

.fixed {
    top: -80px;
}

.hertre_cen {
    width: var(--max);
    height: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.logo {
    width: 127.64px;
    overflow: hidden;

}

.logo img {
    width: 100%;
    height: auto;
}

.logo_hei {
    display: none;
}

.nav {
    width: max-content;
    position: absolute;
    max-width: 100%;
    left: 18.6%;
}

.nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    margin-left: 30px;
    position: relative;
}

.nav ul li:nth-child(1) {
    display: none;
}

.nav ul li:nth-child(2) {
    margin-left: 0px;
}

.nav ul li:last-child {
    display: none;
}

.contact {
    background: rgb(252, 80, 0);
    padding: 8px 18px;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}


.nav ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background: rgb(252, 80, 0);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.nav ul li.nav_cen::after {
    width: 100%;
}

.nav ul li:hover::after {
    width: 100%;
}

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: rgb(252, 80, 0);
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.max {
    width: var(--max);
    margin: auto;
    position: relative;
}

.max62 {
    width: var(--max62);
    margin: auto;
}

main {
    width: 100%;
    overflow: hidden;
    background: url(../images/contour-pattern.01fca849.png) 0% 0% / cover;
    position: relative;
}

.about_banner {
    width: 100%;
    overflow: hidden;
    background-image: linear-gradient(to right, rgb(38, 73, 62), rgb(38, 73, 62));
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 75%;
    position: relative;
    padding-top: 80px;
}

.about_banner_img {
    max-width: 50%;
    position: absolute;
    pointer-events: none;
    top: 0px;
    right: -10%;
}

.about_text {
    width: var(--max62);
    margin: auto;
    padding-top: 100px;
}

.about_text_t {
    max-width: 420px;
}

.about_text_t h2 {
    font-family: "Noe Display";
    font-size: 50px;
    color: rgb(250, 250, 250);
    letter-spacing: 2px;
}

.about_text_t p {
    font-family: neuzeit-grotesk, sans-serif;
    opacity: 0.85;
    font-weight: 300;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 26px;
}

.about_text img {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.Found {
    padding-top: 45px;
    max-width: 610px;
}

.Found h3 {
    font-family: "Noe Display";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    color: rgb(38, 73, 62);
}

.Found h4 {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
}

.Found_text {
    margin-top: 15px;
    letter-spacing: 0px;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    text-align: left;
    line-height: 30px;
}

.About_ImgWrapper {
    width: 100%;
    margin-top: 55px;
}

.About_ImgWrapper ul {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.About_ImgWrapper ul li:nth-child(2n+1) {
    width: 30%;
    height: auto;
}

.About_ImgWrapper ul li:nth-child(2n) {
    margin-right: 10%;
    width: 54.5%;
    height: auto;
}

.About_ImgWrapper ul li img {
    width: 100%;
    height: auto;
}

.New {
    width: 100%;
    max-height: 624px;
    background-size: cover;
    padding-top: 247px;
    padding-bottom: 210px;
    margin-top: 116px;
    /* background-attachment: fixed; */
}

.New_text {
    max-width: 700px;
    text-align: left;
}

.New_text h3 {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    opacity: 0.6;
    font-size: 13px;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    text-align: left;
}

.New_text p {
    opacity: 0.87;
    font-size: 30px;
    color: white;
    letter-spacing: 1.67px;
    line-height: 39px;
    margin-top: 10px;
    margin-bottom: 52px;
    font-family: "Noe Display";
    font-weight: normal;
    font-style: normal;
}

.New_text a {
    font-family: neuzeit-grotesk;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid rgb(252, 80, 0);
    color: rgb(252, 80, 0);
    letter-spacing: 1.4px;
    text-align: left;
}

.Philosophy {
    position: relative;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 100px auto;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Philosophy_img {
    width: 286px;
    border-right: 32px solid rgb(255, 255, 255);
    height: 900px;
}

.Philosophy_right {
    background: rgb(245, 245, 245);
    width: calc(100% - 286px);
    padding-left: 100px;
    padding-right: 60px;
    
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.Philosophy_right::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: rgb(245, 245, 245);
    z-index: -1;
}

.Philosophy_t {
    max-width: 750px;
    margin: auto;
}

.Philosophy_t>h3 {
    font-family: "Noe Display";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    color: rgb(38, 73, 62);
    text-align: left;
}

.Philosophy_text {
    margin-top: 15px;
    letter-spacing: 0px;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    text-align: left;
    line-height: 30px;
}

.Philosophy_t ul {
    margin-top: 34px;
    max-width: 496px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    list-style: none;
}

.Philosophy_t ul li {
    width: 100%;
    font-size: 18px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 24px;
    border-top: 1px solid rgb(151, 151, 151);
    border-bottom: 1px solid rgb(151, 151, 151);
    line-height: 1.25;
    padding-top: 15px;
    padding-bottom: 17px;
    min-height: 47px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.Philosophy_t ul li h3 {
    width: 100%;
    font-size: 18px;
    color: rgb(38, 73, 62);
    letter-spacing: 0px;
    text-align: left;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.Philosophy_t ul li h3 span {
    margin-left: 23px;
}

.Philosophy_t ul li p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    color: rgb(48, 48, 48);
    font-weight: 300;
    line-height: 22px;
    margin-top: 5px;
    margin-left: 50px;
    display: none;
    transition: auto;
}

.Philosophy_t ul li i {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 15px;
    height: 15px;
    background-image: url(../images/close-btn.e48d56e5.svg);
    background-size: cover;
    transform: rotate(0deg);
    transition: all 0.4s ease-out 0s;
}

.Philosophy_t>p {
    opacity: 0.48;
    font-family: "Noe Display";
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    color: rgb(48, 48, 48);
    letter-spacing: 1px;
    text-align: left;
    margin-top: 80px;
}

.Arbutus {
    margin-top: 100px;
    display: flex;
}

.Arbutus_oy {
    width: 18.6%;
}

.Arbutus_right {
    width: 81.4%;
}

.Arbutus_right_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Arbutus_text {
    width: 50%;
    position: relative;
    padding: 100px 0 150px;
    padding-right: 40px;
}

.Arbutus_text h3 {
    font-family: "Noe Display";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    color: rgb(38, 73, 62);
    text-align: left;
}

.Arbutus_text h4 {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
    margin-top: 15px;
}

.Arbutus_text p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
}

.Arbutus_swiper {
    width: 50%;
    position: relative;
}

.Arbutus_swiper .mySwiper {
    width: 100%;
    height: 100%;
}

.Arbutus_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.Arbutus_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Arbutus_next {
    width: 140px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    background: rgb(48, 48, 48);
    z-index: 99;
}

.Arbutus_next .swiper-button-prev,
.Arbutus_next .swiper-button-next {
    position: static;
    inset: 0;
    margin: 0;
    width: max-content;
    height: max-content;
}

.Arbutus_next .swiper-button-prev:after,
.Arbutus_next .swiper-button-next:after {
    font-size: 14px;
    color: #ffffff;
}

.Arbutus_next .swiper-pagination {
    width: 40px;
    text-align: center;
    padding-top: 2px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    position: static;
    inset: 0;
    margin: 0;
}

.Arbutus_right ul {
    background: rgb(38, 73, 62);
    color: rgb(255, 255, 255);
    padding: 48px 55px;
    display: flex;
    flex-wrap: wrap;
    max-width: 75%;
    transform: translateY(-50%);
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.Arbutus_right ul li {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.Arbutus_right ul li h2 {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    opacity: 0.6;
    font-size: 13px;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.Arbutus_right ul li p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255);
    letter-spacing: 2.13px;
    text-align: left;
    margin-top: 0px;
}

.Naturally {
    display: flex;
}

.Naturally_right:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: rgb(250, 250, 250);
    right: 100%;
    top: 0px;
    position: absolute;
}

.Naturally_right {
    width: 81.4%;
    padding: 75px 0px;
    background: rgb(250, 250, 250);
    position: relative;
}

.Naturally_text {
    max-width: 630px;
}

.Naturally_text:nth-child(2) {
    margin-top: 45px;
}

.Naturally_text h3 {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
}

.Naturally_text p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 30px;
    margin-top: 10px;
}

.Partners_banner_img {
    top: 150px;
}

.Matter {
    padding-top: 100px;
    padding-bottom: 290px;
}

.Matter ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.Matter ul li {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
}

.Matter ul li>span {
    margin: 0px 50px;
    font-size: 16px;
    line-height: 39px;
}

.Matter_text {
    width: max-content;
}

.Matter_text h2 {
    font-family: "Noe Display";
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    color: rgb(119, 119, 119);
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.Matter_text span {
    font-family: "Noe Display";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    display: block;
    padding-left: 10px;
}

.Matter ul li.Matter_nav h2 {
    color: rgb(48, 48, 48);
    border-left: 1px solid rgb(38, 73, 62);
}

.Matter_max {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: rgb(245, 245, 245);
}

.Matter_list {
    width: 100%;
    overflow: hidden;
    padding: 112px 20px 43px;
    transition: auto;
    display: none;
}

.Matter_list:nth-child(1) {
    display: block;
}

.Matter_list .max62>img {
    max-width: 250px;
    max-height: 58px;
}

.Matter_list .max62>p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 22px;
    font-size: 18px;
    color: rgb(48, 48, 48);
}

.Matter_list .max62>a {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(252, 80, 0);
    letter-spacing: 0px;
    text-align: left;
    line-height: 30px;
}

.Matter_with {
    width: 100%;
    margin-top: 40px;
}

.Matter_with h6 {
    opacity: 0.47;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Matter_with p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
}

.Matter_img {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

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

.Homeowner_banner_img {
    top: 140px;
    right: 0;
}

.Select {

    overflow: hidden;
    background: rgb(245, 245, 245);
    padding: 60px 20px;
    margin-top: 80px;
    margin-bottom: 110px;
}

.Select form {
    width: 100%;
    display: block;
}

.Select_max {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}

.Select_max::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 33.3%;
    height: 2px;
    border-bottom: 2px solid rgb(38, 73, 62);
    transition: all 0.5s;
}

.Select_max::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgb(38, 73, 62);
}

.Select_max1::after {
    width: 66.66%;
}

.Select_max2::after {
    width: 100%;
}


.Select_max p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    color: rgb(151, 151, 151);
    display: block;
}

.Select_max p span {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    border: 1px solid rgb(151, 151, 151);
    border-radius: 50%;
    padding: 6px 13px;
    margin-right: 10px;
}

.Select_to {
    width: 100%;
    width: 81.4%;
    margin: 103px auto 0px;
}

.Select_list {
    width: 100%;
    display: none;
    transition: auto;
}

.Select_list:nth-child(1) {
    display: block;
}

.Select_laieh {
    width: 100%;
    margin-bottom: 30px;
}

.Select_laieh p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    text-align: left;
    line-height: 30px;
    margin-bottom: 5px;
}

.eli .layui-form {
    width: 310px;
    max-width: 100%;
}

.eli .layui-select-title .layui-input {
    background: transparent;
    border: 1px solid rgb(38, 73, 62);
    opacity: 0.8;
    padding: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
}

.Select_radio {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    text-align: left;
    line-height: 30px;
}

.Select_radio .layui-form-radio {
    margin: 0;
    padding: 0;
}

.Select_radio .layui-form-radio>i {
    font-size: 20px;
    color: rgb(38, 73, 62);
}

.Next_mu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Next {
    display: flex;
    background: rgb(252, 80, 0);
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    text-align: left;
    width: 114px;
    height: 45px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.Previous {
    display: flex;
    background: rgb(252, 80, 0);
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    text-align: left;
    width: 114px;
    height: 45px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 30px;
}

.Next_mu input {
    display: flex;
    background: rgb(252, 80, 0);
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    text-align: center;
    width: 114px;
    height: 45px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.Select_laieh>input {
    width: 310px;
    max-width: 100%;
    appearance: none;
    outline: none;
    border-radius: 0px;
    background: transparent;
    padding: 10px;
    opacity: 0.8;
    font-size: 18px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    border: 1px solid rgb(38, 73, 62);
    font-family: neuzeit-grotesk;
    font-style: normal;
    font-weight: 300;
}

.Select_laieh>textarea {
    width: 100%;
    border: 1px solid rgb(38, 73, 62);
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    text-align: left;
    line-height: 30px;
    padding: 10px;
    height: 300px;
    background: transparent;
}

.layui-layer {
    transition: auto;
}

.Select_show {
    display: none;
    margin-bottom: 25px;
}

.Select_show::after,
.Select_show::before {
    display: none;
}

.Contact_banner {
    background-size: 100% 100%;
}

.Contact_banner .about_text {
    margin-bottom: 50px;
}

.contacta {
    padding: 85px 0px 121px;
}

.contacta>h2 {
    font-family: "Noe Display";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    color: rgb(38, 73, 62);
    text-align: left;
}

.contacta>p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
}

.contacta ul {
    width: 100%;
    overflow: hidden;
}

.contacta ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    border-left: 1px solid rgba(151, 151, 151, 0.54);
    padding-left: 50px;
    padding-right: 50px;
}

.contacta ul li img {
    width: 30px;
}

.contacta ul li h3 {
    font-size: 18px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 30px;
}

.contacta ul li h4 {
    font-size: 28px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-wrap: break-word;
}

.banner_index {
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 82px;
}

.banner_index_max {
    max-width: 600px;
}

.banner_index_max h2 {
    font-family: "Noe Display";
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
}

.banner_index_max p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    opacity: 0.7;
    font-size: 28px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    line-height: 39px;
}

.Part {
    width: 100%;
    overflow: hidden;
    background: rgb(245, 245, 245);
}

.Part_max {
    max-width: 860px;
    width: 100%;
    margin: 75px auto;
    padding: 0 40px;
}

.Part_max h2 {
    font-family: "Noe Display";
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    color: rgb(38, 73, 62);
    text-align: left;
}

.Part_max p {
    max-width: 465px;
    width: 100%;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
}

.Part_list {
    max-width: 860px;
    width: 100%;
    margin: 75px auto;
    padding: 0 40px;
}

.Part_list ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px 10px;
}

.Part_list ul li {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.Part_list ul li img {
    width: 57px;
    height: 57px;
    object-fit: contain;
}

.Part_text {
    width: 100%;
    margin: 30px auto 70px;
    text-align: left;
    position: relative;
}

.Part_text h2 {
    opacity: 0.9;
    font-size: 34px;
    color: rgb(38, 73, 62);
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 45px;
    font-family: "Noe Display";
    font-weight: normal;
    font-style: normal;
}

.Part_text p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 30px;
}

.Part_text span {
    position: absolute;
    top: 5px;
    left: -43px;
    font-size: 15px;
    color: rgb(38, 73, 62);
    letter-spacing: 0px;
    text-align: left;
    font-family: neuzeit-grotesk;
    font-style: normal;
    font-weight: 300;
}

.Part_text::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -50px;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgb(151, 151, 151);
    font-family: neuzeit-grotesk;
    font-style: normal;
    font-weight: 300;
}

.Part_list ul li a {
    font-family: neuzeit-grotesk;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(48, 48, 48);
    font-size: 15px;
    color: rgb(48, 48, 48);
    letter-spacing: 1px;
    text-align: left;
}

.believe {
    width: 100%;
    padding: 100px 0px;
    background-image: url(../images/quotes-pattern.a6544a24.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.believe_max {
    max-width: 690px;
    position: relative;
    padding: 118px 20px;
    font-size: 28px;
    color: rgb(48, 48, 48);
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 33px;
    margin: auto;
}

.believe_max::before {
    content: "";
    background: url(../images/icon-quotes.276a3b6d.svg) no-repeat;
    width: 70px;
    height: 47px;
    position: absolute;
    top: 0px;
    left: -70px;
}

.believe_max::after {
    content: "";
    background: url(../images/icon-quotes-close.9ed4375e.svg) no-repeat;
    width: 70px;
    height: 47px;
    position: absolute;
    bottom: 0px;
    right: -70px;
}

.Part_tru {
    padding: 75px 0px;
}

.Part_tru h3 {
    font-family: "Noe Display";
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    color: rgb(38, 73, 62);
    text-align: center;
}

.Part_tru ul {
    display: flex;

    justify-content: space-between;

    align-items: center;
    width: 500px;
    max-width: 100%;
    margin: auto;
    margin-top: 25px;
}

.Part_tru ul li {
    width: max-content;
    height: 60px;
}

.Part_tru ul li img {
    width: max-content;
    height: 100%;
}

.footer {
    background: rgb(38, 73, 62);
    padding: 100px 0px 50px;
    text-align: left;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.56px;
}

.footer_top {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer_top>div {
    width: 100%;
    margin-bottom: 40px;
}

.footer_top>div img {
    width: 130px;
    height: auto;
    max-width: 100%;
}

.footer_top>div a {
    display: block;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.56px;
    padding: 5px 0px;
}

.footer_bott {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.beian {
    width: max-content;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.56px;
    padding: 5px 0px;
    margin-right: 20px;
    opacity: 0.5;
}

.footer_bott_a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_bott_a a {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.56px;
    padding: 5px 0px;
    margin-left: 20px;
}

.page {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: rgb(48, 48, 48);
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
    padding: 85px 0px 121px;
    overflow-wrap: break-word;
}

#map{
    width: 100%;
    height: 320px;
        margin-top: 50px;
}

#mapa{
    width: 100%;
    height: 320px;
        max-width: 75%;
    transform: translateY(-25%);
}