.elementor-11395 .elementor-element.elementor-element-ac46853{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:2%;--padding-bottom:1%;--padding-left:5%;--padding-right:5%;--z-index:10;}.elementor-11395 .elementor-element.elementor-element-ac46853.e-con{--align-self:center;}.elementor-11395 .elementor-element.elementor-element-c0f0148{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11395 .elementor-element.elementor-element-9de234e{--display:flex;}.elementor-11395 .elementor-element.elementor-element-0b6d7ca.elementor-element{--align-self:flex-start;}.elementor-11395 .elementor-element.elementor-element-56105d8{--display:flex;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11395 .elementor-element.elementor-element-ea60c96 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:768px){.elementor-11395 .elementor-element.elementor-element-ac46853{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-11395 .elementor-element.elementor-element-c0f0148{--width:100%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11395 .elementor-element.elementor-element-c0f0148.e-con{--align-self:center;}.elementor-11395 .elementor-element.elementor-element-9de234e{--width:50%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11395 .elementor-element.elementor-element-9de234e.e-con{--align-self:center;}.elementor-11395 .elementor-element.elementor-element-0b6d7ca{z-index:11000;}.elementor-11395 .elementor-element.elementor-element-56105d8{--width:43%;--justify-content:center;}}/* Start custom CSS for html, class: .elementor-element-0b6d7ca */.img-logo-custom{
    width: 300px
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea60c96 */.custom-nav-main {
    position: relative;
    z-index: 100;
}

.custom-nav-mobile {
    display: flex;
    justify-content: center;
    pointer-events: auto;
    z-index: 10050;
}

#custom-navbar-toggle {
    display: inline-flex;
    width: 64px;
    height: 20px;
    justify-content: flex-end;
    position: relative;
    text-decoration: none;
    border-radius: 50%;
    background: transparent;
    z-index: 10060;
    box-sizing: content-box;
    border: 20px solid rgba(255, 255, 255, 0.06);
}

#custom-navbar-toggle span {
    display: block;
    position: relative;
    width: 40px;
    height: 3px;
    background: var(--e-global-color-da7ba15);
    /* accent */
    border-radius: 4px;
    transition: transform .28s ease, opacity .28s ease;
    transform-origin: right center;
}

#custom-navbar-toggle span::before,
#custom-navbar-toggle span::after {
    content: '';
    position: absolute;
    right: 0;
    transform: none;
    transform-origin: right center;
    display: block;
    height: 3px;
    background: var(--e-global-color-da7ba15);
    border-radius: 4px;
    transition: transform .28s ease, top .28s ease, bottom .28s ease;
}

#custom-navbar-toggle span::before {
    top: -10px;
    width: 30px;
}

#custom-navbar-toggle span::after {
    bottom: -10px;
    width: 20px;
}

#custom-navbar-toggle.active span {
    background: transparent;
}

#custom-navbar-toggle.active span::before {
    top: 50%;
    left: 50%;
    right: auto;
    width: 40px;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(45deg);
}

#custom-navbar-toggle.active span::after {
    top: 50%;
    left: 50%;
    right: auto;
    width: 40px;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-nav-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 10040;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    transition: transform .9s cubic-bezier(.2, .9, .2, 1), opacity .6s ease;
}

.custom-nav-overlay.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}


.custom-nav-overlay::before,
.custom-nav-overlay::after {
    content: '';
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10055;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(30px);
    transition: transform .9s cubic-bezier(.2, .9, .2, 1) 0.9s, opacity .6s ease 0.9s;
}

.custom-nav-overlay.active::before,
.custom-nav-overlay.active::after {
    opacity: 1;
    transform: none;
}

.custom-nav-overlay.active::before {
    top: -180px;
    right: 38%;
    width: calc(320px + 40px);
    height: calc(320px + 40px);
    opacity: 0.95;
    border: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><defs><linearGradient id='g' x1='0' x2='0' y1='0' y2='1'><stop offset='0' stop-color='%23F7AA1A'/><stop offset='0.33' stop-color='%23EB627C'/><stop offset='0.66' stop-color='%23E63A8C'/><stop offset='1' stop-color='%23724694'/></linearGradient></defs><circle cx='50' cy='50' r='48' fill='none' stroke='url(%23g)' stroke-width='3' stroke-linecap='round'/></svg>");
    transform-origin: center center;
    will-change: transform, opacity;
    animation: ring-spin-before 10s linear infinite 0.9s;
}

.custom-nav-overlay.active::after {
    top: 24%;
    left: -15%;
    width: calc(587px + 80px);
    height: calc(624px + 80px);
    opacity: 0.95;
    border: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><defs><linearGradient id='g' x1='0' x2='0' y1='0' y2='1'><stop offset='0' stop-color='%23F7AA1A'/><stop offset='0.33' stop-color='%23EB627C'/><stop offset='0.66' stop-color='%23E63A8C'/><stop offset='1' stop-color='%23724694'/></linearGradient></defs><circle cx='50' cy='50' r='38' fill='none' stroke='url(%23g)' stroke-width='3' stroke-linecap='round'/></svg>");
    transform-origin: center center;
    will-change: transform, opacity;
    animation: ring-spin-after 10s linear infinite 0.9s;
}


.custom-nav-ring {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    border-radius: 50%;
    z-index: 10055;
    box-sizing: border-box;
    transform: translateX(30px);
    transition: transform .42s cubic-bezier(.2, .9, .2, 1) .42s, opacity .28s ease .42s;
}

.custom-nav-overlay.active~.custom-nav-ring.ring-3 {
    opacity: 1;
    transform: none;
    bottom: -124px;
    right: -450px;
    width: 650px;
    height: 650px;
    opacity: 0.95;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><defs><linearGradient id='g3' x1='0' x2='0' y1='0' y2='1'><stop offset='0' stop-color='%23F7AA1A'/><stop offset='0.33' stop-color='%23EB627C'/><stop offset='0.66' stop-color='%23E63A8C'/><stop offset='1' stop-color='%23724694'/></linearGradient></defs><circle cx='50' cy='50' r='44' fill='none' stroke='url(%23g3)' stroke-width=' 3' stroke-linecap=' round'/></svg>");
    transform-origin: center center;
    will-change: transform, opacity;
    animation: ring-spin-3 12s linear infinite;
}

.in-overlay {
    position: relative;
    z-index: 10080 !important;
}

@keyframes ring-spin-3 {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(0.995);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ring-spin-before {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ring-spin-after {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.95;
    }

    50% {
        transform: rotate(-180deg) scale(0.985);
        opacity: 0.9;
    }

    100% {
        transform: rotate(-360deg) scale(1);
        opacity: 0.95;
    }
}

#custom-navbar-toggle {
    border: 0;
}

.custom-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.custom-nav-list.open {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    gap: 12px;
    z-index: 10045;
    background: transparent;
}

.custom-nav-item {
    margin: 0;
}

a.custom-nav-link {
    display: block;
    color: var(--e-global-color-da7ba15);
    text-decoration: none;
    font-size: 2.5rem;
    text-align: center;
    transition: color .3s ease;
}

a.custom-nav-link:hover {
    color: var(--e-global-color-secondary);
}

.menu-contact {
    display: inline-block;
    background: linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-text), var(--e-global-color-secondary), var(--e-global-color-accent));
    border: 1px solid var(--e-global-color-1f05144);
    transition: all .3s ease;
    border-radius: 40px;
    padding: 10px 24px;
    font-size: 1.1rem !important;
    margin-top: 40px;
    font-weight: 600;
    font-family: 'Source Sans Pro', Sans-Serif !important;
}

.menu-contact:hover {
    background: transparent;
    border-color: var(--e-global-color-da7ba15);
}

.custom-nav-list.open {
    animation: popIn .18s ease;
}

@keyframes popIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rs {
    display: none;
}

.custom-nav-list.open+.rs {
    display: flex;
    position: fixed;
    left: 50%;
    top: calc(50% + 144px);
    transform: translateX(-50%);
    gap: 18px;
    z-index: 10046;
    align-items: center;
    pointer-events: auto;
}

.rs a {
    display: inline-block;
}

.rs img {
    width: 30px;
    height: auto;
    display: block;
    transition: transform .3s ease;
    transform: scale(1);
}

.rs img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {

    .custom-nav-overlay.active::after,
    .custom-nav-overlay.active~.custom-nav-ring.ring-3,
    .custom-nav-overlay.active::before {
        display: none;
    }

    .menu-contact {
        font-size: 1.4rem !important;
        margin-top: 80px;
    }
    
    .custom-nav-list.open+.rs {
        top: calc(52% + 144px);
    }
}
@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .custom-nav-overlay.active::after {
        top: 20%;
        left: -20%;
        width: calc(400px + 80px);
        height: calc(400px + 80px);
    }
        
    .custom-nav-overlay.active~.custom-nav-ring.ring-3 {
        bottom: -300px;
        right: -420px;
        width: 617px;
        height: 650px;
    }

    .custom-nav-overlay.active::before {
        top: -245px;
    }
}/* End custom CSS */