@import url("fonts.css");

:root {
    --bs-gutter-x: var(--container-default-padding-left, 10px);
    --bs-gutter-y: 0;
    --animate-duration: 1500ms;
    --animate-delay: 0.9s;
    --container-max-width: 1320px;
    --theme-color: #FFAB0B;
    --font-title: 'Helvetica Neue', sans-serif;
    --font-body: 'Helvetica Neue', sans-serif;
    --font-body-size: 16px;
    --h1-size: 5.0rem;
    --h1-size-value: 5.0;
    --h2-size: 3.5rem;
    --h2-size-value: 3.5;
    --h3-size: 2.5rem;
    --h3-size-value: 2.5;
    --h4-size: 1.6rem;
    --h4-size-value: 1.6;
    --h-font-line-height: 1.3;
}

html, body {
  	min-height: 100%;
  	margin: 0;
}

body {
	font-family: var(--font-body);
    font-style: normal;
    font-size: var(--font-body-size);
    color: #fff;
    line-height: 1.5;
    background: #9D208F;
    background: linear-gradient(270deg,rgba(157, 32, 143, 1) 0%, rgba(57, 51, 150, 1) 75%, rgba(36, 38, 138, 1) 100%);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
    font-weight: 800;
    line-height: var(--h-font-line-height) !important;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    text-underline-offset: 3px;
}

a:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
a:focus {
    outline: none;
}
ul {
    padding-left: 0;
    list-style: none;
}
img {
    max-width: 100%;
    outline: none;
    height: auto;
}
button,
.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    background: transparent;
    font-size: 14px;
}
button:focus,
.btn:focus {
    outline: none;
}
.btn {
    padding: 15px 35px;
    border-radius: 50px;
}
.btn-outline {
    border: 2px solid;
}
.btn-dark {
    background: #000;
    color: #fff;
}
.btn-light {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-theme {
    background: var(--theme-color);
    color: #fff;
}
.btn-link {
    padding: 0;
    background: unset;
    color: var(--theme-color);
    text-decoration: underline;
}
.btn-link:hover {
    background: unset;
    color: var(--theme-color);
}
.btn-theme:not(.btn-link):hover,
.btn-light:not(.btn-link):hover,
.btn-outline:not(.btn-link):hover {
    background: #000;
    color: #fff;
}
.btn-outline-light {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-outline-light:not(.btn-link):hover {
    background: #fff;
    color: #000;
}
.text-theme {
    color: var(--theme-color);
}
.bg-theme {
    background: var(--theme-color);
}
.bg-theme-secondary {
    background: #fef4ee;
}
.fw-semibold {
    font-weight: 500;
}
.form-check-input {
    width: 18px;
    height: 18px;
}
.form-check .form-check-label {
    font-weight: 400;
}
.form-check .form-check-label:hover {
    cursor: pointer;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-max-width);
}
@media only screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: var(--container-max-width);
    }
}
#main {
    overflow-x: hidden;
    min-height: 50vh;
}
.error-404 {
    padding: 200px 0 200px 0;
}
#backdrop.active {   
    content: ""; 
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: all 0.5s;
    opacity: 1;
}
.header {
    display: flex;
    align-items: center;
    top: 0;
    border-bottom: 1px solid transparent;
    z-index: 1000;
    height: 70px;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
}
.header.is-scrolled {
    background-color: #000;
    transition: background-color 100ms linear;
}
.header.is-scrolled .header__wrapper .header__logo img {
    max-width: 150px;
    margin-top: 0;
}
.header__wrapper,
.header__mainItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.header__wrapper .header__flex-fill {
    flex: 1 0 0;
}
.header__wrapper .header__logo  {
    display: flex;
    align-items: center;
    flex: 1 0 0 !important;
}
.header__wrapper .header__logo img {
    height: auto;
    transition: all 0.3s;
}
.header__wrapper nav > ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
@media only screen and (min-width: 1200px) {
    .header__wrapper nav > ul > li {
        margin: 6px 8px;
    }
}
.header__wrapper nav ul li a {
    font-weight: 600;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header__wrapper .header__mainItem nav > ul > li > a {
    color: #FFAB0B;
}
.header__wrapper .header__mainItem nav > ul > li {
    display: flex;
    align-items: center;
    margin: 0 12px;
    height: 70px;
}
.header__wrapper .header__mainItem .header__menu-toggle {
    padding: 0;
    background: transparent;
    border: none;
}
.header__wrapper .header__mainItem .header__menu-toggle img {
    width: 25px;
}
.header__wrapper .header__megaMenu,
.header__wrapper .header__subMenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    text-align: left;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
}
.header__wrapper .header__subMenu {
    top: 100%;
    border-radius: 3px;
}
.header__wrapper .header__subMenu li {
    min-width: 260px;
}
.header__wrapper .header__subMenu li:first-child {
    margin-top: 10px;
}
.header__wrapper .header__subMenu li:last-child {
    margin-bottom: 10px;
}
.header__wrapper .header__subMenu li a {
    padding: 10px 20px;
    font-size: 12px;
    margin: 0 5px;
}
.header__wrapper .header__subMenu li a:hover {
    background: var(--theme-color);
    border-radius: 3px;
    font-weight: 600 !important;
}

.header__wrapper .header__megaMenu {
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 200px);
    border-bottom: 1px solid #D1D1D1;
    border-top: 1px solid #D1D1D1;
    padding: 60px 25px;
    overflow: auto;
}

.header__wrapper .header__megaMenu::-webkit-scrollbar {
  width: 5px;
}
.header__wrapper .header__megaMenu::-webkit-scrollbar-track {
  background: transparent; 
}
.header__wrapper .header__megaMenu::-webkit-scrollbar-thumb {
  background: #ccc; 
}
.header__wrapper .header__megaMenu::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
.header__wrapper .header__megaMenu > .sub-menu.level-0 {
    max-width: 1290px;
}
.header__wrapper .header__megaMenu .header__subMenu {
    top: auto;
    padding: 0;
    border-radius: 0;
}
.header__wrapper .header__megaMenu .header__subMenu li {
    min-width: auto;
}
.header__wrapper .header__megaMenu .header__subMenu li a {
    padding: 0;
    margin: 0;
}
.header__wrapper .header__megaMenu .header__subMenu li a:hover {
    background: unset;
    color: var(--theme-color);
    font-weight: 700 !important;
}

.header__wrapper .header__menuItem.alt-button a {
    border: 2px solid #fff;
    height: auto;
    padding: 10px 20px;
}
.header__wrapper .header__menuItem.alt-button:hover a {
    background-color:  #fff;
    color: var(--theme-color);
}
.header__wrapper .header__mainItem nav > ul > li.alt-button:hover > a:before {
    display: none !important;
}
.header__wrapper .header__menuItem:hover > .header__megaMenu,
.header__wrapper .header__menuItem:hover > .header__subMenu,
.header__wrapper .header__menuItem:hover > .header__customMenu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.header__mainItem ul li:not(.header__hasMegaMenu),
.main-navigation__wrapper ul li:not(.header__hasMegaMenu) {
    position: relative;
}

.header__mainItem nav > ul .header__subMenu .header__subMenu,
.main-navigation__wrapper nav > ul .header__subMenu .header__subMenu {
    margin-right: 10px;
    margin-top: 0;
    top: 0;
    right: unset;
    left: 100%;
    width: 100%;
}
.header__mainItem nav > ul li.menu-item-has-children > a ~ .header__subMenu a,
.main-navigation__wrapper nav > ul li.menu-item-has-children > a ~ .header__subMenu a {
    font-weight: 500;
}
.header__mainItem nav ul > li.menu-item-has-children > a,
.main-navigation__wrapper nav ul > li.menu-item-has-children > a {
    padding-right: 20px;
}
.header__mainItem nav ul > li.menu-item-has-children > a:after,
.main-navigation__wrapper nav ul > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    position: absolute;    
    right: 0;
    /*top: 7px;*/
    width: 10px;
    height: 10px;
    transition: 0.3s;
}
.header__mainItem nav > ul > li.menu-item-has-children > a:after,
.main-navigation__wrapper > nav ul > li.menu-item-has-children > a:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 240.811 240.811" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="m220.088 57.667-99.671 99.695-99.671-99.707a12.147 12.147 0 0 0-17.191 0c-4.74 4.752-4.74 12.451 0 17.203l108.261 108.297c4.74 4.752 12.439 4.752 17.179 0L237.256 74.859c4.74-4.752 4.74-12.463 0-17.215-4.728-4.729-12.428-4.729-17.168.023z" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
    background-position: center;
    background-size: contain;
}
.header__mainItem nav > ul > li.menu-item-has-children:hover > a:after,
.main-navigation__wrapper nav > ul > li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}
.header__mainItem nav > ul > li.menu-item-has-children li.menu-item-has-children > a:after,
.main-navigation__wrapper > nav ul > li.menu-item-has-children li.menu-item-has-children > a:after {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 490.8 490.8" style="enable-background:new 0 0 490.8 490.8;" xml:space="preserve"><path style="fill:%23F44336;" d="M135.685,3.128c-4.237-4.093-10.99-3.975-15.083,0.262c-3.992,4.134-3.992,10.687,0,14.82l227.115,227.136L120.581,472.461c-4.237,4.093-4.354,10.845-0.262,15.083c4.093,4.237,10.845,4.354,15.083,0.262c0.089-0.086,0.176-0.173,0.262-0.262l234.667-234.667c4.164-4.165,4.164-10.917,0-15.083L135.685,3.128z"/><path d="M128.133,490.68c-5.891,0.011-10.675-4.757-10.686-10.648c-0.005-2.84,1.123-5.565,3.134-7.571l227.136-227.115L120.581,18.232c-4.171-4.171-4.171-10.933,0-15.104c4.171-4.171,10.933-4.171,15.104,0l234.667,234.667c4.164,4.165,4.164,10.917,0,15.083L135.685,487.544C133.685,489.551,130.967,490.68,128.133,490.68z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
    right: 10px;
    top: 15px;
}

.header__mainItem .header__megaMenu a:after,
.main-navigation__wrapper .header__megaMenu a:after {
    content: none !important;
}
.header__wrapper .header__megaMenu > ul.level-0 > li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}
@media only screen and (min-width: 992px) {
    .header__wrapper .header__megaMenu > ul.level-0 {
        margin: 0 auto;
        display: flex;
    }
    .header__wrapper .header__megaMenu > ul.level-0 > li {
        width: 20%;
    }  
}
.header__wrapper .header__megaMenu > ul.level-0 > li.menu-item-has-children > a {
    margin-bottom: 24px;
    font-weight: bold;
    font-family: var(--font-title);
}
.header__wrapper .header__megaMenu li.menu-item-has-children.fs-0 > a {
    font-size: 0;
}
.header__wrapper .header__megaMenu .header__subMenu {
    position: relative;
    opacity: 1;
    visibility: unset;
    border: 0;
}
.header__wrapper .header__megaMenu .header__subMenu li {
    padding: 0;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1199px) {
    .header__wrapper nav > ul > li {
        margin: 6px 8px;
    }
}
@media only screen and (max-width: 425px) {
    .header__wrapper .header__logo img {
        max-width: 130px;
        width: 100%;
    }
    .header__wrapper .header__mainItem .header__menu-toggle img {
        width: 20px;
    }
}
.footer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 60px 0 20px;
    position: relative;
}
.footer .image {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.footer .footer__wrapper p, 
.footer .footer__wrapper a {
    color: #fff;
}
.footer__wrapper .footer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.footer__wrapper .footer__inner nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.footer__wrapper .footer__inner nav ul li a,
.footer__wrapper .footer__bottom,
.footer__wrapper .footer__bottom p,
.footer__wrapper .footer__bottom p a {
    color: #fff;
}
.footer__wrapper .footer__bottom div.footer__bottom__d-flex {
    display: flex;
    justify-content: space-between;
}
.footer__wrapper .footer__bottom p {
    margin-bottom: 0;
}
.footer__wrapper .footer__bottom p,
.footer__wrapper .footer__bottom p a {
    font-size: 14px;
}
.footer__wrapper .footer__inner-info {
    color: #fff;
}
.footer__wrapper .footer__social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
}
.footer__wrapper .footer__social ul li:not(:last-child) {
    margin-right: 20px;
}
@media screen and (min-width: 992px) {
    .footer__wrapper .footer__flex-fill {
        flex: 1 0 0;
    }
}
@media screen and (max-width: 991px) {
    .footer__wrapper .footer__inner > .row {
        padding: 0;
        margin: 0;
    }
    .footer__wrapper .footer__inner-col:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__wrapper .footer__inner-col {
        text-align: center;
    }
    .footer__wrapper .footer__inner nav ul {
        flex-direction: column;
        align-items: center;
    }
    .footer__wrapper .footer__inner nav ul li {
        max-width: 300px;
        width: 100%;
        text-align: center;
    }
    .footer__wrapper .footer__inner-info div {
        justify-content: center;
    }
    .footer__wrapper .footer__inner-info ~ div .website__social ul {
        justify-content: center !important;
    }

    .footer__wrapper .footer__bottom div.footer__bottom__d-flex {
        flex-direction: column;
    }
    .footer__wrapper .footer__bottom div {
        flex: 0 0 100%;
    }
    .footer__wrapper .footer__bottom div,
    .footer__wrapper .footer__bottom div ul { 
        text-align: center;
        justify-content: center;
    }
    .footer__wrapper .footer__bottom div:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575px) {
}
.page-content .section__heading,
.section__wrapper .section__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: var(--h-font-line-height);
    margin-bottom: 0;
}

.h1 h1.section__heading,
.h1 p.section__heading,
.h1.section__heading,
.page-content h1.section__heading,
.section__wrapper h1.section__heading {
    font-size: calc(var(--h1-size-value)* 1rem);
}
.h2 h2.section__heading,
.h2 p.section__heading,
.h2.section__heading,
.page-content h2.section__heading,
.section__wrapper h2.section__heading {
    font-size: calc(var(--h2-size-value)* 1rem);
}
.h3 h3.section__heading,
.h3 p.section__heading,
.h3.section__heading,
.page-content h3.section__heading,
.section__wrapper h3.section__heading {
    font-size: calc(var(--h3-size-value)* 1rem);
}
.h4 h4.section__heading,
.h4 p.section__heading,
.h4.section__heading,
.page-content h4.section__heading,
.section__wrapper h4.section__heading {
    font-size: calc(var(--h4-size-value)* 1rem);
}
.h5 h5.section__heading,
.h5 p.section__heading,
.h5.section__heading,
.page-content h5.section__heading,
.section__wrapper h5.section__heading {
    font-size: calc(var(--h5-size-value)* 1rem);
}
.h6 h6.section__heading,
.h6 p.section__heading,
.h6.section__heading,
.page-content h6.section__heading,
.section__wrapper h6.section__heading {
    font-size: calc(var(--h6-size-value)* 1rem);
}
.section__wrapper .section__heading small {
    font-size: 14px;
    display: block;
}
.section__wrapper .section__sub-text.section__center {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.section__wrapper .section__d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.page-content .section__label,
.section__wrapper .section__label {
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    color: var(--theme-color);
}
.page-content .section__text,
.section__wrapper .section__text {    
    margin-top: 10px;
    font-size: var(--font-body-size);
    font-weight: normal;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .section__wrapper .section__d-flex .section-col {
        padding: 0;
    }
}

.section__wrapper .section__content p a:not(.btn) {
    color: var(--theme-color);
}

@media screen and (max-width: 767px) {
    .h1 h1.section__heading,
    .h1 p.section__heading,
    .h1.section__heading,
    .page-content h1.section__heading,
    .section__wrapper h1.section__heading {
        font-size: calc((var(--h1-size-value) - 1)* 2vw + 1rem);
    }
    .h2 h2.section__heading,
    .h2 p.section__heading,
    .h2.section__heading,
    .page-content h2.section__heading,
    .section__wrapper h2.section__heading {
        font-size: calc((var(--h2-size-value) - 1)* 2vw + 1rem);
    }
    .h3 h3.section__heading,
    .h3 p.section__heading,
    .h3.section__heading,
    .page-content h3.section__heading,
    .section__wrapper h3.section__heading {
        font-size: calc((var(--h3-size-value) - 1)* 2vw + 1rem);
    }
    .h4 h4.section__heading,
    .h4 p.section__heading,
    .h4.section__heading,
    .page-content h4.section__heading,
    .section__wrapper h4.section__heading {
        font-size: calc((var(--h4-size-value) - 1)* 2vw + 1rem);
    }
    .h5 h5.section__heading,
    .h5 p.section__heading,
    .h5.section__heading,
    .page-content h5.section__heading,
    .section__wrapper h5.section__heading {
        font-size: calc((var(--h5-size-value) - 1)* 2vw + 1rem);
    }
    .h6 h6.section__heading,
    .h6 p.section__heading,
    .h6.section__heading,
    .page-content h6.section__heading,
    .section__wrapper h6.section__heading {
        font-size: calc((var(--h6-size-value) - 1)* 2vw + 1rem);
    }
}

@media screen and (max-width: 425px) {
    .h1 h1.section__heading,
    .h1 p.section__heading,
    .h1.section__heading,
    .page-content h1.section__heading,
    .section__wrapper h1.section__heading {
        line-height: calc(var(--h-font-line-height)*(1 +(1 - var(--h1-size-value)) / 25));
    }
    .h2 h2.section__heading,
    .h2 p.section__heading,
    .h2.section__heading,
    .page-content h2.section__heading,
    .section__wrapper h2.section__heading {
        line-height: calc(var(--h-font-line-height)*(1 +(1 - var(--h2-size-value)) / 25));
    }
    .h3 h3.section__heading,
    .h3 p.section__heading,
    .h3.section__heading,
    .page-content h3.section__heading,
    .section__wrapper h3.section__heading {
        line-height: calc(var(--h-font-line-height)*(1 +(1 - var(--h3-size-value)) / 25));
    }
    .h4 h4.section__heading,
    .h4 p.section__heading,
    .h4.section__heading,
    .page-content h4.section__heading,
    .section__wrapper h4.section__heading {
        line-height: calc(var(--h-font-line-height)*(1 +(1 - var(--h4-size-value)) / 25));
    }
    .h5 h5.section__heading,
    .h5 p.section__heading,
    .h5.section__heading,
    .page-content h5.section__heading,
    .section__wrapper h5.section__heading {
        line-height: calc(var(--h-font-line-height)*(1 +(1 - var(--h5-size-value)) / 25));
    }
    .h6 h6.section__heading,
    .h6 p.section__heading,
    .h6.section__heading,
    .page-content h6.section__heading,
    .section__wrapper h6.section__heading {
        line-height: calc(var(--h-font-line-height)*(1 +(1 - var(--h6-size-value)) / 25));
    }
}

.section__background {
    height: 350px;
    position: relative;
}
.section__background img {
    height: 350px;
    object-fit: cover;
}
.section__background .section__header {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
}
.section__background .section__header h1{
    /*font-size: 30px;*/
    color: #fff;
}
@media screen and (max-width: 767px) {
    .section__background,
    .section__background img {
        height: 250px;
    }
}

.website__social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
    gap: 15px;
}
.website__social h5 {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.website__payments ul {
    justify-content: flex-end;
}
.website__payments ul li {
    margin: 0 5px;
}
.website__information.white {
    color: #fff;
}
.website__information ul {
    margin-bottom: 0;
}
.website__information.show-icon ul li {
    padding-left: 25px;
}
.website__information ul li {
    position: relative;
    margin-bottom: 10px !important;
}
.website__information ul li a {
    display: flex;
    align-items: center;
}
.website__information ul li img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.back_to_top__wrapper {
    text-align: center;
    padding: 15px 0;
    background: rgba(140, 143, 129, 0.5);
}
.back_to_top__wrapper a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back_to_top__wrapper img {
    margin-left: 10px;
}

/* Message */
#back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1001;
    border: 1px solid #000;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(30%);
}
#back-to-top svg {
    width: 16px;
    height: 16px;
}
#back-to-top.active {
    opacity: 1;
    transform: translateY(0);
}
#back-to-top.active:hover {
    cursor: pointer;
    border-color: #fff;
    background-color: #fff;
}
#back-to-top.active:hover svg path {
    color: #000;
}

/* custom css for elementor widget */
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.h1.elementor-widget,
.h2.elementor-widget,
.h3.elementor-widget,
.h4.elementor-widget,
.h5.elementor-widget,
.h6.elementor-widget,
.p.elementor-widget {
    margin-bottom: 0;
}

.section__wrapper .elementor-widget-container .section__header, 
.section__wrapper .elementor-widget-container .section__content,
.section__wrapper .elementor-widget-container .section__text {
    margin-bottom: 0;
}
.section__wrapper .elementor-widget-container p:last-child {
    margin-bottom: 0;
}
.section__wrapper .elementor-widget-container ul {
    list-style: initial;
    padding-left: 1rem;
}
.section__wrapper .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    align-items: start;
}
.section__wrapper .elementor-widget-container .e-n-accordion-item .elementor-widget-text-editor {
    margin-bottom: 1rem;
}
.g-background {
    background: #9D208F;
    background: linear-gradient(270deg,rgba(157, 32, 143, 1) 0%, rgba(57, 51, 150, 1) 75%, rgba(36, 38, 138, 1) 100%);
}
.g-border {
    background: linear-gradient(90deg,rgba(0, 170, 226, 1) 0%, rgba(51, 51, 150, 1) 36%, rgba(255, 0, 137, 1) 64%, rgba(255, 231, 0, 1) 100%) padding-box;
}

.elementor-widget-text-editor a {
    color: var(--theme-color); 
}

.elementor-element.programme-table table {
    width: 100%;
}
.elementor-element.programme-table table td {
    padding: 10px;
    letter-spacing: 1px;
}
.elementor-element.programme-table table td:first-child {
    color: var(--theme-color);
    width: 100px;
    text-align: right;
    vertical-align: top;
    font-weight: 600;
}
.timetable__wrapper {
    font-size: 20px;
    border-radius: 20px;
    background: #333396;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.timetable_item__wrapper {
    padding: 30px 80px;
}
@media only screen and (max-width: 768px) {
    .timetable_item__wrapper {
        padding: 30px 30px;
    }
}
@media only screen and (max-width: 565px) {
    .timetable__wrapper {
        font-size: 16px;
    }
    .timetable_item__wrapper {
        padding: 20px 25px;
    }
}
.timetable_item__wrapper:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.timetable_item__wrapper:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.timetable_item__wrapper:nth-child(odd) {
    background-color: #292978;
}
.timetable_item__wrapper:nth-child(even) {
}
.timetable_item__content {
    display: flex;
    gap: 15px;
}
.timetable_item__content .timetable__datetime {
    width: 150px;

}
.timetable_item__content .item_description {

}

.topic_item__wrapper {
    text-align: center;
    position: relative;
    height: calc(100% - 50px);
}
.topic_item__wrapper .topic__image {
    width: 100px;
    height: 100px;
}

.topic_item__content {
    background-color: #fff;
    color: #000;
    padding: 60px 20px 20px;
    border-radius: 20px;
    margin: -50px auto 0;
    height: 100%;
}

.topic_item__content .topic__title {
    font-weight: 700;
    font-size: 20px;
}

.topic_item__content .topic__description {
    margin-top: 10px;
}

.custom-btn-style {
    position: relatve;
}
.custom-btn-style:before,
.custom-btn-style:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
    top: 56%;
    transform: translate(0%, -50%);
    z-index: -1;
}
.custom-btn-style:before {
    background:
        url(../images/arrow-right.svg) no-repeat 0 0,
        url(../images/arrow-right.svg) no-repeat 40px 0,
        url(../images/arrow-right.svg) no-repeat 80px 0;
    background-size: 24px 24px;
    left: -60%;
    filter: drop-shadow(5px 0 7px rgba(0, 0, 0, 0.5));
}
.custom-btn-style:after {
    background:
        url(../images/arrow-left.svg) no-repeat 0 0,
        url(../images/arrow-left.svg) no-repeat 40px 0,
        url(../images/arrow-left.svg) no-repeat 80px 0;
    background-size: 24px 24px;
    right: -107%;
    filter: drop-shadow(-5px 0 7px rgba(0, 0, 0, 0.5));
}

.uc_custom_countdown_section .uc_countdown_content {
}
.uc_custom_countdown_section .uc_countdown_content .uc_countdown_section {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px !important;
}
@media only screen and (min-width: 1025px) {
    .uc_custom_countdown_section .uc_countdown_content {
        gap: 50px;
    }
    .uc_custom_countdown_section .uc_countdown_content .uc_countdown_section {
        flex: none !important;
    }
}
@media only screen and (min-width: 375px) and (max-width: 640px) {
    .uc_custom_countdown_section .uc_countdown_content {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.landing__title {
    font-weight: 700;
    line-height: 0.9
}
.landing__title span.leading {
    font-size: 80px;
    color: #ff007b;
    display: inline-block;
    margin-left: 3px;
}
.landing__title span.the {
    font-size: 41px;
    display: inline-block;
    margin-left: 32px;
}
.landing__title span.future {
    font-size: 125px;
    color: #FFAB0B;
    display: block;
}

@media only screen and (max-width: 767px) {
    .landing__title {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .landing__title span.leading,
    .landing__title span.the {
        margin-left: 0;
    }
}
@media only screen and (max-width: 640px) {
    .landing__title span.leading {
        font-size: 14vw;
    }
    .landing__title span.the {
        font-size: 7vw;
    }
    .landing__title span.future {
        font-size: 20vw;
    }
}

.speaker_item__wrapper {
    position: relative;
}
.speaker_item__wrapper .speaker_item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 40px 20px;
}
@media (max-width: 767px) {
    .speaker_item__wrapper .speaker_item__content {
        padding: 25px 25px 25px 25px;
    }
}
.speaker_item__wrapper .speaker_item__content {

}

.speaker_item__wrapper .speaker_item__content .speaker__label {
    margin-top: 10px;
}