p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #7e7e7e;
}

h1 {
    font-family: MyriadPro;
    font-size: 30px;
}

h2 {
    font-family: MyriadPro;
    font-size: 24px;
}

h3 {
    font-family: MyriadPro;
    font-size: 24px;
}

h4 {
    font-family: MyriadPro;
    font-size: 18px;
}

h5 {
    font-family: MyriadPro;
    font-size: 16px;
}

a {
    color: #b2985f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

li {
    font-family: Roboto;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #7e7e7e;
}

label {
    font-family: Roboto;
    margin-bottom: 2px;
    margin-top: 2px;
}

input {
    font-family: Roboto;
    font-size: 16px;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #7ac8bf;
    background-color: #ffffff;
    border-radius: 10px;
    line-height: 28px;
}

.TxtCenter {
    text-align: center !important;
}

.Flex {
    display: flex !important;
}

.PositionRelative {
    position: relative !important;
}

.Button {
    color: #ffffff;
    background-color: #993d5c;
    padding: 10px;
    border-radius: 8px;
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.IconSVG {
    fill: #b2985f;
    stroke: #000000;
    stroke-width: 0;
}

.FlexCenter {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.FlexCenterVertical {
    display: flex !important;
    align-items: center !important;
}

.ImageFit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.TxtWhite {
    color: #ffffff !important;
}

.TxtBlack {
    color: #000000 !important;
}

@media (max-width:500px) {
    .HideMobile {
        display: none !important;
    }
}

.maxWidth1280px {
    max-width: 1280px !important;
}

.Margin0 {
    margin: 0 !important;
}

.MarginTop0 {
    margin-top: 0 !important;
}

.MarginBottom0 {
    margin-bottom: 0 !important;
}

.Padding0 {
    padding: 0 !important;
}

.PaddingTop0 {
    padding-top: 0 !important;
}

.PaddingBottom0 {
    padding-bottom: 0 !important;
}

.MarginBottom25px {
    margin-bottom: 25px !important;
}

.MarginTop25px {
    margin-top: 25px !important;
}

.MarginBottom50px {
    margin-bottom: 50px !important;
}

.MarginTop50px {
    margin-top: 50px !important;
}

.MarginBottom100px {
    margin-bottom: 100px !important;
}

.MarginTop100px {
    margin-top: 100px !important;
}

.PaddingBottom25px {
    padding-bottom: 25px !important;
}

.PaddingTop25px {
    padding-top: 25px !important;
}

.PaddingBottom50px {
    padding-bottom: 50px !important;
}

.PaddingTop50px {
    padding-top: 50px !important;
}

.PaddingBottom100px {
    padding-bottom: 100px !important;
}

.PaddingTop100px {
    padding-top: 100px !important;
}

@media (min-width:1000px) {
    .WrapContent {
        padding: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .WrapContent {
        padding: 50px 25px;
    }
}

@media (max-width:500px) {
    .WrapContent {
        padding: 50px 20px;
    }
}

.WrapContent50Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:750px) and (max-width:999px) {
    .WrapContent50Wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.WrapContent50 {
    width: 50%;
    padding: 50px 25px;
}

@media (max-width:500px) {
    .WrapContent50 {
        width: auto;
        padding: 25px 20px;
    }
}

@media (min-width:501px) and (max-width:749px) {
    .WrapContent50 {
        width: auto;
        padding: 25px;
    }
}

.WrapContent33Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:750px) and (max-width:999px) {
    .WrapContent33Wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:749px) {
    .WrapContent33Wrapper {
        display: block;
        padding: 25px 0;
    }

    .WrapContent50Wrapper {
        display: block;
        padding: 25px 0;
    }
}

.WrapContent33 {
    width: 33%;
    padding: 50px 25px;
}

@media (min-width:501px) and (max-width:749px) {
    .WrapContent33 {
        width: auto;
        padding: 25px;
    }
}

@media (max-width:500px) {
    .WrapContent33 {
        width: auto;
        padding: 25px 20px;
    }
}

.WrapContent25Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:501px) and (max-width:999px) {
    .WrapContent25Wrapper {
        flex-wrap: wrap;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .WrapContent25Wrapper {
        display: block;
        padding: 25px 0;
    }
}

.WrapContent25 {
    padding: 50px 25px;
    width: 25%;
}

@media (min-width:501px) and (max-width:999px) {
    .WrapContent25 {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 25px;
        box-sizing: border-box;
    }
}

@media (max-width:500px) {
    .WrapContent25 {
        padding: 25px 20px;
        width: auto;
    }
}

.ImgBG {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
}

.HeaderLogo {
    width: auto;
    height: 100px;
    margin-right: 15px;
}

@media (max-width:500px) {
    .HeaderLMenuDescriptionTxt {
        display: none;
    }
}

.HeaderIcon {
    width: 30px;
    height: 30px;
}

@media (max-width:500px) {
    .HeaderHLogo {
        width: 100px;
        height: 100px;
        margin-right: 0;
    }
}

@media (min-width:1000px) {
    .HeaderLHWrap {
        padding: 10px 50px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }

    .HeaderLWrap {
        display: flex;
        justify-content: space-between;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.IconArrow {
    fill: none;
    stroke: #ffffff;
    stroke-width: 15px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (min-width:750px) and (max-width:999px) {
    .HeaderLHWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 25px;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .HeaderLWrap {
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width:500px) {
    .HeaderLWrap {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 50px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:749px) {
    .HeaderLHWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        align-items: center;
    }
}

@media (max-width:500px) {
    .HeaderH {
        padding: 10px 20px;
        align-items: center;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .HeaderH {
        padding: 10px 25px;
    }
}

@media (max-width:749px) {
    .MenuHamburg {
        position: absolute;
        left: 0px;
        background-color: #7ac8bf;
        min-width: 50%;
        height: 100vh;
        z-index: 100000;
        top: 120px;
        padding-top: 20px;
    }
}

@media (max-width:749px) {
    .HeaderHMobileMenu {
        position: absolute;
        left: 0px;
        top: 120px;
        background-color: #b2985f;
        min-width: 60%;
        height: 100vh;
        z-index: 100000;
        padding-top: 20px;
        overflow-y: scroll;
        background-image: linear-gradient(45deg, rgb(214, 180, 105) 0%, rgb(151, 118, 62) 75%, rgb(214, 180, 105) 100%) !important;
    }
}

@media only screen and (max-width:749px) {
    .MenuHamburgWrap li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.HeaderLHMenuLinks {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width:500px) {
    .HeaderLHMenuLinks li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.MenuHamburgWrap {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

@media (min-width:750px) {
    .MenuHamburgWrap {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width:750px) {
    .HeaderLHMenuLinks {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 749px) {
    .HeaderLContactLink {
        display: none;
    }
}

.HeaderLContactLink {
    margin-left: 10px;
    white-space: nowrap;
    color: #993d5c;
}

.HeaderLContactWrap {
    display: flex;
    align-items: center;
    margin-left: 30px;
    column-gap: 30px;
}

@media only screen and (max-width:500px) {
    .HeaderLContactWrap {
        margin-left: 0;
    }
}

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

@media (min-width:750px) {
    .MenuHamburgIcon {
        display: none;
    }
}

.MenuHamburgIcon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
}

.HeaderLHamburgerWrap {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
}

@media (min-width:750px) {
    .HeaderLHamburgerWrap {
        display: none;
    }
}

.HamburgerIconBar {
    width: 40px;
    height: 4px;
    background-color: #b2985f;
    margin-bottom: 8px;
    border-radius: 2px;
    margin-top: 8px;
    background-image: linear-gradient(90deg, rgb(152, 118, 63) 0%, rgb(210, 183, 124) 100%);
}

@media (max-width:500px) {
    .HeaderLMobileMenu {
        position: absolute;
        left: 0;
        width: 100%;
        height: 64px;
    }
}

.HeaderMenuLink {
    white-space: nowrap;
    padding: 20px 50px;
    height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.HeaderDropdownMenuLink:hover {
    background-color: #f3f3f3;
}

.MenuScrollWrap {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 100%;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
    margin-top: 0;
    min-height: 64px;
    position: absolute;
}

.MenuScrollWrap a {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.MenuDropdownWrapper {
    display: block;
    position: relative;
}

.MenuDropdownArrow {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    min-width: 20px;
    min-height: 20px;
}

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

.MenuScrollDropdownWrap {
    display: flex;
    align-items: center;
    padding: 20px 50px;
}

.MenuScroll {
    position: relative;
    display: flex;
    height: auto;
    min-height: 64px;
    width: 100%;
}

.MenuHamburgWrap a {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.MenuDropdown {
    position: absolute;
    background-color: #7ac8bf;
    z-index: 10100;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    width: 100%;
    left: 0;
}

.MenuDropdown li {
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    list-style-type: none;
}

@media (max-width:500px) {
    .MenuDropdownHamburg {
        position: relative;
        background-color: #7ac8bf;
    }
}

.HeaderLHMenuLinks a {
    list-style-type: none;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.MenuScrollArrow {
    width: 20px;
    height: 20px;
}

.HeaderLMenuScrollArrowBG {
    width: 50px;
    position: absolute;
    right: 0;
    height: 64px;
    background-image: linear-gradient(90deg, rgba(122, 200, 191, 0) 0%, rgba(122, 200, 191, 0.8) 50%, rgb(122, 200, 191) 100%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 100;
}

.MenuScrollArrowBG {
    width: 50px;
    position: absolute;
    right: 0;
    height: 64px;
    background-image: linear-gradient(90deg, rgba(122, 200, 191, 0) 0%, rgba(122, 200, 191, 0.8) 50%, rgb(122, 200, 191) 100%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0px;
    z-index: 100;
}

.HeaderLMobileMenu {
    position: absolute;
}

.MenuScrollWrap::-webkit-scrollbar {
    display: none;
}

.MenuScrollPlaceholder {
    width: 50px;
    min-width: 50px;
}

@media (min-width:750px) {
    .HeaderLMenuScrollWrap {
        display: flex;
        list-style-type: none;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 0;
        list-style-image: none;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width:749px) {
    .HeaderLMenuScrollWrap {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        height: 100%;
        width: 100vw;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 0;
        list-style-type: none;
        list-style-image: none;
        margin-top: 0;
    }
}

.HeaderLMenuScrollWrap::-webkit-scrollbar {
    display: none;
}

.HeaderLMenuScrollWrap a {
    position: relative;
    list-style-type: none;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

@media (min-width:750px) {
    .MenuScrollArrowBG {
        display: none;
    }
}

@media (min-width:750px) {
    .HeaderLMenuScrollArrowBG {
        display: none;
    }
}

.MenuActive {
    background-color: #E5DCC8;
    color: #b2985f !important;
}

@media (min-width:750px) {
    .MenuScrollPlaceholder {
        display: none;
    }
}

.MenuDropdownOffTouch {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10050;
    opacity: 0;
    display: none;
}

.MenuDropdown2ndLevel {
    display: block;
}

.SubmenuDropdown {
    position: absolute;
    background-color: #7ac8bf;
    z-index: 10100;
    display: none;
    list-style-type: none;
    list-style-image: none;
    left: 100%;
    margin-top: -60px;
    padding-left: 0;
}

.MenuDropdown2ndLevelLink {
    padding-right: 0;
}

@media (max-width:500px) {
    .SubmenuDropdown {
        position: relative;
        background-color: transparent;
        margin-top: 0;
        box-shadow: none;
        z-index: 10150;
        left: 0;
        padding-left: 10px;
    }
}

.MenuDropdownOffTouch2ndLevel {
    z-index: 10055;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}

.MenuDropdownArrow2ndLevel {
    margin-right: 5px;
}

@media only screen and (max-width:500px) {
    .MenuScroll .SubmenuDropdown {
        left: 100%;
        margin-top: -40px;
        background-color: #7ac8bf;
    }
}

.HeaderS {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    align-items: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:501px) and (max-width:749px) {
    .HeaderS {
        padding: 10px 25px;
    }
}

@media only screen and (max-width:500px) {
    .HeaderS {
        padding: 10px 20px;
    }
}

@media (max-width:749px) {
    .HideMobileMenu {
        display: none;
    }
}

.HeroWrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

@media (min-width:750px) {
    .HeroTextWrap {
        padding: 50px 50px 50px 100px;
        width: 50%;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 100%);
        max-width: 800px;
    }
}

@media (max-width:749px) {
    .HeroTextWrap {
        padding: 100px 20px 50px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 100%);
    }
}

.TitleImg {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
}

@media (min-width:750px) {
    .TitleDivideWrap {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
}

@media (max-width:749px) {
    .TitleDivideWrap {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:750px) and (max-width:999px) {
    .TitleDivideTextWrap {
        width: 50%;
        padding: 50px 25px;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .TitleDivideTextWrap {
        width: 50%;
        padding: 50px;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
        align-items: center;
    }
}

@media (max-width:749px) {
    .TitleDivideTextWrap {
        padding: 50px 20px;
    }
}

@media (min-width:750px) {
    .TitleDivideText {
        max-width: 800px;
    }

    .TitleDivideImage {
        width: 50%;
        object-fit: cover;
    }
}

@media only screen and (max-width:749px) {
    .TitleDivideImage {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
}

@media (min-width:1000px) {
    .TitleDivideImage {
        max-height: 500px;
    }
}

.TitleOverflowImage {
    height: 500px;
    position: relative;
}

.TitleOverflowText {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    margin-top: -150px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    max-width: 1600px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
}

@media (max-width:749px) {
    .TitleOverflowText {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.TitleInsideBG {
    position: relative;
}

.TitleInsideWrap {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    max-width: 450px;
    padding: 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

@media (max-width:500px) {
    .TitleInsideWrap {
        left: 0;
        margin-right: 25px;
    }
}

.TitleInsideWrapper {
    height: 500px;
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.TxtImgTextWrap {
    margin-bottom: 50px;
}

@media (min-width: 750px) {
    .TxtImgTextWrap {
        width: 55%;
        margin-bottom: 0;
    }
}

@media (min-width: 750px) {
    .TxtImgImageWrap {
        width: 45%;
    }
}

@media (min-width:750px) {
    .TxtImgWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 50px;
    }
}

@media (max-width:749px) {
    .TxtImgWrapR {
        flex-direction: column-reverse;
        display: flex;
    }
}

.TxtImgBG {
    background-color: transparent;
}

.TxtImgBG:nth-child(even) {
    background-color: #fffaf0;
}

@media (min-width:750px) {
    .TxtImgBG:nth-child(even) .TxtImgWrap {
        flex-direction: row-reverse;
    }
}

@media (min-width:750px) {
    .TxtImgFull {
        display: flex;
        justify-content: center;
    }
}

@media (min-width:750px) {
    .TxtImgFullImageWrap {
        width: 50%;
        max-height: 500px;
    }
}

@media (min-width:750px) and (max-width:999px) {
    .TxtImgFullTextWrapR {
        padding: 50px 25px;
        margin-top: auto;
        margin-bottom: auto;
        width: 50%;
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .TxtImgFullTextWrapR {
        width: 50%;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-start;
        padding: 50px 50px 50px 25px;
        box-sizing: border-box;
    }
}

@media (min-width:750px) and (max-width:999px) {
    .TxtImgFullTextWrapL {
        width: 50%;
        padding: 50px 25px;
        margin-top: auto;
        margin-bottom: auto;
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .TxtImgFullTextWrapL {
        width: 50%;
        padding: 50px 25px 50px 50px;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
    }
}

@media (max-width:749px) {
    .TxtImgFull {
        display: flex;
        flex-direction: column-reverse;
    }

    .TxtImgFullTextWrap {
        padding: 50px 20px;
    }

    .TxtImgFullL {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:750px) {
    .TxtImgFullText {
        max-width: 775px;
    }
}

.TxtImgFullBG {
}

.TxtImgFullBG:nth-child(even) {
    background-color: #ffffff;
}

@media (min-width:1000px) {
    .TxtImgFullBG:nth-child(even) .TxtImgFullTextWrapL {
        padding-left: 25px;
        padding-right: 50px;
        justify-content: flex-start;
    }
}

@media (min-width:750px) {
    .TxtImgFullBG:nth-child(even) .TxtImgFull {
        flex-direction: row-reverse;
    }
}

@media (min-width:1000px) {
    .TxtImgFullBG:nth-child(even) .TxtImgFullTextWrapR {
        padding-left: 50px;
        padding-right: 25px;
        justify-content: flex-end;
    }
}

.TxtonImgBGR {
    padding: 50px 25px;
    display: flex;
    justify-content: flex-end;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.TxtonImgBGL {
    padding: 50px 25px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.TxtonImgWrap {
    background-color: rgba(255,255,255, 0.5);
    padding: 25px;
    max-width: 450px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

@media (max-width:500px) {
    .TxtonImgBGL {
        padding-left: 0;
        padding-right: 50px;
    }

    .TxtonImgBGR {
        padding-right: 0;
        padding-left: 50px;
    }
}

.TxtonImgBG {
    position: relative;
}

.Icons3Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

.Icons3Image {
    width: auto;
    height: 100px;
    margin-left: 50px;
    margin-right: 50px;
    fill: #7ac8bf;
}

.TxtIcons {
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
    color: #993d5c;
    font-size: 18px;
}

.Icon3Wrap {
    margin-top: 25px;
    margin-bottom: 25px;
}

.CardWrap {
    background-color: #ffffff;
    border-radius: 20px;
}

@media (min-width:750px) {
    .CardWrap {
        width: auto;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:501px) and (max-width:749px) {
    .CardImgWrap {
        width: 40%;
    }
}

.CardTxtWrap {
    padding: 10px 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

@media (min-width:501px) and (max-width:749px) {
    .CardWrap {
        width: 100%;
        display: flex;
        margin-bottom: 50px;
    }
}

@media (min-width:750px) {
    .Cards {
        display: flex;
        gap: 50px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width:750px) {
    .Cards2Columns .CardWrap {
        width: calc(50% - (50px / 2));
    }
}

@media (min-width:750px) {
    .Cards3Columns .CardWrap {
        width: calc(33.33% - (50px * 2/3));
    }
}

@media (min-width:750px) {
    .Cards4Columns .CardWrap {
        width: calc(33.33% - (50px * 2/3));
    }
}

@media (min-width:1000px) {
    .Cards4Columns .CardWrap {
        width: calc(25% - (50px * 3/4));
    }
}

@media (min-width:501px) and (max-width:749px) {
    .CardTxtWrap {
        width: 60%;
    }
}

@media (max-width:500px) {
    .CardWrap {
        margin-bottom: 50px;
    }

    .CardImgWrap {
        height: 250px;
    }
}

.OverviewWrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
    flex-wrap: wrap;
}

.OverviewWrap {
    padding: 50px 25px 35px;
    width: auto;
    background-color: #7ac8bf;
    border-radius: 20px;
    margin: 10px;
}

@media (min-width:501px) and (max-width:999px) {
    .OverviewWrap {
        width: calc(50% - 20px);
        padding-top: 25px;
        padding-bottom: 50px;
        box-sizing: border-box;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .OverviewWrapper {
        flex-wrap: wrap;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .OverviewWrapper {
        display: block;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .OverviewWrap {
        padding: 25px 20px 50px;
        width: auto;
    }
}

@media (min-width:1000px) {
    .Overview2Columns .OverviewWrap {
        width: calc(50% - 20px);
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .Overview3Columns .OverviewWrap {
        width: calc(33.33% - 20px);
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .Overview4Columns .OverviewWrap {
        width: calc(25% - 20px);
        box-sizing: border-box;
    }
}

.OverviewIcon {
    width: 50px;
    height: 50px;
    fill: #ffffff;
}

@media (min-width:501px) {
    .ChecklistWrap {
        display: flex;
        justify-content: space-between;
    }
}

.Checklist {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

@media (min-width:750px) {
    .Checklist {
        columns: 2;
        margin-left: auto;
        margin-right: auto;
        column-gap: 300px;
        padding-left: 0;
    }
}

.ChecklistItem {
    display: flex;
    align-items: center;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 0;
}

.ChecklistSign {
    padding-right: 10px;
    color: #7ac8bf;
    font-size: 24px;
}

.PriceListItemWrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.PriceListItemNr {
    font-weight: bold;
    margin-right: 10px;
    color: #993d5c;
}

.PriceListItemName {
    font-weight: bold;
    color: #993d5c;
}

.PriceListItemPrice {
    font-weight: bold;
    margin-left: 15px;
    color: #993d5c;
}

.PriceListItemWrap:nth-child(even) {
    background-color: #f0fcfa;
}

@media only screen and (min-width:501px) and (max-width:999px) {
    .PriceListItemWrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width:500px) {
    .PriceListItemWrap {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        padding-bottom: 20px;
    }
}

.AccordionWrap {
    display: block;
}

.AccordionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #7ac8bf;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
}

.AccordionHeadTxt {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
}

.AccordionContent {
    display: block;
    margin-bottom: 50px;
    padding: 20px;
}

.AccordionCloseIcon {
    font-size: 32px;
    color: #993d5c;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #993d5c;
    color: #ffffff;
    border: 1px solid #7ac8bf;
    text-align: center;
}

td {
    padding: 10px;
    border: 1px solid #7ac8bf;
    color: #7e7e7e;
}

tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.ConsentExtBG {
    height: 315px;
    position: relative;
    max-width: 560px;
}

.ConsentExtWrap {
    padding: 70px 30px 30px;
    text-align: center;
    z-index: 1;
    position: absolute;
    background-color: rgba(255,255,255, 0.25);
    height: 100%;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}

.ConsentFrame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.DividerBG {
    position: relative;
    display: flex;
}

.DividerIconsWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    text-align: center;
    width: 100%;
    gap: 25px;
}

.DividerIconWrap {
}

.DividerIcon {
    width: auto;
    height: 100px;
}

.DividerIcnsTxt {
    margin-bottom: 0;
}

.DividerOverlay {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 0;
}

.DividerQuote {
    font-size: 24px;
}

.DividerQuoteWrap {
    z-index: 1;
}

.DividerQuoteImg {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-right: 25px;
    object-fit: cover;
}

.DividerWrap {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.FormBreakBelow {
    fill: #ffffff;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 10000;
}

.FormBreakAbove {
    fill: #ffffff;
    position: absolute;
    width: 100%;
    margin-top: -100px;
    height: 100px;
}

.ContactForm2Cmns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.ContactForm2CmnsFieldWrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: calc(50% - 25px);
}

textarea {
    padding: 5px 10px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #7ac8bf;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (max-width:999px) {
    .ContactForm2CmnsFieldWrap {
        width: 100%;
    }
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #7ac8bf;
    position: relative;
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0;
    margin: 0 10px 0 0;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 8px;
    font-size: 16px;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #7ac8bf;
    background-image: url('../media/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 28px;
}

input[type=radio] {
    width: 25px;
    height: 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #7ac8bf;
    margin-left: 0;
    padding: 0;
    margin-right: 10px;
}

input[type=radio]:checked {
    background-color: #7ac8bf;
}

input[type=radio]:checked:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

input[type=checkbox]:checked {
    background-color: #7ac8bf;
}

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #ffffff;
    position: absolute;
    left: 6px;
    width: 13px;
    height: 13px;
    top: -1px;
}

.Input0 {
    height: 0;
    border-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border: none;
}

.CheckboxConfirm {
    position: absolute !important;
    left: -100vw;
}

.ContactAreaWrap {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media only screen and (max-width:749px) {
    .ContactAreaWrap {
        padding: 25px 0;
        display: block;
    }
}

.ContactArea50 {
    width: 50%;
    padding: 50px 25px;
}

@media (min-width:501px) and (max-width:749px) {
    .ContactArea50 {
        width: auto;
        padding: 25px;
    }
}

@media (max-width:500px) {
    .ContactArea50 {
        width: auto;
        padding: 25px 20px;
    }
}

.ContactIcon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ContactAreaFormItmWrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media (min-width:501px) and (max-width:749px) {
    .ContactAreaIconsWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 15px;
    }
}

.FooterLegalLink {
    margin-right: 25px;
    margin-left: 25px;
    color: #ffffff;
}

.FooterLegalLinkWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.FooterLinksList {
    list-style-type: none;
}

.FooterSocialmediaIcon {
    width: 30px;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.FooterContactIcon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 20px;
}

.FooterLegalText {
    margin-top: 0;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.FooterLegalLine {
    height: 20px;
    width: 1px;
    background-color: #ffffff;
}

.FooterS {
    background-color: #7ac8bf;
}

.FooterSWrap {
    display: flex;
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 25px;
    flex-wrap: wrap;
}

.FooterSLogo {
    width: auto;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.FooterSTextWrap {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.FooterSSocialmediaIconWrap {
    align-items: center;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}

.FooterMWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width:501px) {
    .FooterMColumnL {
        width: 40%;
        min-width: 250px;
        margin-right: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width:500px) {
    .FooterMColumnL {
        width: 100%;
        margin-bottom: 50px;
    }
}

.FooterMColumnM {
    margin-right: 50px;
    margin-bottom: 50px;
}

.FooterMColumnR {
    margin-bottom: 50px;
}

.FooterMLogo {
    width: 250px;
    height: auto;
}

.FooterMBG {
    display: flex;
    justify-content: center;
    background-color: #E5DCC8;
}

.FooterMColumnM ul {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

.FooterLLegalWrap {
    display: flex;
    justify-content: center;
    background-color: #b2985f;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.FooterLMenuLink {
    margin-right: 30px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.FooterLWrap25 {
    padding: 50px 25px;
    width: 25%;
    box-sizing: border-box;
}

@media (min-width:501px) and (max-width:749px) {
    .FooterLWrap25 {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width:500px) {
    .FooterLWrap25 {
        padding: 25px 20px;
        white-space: nowrap;
        min-width: 50%;
        width: auto;
    }
}

.FooterL25Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:501px) and (max-width:749px) {
    .FooterL25Wrapper {
        flex-wrap: wrap;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .FooterL25Wrapper {
        padding: 25px 0;
        flex-wrap: wrap;
    }
}

.FooterLLogo {
    width: auto;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.FooterLDscrptn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}

.FooterLBG {
    background-color: #7ac8bf;
    padding-top: 40px;
}

.FooterLWrap25 ul {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

.BGColor2nd {
    background-color: #E5DCC8 !important;
}

.MenuItemWrap {
    padding: 20px 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18ox;
}

.MenuItemDropdownWrap {
    padding: 15px 50px;
}

.MaxWidth1600px {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.MenuItemWrap p {
    margin-top: 0;
    margin-bottom: 0;
}

.MenuItemWrap:hover {
    background-color: #E5DCC8;
    color: #b2985f;
    text-decoration: none;
}

.MenuItemWrap:active {
    background-color: #E5DCC8;
    color: #b2985f;
    text-decoration: none;
}

.MenuItemWrap:focus {
    background-color: #E5DCC8;
    color: #b2985f;
    text-decoration: none;
}

.MenuItemDropdownWrap:hover {
    background-color: #993d5c;
}

.MenuItemDropdownWrap:active {
    background-color: #993d5c;
}

.MenuItemDropdownWrap:focus {
    background-color: #993d5c;
}

@media only screen and (max-width:500px) {
    .MenuItemDropdownWrap {
        padding: 15px 15px 15px 25px;
    }
}

@media only screen and (max-width:749px) {
    .MenuItemWrap {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

.HeaderLMobileMenuWrap {
    height: 64px;
    position: relative;
}

.HeaderMenuLink:hover {
    background-color: #993d5c;
}

.HeaderMenuLink:active {
    background-color: #993d5c;
}

.HeaderMenuLink:focus {
    background-color: #993d5c;
}

.MenuScrollDropdownWrap:hover {
    background-color: #993d5c;
}

.MenuScrollDropdownWrap:active {
    background-color: #993d5c;
}

.MenuScrollDropdownWrap:focus {
    background-color: #993d5c;
}

.HeaderSMenu {
    padding: 20px 50px;
}

.HeaderSMenu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.TxtColor1st {
    color: #993d5c !important;
}

.HeaderSMenu > a:hover {
    color: #993d5c;
}

.HeaderSMenu > a:active {
    color: #993d5c;
}

.HeaderSMenu > a:focus {
    color: #993d5c;
}

.JustifyContentFlexEnd {
    justify-content: flex-end;
}

@media (min-width:750px) {
    .CardImg {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}

@media only screen and (min-width:501px) and (max-width:749px) {
    .CardImg {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

@media only screen and (max-width:500px) {
    .CardImg {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}

.TxtWhite {
    color: #ffffff;
}

.OverviewWrap .Button {
    margin-top: 15px;
    display: inline-flex;
}

.ContactSnippetWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ContactSnippetDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.ContactSnippetIcon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    min-height: 30px;
    min-width: 30px;
}

.FooterLBG p {
    color: #ffffff;
}

.FooterMBG p {
    color: #666666;
}

.FooterS p {
    color: #ffffff;
}

.WhitespaceNowrap {
    white-space: nowrap;
}

.ContactSnippetIconS {
    width: 20px;
    height: 20px;
    margin: 5px 15px 5px 5px;
}

.FlexColumn {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width:500px) {
    .ContactSnippetWrap {
        justify-content: space-between;
    }
}

.MenuScrollDropdownWrap li {
    margin-top: 0;
    margin-bottom: 0;
}

.HeaderLHMenuLinks li {
    margin-top: 0;
    margin-bottom: 0;
}

.MenuDescriptionTxt {
}

.FontSize18px {
    font-size: 18px;
}

@media only screen and (max-width:500px) {
    .MenuHamburgWrap .SubmenuDropdown .HeaderMenuLink {
        padding-left: 0;
    }
}