.preload * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}
html.lock,
body.lock {
    overflow: hidden;
}
*:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
html, body {
	font-family: var(--font-family-1);
	letter-spacing: 0;
	padding: 0;
	margin: 0;
    overflow-x: hidden;
    position: relative;
}
.logo {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 100px;
}
.logo .heart {
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function: ease;
}
.logo .heart:nth-of-type(1) {
    animation-name: hearts-falling-1;
    animation-delay: 0.8s;
}
.logo .heart:nth-of-type(2) {
    animation-delay: 1s;
    animation-name: hearts-falling-2;
}
.logo .heart:nth-of-type(3) {
    animation-delay: 1.2s;
    animation-name: hearts-falling-3;
}
.logo .heart:nth-of-type(4) {
    animation-delay: 1.4s;
    animation-name: hearts-falling-4;
}
.logo .heart:nth-of-type(5) {
    animation-delay: 1.6s;
    animation-name: hearts-falling-5;
}
.logo .heart:nth-of-type(6) {
    animation-delay: 1.8s;
    animation-name: hearts-falling-6;
}
.logo .jar,
.logo {
    transition: all 0.4s ease;
}
.logo .jar {
    transform: rotate(34deg);
    z-index: 2;
    position: relative;
}
@keyframes hearts-falling-1 {
    0% {
        transform: translate(0,-5px) scale(1) rotate(0deg); opacity: 1;
    }
    50% {
        transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
    } 
    100% {
        transform: translate(-20px,60px) scale(1.3) rotate(-20deg);opacity: 1;
    }
}
@keyframes hearts-falling-2 {
    0% {
        transform: translate(0,-5px) scale(1) rotate(0deg);opacity: 1;
    }
    50% {
        transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
    } 
    100% {
        transform: translate(-12px,45px) scale(1) rotate(40deg);opacity: 1;
    }
}
@keyframes hearts-falling-3 {
    0% {
        transform: translate(0,-5px) scale(1) rotate(0deg);opacity: 1;
    }
    50% {
        transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
    } 
    100% {
        transform: translate(-18px,30px) scale(1.3) rotate(-20deg);opacity: 1;
    }
}
@keyframes hearts-falling-4 {
    0% {
        transform: translate(0,-5px) scale(1) rotate(0deg);opacity: 1;
    }
    50% {
        transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
    } 
    100% {
        transform: translate(-6px,20px)  scale(1) rotate(40deg); opacity: 1;
    }
}
@keyframes hearts-falling-5 {
    0% {
        transform: translate(0,-5px) scale(1) rotate(0deg);opacity: 1;
    }
    50% {
        transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
    } 
    100% {
        transform: translate(-20px,10px) scale(1.3) rotate(-20deg); opacity: 1;
    }
}
@keyframes hearts-falling-6 {
    0% {
        transform: translate(0,-5px) scale(1) rotate(0deg);opacity: 1;
    }
    100% {
        transform: translate(-10px,-2px) scale(1.3) rotate(-5deg);opacity: 1;
    } 
}
.logo .heart {
    top: 39px;
    left: 2px;
    width: 10px;
    position: absolute;
    z-index: 0;
    opacity: 0;
}
.logo {
    opacity: 0;
    transition: all 0.4s ease;
}
.logo.in {
    opacity: 1;
}
.logo.animate .jar {
    transform: rotate(0deg);
}
.form-page .template:first-child {
    padding-top: 0;
}
.form-page .template:first-child > p:first-child {
    margin-top: 0;
}
.form-page .template .container {
    padding: 0;
}
.form-page .template .template-module > .container {
    display: block;
}
header {
    z-index: 5;
    width: 100%;
    position: fixed;
    display: flex;
    background: var(--bg-color);
}
header ul {
    list-style: none;
    padding-left: 0;
}
.social {
    display: flex;
    align-items: center;
    margin: 0 auto 0 17px;
}
.social a:first-of-type {
    margin-left: 0;
}
.social a:last-of-type {
    margin-right: 0;
}
.social a {
    display: inline-block;
    margin: 0 9px;
}
.social a i {
    color: var(--secondary-color);
}
.search {
    pointer-events: none;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0;
    padding-left: 100px;
    height: 100%;
}
.menu {
    overflow-y: auto; 
    margin-top: 65px;
    padding: 50px 20px 40px 30px;
    top: 0;
    left: 0;
    width: 100vw;
    position: fixed;
    transform: translateX(-100vw);
    transition: all 0.4s ease;
    background-color: var(--bg-color);
    max-height: calc(100vh - 65px);
}
.menu a {
    color: var(--secondary-color);
}
.menu > ul > li > * > a {
    font-family: var(--font-family-2);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}
.menu > ul > li {
    margin: 20px 0;
}
.menu > ul > li > ul li a {
    padding-left: 20px;
    font-family: 'Avenir Book';
    font-size: 15px;
}
.menu ul {
    margin: 15px 0;
}
.hamburguer-container {
    width: 65px;
    height: 65px;
    position: relative;
    display: flex;
    z-index: 1;
    cursor: pointer;
    background: var(--primary-color);
}
header.open::before {
    opacity: .75;
    pointer-events: auto;
}
header.open .search {
    opacity: 1;
    pointer-events: all; 
}
header.open .social,
header.open .logo {
    opacity: 0;
}
.hamburguer-menu {
    pointer-events: none;
    width: 19px;
    height: 10px;
    position: relative;
    will-change: transform;
    transition: all 0.4s ease;
    margin: auto;
} 
.hamburguer-menu div {
    position: absolute;
    height: 2.5px;
    border-radius: 26%;
    transition: all 0.4s ease;
    background: white;
    will-change: transform;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .search {
    width: 100%; 
    display: flex;
    align-items: center;
    background: #f9f7f3;
    pointer-events: none; 
} 
header .search a::before {
    content: "";
    position: absolute;
    width: 20px;
    left: 0;
    height: 100%;
    top: 0;bottom: 0;
    background: url("/img/icons/arrow-red.svg") 0%/contain no-repeat
}
input[name="q"] {
    font-weight: 500;
    height: 100%;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #6d7373;
    font-family: var(--font-family-2);
}
.fc-calendar-tooltip > .title {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans';
}
header .hamburguer-menu:hover div:first-child {
	transform: translateY(-6px);
}
header .hamburguer-menu div:first-child {
    transform: translateY(-6px);
}
header .hamburguer-menu div:last-child {
    transform: translateY(6px);
}
header .hamburguer-menu:hover div:last-child {
	transform: translateY(6px);
}
header.open .menu {
    transform: translateX(0);
}
header.open .hamburguer-menu div:first-child {
    transform: rotate(45deg);
}
header.open .hamburguer-menu div:last-child {
    transform: rotate(-45deg);
}
.hp_banner {
    height: calc(100vh - 65px);
    position: relative;
    margin-top: 65px;
}

.hp_banner picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slick-slide {
    position: relative;
}
.slick-dotted.slick-slider {
    width: 100%;
    height: 100%;
}
.hp_banner .img {
    position: relative;
    top: 0;left: 0;width: 100%;height: 100%;
}
.hp_banner .img img:last-of-type {
    width: 100%;
}
.hp_banner .img::after {
    position: absolute;
    content: '';
    top: 0;left: 0;width: 100%;height: 100%;
    mix-blend-mode: multiply;
    background: #7b7b7b;
}
.hp_banner .container {
    z-index: 1;
    color: white;
    position: absolute;
    bottom: 10%;
    padding: 0 25px;
}
.description {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0 30px 0;
}
.hp_banner .h2 {
    line-height: 1;
}
.h2,
h2 {
    font-family: var(--font-family-2);
    font-size: 30px;
    font-weight: 900;
}
.btn {
    font-family: var(--font-family-2);
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    padding: 12px 28px;
    letter-spacing: normal;
    position: relative;
}
.btn span {
    position: relative;
    z-index: 1;
    color: white;
    pointer-events: none;
}
.btn::after {
    position: absolute;
    content: '';
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    width: 100%;height: 100%;
    border-radius: 45.3px;
    transition: all 0.4s ease;
    transform: scale(1);
}
.btn:hover::after {
    transform: scale(1.1);
}
.btn.red::after {
    background: var(--primary-color);
}
.btn.cyan::after {
    background: var(--third-color);
}
.hp-about-us {
    padding: 50px 0 0 0;
    position: relative;
}
.hp-about-us .container {
    padding: 0;
}
.hp-about-us .container h1,
.hp-about-us .container h2 {
    font-weight: 900;
    font-family: var(--font-family-2);
    font-size: 40px;
}
.hp-about-us .container h1 {
    color: var(--secondary-color);
    margin-bottom: 0;
}
.hp-about-us .portrait img {
    width: 100%;
    filter: grayscale(100%);
}
.hp-about-us .content {
    padding: 0 25px;
    padding-bottom: 32.5px;
}
.video {
    position: relative;
}
.video .placeholder {
    position: relative;
    transition: all 0.4s ease;
}
.video .placeholder.off {
    opacity: 0;
}
.placeholder::after,
.listing .article.mini-article .video.placeholder::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;margin: auto;
    background: var(--third-color);
    mix-blend-mode: multiply;
    content: '';
    z-index: 3;
    pointer-events: none;
}
.placeholder::before,
.listing .article.mini-article .video.placeholder::before {
    z-index: 4;
    pointer-events: none;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    width: 75px;
    height: 50%;
    margin: auto;
    background: url(/img/icons/video_play.svg) 0%/contain no-repeat;
}
.video .placeholder img {
    width: 100%;height: 100%;
    object-fit: contain;
}
.video a {
    z-index: 4;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;left: 50%;width: 75px;height: 50%;
    background: url("/img/icons/video_play.svg") 0%/contain no-repeat;
}
.hp-about-us .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    border: 0;
}
.quote-container {
    width: 100%;
    background: var(--bg-color);
    padding: 85px 25px 85px 70px;
}
.quote-container .quote {
    font-size: 25px;
    position: relative;
    z-index: 1;
}
.quote-container .quote::after {
    position: absolute;
    top: -42px;
    left: -57px;
    width: 77px;
    height: 77px;
    background: url("/img/icons/qutoes.svg") 0%/contain no-repeat;
    content: '';
    z-index: -1;
    transform: rotate(-9deg);
}
.quote-container .who {
    font-family: var(--font-family-2);
    font-size: 11px;
    letter-spacing: 1.12px;
    text-align: left;
    color: #74553a;
    margin-top: 15px;
}
.services-container .service > div {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.services-container .service {
    color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 35px 25px;
    text-align: center;
    background: transparent;
    transition: all 0.5s ease;
}
.services-container .icon svg {
    max-width: 110px;
    width: 100%;
    max-height: 100%;
    height: 100%;
} 
.services-container .icon {
    width: 100%;
    max-height: 110px;
}
.services-container .service .icon + p {
    margin: 35px 0 0 0;
}
.default-btn::after,
.default-btn::before {
    overflow: hidden;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    max-width: 60%;
    max-height: 60%;
    margin: auto;
    content: '';
    transition: all 0.4s ease;
}
.default-btn::after {
    opacity: 1;
    background: url("/img/icons/arrow.svg") 0%/contain no-repeat;
}

.default-btn::before {
    opacity: 0;
    z-index: 1;
    background: url("/img/icons/arrow-blue.svg") 0%/contain no-repeat;
}
.default-btn {
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    background: #303030;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    transition: all 0.4s ease;
}
.services-container .service:nth-of-type(1) {
    padding-top: 70px;
}
.services-container .service:hover .service-btn {
    background: white;
}
.services-container .service:hover {
    background: var(--third-color);
    color: white;
    text-decoration: none;
}
.services-container .service:hover .default-btn::after {
    opacity: 0;
}
.services-container .service:hover .default-btn::before {
    opacity: 1;
}
.services-container .service:hover .default-btn {
    background: white;
}
.services-container .service:hover .icon svg .st1,
.services-container .service:hover .icon svg .st2,
.services-container .service:hover .icon svg path {
    transition: all 0.5s ease;
}
.services-container .service:hover .icon svg .st1,
.services-container .service:hover .icon svg .st2 {
    fill: white;
}
.hp-slider .slider-container .item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: var(--bg-color);
}
.hp-slider .slider-container .item .image {
    order: 0;
    width: 100%;
    max-width: 620px;
    max-height: 620px;
}
.hp-slider .slider-container .image img {
    width: 100%;
    object-fit: contain;
    max-height: 100%;
}
.hp-slider .slider-container .item > .description {
    order: 1;
    width: 100%;
    padding: 75px 25px 50px 25px;
    margin: 0;
}
.hp-slider .slider-container .item > .description .pre-title {
    font-family: var(--font-family-2);
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 900;
}
.hp-slider .slider-container .item > .description .title {
    color: var(--secondary-color); 
    font-family: var(--font-family-1);
    font-size: 35px;
    letter-spacing: -0.96px;
    line-height: 1.3;
}
.page-body:not(.events) > div:first-of-type,
.next-events {
    width: 100%;
    padding: 60px 0 0 0;
}
.hearts {
    max-width: 24px;
    display: flex;
    flex-wrap: wrap;
}
.top .hearts {
    margin: 20px auto 30px auto;
}
.top .hearts img {
    transform: scale(0);
    transition: all 0.5s ease;
    max-width: 15px;
    height: 20px;
    margin: 2px 0;
}
.top .hearts.in img:nth-of-type(1),
.top .hearts.in img:nth-of-type(3) {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.top .hearts.in img:nth-of-type(2) {
    transition-delay: 0.2s;
    transform: translate(15px,0) scale(0.9) rotate(40deg);
    -webkit-transform: translate(15px,0) scale(0.9) rotate(40deg);
}
.top .hearts.in img:nth-of-type(3) {
    transition-delay: 0.4s;
}
.h3 {
    font-size: 25px;
    font-family: 'Avenir Next';
    text-align: center;
    font-weight: bold;
}
.next-events .events-container .event {
    padding: 0;
}

.red {
    color: var(--primary-color);
}
.green {
    color: var(--green);
}
.yellow {
    color: var(--yellow);
}
.purple {
    color: var(--purple)
}
.events-list a.img {
    max-height: 25%;
}
.blog .properties {
    margin-top: 25px;
}
.blog .properties .category {
    margin-left: 10px;
}
.blog .properties h2,
.blog .properties .h2 {
    margin: 4px 0 10px 0;
}
.blog .properties .h2 + div,
.blog .properties h2 + div {
    margin: 10px 0 0 0;
}
.blog .properties .h2 ~ a,
.blog .properties h2 ~ a {
    margin-top: 15px;
}
.blog-article .properties {
    margin-top: 20px;
    font-size: 13px;
}
.blog-article .properties .category {
    font-size: inherit;
}
.properties .category a {
    color: inherit;
    opacity: 1;
    transition: all 0.4s ease;
}
.properties .category a:hover {
    opacity: 0.6;
}
.properties .category {
    margin: 0;
    font-weight: 900;
    font-size: 16px;
    text-align: left;
    letter-spacing: -0.6px;
    color: inherit;
    font-family: var(--font-family-2);
}
.properties h2,
.properties .h2,
.properties .event-title {
    font-size: 30px;
    line-height: 1.33;
    color: var(--secondary-color);
    margin-bottom: 20px;
}
.properties div span,
.next-events .events-container .event .description {
    color: var(--secondary-color);
}
.properties .event-title + div {
    display: flex;
    flex-wrap: wrap;
    color: inherit;
}
.top-container .properties div > div:not(.date) {
    font-size: 12px;
    max-width: 100%;
}
.properties div > div:not(.date) {
    font-size: 13.5px;
    font-family: var(--font-family-2);
    padding-left: 22px;
    position: relative;
    margin: 0 20px 10px 0;
    color: inherit;
    max-width: 30%;
}
.properties div > div:not(.date):nth-of-type(1)::after {
    content: "\f133";
}
.properties div > div:not(.date):nth-of-type(2)::after {
    content: "\f3c5";
}
.properties div > div:not(.date):nth-of-type(3)::after {
    content: "\f017";
}
.properties div > div:not(.date)::after {
    position: absolute;
    top: 0;bottom: 0;left: 0;
    font-size: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: inherit;
}
.next-events .events-container .events-list {
    margin: -25px 0 0 0;
}
.next-events .events-container .event {
    padding: 25px 0;
}
.next-events .calendar {
    margin-top: 50px;
}
.instagram-container {
    background: #f9f7f3;
}
.instagram-container .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.instagram-container .bottom img {
    padding: 0;
}
.instagram-container .top img {
    width: 100px;
    margin: 39px auto 31px auto;
}
.instagram-container .title {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    font-family: var(--font-family-2);
    color: var(--secondary-color);
    line-height: 1.33;
    letter-spacing: -1.4px;
}
.instagram-container .top {
    display: flex;
    flex-wrap: wrap;
    max-width: 1114px;
    padding: 0 35px;
    margin: 0 auto;
}
.instagram-container a .default-btn {
    margin: 22px auto 40px auto;
}
.instagram-container .default-btn {
    background: var(--primary-color)
}
footer .bottom {
    padding-bottom: 50px;
}
footer .container {
    padding: 0;
}
footer .top {
    position: relative;
    background: var(--third-color);
}
footer .container {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1124px;
    margin: 0 auto;
}
footer .top .img img {
    max-width: 150px;
    margin: 0 auto;
}
footer .top .img {
    width: 100%;
    display: flex;
}
footer .top .get-newsletter {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
footer .top .get-newsletter > div {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    font-family: var(--font-family-2);
}
footer .top .get-newsletter .default-btn {
    background: white;
    margin: 25px auto 0 auto;
    display: inline-block;
}
footer .top .get-newsletter .default-btn::after {
    opacity: 0;
}
footer .top .get-newsletter .default-btn::before {
    opacity: 1;
}
footer .bottom {
    background: var(--bg-color);
}
footer .bottom ul {
    padding: 0;
    list-style: none;
}
footer .bottom ul li:first-of-type {
    margin-top: 0;
}
footer .bottom ul li {
    text-align: center;
    margin: 24px 0;
}
footer .bottom ul li h3,
footer .bottom ul li p {
    font-size: 0;
    margin: 0;
}
footer .bottom ul li h3 a,
footer .bottom ul li p a {
    text-transform: uppercase;
    font-size: 11px;
    color: #6d7373;
    font-family: var(--font-family-2);
}
footer .bottom .left {
    padding: 50px 0 0 0; 
}
footer .bottom .right {
    text-align: center;
    margin-top: 43px;
}
footer .social {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-bottom: 30px;
}
footer a {
    color: #6d7373;
}
footer .social a {
    font-size: 17px;
    margin: 0 12.5px;
}
footer .social ~ div {
    line-height: 2.73;
}
header p,
footer h3,
footer p {
    margin: 0;
}
footer h3,
footer p {
    line-height: 1.2;
}
footer p,
footer h3,
footer a,
footer .social ~ div {
    font-size: 12px; 
    text-transform: uppercase;
    font-weight: normal;
    font-family: var(--font-family-2);
}
.template.calendar {
    margin-top: 25px;
    opacity: 0;
    transition: all 0.4s ease;
}
.template.calendar.in {
    opacity: 1;
}
#calendar {
    background: var(--bg-color);
    font-family: 'Avenir';
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    padding: 45px 25px 0 25px;
}
.fc .fc-toolbar>*>:first-child {
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 red;
}
.fc-icon-right-single-arrow,
.fc-icon-left-single-arrow {
    width: 22px !important;
    height: 14px !important;
}
.fc-icon-left-single-arrow:after {
    transform: rotate(180deg);
}
.fc-icon-right-single-arrow:after,
.fc-icon-left-single-arrow:after {
    position: absolute !important;
    content: "" !important;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/icons/arrow-black.svg) 0%/contain no-repeat;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, 
.fc-unthemed .fc-list-heading td, 
.fc-unthemed .fc-list-view, 
.fc-unthemed .fc-popover, 
.fc-unthemed .fc-row, 
.fc-unthemed tbody, 
.fc-unthemed td,
.fc-unthemed th, 
.fc-unthemed thead {
    border-color: transparent !important;
}
.next-events .calendar a {
    display: block;
}

.fc .fc-toolbar .select-wrapper .select {
    border: transparent;
    color: white;
    font-size: 12px;
    font-family: var(--font-family-2);
    padding: 13px;
    padding: 13px 12px 13px 9px;
    background: var(--secondary-color);
    -webkit-appearance: none;
    border-radius: 0;
}
.fc-view-container {
    padding-top: 20px;
}
.next-events .calendar .btn {
    margin: 30px 0 70px;
    padding: 15px 0;
}
.calendar .listing {
    display: none;
} 
.hp_banner .dots {
    left: 5px;
    top: -40px;
    z-index: 3;
    position: relative;
}
.hp_banner .slick-dots {
    bottom: auto;
    top: 50%;
    justify-content: left;
    text-align: left;
    margin: 0 -12px;
}
.slick-track,
.hp_banner .img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.slick-initialized .slick-slide,
.slick-list {
    height: 100%;
}
.index .slick-dots li,
.index .slick-dots li button {
    width: 10px;
    height: 10px;
}
.index .slick-dots li {
    opacity: 0.6;
    transition: all 0.4s ease;
    margin: 0 12px;
}
.index .slick-dots li, 
.index .slick-dots li button {
    width: 6px;
    height: 6px;
}
.index .hp_banner .slick-dots li button,
.index .hp_banner .slick-dots li button::after {
    background-color: white;
}
.index .slider-container .slick-dots li button {
    background: var(--primary-color); 
}
.index .slider-container .slick-dots li,
.index .slider-container .slick-dots li button {
    width: 5px;
    height: 5px;
} 
.index .slick-dots li button {
    border-radius: 100%;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
}

.index .slick-dots li button::after {
    margin: 3px;
    position: absolute;
    content: '';
    top: 0;bottom: 0;left: 0;right: 0;
    background: var(--primary-color);
    border-radius: 100%;
}
.index .slick-dots li.slick-active {
    opacity: 1;
}
.events-container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}
.index .events-container > .events {
    margin: -25px 0px;
    padding: 0 30px;
}
.events-container > .events {
    padding: 0;
    max-width: 100%;
}
footer .bottom-container {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
}
.container {
    padding: 0 30px;
}
.xl-container {
    max-width: 1300px;
}
.lg-container {
    max-width: 1114px;
}
.md-container {
    max-width: 910px;
}
.off {
    opacity: 0;
}
.container {
    position: relative;
}
.top-container {
    position: relative;
    margin-top: 65px;
    padding: 40px 0 20px 0;
    background-color: var(--bg-color);
    font-family: 'Avenir';
}
.top-container ul li a {
    color: var(--secondary-color);
    transition: all 0.4s ease;
}
.top-container ul {
    padding-left: 0;
    list-style: none;
    font-size: 10px;
    margin-bottom: 10px;
}
.top-container h1 {
    font-weight: 900;
    font-size: 34px;
}
.top-container .img {
    max-width: 80px;
    margin-right: 20px;
}
.top-container .img img {
    width: 100%;
}
.template .container.glossary {
    padding: 0;
    max-width: 100%;
}
.container.glossary .listing {
    display: flex;
    flex-wrap: wrap;
}
.container.glossary .listing .filter-container {
    background: #00919f;
    width: 100%;
}
.container.glossary .listing .filter.glossary-filter {
    padding: 30px 20px;
    color: white;
    width: 100%;
}
.container.glossary .listing .items {
    padding: 0 30px;
}
.container.glossary .listing .search-box {
    background-color: var(--bg-color);
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    margin-top: 30px;
}
.select .selected,
.container.glossary .listing .search-box select {
    padding: 17px;
}
.container.glossary .listing .search-box select {
    padding-right: 40px;
}
.select,
.container.glossary .listing .search-box select {
    border-radius: 0;
    background-color: var(--secondary-color);
    font-size: 14px;
    font-weight: normal;
    color: white;
    width: 100%;
    font-family: 'Avenir';
    position: relative;
}
.container.glossary .listing .search-box > a {
    display: block;
    width: 100%;
    padding: 18px 0;
}
.container.glossary .listing .search-box .select-wrapper {
    position: relative;
    width: 100%;
}

.container.glossary .listing .search-box .select-wrapper.ellipsis::before {
    position: absolute;
    top: 0;bottom: 0;right: 30px;
    content: '...';
    margin: auto;
    color: white;
    z-index: 4;
}
.container.glossary .listing .search-box .select-wrapper .select::after {
    position: absolute;
    content: "";
    top: 9px;
    bottom: 0px;
    right: 16px;
    margin: auto;
    width: 13px;
    height: 10px;
    transform: rotate(90deg);
    background: url(/img/icons/dropdown-arrow.svg) 0%/contain no-repeat;
}
.container.glossary .listing-container {
    height: 100%;
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.top-container ul li a:hover {
    color: #919191;
    text-decoration: none;
}
.events .events-filter {
    background: #00919f;
    display: flex;
    justify-content: center;
    padding: 50px 0;
    color: white;
    font-size: 18px;
}
.events .events-filter span:hover,
.events .events-filter span.active {
    opacity: 1;
}
.events .events-filter span {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.4s ease;
    margin: 0 8px;
    text-transform: uppercase;
}
.fc .fc-toolbar .select-wrapper .month,
.fc .fc-toolbar .select-wrapper .year {
    padding: 13px 31px 13px 10px;
    position: relative;
}
.fc .fc-toolbar .select-wrapper::after,
.select-wrapper .select::after {
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 4px;
    width: 8px;
    height: 12px;
    content: '';
    background: url(/img/icons/dropdown-arrow.svg) 0%/cover no-repeat;
    transform: rotate(90deg);
    margin: auto;
    transition: all 0.4s ease;
}
p.warning {
    position: absolute;
}
.select-wrapper {
    position: relative;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    width: 100%;
    display: flex;
    justify-content: center;
}
.fc-scroller {
    margin-top: 30px;
}
.fc-button:focus,
select:focus {
    outline: 0;
}
.properties h2 a,
.properties .h2 a,
.properties .event-title a {
    color: inherit;
    transition: all 0.4s ease;
    font-family: var(--font-family-1);
    opacity: 1;
}
.properties .h2 a:hover,
.properties h2 a:hover {
    opacity: 0.6;
}
.properties .event-title a[href]:hover {
    text-decoration: none;
    color: #7b7b7b;
}
.events-container > .events .events-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.events-list .event {
    padding: 20px 0;
}
a.img {
    position: relative;
    display: block;
    overflow: hidden;
}
a.img img {
    transform: scale(1);
    transition: all 0.4s ease;
    width: 100%;
    object-fit: contain;
}
a[href].img:hover img {
    transform: scale(1.1);
}
.article > div {
    margin-top: 10px;
}
.event .properties {
    margin-top: 20px;
}
.listing.listing-mini-article .items.row,
.events-container {
    padding-bottom: 50px;
}
.content .template.has-sidebar.sidebar-left {
    padding: 0 0 40px;
}
.content .template.has-sidebar.sidebar-left .container > div:not(.sidebar) {
    padding-top: 40px;
}
.blog .sidebar.about {
    height: 100%;
    width: 100%;
    background: var(--bg-color);
    margin-top: 30px;
}
.blog .quote-container {
    padding: 85px 25px 45px 70px;
}
.blog .form {
    padding: 20px;
    background: var(--primary-color);
    width: 100%;
    color: white;
    display: flex;
    justify-content: center
}
.blog .sidebar.about .form input {
    padding: 0;
}
.blog .form input {
    width: 100%;
    color: white;
    border: 0;
    outline: 0;
    font-size: 11px;
    font-weight: 500;
    background: transparent;
    font-family: 'Avenir';
    text-transform: uppercase;
}
.blog .form input::-webkit-input-placeholder {
    color: white;
}
.blog .form a {
    cursor: pointer;
    position: relative;
    width: 23px;
    height: 15px;
    display: flex;
    align-self: center;
}
.blog .form a img {
    position: absolute;
    top: 0;bottom: 0;right: 0;left: 0;
    margin: auto;
}
.blog .sidebar.about .img,
.blog .sidebar.about .img img {
    width: 100%;
}
.blog .properties .category {
    margin-bottom: 0;
}
.blog .properties .category a {
    color: var(--primary-color);
    margin-bottom: 0;
    align-self: center;
    margin-bottom: 0;
    text-decoration: none;
}
.blog .properties > div:not(.description) {
    display: flex;
}
.blog .properties .date span {
    font-family: 'Avenir';
    font-weight: 900;
}
.blog .filter-container {
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blog .filter-container > .filters {
    width: 100%;
}
.blog .article .img {
    position: relative;
    overflow: hidden;
    display: block;
}
img.placeholder { 
    filter: blur(10px);
    object-fit: cover;
    position: relative;
    max-width: 100%;
    opacity: 1;
    transition: all 0.4s ease;
}
img.placeholder + img {
    transition: all 0.4s ease;
}
img.placeholder + img.off {
    opacity: 0;
} 
img.placeholder + img {
    z-index: 2;
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(100%);
}
.content.blog .template {
    padding-bottom: 0;
}
.blog .about .filter-container > .filters + a {
    margin-top: 20px;
}
.select-wrapper .options::-webkit-scrollbar {
    background-color: var(--secondary-color);
    width: 3px;
    margin-left: 10px;
}
.select-wrapper .options::-webkit-scrollbar {
    height: 3px;
}
.select-wrapper .options::-webkit-scrollbar-thumb {
    background-color: #838383;
    height: 3px;
}  
.select-wrapper .select::after {
    right: 19px;
    top: 0px;
}
.select-wrapper .select .selected {
    cursor: pointer;
}
.select-wrapper .select .options > *.active,
.select-wrapper .select .options > *:hover {
    opacity: 0.4;
}
.select-wrapper .select .options > * {
    transition: all 0.4s ease;
    font-size: 14px;
    line-height: 1.5;
}
.select-wrapper .select.opened::after {
    transform: rotate(270deg);
}
.blog .filter-container > .filters + a {
    font-size: 10.5px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: rgba(48, 48, 48, 0.7);
    margin-top: 30px;
    position: relative;
    padding-left:20px;
}
.blog .select-wrapper:first-of-type select {
    margin-bottom: 10px;
}
.blog .filter-container > .filters + a::before,
.blog .filter-container > .filters + a::after {
    position: absolute;
    top: 0;bottom: 0;left: 0;
    margin: auto;
    height: 1px;
    width: 10px;
    content: '';
    background: #838383;
}
.blog .filter-container > .filters + a::before {
    transform: rotate(45deg)
}
.blog .filter-container > .filters + a::after {
    transform: rotate(-45deg)
}
.blog .template > div {
    display: flex;
    flex-wrap: wrap;
}
a:hover {
    text-decoration: none;
}
a[clean],
a[submit] {
    cursor: pointer;
}
.blog-article .top-container h1 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Patrick Hand';
}
.top-container ul li,
.top-container ul li a {
    display: inline-block;
}
.page-body .related .properties .date span,
.top-container .properties .date span {
    font-weight: 600;
    font-family: 'Avenir Next Demi';
}

.content .template.has-sidebar > div {
    display: flex;
    flex-wrap: wrap
}
.page-body .related {
    padding: 50px 30px 0 30px;
    background: var(--bg-color);
    text-align: center;
    justify-content: center;
}
.page-body .related .properties {
    margin-top: 15px;
    font-size: 13px;
}
.page-body .related .properties .category {
    font-size: inherit;
}
.page-body .related .properties .event-title {
    margin: 0;
    text-align: left;
}
.page-body .related .items-container {
    margin: -25px 0 0 0;
    padding-bottom: 25px;
}
.article-nav .row > div.prev a::before {
    left: 0;
    transform: rotate(180deg);
}
.article-nav .row > div.prev a {
    padding-left: 30px;
}
.article-nav .row > div.next a {
    padding-right: 30px;
}
.article-nav .row > div.next a::before {
    right: 0;
}
.article-nav .row > div.prev a::before, 
.article-nav .row > div.next a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 20px;
    background-image: url(/img/icons/arrow-red.svg);
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    border-bottom: transparent;
}
.article-nav {
    background-color: #f9f7f3;
}
.article-nav .row {
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 40px 30px;
}
.article-nav .row a {
    color: var(--primary-color);
}
.article-nav .row > div > div,
.article-nav .row > div {
    padding: 0;
    font-family: 'Avenir Next';
    margin: 8px 0;
}
.page-body .related .item {
    padding: 25px 0;
}
.page-body .related .upper {
    padding-bottom: 20px;
}
.related .image img {
    width: 100%;
}
.related .image {
    display: block;
    width: 100%;
    overflow: hidden;
}
.related .image img {
    transform: scale(1);
    transition: all 0.4s ease;
}
.related .image:hover img {
    transform: scale(1.1)
}
textarea,
input {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 0;
    resize: none;
}
.form-page .terms,
textarea,
textarea::placeholder,
input,
input::placeholder {
    width: 100%;
    font-size: 13.5px;
    font-weight: 300;
    text-align: left;
    color: #5b5b5b;
    font-family: 'Open Sans';
    transition: all 0.4s ease;
}
header .search input::placeholder {
    font-family: inherit;
}
textarea:focus,
input:focus {
    padding-left: 10px;
}
.input {
    position: relative;
    margin-top: 12px;
}
.input::before {
    width: 100%;
    border-bottom: 3px solid var(--bg-color);
    z-index: 0;
}
.input::after,
.input::before {
    pointer-events: none;
    height: 100%;
    position: absolute;
    content: '';
}
.input.not-filled::after {
    width: 100%;
}
.form .terms .check.not-filled label {
    border: 1px solid var(--warning-color);
}
.input.not-filled *,
.input.not-filled *::placeholder {
    color: var(--warning-color);
}
.input::after {
    width: 0%;
    left: 0;
    z-index: 1;
    border-bottom: 2px solid var(--warning-color);
    transition: all 0.4s ease;
}
.input:first-of-type {
    margin-top: 30px;
}
.next-events .top,
.events-list {
    padding: 0 30px;
}
.form-page .page-body:not(.events) > div:first-of-type {
    padding-bottom: 60px;
}
.form-page .terms {
    margin-top: 30px;
}
.form-page .terms .btn {
    margin-top: 20px;
}
.form .check {
    margin: auto 0;
    display: flex;
}
.form .terms .check > input {
    display: none;
}
.form .terms .check input:checked + label i {
    opacity: 1;
}
.terms .check label i {
    opacity: 0;
    font-size: 10px;
    transition: all 0.5s ease;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.form .terms .check label {
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 13px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid rgba(48, 48, 48, 0);
    background-color: #f5eddc;
}

/* TEMPLATE */
.template li a,
.template a {
    position: relative;
    display: inline;
    color: var(--third-color);
}
.template li a:hover::before,
.template p a:hover::before {
    width: 0;
}
.template a {
    transition: all 0.4s ease;
}
.template li a,
.template p a {
    font-weight: 600;
    text-decoration: underline;
    opacity: 1;
}
.template li a:hover,
.template p a:hover,
.template h4 a:hover,
.template h4 a:hover,
.template h3 a:hover,
.template h2 a:hover {
    opacity: 0.7;
}
.template h4 a,
.template h4 a,
.template h3 a,
.template h2 a {
    display: inline;
}
.template p, 
.template ul, 
.template ol {
	font-size: 1rem;
	font-weight: 300;
    margin: 1em 0;
    font-family: var(--font-family-2);
}
.template h2 {
    margin-bottom: 1.5rem;
    font-size: 36px;
}
.template p {
    font-weight: 300;
}
.template p a {
    display: inline;
}
.template p {
    font-family: 'Open Sans';
    color: #5b5b5b;
}
.template p small strong {
    font-weight: 900;
    font-family: 'Avenir Heavy';
}
.template strong {
    font-weight: 600;
    color: #303030;
}
.template h3 {
    font-size: 30px;
    font-family: var(--font-family-2);
    letter-spacing: -1.2px;
}
.template h4 {
    font-size: 24px;
}
.template small {
    font-family: 'Avenir Book';
    font-size: 14px;
    color: #74553a;
}
.template big {
    padding: 80px 0 50px 67px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-family: var(--font-family-2);
    font-weight: 900;
}
.template blockquote p,
.template big {
    color: #303030
}
.page-body .template > *:last-of-type {
    margin-bottom: 0;
}
.page-body .template p > a,
.page-body .template h2 > a,
.page-body .template h3 > a,
.page-body .template h4 > a {
    overflow: visible;
}
.template blockquote p {
    position: relative;
    display: inline-block;
    font-size: 38px;
    padding-left: 69px;
    font-family: 'Patrick Hand';
    line-height: 1.3;
    margin: 0;
}
.template blockquote p::after {
    position: absolute;
    left: 0;
    content: '';
    z-index: -1;
    top: -39px;
    width: 86px;
    height: 87px;
    background: url('/img/quote.svg') 0%/contain no-repeat;
    transform: rotate(-9deg);
}
.template blockquote p small {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
.page-body .template ul {
    list-style: none;
}
  
.page-body .template div:not(.pagination) ul li::before {
    content: "\2022";;
    color: #ef6a5e;
    font-weight: bold;
    display: inline-block;
    font-size: 10px;
    width: 2em;
    margin-left: -2.9em;
    margin-right: 1em;
}
.page-body .template ol li,
.page-body .template ul li {
    margin: 1px 0;
    font-family: 'Open Sans';
    font-weight: 300;
}
.page-body .template ol li {
    counter-increment: item;
}
.page-body .template ol {
    counter-reset: item;
}
.page-body .template ul, 
.page-body .template ol {
    padding-left: 2em;
    list-style: none;
    margin: 1.5em 0;
}

.page-body .template .module10 ul, 
.page-body .template .module10 ol {
    margin: 0;
}

.page-body .template ol li::before {
    content: counter(item) ".";
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    font-weight: bold;
    color: var(--third-color);
}
.page-body .template big::after {
    position: absolute;
    top: 50px;left: 0;
    background: url('/img/big.svg') 0%/contain no-repeat;
    width: 105px;
    height: 90px;
    content: '';
    z-index: -1;
}
.listing .file img {
    max-height: 46px;
}
textarea {
    height: 110px;
}
.page-404 .page-body {
    background: var(--bg-color);
    margin-top: 65px;
}
.page-404 .page-body > div {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Avenir';
}
.page-404  .page-body:not(.events) > div:first-of-type {
    padding: 100px 0;
}
.page-404 h1 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}
.page-404 .top-container {
    display: none;
}
.page-404 .page-body .sub {
    margin-bottom: 40px;
    font-weight: normal;
    padding: 0 20px;
}
header .search a {
    position: relative;
    width: 20px;
    height: 20px;
    padding-right: 40px;
    cursor: pointer;
    transform: translateX(0);
    transition: all 0.4s ease;
}
header .search a:hover {
    transform: translateX(10px);
}
.template-module > .container {
    padding: 0;
}
.article-nav .row > div.prev a::before {
    left: 0;
    right: unset;
}
.article-nav .row .disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}
.related .container {
    padding: 0;
}
.index .events-container > .events .calendar .events-list {
    display: none;
}
.services-container {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}
.sub h4 a {
    transition: all 0.4s ease;
}
.sub h4 a:hover {
    opacity: 0.7;
}
.content .template {
    padding: 50px 0;
}
.index .hp_banner .slick-slider {
    height: 100%;
}
.events-list {
    transition: all 0.2s ease;
}
.events .calendar > .events-list {
    display: none;
} 
.page-body:not(.events).glossary-page > div:first-of-type {
    padding-top: 0;
}
.container.glossary .listing .filter.glossary-filter {
    margin: 0 auto;
}
.related-btns {
    margin-top: 25px;
}
.related-btns p {
    font-size: 18px;
    font-weight: 900;
    color: #303030;
    font-family: var(--font-family-2);
    margin-bottom: 15px;
}
.related-btns .btns-container {
    position: relative;
    margin: -5px;
    display: flex;
}
.related-btns .btns-container a {
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    margin: 5px;
    border-radius: 40px;
}
.related-btns .btns-container a::after {
    position: absolute;
    left: 0;top: 0;width: 100%;height: 100%;
    background: var(--third-color);
    content: '';
    border-radius: 30px;
    transform: scale(1);
    transition: all 0.4s ease;
}
.related-btns .btns-container a:hover::after {
    transform: scale(1.05);
}
.related-btns .btns-container a span {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
}
.top-container .properties > div {
    display: flex;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.index .hp-slider .slider-images .slick-list {
    padding: 0 !important;
}
.sidebar.about .quote-container .quote p {
    padding: 0;
    font-family: var(--font-family-1);
    color: #303030;
}
.sidebar.about .quote-container .who {
    padding: 0;
    font-size: 12.5px;
}
.blog .properties h2 a,
.blog .properties .h2 a {
    color: #303030;
    font-family: var(--font-family-1);
    font-weight: normal;
}
.listing-mini-article .items .article h2 {
    font-family: var(--font-family-1);
}
.blog .form input::-webkit-input-placeholder {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font-family-2);
}
.properties .h2 + div,
.properties h2 + div {
    display: flex;
    justify-content: space-between;
}
.related .item .properties > div {
    display: flex;
}

.related .item .properties > div .category {
    color: var(--primary-color);
}
.search-page li {
    list-style: none;
    position: relative;
    opacity: 1;
    transition: all 0.4s ease;
    font-size: 25px;
    list-style: none;
}
.search-page li:hover {
    opacity: 0.6;
}
.page-body.search-page > .container {
    padding: 30px !important;
}
.template p.no-result {
    font-size: 20px;
    font-family: var(--font-family-1);
    color: var(--secondary-color);
}
.form-page form .content__button {
    position: relative;
}
.form-page form .content__button input {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;margin: auto;
    opacity: 0;
    padding: 0;
}
.form-page form {
    flex: 1;
}
.form-page form .btn {
    margin-top: 40px;
}
.form-page form .check ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
}
.form-page form .terms .check ul li::before {
    color: transparent !important;
}
.form-page form .terms .check ul li label {
    width: 100%;
}
.form-page form .terms .check ul li label input {
    width: auto;
}
.next-events .list-container .events .events-list > p {
    font-size: 25px;
    margin: 50px 0;
}
.instagram-container .bottom > a img {
    width: 100%;
}
.instagram-container .bottom > a,
.instagram-container .bottom > img {
    max-width: 50%;
}
h1 div {
    color: var(--third-color);
}
.top-container ul + p,
.top-container .h1,
.top-container h1 {
    font-weight: 900;
    font-size: 30px;
}
.top-container .img + div {
    flex: 1;
}
.top-container .top {
    display: flex;
}
.top-container h1 + p {
    line-height: 1.4;
}
.form-page.page-body:not(.events) > div:first-of-type {
    padding-bottom: 60px;
}
.blog .items .article .properties a {
    display: inline-block;
}
.events-container .properties .time,
.top-container .properties > div > .time {
    margin-right: 0;
}
blockquote {
    margin: 0;
    padding-top: 40px;
}
.ball {
    display: block;
    position: fixed;
    bottom: -0px;
    right: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
    z-index: 4;
} 
.ball p {
    margin: 0;
    color: var(--secondary-color);
}
.ball.in {
    transform: scale(0.8);
} 
@keyframes float {
    0%, 40%, 100% { transform: translateY(0); }
    5%, 25% { transform: translateY(15px); }
    15%, 35% { transform: translateY(-15px); }
}
header h2 {
    margin: 0;
}
header h3 {
    font-size: 0;
    margin: 0;
    line-height: 1.5;
}
.next-events .top > * {
    text-align: center;
}
.select-wrapper:first-child {
    margin-bottom: 10px;
}
.select .options {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 0;
    width: 100%;
    overflow: auto;
    transition: all 0.4s ease;
}
.select .option {
    padding: 4px 20px;
    cursor: pointer;
    margin: 4px 0;
}
.related .h2 {
    text-align: left;
}
.related .h2 a {
    text-align: left;
    font-weight: 300;
}
.fc .fc-toolbar .select-wrapper .month,
.fc .fc-toolbar .select-wrapper .year {
    padding: 13px 31px 13px 10px;
    position: relative;
    background-color: #303030;
    color: white;
    -webkit-appearance: none;
}
.fc .fc-toolbar .select-wrapper::after {
    bottom: 11px;
    right: 12px;
}

.events-container .properties div > .time {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
}
@media screen and (min-width:767px) {
    .events-container .properties div > .time {
        max-width: 30%;
        margin-top: 0;
    }
    .events-list a.img {
        max-height: 30%;
    }
    .page-body .related .properties .date span {
        font-size: 16px;
    }
    .page-body:not(.events) > div:first-of-type, 
    .next-events {
        padding: 50px 0 0 0;
    }
    .top-container {
        padding: 80px 0 40px 0;
    }
    .hp-about-us .content {
        padding: 40px 60px;
        padding-bottom: 32.5px;
    }
    .hp-about-us .container h1,
    .hp-about-us .container h2 {
        font-size: 50px;
        line-height: 1.1;
    }
    .video {
        width: 100%;
    }
    .hp-about-us .container {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        position: relative;
    }
    .quote-container {
        padding: 95px 70px 95px 130px;
    }
    .index .events-container > .events {
        padding: 0 25px;
        margin: 0;
    }
    .slider-container {
        background: var(--bg-color);
    }
    footer .container {
        padding: 60px;
    }
    footer .top .get-newsletter .default-btn {
        margin: 45px auto 0 auto;
    }
    footer .top .get-newsletter {
        margin-top: 40px;
    }
    footer .top .get-newsletter > div,
    footer .top .get-newsletter {
        width: 100%;
    }
    .instagram-container a .default-btn {
        margin: 30px auto;
    }
    .instagram-container .top img {
        margin: 30px auto;
    }
    .instagram-container .title {
        width: 100%;
    }
    .instagram-container .top {
        align-items: center;
        padding: 45px 35px;
    }
    .select::after {
        top: 0;
        right: 12px;
    }
    .properties .h2, 
    .properties h2, 
    .properties .event-title, 
    .properties .event-title + div {
        padding-right: 0;
    }
    .events-container > .events {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 25px;
    }
    .hp-slider .slider-container .item > .description {
        padding: 80px 55px;
    }
    .hp-slider .slider-container .item > .description .pre-title {
        font-size: 24px;
    }
    .services-container {
        display: flex;
        flex-wrap: wrap;
    }
    .services-container .service:nth-of-type(1),
    .services-container .service:nth-of-type(2) {
        padding-top: 80px;
    }
    .services-container .service {
        padding: 40px 50px 120px 50px;
        text-align: center;
        justify-content: center;
    }
    .hp-services .default-btn {
        margin: 0;
        bottom: 80px;
        position: absolute;
    }
    .container.glossary .listing .search-box {
        width: 280px;
        margin: 25px 40px 0 20px;
        padding: 40px 25px;
    }
    .container.glossary .listing .items {
        flex: 1;
    }
    .container.glossary .listing-container {
        margin: 80px auto;
    }
    .events-container > .events .events-list {
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
    }
    .events-container > .events .events-list > p {
        text-align: center;
        width: 100%;
    }
    .next-events .events-container .event {
        padding: 25px;
    }
    .hp-slider .slider-container .item > .description .title {
        font-size: 40px;
        margin-bottom: 22px;
    }
    .hp-slider .slider-container .item > .description p {
        font-size: 16px;
    }
    .calendar.template .sidebar {
        max-width: 280px;
    }
    .blog .article .img {
        max-height: 457px;
    }
    .content .template.has-sidebar .sidebar {
        margin: 0 auto;
        width: 280px;
        padding: 0;
        margin-bottom: 60px;
    }
    .sidebar.about .quote-container .quote p {
        padding: 0;
        font-size: 24px;
        margin: 0;
        line-height: 1.3;
    }

}
@media screen and (min-width:1024px) {
    .select .options {
        background: var(--secondary-color);
    }
    .select .options {
        margin-top: 55px;
    }
    .blog .listing .items {
        padding-bottom: 50px;
    }
    .related .item .properties > div {
        margin-bottom: 3px;
    }
    .form-page.page-body:not(.events) > div:first-of-type {
        padding: 100px 0;
    }
    .input:first-of-type {
        margin-top: 0;
    }
    .input {
        margin-top: 38px;
        font-size: 13.5px;
    }

    textarea, 
    input {
        padding: 15px 0;
    }
    .form-page .container {
        display: flex;
    }
    .form-page .container > .template {
        margin-right: 106px;
        max-width: 331px;
    }
    .form-page .container > .form {
        flex: 1;
    }
    .content .template.has-sidebar .sidebar .quote-container .quote {
        font-size: 24px;
    }
    .template.calendar {
        margin-top: 0px;
        padding: 0 20px 0 40px;
    }
    .hp-about-us .content {
        padding: 50px 80px;
    }
    header.open .social, 
    header.open .logo {
        opacity: 1;
    }
    header .search input {
        margin-left: 40px;
    }
    header .search a {
        width: 80px;
    }
    header .search {
        position: relative;
        width: 100%;
        padding-left: 0;
        height: 100%;
        opacity: 1;
        font-size: 12px;
        max-width: 350px;
    }
    .hamburguer-container {
        width: 84px;
        height: 100%;
    }
    header {
        height: 84px;
    }
    .quote-container {
        padding: 145px 70px 85px 70px;
    }
    .quote-container .who,
    .quote-container .quote {
        max-width: 703px;
        margin: 0 auto; 
        line-height: 1.2;
    }
    .menu {
        margin-top: 84px;
        width: 50vw;
        height: calc(100vh - 84px);
        transform: translateX(-60vw);
        padding: 50px 20px 40px 84px;
    }
    .quote-container .quote {
        font-size: 45px;
    }
    .description {
        font-size: 16px;
    }
    .hp_banner .container {
        padding: 0 80px;
        bottom: 20%;
    }
    .hp_banner .container > p {
        font-size: 62px;
        letter-spacing: -2.88px;
    }
    .services-container .service {
        padding: 40px 50px 190px 50px;
    }
    .hp-services .default-btn {
        bottom: 80px;
    }
    .services-container .service:nth-of-type(1), 
    .services-container .service:nth-of-type(2) {
        padding-top: 100px;
    }
    .quote-container .who {
        font-size: 16px;
        letter-spacing: 1.6px;
        margin-top: 25px;
    }
    .search-page li {
        font-size: 35px;
    }
    .calendar .select-wrapper .select::after {
        right: 11px;
        width: 6px;
        height: 10px;
        top: 1px;
        pointer-events: none;
    }
    .index .hp-services .description,
    .index .hp-services .description > p {
        margin-bottom: 0;
    }
    .related-btns .btns-container a {
        padding: 20px 40px;
    }
    .blog.page-body .properties div:not(.description) > * {
        display: flex;
    }
	.content.blog .template .sidebar .form {
        margin-bottom: 45px;
	}

	.content.blog .template .sidebar ul {
        margin: 0;
        margin-bottom: 3em;
        display: block;
	}
	.content.blog .template .sidebar ul li {
		max-width: none;
	}
    .events-container > .events .events-list {
        flex: 1;
        margin: -20px;
        padding-left: 20px;
    }
    .events-container > .events,
    .next-events .events-container .event {
        padding: 20px;
    }
    header::after {
        position: absolute;
        opacity: 0;
        content: '';
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.9);
        transition: all 0.4s ease;
        z-index: 2;
        pointer-events: none;
    }
    header.open::after {
        opacity: 1;
    }
    header .social > a:first-of-type {
        margin-left: 40px;
    }
    header .social > a:last-of-type {
        margin-right: 40px;
    }
    .social,
    .hamburguer-container,
    header .search,
    .menu {
        z-index: 3;
    }
    .social {
        padding: 0;
        margin: 0;
        background: inherit;
    }
    .content .template.has-sidebar > div > div:not(.sidebar) {
        flex: 1;
        padding: 0;
        margin-right: 50px;
    } 
}
@media screen and (min-width:1200px) { 
    .ball.in {
        transform: scale(1);
    } 
    .ball.move {
        animation: float 15s infinite ease-in-out;
    } 
    .ball:hover {
        animation-play-state: paused;
    }
    .ball {
        background: transparent;
        bottom: 40px;
        right: 40px;
    } 
    .top-container .properties div span {
        line-height: 2;
    }
    .form-page.page-body:not(.events) > div:first-of-type {
        padding-bottom: 0;
    }
    .content .template.has-sidebar > div > div:not(.sidebar) {
        margin-right: 104px;
    }
    .events-container > .events .events-list {
        width: auto;
        margin: -37.5px;
        padding: 0;
    }
    .hp-about-us .container h1,
    .hp-about-us .container h2 {
        font-size: 68px;
        letter-spacing: -2.72px;
    } 
    .hp_banner .container > p {
        font-size: 72px;
        letter-spacing: -2.88px;
    }
    .services-container .service:nth-of-type(1), 
    .services-container .service:nth-of-type(2) {
        padding-top: 70px ;
    }
    footer .top .get-newsletter > div, footer .top .get-newsletter {
        width: auto;
    }
    .slider-container {
        background: transparent;
    }
    .instagram-container .title {
        width: auto;
    }
    .services-container .service > div {
        max-width: 239px;
    }
    .services-container .service {
        padding: 50px 55px 240px 55px;
        text-align: left;
        justify-content: left;
    }
    .events .events-list .description {
        margin: 30px 0 40px 0;
    }  
    .next-events .list-container .events .events-list > p {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0; 
    }
    .index .next-events .events-container,
    .index .next-events .template {
        padding-bottom: 0;
    }
    .form-page .container {
        padding-bottom: 80px;
    }
    .template p.no-result {
        font-size: 26px;
    }
    .page-body.search-page p {
        font-size: 25px;
    }
    .related .item .properties > div .category {
        margin-bottom: 0;
        align-self: flex-end;
        display: flex;
        margin-left: 6px;
        font-size: 18px;
    }
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-left {
        margin-top: 10px;
    }
    .container.glossary .listing .search-box .select-wrapper.ellipsis::before {
        top: 13px;
        bottom: 0;
        right: 37px;
    }
    .container.glossary .listing .search-box select  {
        padding-right: 50px;   
    }
    .page-body .template ol li,
    .page-body .template ul li {
        font-size: 18px;
        line-height: 1.6;
    }
    .slider-images {
        max-width: 620px;
        position: absolute;
        top: 0;
        right: 0;
    }
    footer .bottom ul li h3 a {
        font-size: 12px;
    }
    .quote-container .quote p {
        padding: 20px 0 0 24px;
    }
    .quote-container .who {
        padding-left: 24px;
    }
    .blog .article .img {
        height: 100%;
        max-height: 457px;
        width: 100%;
        max-width:  660px;
    }
    .events .events-filter span {
        margin: 0 12px;
    }
    .related-btns {
        margin-top: 50px;
    }
    .related-btns p {
        margin-bottom: 21px;
    }
    .template p {
        font-size: 18px;
        line-height: 1.6;
    }
    .page-body {
        min-height: calc(100vh - 978px)
    }
    .template.calendar {
        padding-top: 0;
    }
    .template {
		padding: 100px 0;
    }
    .template.terms {
        padding-top: 0;
    }
    header:not(.open) .hamburguer-container:hover .hamburguer-menu div:first-of-type {
        transform: translateY(-8px);
    }
    header:not(.open) .hamburguer-container:hover .hamburguer-menu div:last-of-type {
        transform: translateY(8px);
    }
    .hp_banner .slick-dots {
        margin: 0;
    }
    .index .hp-slider .slider-images .slick-dots {
        text-align: left;
        bottom: 76px;
    }
    .index .hp-slider .slider-images .slick-slide .image,
    .index .hp-slider .slider-images .slick-slide img {
        width: 100%;
    }
    .dots {
        position: absolute;
        order: 1;
        margin: 0 -12px;
        bottom: -22px;
        display: flex;
        width: 100%;
    }
    .dots > * {
        position: absolute;
        top: 0;left: 0;
        width: auto;
    }
    .related .container {
        padding: 0 30px;
    }
    .page-404  .page-body:not(.events) > div:first-of-type {
        padding: 200px 0;
    }
    .page-404 .page-body .sub {
        font-size: 30px;
        margin-bottom: 52px;
    }
    .page-404 h1 {
        margin-bottom: 30px;
        font-size: 68px;
    }
    .form-page .terms .btn {
        margin-top: 40px;
    }    
    .events-list {
        padding: 0;
    }
    .page-body .related .items-container {
        display: flex;
        margin: 0 -38px;
        padding-bottom: 0;
        justify-content: center;
    }
    .page-body .related {
        padding: 100px 0;
    }
    .page-body .related .top {
        margin-bottom: 50px;
    }
    .page-body .related .items-container > * {
        width: 33.333%;
        padding: 0 38px;
    }
    .article-nav .row > div.next a {
        padding-right: 45px;
    }
    .article-nav .row > div.prev a:hover::before {
        transform: translateX(-10px) rotate(180deg);
    }
    .article-nav .row > div.next a:hover::before {
        transform: translateX(10px);
    }
    .article-nav .row > div a {
        position: relative;
    }
    .article-nav .row > div.prev a {
        padding-left: 47px;
    }
    .article-nav .row > div {
        display: inline-block;
        margin: 0;
    }
    .article-nav .row > div.prev a::before, 
    .article-nav .row > div.next a::before {
        width: 29px;
        height: 19px;
    }
    .article-nav .row > div a {
        font-size: 18px;
    }
    .blog-article.blog .template > div.article-nav {
        max-width: 100%;
        margin-top: 50px;
    }
    .article-nav .row {
        padding: 70px 0;
        display: flex;
        justify-content: space-between;
    }
    .page-body:not(.events) > div:first-of-type {
        padding-top: 100px;
    }
    .properties .category {
        font-size: 16px;
    }
    .top-container .properties .category {
        margin: 0 0 0 5px;
        align-self: center;
        display: flex;
    }
    .blog .listing.container {
        padding: 0;
    }
    .top-container .properties {
        padding-bottom: 21px;
        bottom: 0;
        font-size: 16px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        display: flex;
        justify-content: flex-end;
    }
    .blog .properties .h2,
    .blog .properties h2 {
        margin: 4px 0 8px 0;
    }
    .blog .properties .h2 + div,
    .blog .properties h2 + div {
        margin: 10px 0 0 0;
    }
    .blog .properties .h2 ~ a,
    .blog .properties h2 ~ a {
        margin-top: 30px;
    }
    .content.blog .template .sidebar .form {
        margin-bottom: 0;
    }
    .content .template.has-sidebar .sidebar .quote-container .quote::after {
        width: 37px;
        height: 77px;
        top: -27px;
        left: -26px;
    }
    .blog.content .template.has-sidebar .sidebar .quote-container {
        padding: 55px 36px 45px 36px;
        line-height: 1.25;
    }
    .listing.listing-mini-article .items.row, 
    .events-container, .next-events {
        padding-bottom: 100px;
    }
    .article > div {
        margin-top: 20px;
    }
    h3 {
        margin-bottom: 22px;
    }
    .events-container .events .event {
        padding: 37.5px;
    }
    .properties h2,
    .properties .h2
    .listing-mini-article .items .article h2,
    h3,
    .properties .event-title {
        font-size: 38px;
    }
    .events .events-filter {
        font-size: 20px;
    }
    .logo.minimize {
        transform: scale(0.8);
    }
    .container.glossary .listing .filter.glossary-filter {
        padding: 50px 20px;
    }
    .top-container ul li,
    .top-container ul li a {
        font-size: 16px;
    }
    .top-container ul + p,
    .top-container .h1 {
        font-size: 68px;
        letter-spacing: -2.72px;
    }
    .top-container .top > div:not(.img) {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .top-container {
        padding: 76px 0 100px 0;
        margin-top: 84px;
    }
    .top-container .top.center {
        justify-content: center;
    }
    .top-container .img {
        width: 100%;
        max-width: 121px;
        margin-bottom: 0;
        margin-right: 40px;
    }
    input[name="q"] {
        font-size: 12px;
        margin-left: 40px;
    }
    header .search a::before {
        width: 29px;
    }
    .logo {
        right: 40px;
        width: 120px;
    }
    .logo .jar + div {
        position: absolute;
        top: 0;
        transform: translate(0px,-7px) scale(1.4);
    }
    @keyframes hearts-falling-1 {
        0% {
            transform: translate(-2px,-5px) scale(1) rotate(0deg); opacity: 1;
        }
        50% {
            transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
        } 
        100% {
            transform: translate(-20px,60px) scale(1.3) rotate(-20deg);opacity: 1;
        }
    }
    @keyframes hearts-falling-2 {
        0% {
            transform: translate(-2px,-5px) scale(1) rotate(0deg);opacity: 1;
        }
        50% {
            transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
        } 
        100% {
            transform: translate(-12px,45px) scale(1) rotate(40deg);opacity: 1;
        }
    }
    @keyframes hearts-falling-3 {
        0% {
            transform: translate(-2px,-5px) scale(1) rotate(0deg);opacity: 1;
        }
        50% {
            transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
        } 
        100% {
            transform: translate(-18px,30px) scale(1.3) rotate(-20deg);opacity: 1;
        }
    }
    @keyframes hearts-falling-4 {
        0% {
            transform: translate(-2px,-5px) scale(1) rotate(0deg);opacity: 1;
        }
        50% {
            transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
        } 
        100% {
            transform: translate(-6px,20px)  scale(1) rotate(40deg); opacity: 1;
        }
    }
    @keyframes hearts-falling-5 {
        0% {
            transform: translate(-2px,-5px) scale(1) rotate(0deg);opacity: 1;
        }
        50% {
            transform: translate(-20px,-2px) scale(1.1) rotate(45deg);opacity: 1;
        } 
        100% {
            transform: translate(-20px,10px) scale(1.3) rotate(-20deg); opacity: 1;
        }
    }
    @keyframes hearts-falling-6 {
        0% {
            transform: translate(-2px,-5px) scale(1) rotate(0deg);opacity: 1;
        }
        100% {
            transform: translate(-10px,-2px) scale(1.3) rotate(-5deg);opacity: 1;
        } 
    }
    header .logo {
        z-index: 1;
    }
    .hamburguer-menu {
        width: 26px;
    }
    .menu .sub > * > a {
        padding-right: 45px;
    }
    .menu > ul > li > * > a {
        margin: 0;
        font-size: 35px;
        transition: all 0.4s ease;
        display: inline-block;
        position: relative;
    } 
    .menu *:hover a {
        text-decoration: none;
    }
    .menu > ul > li > * > a:hover {
        color: #7c7c7c;
    }
    .menu .sub.open > * > a::after {
        transform: rotate(90deg);
    }
    .menu .sub > * > a::after {
        content: '';
        position: absolute;
        top: 0;right: 0;
        width: 29px;
        height: 100%;
        transition: all 0.4s ease;
        transform: rotate(0);
        background: url("/img/icons/arrow-red.svg") 0%/contain no-repeat;
    }
    .menu .sub ul {
        max-height: 0;
        overflow: hidden;
        transition: all 0.4s ease;
        margin: 0;
    }
    .menu .sub ul li:first-of-type {
        margin-top: 15px;
    }
    .menu .sub ul li:last-of-type {
        margin-bottom: 15px;
    }
    .hp_banner .img::after {
        opacity: 0.5;
    }
    .hp_banner .container {
        padding: 0;
        left: 10%;
        max-width: 618px;
        bottom: 17%;
    }
    .hp_banner .dots {
        top: -60px;
    }
    .btn {
        padding: 21px 50px;
        font-size: 12px;
        cursor: pointer;
    }
    .btn:hover {
        color: white;
    }
    .hp-about-us {
        padding-top: 83px;
    }
    .hp-about-us .content {
        width: 60%;
        padding: 0;
    }
    .portrait-container {
        position: relative;
        display: flex;
        width: 100%;
    }
    .portrait-container .portrait {
        max-width: 1126px;
        margin-left: auto;
    }
    .portrait-container .content {
        position: absolute;
        z-index: 1;
        top: 4%;
        left: 14%;
        max-width: 630px;
    } 
    .hp-about-us .description {
        margin: 30px 0 40px 0;
    }
    .hp-about-us .video { 
        position: absolute;
        z-index: 2;
        bottom: -42%;
        left: 8%;
        width: 784px;
        transform: translateY(100px) scale(0.9);
        opacity: 0;
        transition: all 0.4s ease;
        cursor: pointer;
    }
    .hp-about-us .video.in {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    .hp_banner {
        margin-top: 84px;
        height: calc(100vh - 84px);
    }
    .quote-container {
        padding: 442px 0 166px 0;
    }
    .quote-container .quote::after {
        top: -22px;
        width: 104px;
        height: 106px;
    }
    .services-container .service {
        padding: 70px 55px 230px 55px;
        text-align: left;
        justify-content: left;
        border-left: 1px solid #f8f5ee;
    }
    .hp-slider .slider-container {
        position: relative;
    }
    .hp-slider .slider-container .item {
        background-color: transparent;
        display: block;
        min-height: 740px;
        overflow: hidden;
    }
    .hp-slider .slider-container .item .image {
        margin-left: auto;
        position: relative;
    }
    .hp-slider {
        max-width: 1240px;
        margin: 100px auto;
    }
    .hp-slider .slider-container::after {
        position: absolute;
        background: var(--bg-color);
        width: 880px;
        top: 130px;
        content: '';
        z-index: -1;
        height: 87%;
    }
    .hp-slider .slider-container .item > .description {
        min-height: 620px;
        position: absolute;
        top: 0;left: 0;
        width: 70%;
        margin: auto;
        max-width: 871px;
        transform: translateY(130px);
        flex: 1;
        padding: 75px 25px 160px 80px;
    }
    .hp-slider .slider-container .item > .description .description {
        margin: 27px 0 30px 0;
    }
    .hp-slider .slider-container .item > .description .title {
        font-size: 60px;
    }
    .hp-slider .slick-list {
        overflow-y: auto;
    }
    .hp-slider .slider-container > .slider:first-of-type {
        max-width: 670px;
        width: 100%;
    }
    .hp-slider .slider-container .item > .description {
        transition: all 0.2s ease;
    }
    .hp-slider .slider-container .item > .description.in {
        opacity: 1;
    }
    .template.calendar {
        padding: 0 0 0 75px;
    }
    .h3 {
        font-size: 36px;
        letter-spacing: -1.44px;
    }
    .services-container .service > div {
        justify-content: left;
    }
    .service .default-btn {
        bottom: 80px;
    }
    .next-events .events-container .event,
    .next-events .events-container > * {
        padding: 0 37.5px;
    }
    .events-container,
    .next-events {
        padding-bottom: 100px;
    }
    .page-body.events .next-events {
        padding-bottom: 0;
    }
    .events.listing .next-events .events-list {
        margin: -35.7px;
    }
    .events.listing .next-events .events-list > * {
        padding: 37.5px;
    }
    .next-events .events-container .event .img {
        overflow: hidden;
        display: block;
        max-height: 33%;
    }
    .next-events .events-container .event .img img {
        transition: all 0.4s ease;
        transform: scale(1);
    }
    .next-events .events-container .event .img[href]:hover img {
        transform: scale(1.1);
    }
    .next-events .events-container {
        margin-top: 50px;
        justify-content: center;
    }
    .events-container > .events {
        padding: 0;
        justify-content: center;
    }
    .next-events .calendar .btn {
        padding: 18px 0;
    }
    .instagram-container a {
        display: flex;
        align-items: center;
    }
    .instagram-container a:hover {
        text-decoration: none;
    }
    .instagram-container a .default-btn {
        margin: 0 0 0 56px;
    }
    .instagram-container .top img {
        margin: 0 0 0 auto;
        width: 146px;
        order: 1;
    }
    .instagram-container a:hover .default-btn {
        transform: translateX(20px);
    }
    .instagram-container .bottom > a {
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .instagram-container .bottom > a > img {
        height: 100%;
        width: 100%;
        object-fit: contain; 
        transform: scale(1);
        transition: all 0.4s ease;
    }
    .instagram-container .bottom > a:hover > img {
        transform: scale(1.08);
    } 
    .instagram-container .bottom > a,
    .instagram-container .bottom > img {
        max-width: 20%;
        object-fit: contain;
        height: 100%;
    }
    footer .top .img {
        display: flex;
        max-width: 242px;
        height: 218px;
        position: absolute;
        bottom: -50px;
    }
    footer .top .img img {
        width: 100%;
        max-width: 100%;
    }
    footer .top .get-newsletter {
        margin: 0 0 0 auto;
    }
    footer .top .get-newsletter .default-btn {
        margin-top: 0;
        margin: 0 0 0 58px;
    }
    footer .top .get-newsletter .default-btn:hover {
        background: #ffe500;
        transform: translateX(20px);
    }
    footer .top .get-newsletter .default-btn:hover::before {
        opacity: 0;
    }
    footer .top .get-newsletter .default-btn:hover::after {
        opacity: 1;
    }
    footer .top .get-newsletter .default-btn::after {
        opacity: 0;
        background: url(/img/icons/arrow-gray.svg) 0%/contain no-repeat;
    }
    footer .container {
        padding: 100px 40px;
    }
    footer .bottom .left {
        padding: 0;
    }
    footer .bottom {
        padding: 110px 0;
    }
    footer .bottom-container {
        display: flex;
        justify-content: space-between;
    }
    footer .bottom-container .left {
        display: flex;
        justify-content: left;
    }
    footer .bottom ul li {
        text-align: left;
        margin: 14px 0;
    }
    footer .bottom-container .left ul {
        margin: 0;
    }
    footer .bottom-container .left ul:first-of-type {
        margin-right: 90px;
    }
    footer a {
        font-size: 12px;
        transition: all 0.4s ease;
    }
    footer .bottom ul li p a:hover,
    footer a:hover {
        text-decoration: none;
        color: #303030;
    }
    footer .bottom .right {
        text-align: right;
        margin-top: 0;
    }
    footer .social {
        justify-content: flex-end;
    }
    .social a {
        transition: all 0.5s ease;
        will-change: transform;
        transform: scale(1);
    }
    .social a:hover {
        transform: scale(1.2);
    }
    .events-list a.img {
        max-height: 43%;
    }
}