@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face {
    font-family: 'onza';
    src:  url('../fonts/onza.eot?ggke5m');
    src:  url('../fonts/onza.eot?ggke5m#iefix') format('embedded-opentype'),
    url('../fonts/onza.ttf?ggke5m') format('truetype'),
    url('../fonts/onza.woff?ggke5m') format('woff'),
    url('../fonts/onza.svg?ggke5m#onza') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i.onza {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'onza' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.onza-tick:before {
    content: "\e917";
}
.onza-sort-down:before {
    content: "\e914";
}
.onza-sort-up:before {
    content: "\e915";
}
.onza-sort:before {
    content: "\e916";
}
.onza-airplay:before {
    content: "\e901";
}
.onza-airplayvideo:before {
    content: "\e900";
}
.onza-amazon:before {
    content: "\e902";
    color: #f90;
}
.onza-amazonaws:before {
    content: "\e903";
}
.onza-amd:before {
    content: "\e904";
    color: #ed1c24;
}
.onza-americanexpress:before {
    content: "\e905";
    color: #2e77bc;
}
.onza-android:before {
    content: "\e906";
    color: #3ddc84;
}
.onza-angular:before {
    content: "\e907";
    color: #dd0031;
}
.onza-apple:before {
    content: "\e908";
    color: #999;
}
.onza-applepay:before {
    content: "\e909";
}
.onza-discord:before {
    content: "\e90a";
    color: #7289da;
}
.onza-facebook:before {
    content: "\e90b";
    color: #1877f2;
}
.onza-instagram:before {
    content: "\e90c";
    color: #e4405f;
}
.onza-linkedin:before {
    content: "\e90d";
    color: #0077b5;
}
.onza-microsoftword:before {
    content: "\e90e";
    color: #2b579a;
}
.onza-pinterest:before {
    content: "\e90f";
    color: #bd081c;
}
.onza-tiktok:before {
    content: "\e910";
}
.onza-x:before {
    content: "\e911";
}
.onza-wordpress:before {
    content: "\e912";
    color: #21759b;
}
.onza-youtube:before {
    content: "\e913";
    color: #f00;
}
.onza-plus:before {
    content: "\f067";
}
.onza-minus:before {
    content: "\f068";
}


@font-face {
    font-family: 'paralaks';
    src:  url('../fonts/paralaks.eot?u6fqgy');
    src:  url('../fonts/paralaks.eot?u6fqgy#iefix') format('embedded-opentype'),
    url('../fonts/paralaks.ttf?u6fqgy') format('truetype'),
    url('../fonts/paralaks.woff?u6fqgy') format('woff'),
    url('../fonts/paralaks.svg?u6fqgy#paralaks') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i.paralaks {
    font-family: 'paralaks' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.paralaks-youtube:before {
    content: "\e917";
}
.paralaks-linkedin:before {
    content: "\e918";
}
.paralaks-instagram:before {
    content: "\e919";
}
.paralaks-twitter:before {
    content: "\e91a";
}
.paralaks-facebook:before {
    content: "\e91b";
}
.paralaks-categories:before {
    content: "\e900";
}
.paralaks-check:before {
    content: "\e901";
}
.paralaks-circle:before {
    content: "\e902";
}
.paralaks-close:before {
    content: "\e903";
}
.paralaks-down-arrow:before {
    content: "\e904";
}
.paralaks-edit:before {
    content: "\e905";
}
.paralaks-fav:before {
    content: "\e906";
}
.paralaks-faved:before, .paralaks-fav.active:before, .paralaks-fav:hover:before {
    content: "\e916";
}
.paralaks-filter:before {
    content: "\e907";
}
.paralaks-home:before {
    content: "\e908";
}
.paralaks-left-arrow:before {
    content: "\e909";
}
.paralaks-list:before {
    content: "\e90a";
}
.paralaks-location:before {
    content: "\e90b";
}
.paralaks-minus:before {
    content: "\e90c";
}
.paralaks-notification:before {
    content: "\e90d";
}
.paralaks-plus:before {
    content: "\e90e";
}
.paralaks-profile:before {
    content: "\e90f";
}
.paralaks-right-arrow:before {
    content: "\e910";
}
.paralaks-search:before {
    content: "\e911";
}
.paralaks-settings:before {
    content: "\e912";
}
.paralaks-shopping-cart:before {
    content: "\e913";
}
.paralaks-trash:before {
    content: "\e914";
}
.paralaks-up-arrow:before, .paralaks-down-arrow.active:before {
    content: "\e915";
}

/** ScrollBar **/

::-webkit-scrollbar {
    width: 0.5vw;
    height: 0.5vw;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: var(--bg-5);
    border: 0px none var(--bg-1);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--bg-5);
}
::-webkit-scrollbar-thumb:active {
    background: var(--bg-5);
}
::-webkit-scrollbar-track {
    background: var(--bg-1);
    border: 0px none var(--bg-1);
}
::-webkit-scrollbar-track:hover {
    background: var(--bg-1);
}
::-webkit-scrollbar-track:active {
    background: var(--bg-1);
}
::-webkit-scrollbar-corner {
    background: transparent;
}

.scrollhide::-webkit-scrollbar {
    width: 0vw;
    height: 0vw;
}
.scrollhide::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.scrollhide::-webkit-scrollbar-thumb {
    background: var(--bg-5);
    border: 0px none var(--bg-1);
}
.scrollhide::-webkit-scrollbar-thumb:hover {
    background: var(--bg-5);
}
.scrollhide::-webkit-scrollbar-thumb:active {
    background: var(--bg-5);
}
.scrollhide::-webkit-scrollbar-track {
    background: var(--bg-1);
    border: 0px none var(--bg-1);
}
.scrollhide::-webkit-scrollbar-track:hover {
    background: var(--bg-1);
}
.scrollhide::-webkit-scrollbar-track:active {
    background: var(--bg-1);
}
.scrollhide::-webkit-scrollbar-corner {
    background: transparent;
}

.scrolllight::-webkit-scrollbar {
    width: 0.1vw;
    height: 0.1vw;
}
.scrolllight::-webkit-scrollbar-button {
    width: 0.1vw;
    height: 0.1vw;
}
.scrolllight::-webkit-scrollbar-thumb {
    background: var(--light);
    border: 0px none var(--light);
}
.scrolllight::-webkit-scrollbar-thumb:hover {
    background: var(--light);
}
.scrolllight::-webkit-scrollbar-thumb:active {
    background: var(--light);
}
.scrolllight::-webkit-scrollbar-track {
    background: var(--white);
    border: 0px none var(--white);
}
.scrolllight::-webkit-scrollbar-track:hover {
    background: var(--white);
}
.scrolllight::-webkit-scrollbar-track:active {
    background: var(--white);
}
.scrolllight::-webkit-scrollbar-corner {
    background: transparent;
}


[data-placeholder], body, html {
    box-sizing:border-box;
    padding:0;
    margin:0;
    position:relative;
    font-family: 'DM Sans', sans-serif!important;
}

input, textarea, button, .gm-style {
    font-family: 'DM Sans', sans-serif!important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

[data-tooltip]:after {
    content: "";
    display: inline-block;
    border: 0.5vw solid transparent;
    border-top-color: var(--bg-1);
    position: absolute;
    top: 100%;
    left: calc(50% - 0.5vw);
    transition:all 0.25s ease;
}

[data-tooltip]:hover:after {
    border: 0.5vw solid transparent;
    border-top-color: var(--bg-1-hover);
    transition:all 0.25s ease;
}

.paralaks-slider-wrapper .paralaks-slider-pagination {
    bottom:2.5vw!important;
}

.paralaks-slider-wrapper .paralaks-slider-pagination span, .paralaks-slider-pagination span {
    height: 0.4vw;
    width: 1vw;
    display: block;
    border-radius: 1vw;
    margin: 0.1vw;
    float:left;
    cursor:pointer;
    transition:0.2s ease;
}

.paralaks-slider-wrapper .paralaks-slider-pagination span:not(.active):hover, .paralaks-slider-pagination span:not(.active):hover {
    background: var(--soft-blue)!important;
    transition:0.2s ease;
}

.paralaks-slider-wrapper .paralaks-slider-pagination span.active, .paralaks-slider-pagination span.active {
    background: var(--soft-blue)!important;
    width: 2vw;
    transition:0.2s ease;
}

.paralaks-slider-group .paralaks-slider-item {
    transform:scale(0);
    transition:transform 0.3s ease;
}

.paralaks-slider-group.active .paralaks-slider-item {
    transform:scale(1);
    transition:transform 0.3s ease 0.3s;
}

.paralaks-element.scale {
    transform:scale(0);
    transition:transform 0.3s ease;
}

.paralaks-element.scale.active {
    transform:scale(1);
    transition:transform 0.3s ease 0.3s;
}

.paralaks-slider-item i:before {
    position:relative;
    z-index:1;
}

.paralaks-slider-item i:after {
    content: '';
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: var(--background);
    left: 20%;
    top: -20%;
    z-index: 0;
}

#slider {
    top:-14vh;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #slider {
        top:unset;
    }
}

@media (max-width: 767px) {
    #slider {
        top:unset;
    }
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

.ui-widget.ui-widget-content {
    height: 3px!important;
    border: unset!important;
    background: var(--bg-3)!important;
    position:relative;
    cursor:pointer;
}

.ui-slider .ui-slider-range {
    background: var(--bg-5);
    position: absolute;
    height: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 50%!important;
    border: unset!important;
    background: var(--bg-5)!important;
}

.ui-slider .ui-slider-handle {
    width: 10px !important;
    height: 10px !important;
    top: -4px !important;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -3px;
}

.rotate-menu {
    transition: transform 1s ease;
}

.clip-svg-1 {
    clip-path: url(#myClip1);
}

.clip-svg-2 {
    clip-path: url(#myClip2);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.clip-svg-3 {
    clip-path: url(#myClip1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.clip-svg-4 {
    clip-path: url(#myClip2);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}

.clip-svg-5 {
    clip-path: url(#myClipMenu1);
    transform: scaleY(-1.002);
}

.clip-svg-6 {
    clip-path: url(#myClipMenu2);
    -webkit-transform: scale(-1.002);
    transform: scale(-1.002);
}

.linear-1 {
    background: linear-gradient(270.18deg, rgba(115, 162, 153, 0) -17.97%, rgba(18, 102, 86, 0.4) 73.87%);
}

.linear-2 {
    background: linear-gradient(177.33deg, rgba(241, 241, 241, 0) 50%, #F1F1F1 97.77%);
}

.linear-3 {
    background: linear-gradient(200.38deg, rgba(115, 162, 153, 0) 12.45%, rgba(18, 102, 86, 0.4) 75.15%);
}

.linear-4 {
    background: linear-gradient(36.79deg, #E88251 2.79%, #3BB0BA 83.23%);
}

.tx-linear-1 {
    background: linear-gradient(311.76deg, #E88251 36.46%, #3BB0BA 62.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.box {
    width: 6vw;
    height: 3.5vw;
    border: 0.2vw solid #fff;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.box:before {
    border-top-right-radius:0.5vw;
    position: absolute;
    width: calc(50% + 0.4vw);
    height: 100%;
    content: '';
    border-top: 0.2vw solid #EE9461;
    top: -0.2vw;
    right: -0.2vw;
    clip-path: polygon(0% 12%, 0% 12%, 0% 0, 0% 0);
}
.box:after {
    border-radius:0.5vw;
    position: absolute;
    width: 100%;
    height: calc(100% + 0.4vw);
    content: '';
    border-right: 0.2vw solid #EE9461;
    top: -0.2vw;
    right: -0.2vw;
    clip-path: polygon(88% 0, 100% 0, 100% 0%, 88% 0%);
}
.box-inner:after {
    border-radius:0.5vw;
    position: absolute;
    width: calc(100% + 0.4vw);
    height: 100%;
    content: '';
    border-bottom: 0.2vw solid #EE9461;
    bottom: -0.2vw;
    right: -0.2vw;
    clip-path: polygon(100% 88%, 100% 100%, 100% 100%, 100% 88%);
}
.box-inner:before {
    border-radius:0.5vw;
    position: absolute;
    width: 100%;
    height: calc(100% + 0.4vw);
    content: '';
    border-left: 0.2vw solid #EE9461;
    bottom: -0.2vw;
    left: -0.2vw;
    clip-path: polygon(12% 100%, 0 100%, 0 100%, 12% 100%);
}
.box-top-half:before {
    border-top-left-radius:0.5vw;
    position: absolute;
    width: calc(50% + 0.4vw);
    height: 100%;
    content: '';
    border-top: 0.2vw solid #EE9461;
    top: -0.2vw;
    left: -0.2vw;
    clip-path: polygon(0 0, 0% 0, 0% 12%, 0 12%);
}
.box.border-loop {
    border-color: transparent;
    background: #FFFFFF;
}
.box.border-loop:before {
    clip-path: polygon(0% 12%, 100% 12%, 100% 0, 0% 0);
    transition: 750ms clip-path linear 0ms;
    -web-kit-transition: 750ms clip-path linear 0ms;
}
.box.border-loop:after {
    clip-path: polygon(88% 0, 100% 0, 100% 100%, 88% 100%);
    transition: 1000ms clip-path linear 750ms;
    -web-kit-transition: 1000ms clip-path linear 750ms;
}
.box.border-loop .box-inner:after {
    clip-path: polygon(100% 88%, 100% 100%, 0% 100%, 0% 88%);
    transition: 1500ms clip-path linear 1750ms;
    -web-kit-transition: 1500ms clip-path linear 1750ms;
}
.box.border-loop .box-inner:before {
    clip-path: polygon(12% 100%, 0 100%, 0 0, 12% 0);
    transition: 1000ms clip-path linear 3250ms;
    -web-kit-transition: 1000ms clip-path linear 3250ms;
}
.box.border-loop .box-top-half:before {
    clip-path: polygon(0 0, 100% 0, 100% 12%, 0 12%);
    transition: 750ms clip-path linear 4250ms;
    -web-kit-transition: 750ms clip-path linear 4250ms;
}
.slide-shadows:before{
    content:'';
    position:absolute;
    width:5%;
    height:100%;
    left:0;
    top:0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.5%);
    z-index:2;
}
.slide-shadows:after{
    content:'';
    position:absolute;
    width:5%;
    height:100%;
    right:0;
    top:0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.5%);
    z-index:2;
    transform: rotate(180deg);
}

body.loading {
    width:100%;
    height:100%;
    position:relative;
    overflow: hidden;
}
body.loading:before{
    content:'';
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 9999;
}
.system-font {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
}

[data-placeholder]:before{
    content:attr(data-placeholder);
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    left:1vw;
    font-size:100%;
    line-height:100%;
    transition:.2s
}

[data-placeholder].active:before{
    content:attr(data-placeholder);
    top:0;
    z-index:3;
    background:var(--white);
    padding-left:5px;
    padding-right:5px;
    font-size:90%;
    transition:.2s
}

.blog-animation .animation-element{
    transform: scale(1);
    transition: 0.3s ease;
}

.blog-animation:hover .animation-element{
    transform: scale(1.05);
    transition: 0.3s ease;
}

.blog-animation:nth-child(1) .animation-parent {
    transform: skewy(-8deg);
    transform-origin: right top;
    transition: 0.3s ease;
}

.blog-animation:nth-child(1) .animation-element {
    transform: skewy(8deg) translateY(-50%) scale(1);
    top: 50%;
    position: absolute;
    transition: 0.3s ease;
}

.blog-animation:nth-child(3) .animation-parent {
    transform: skewy(8deg);
    transform-origin: left top;
    transition: 0.3s ease;
}

.blog-animation:nth-child(3) .animation-element {
    transform: skewy(-8deg) translateY(-50%) scale(1);
    top: 50%;
    position: absolute;
    transition: 0.3s ease;
}

.blog-animation:nth-child(1):hover .animation-element {
    transform: skewy(8deg) translateY(-50%) scale(1.05);
}

.blog-animation:nth-child(3):hover .animation-element {
    transform: skewy(-8deg) translateY(-50%) scale(1.05);
}