@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ast-scroll-top {
  background-color: #00A2E0;
  font-size: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 40px;
}
#ast-scroll-top span.ast-icon.icon-arrow {
  font-size: 0;
  background: url(/wp-content/uploads/2026/04/mdi_arrow-top.svg);
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-decoretion-none a {
  text-decoration: none !important;
}

.wpcf7-form input[type=submit] {
  min-height: 52px;
}

.img_card_wrap figure.elementor-image-box-img {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
}

.elementor-widget-text-editor ol {
  list-style: decimal;
  padding-left: 20px !important;
}
.elementor-widget-text-editor ol li {
  margin-bottom: 10px;
}
.elementor-widget-text-editor ul {
  list-style: disc;
  padding-left: 20px !important;
}
.elementor-widget-text-editor ul li {
  margin-bottom: 10px;
}

.comments-area .form-submit input#submit {
  background-color: #F7A800;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F7A800;
  padding: 13px 24px 13px 24px;
  min-height: 52px;
  border-radius: 6px !important;
  margin-top: 24px;
}

.comments-area .form-submit input#submit:hover {
  background-color: #00A2E0;
  border-color: #00A2E0;
}

blockquote {
  margin: 20px auto !important;
  font-style: italic !important;
  color: #555555 !important;
  padding: 1.2em 30px 1.2em 75px !important;
  border-left: 8px solid #00A2E0 !important;
  line-height: 1.6 !important;
  position: relative !important;
  background: #EDEDED !important;
}

blockquote::before {
  font-family: Arial !important;
  content: "“" !important;
  color: #00A2E0 !important;
  font-size: 4em !important;
  position: absolute !important;
  left: 10px !important;
  top: -10px !important;
  display: block !important;
}

blockquote::after {
  content: "" !important;
  display: block !important;
}

blockquote span {
  display: block;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

table tr:first-child {
  border-top: none;
  background: hsl(41, 100%, 48%);
  color: #000000;
}

table tr {
  border-top: 1px solid #D2D8C0;
  border-bottom: 1px solid #D2D8C0;
  background-color: #ffffff;
}

table tr:nth-child(odd):not(:first-child) {
  background-color: #F7F9F1;
}

table th {
  display: none;
}

table td {
  display: block;
}

table td:first-child {
  margin-top: 0.5em;
}

table td:last-child {
  margin-bottom: 0.5em;
}

table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

table th,
table td {
  text-align: left;
}

table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
  width: 100%;
}

table tr {
  border-color: #D2D8C0;
}

table th,
table td {
  padding: 0.5em 1em;
}

@media screen and (max-width: 991px) {
  .sponsorship-table {
    overflow-x: auto;
  }
  table th,
  table td {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  table th:last-child,
  table td:last-child {
    min-width: 300px;
  }
}
@media screen and (min-width: 0px) {
  table td:before {
    display: none;
  }
  table th,
  table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  table th:first-child,
  table td:first-child {
    padding-left: 0;
  }
  table th:last-child,
  table td:last-child {
    padding-right: 0;
  }
  table th,
  table td {
    padding: 1em !important;
  }
}
/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Frutiger LT Pro 45";
  src: url("../fonts/FrutigerLTPro-Bold.eot");
  src: url("../fonts/FrutigerLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTPro-Bold.woff2") format("woff2"), url("../fonts/FrutigerLTPro-Bold.woff") format("woff"), url("../fonts/FrutigerLTPro-Bold.ttf") format("truetype"), url("../fonts/FrutigerLTPro-Bold.svg#FrutigerLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Pro 45";
  src: url("../fonts/FrutigerLTPro-BoldItalic.eot");
  src: url("../fonts/FrutigerLTPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTPro-BoldItalic.woff2") format("woff2"), url("../fonts/FrutigerLTPro-BoldItalic.woff") format("woff"), url("../fonts/FrutigerLTPro-BoldItalic.ttf") format("truetype"), url("../fonts/FrutigerLTPro-BoldItalic.svg#FrutigerLTPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Pro 45";
  src: url("../fonts/FrutigerLTPro-Light.eot");
  src: url("../fonts/FrutigerLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTPro-Light.woff2") format("woff2"), url("../fonts/FrutigerLTPro-Light.woff") format("woff"), url("../fonts/FrutigerLTPro-Light.ttf") format("truetype"), url("../fonts/FrutigerLTPro-Light.svg#FrutigerLTPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Pro 45";
  src: url("../fonts/FrutigerLTPro-LightItalic.eot");
  src: url("../fonts/FrutigerLTPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTPro-LightItalic.woff2") format("woff2"), url("../fonts/FrutigerLTPro-LightItalic.woff") format("woff"), url("../fonts/FrutigerLTPro-LightItalic.ttf") format("truetype"), url("../fonts/FrutigerLTPro-LightItalic.svg#FrutigerLTPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Pro 87 XBlack Cn";
  src: url("../fonts/FrutigerLTPro-ExtraBlackCn.eot");
  src: url("../fonts/FrutigerLTPro-ExtraBlackCn.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTPro-ExtraBlackCn.woff2") format("woff2"), url("../fonts/FrutigerLTPro-ExtraBlackCn.woff") format("woff"), url("../fonts/FrutigerLTPro-ExtraBlackCn.ttf") format("truetype"), url("../fonts/FrutigerLTPro-ExtraBlackCn.svg#FrutigerLTPro-ExtraBlackCn") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Pro 87 XBlack Cn";
  src: url("../fonts/FrutigerLTPro-ExtraBlkCnIta.eot");
  src: url("../fonts/FrutigerLTPro-ExtraBlkCnIta.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTPro-ExtraBlkCnIta.woff2") format("woff2"), url("../fonts/FrutigerLTPro-ExtraBlkCnIta.woff") format("woff"), url("../fonts/FrutigerLTPro-ExtraBlkCnIta.ttf") format("truetype"), url("../fonts/FrutigerLTPro-ExtraBlkCnIta.svg#FrutigerLTPro-ExtraBlkCnIta") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Frutiger LT Pro 45" !important;
}

h1, .h1 {
  font-family: "Frutiger LT Pro 87 XBlack Cn" !important;
}

header {
  background: linear-gradient(180deg, #000000 -0.5%, rgba(0, 0, 0, 0) 100.5%);
}
@media (min-width: 922px) and (max-width: 1365px) {
  header.site-header .site-primary-header-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
header.site-header .site-branding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 922px) and (max-width: 1365px) {
  header.site-header .site-branding .site-logo-img .custom-logo-link .custom-logo {
    max-width: 280px;
    width: 280px;
  }
}
@media (min-width: 922px) and (max-width: 991px) {
  header.site-header .site-branding .site-logo-img .custom-logo-link .custom-logo {
    max-width: 250px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  header.site-header .site-branding .site-logo-img .custom-logo-link .custom-logo {
    width: 100% !important;
  }
}
header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu {
  gap: 10px;
}
@media (min-width: 922px) and (max-width: 1365px) {
  header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu {
    gap: 0;
  }
}
@media (min-width: 922px) {
  header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item > .menu-link {
    font-family: "Frutiger LT Pro 45" !important;
    position: relative;
    background: transparent !important;
  }
}
@media (min-width: 922px) {
  header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item > .menu-link::before {
    content: "";
    position: absolute;
    background-color: #00a2e0;
    inset: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
    z-index: -1;
    top: auto;
  }
}
@media (min-width: 922px) {
  header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item > .menu-link:hover::before {
    height: 100%;
    transition: all 0.5s;
  }
}
@media (min-width: 922px) {
  header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.current-menu-item > .menu-link::before {
    height: 100%;
  }
}
@media (min-width: 922px) {
  header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item .sub-menu .menu-item .menu-link {
    color: #000;
    line-height: 1.5;
    padding: 10px 15px;
    transition: all 0.5s;
  }
  header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item .sub-menu .menu-item .menu-link::before {
    display: none;
  }
}
header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item .sub-menu .menu-item:hover .menu-link {
  color: #00a2e0;
}
header.site-header .site-header-primary-section-center .main-header-bar-navigation .main-navigation .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item .menu-link {
  color: #00a2e0;
}
@media (max-width: 921px) {
  header.site-header .site-header-primary-section-right .ast-builder-menu-2 {
    padding-right: 0;
  }
}
@media (max-width: 921px) {
  header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation #ast-hf-menu-2-mobile {
    background: transparent;
    justify-content: flex-end;
  }
}
@media (max-width: 921px) {
  header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn {
    margin-right: 0 !important;
  }
}
@media (max-width: 921px) {
  header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn .ast-menu-toggle {
    padding: 0 !important;
    border: 0 !important;
    right: 7px;
    outline: none !important;
    box-shadow: none !important;
  }
}
header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn > .menu-link {
  background: #F7A800;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Frutiger LT Pro 45";
  border-radius: 6px;
  padding: 14px 24px;
  gap: 10px;
  text-transform: uppercase;
  transition: all 0.5s;
}
header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn > .menu-link .ast-header-navigation-arrow {
  background: url(/wp-content/uploads/2026/04/iconoir_user.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 921px) {
  header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn > .menu-link .ast-header-navigation-arrow {
    display: block !important;
  }
}
header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn > .menu-link .ast-header-navigation-arrow .ast-icon.icon-arrow {
  display: none;
}
@media (min-width: 922px) and (max-width: 1365px) {
  header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn > .menu-link {
    font-size: 0;
    gap: 0;
    padding: 10px;
  }
}
@media (max-width: 921px) {
  header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn > .menu-link {
    font-size: 0;
    padding: 10px;
    padding-right: 25px;
  }
}
header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn .sub-menu {
  width: 203px !important;
  border-radius: 6px;
  border: 0 !important;
  right: 0;
  left: auto;
  margin-top: 2px;
  background: #fff;
  overflow: hidden;
}
header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn .sub-menu li a {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Frutiger LT Pro 45";
  padding: 14px 20px;
  position: relative;
  background-color: #ffffff;
}
header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn .sub-menu li a::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #cccccc;
  display: block !important;
}
header.site-header .site-header-primary-section-right .main-header-bar-navigation .main-navigation .main-header-menu .menu-item.login-btn .sub-menu li:last-child a::before {
  display: none !important;
}

.ast-full-width-primary-header:not(.ast-theme-transparent-header) .ast-primary-header-bar {
  background-color: #000000;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  width: 279px;
  height: 279px;
  position: absolute;
  z-index: 0;
  background-image: url(/wp-content/uploads/2026/04/footer-bg.svg);
  background-size: 279px;
  background-position: bottom left;
  background-repeat: no-repeat;
  top: auto;
  bottom: 0;
  left: 0;
}
footer .footer-widget-area {
  position: relative;
  z-index: 2;
}
footer.site-footer .site-primary-footer-wrap {
  color: #ffffff;
}
@media (max-width: 544px) {
  footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .footer-widget-area-inner {
    text-align: left !important;
    margin-bottom: 0 !important;
  }
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-1 {
  font-size: 14px;
  line-height: 160%;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-1 .widget_media_image {
  margin-bottom: 20px;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-2 a, footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-3 a {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 240%;
  color: #FFFFFF;
  transition: all 0.5s;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-2 a:hover, footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-3 a:hover {
  color: #F7A800;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-4 ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-4 ul li:last-child {
  margin-bottom: 0;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-4 ul li a {
  display: flex;
  gap: 10px;
  color: #FFFFFF;
  transition: all 0.5s;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-4 ul li a:hover {
  color: #F7A800;
}
footer.site-footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-primary-section-4 ul li img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
footer.site-footer .wp-block-heading {
  font-family: "Open Sans" !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 140% !important;
  color: #FFFFFF !important;
  position: relative !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px;
}
footer.site-footer .wp-block-heading:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 60px;
  height: 3px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7A800;
  border-radius: 100px;
}
footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
  border-top: 1px solid rgba(128, 137, 106, 0.3490196078);
  padding-top: 26px;
  padding-bottom: 26px;
}
footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-3 .ast-builder-html-element p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
}
@media (max-width: 921px) {
  footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-3 .ast-builder-html-element p {
    justify-content: center;
  }
}
footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-3 .ast-builder-html-element p a {
  line-height: 0;
}
footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-3 .ast-builder-html-element p img {
  width: auto;
  height: 22px;
}

.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-content-wrapper .elementor-button-icon svg {
  width: 24px;
}

.banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel {
  height: 100%;
}
.banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel .swiper-pagination {
  left: auto;
  right: 4.5% !important;
  bottom: 40px !important;
  width: fit-content !important;
}
@media (max-width: 1540px) {
  .banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel .swiper-pagination {
    right: 10px !important;
  }
}
@media (max-width: 1024px) {
  .banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel .swiper-pagination {
    left: 0;
    right: 0 !important;
    bottom: 60px !important;
    width: fit-content !important;
    margin: 0 auto;
  }
}
.banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper {
  height: 100%;
}
.banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-slide-inner {
  height: 100%;
  position: relative;
}
.banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-slide-inner::before {
  content: "";
  position: absolute;
  background-color: #17458F;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.75;
}
.banner_section .e-con-inner .elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-slide-inner img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.banner_section .elementor-widget-text-editor span {
  color: #F7A800;
  font-weight: 700;
}

.upcoming_event_section .emagic .ep-box-search-form {
  display: none !important;
}
.upcoming_event_section .emagic .ep-event-list-item .ep-border-right {
  display: none !important;
}
.upcoming_event_section .emagic .ep-text-warning {
  display: none !important;
}
.upcoming_event_section .emagic a.ep-fw-bold.ep-text-dark {
  font-family: "Frutiger LT Pro 45" !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #000000;
}
.upcoming_event_section .emagic .ep-text-small.ep-text-truncate {
  display: none;
}
.upcoming_event_section .emagic .ep-box-list-desc.ep-text-small.ep-mt-3.ep-content-truncate {
  font-family: "Open Sans" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 160% !important;
  color: #46512A !important;
  margin-top: 10px !important;
  --ep-line-clamp: 2 !important;
}
.upcoming_event_section .emagic .ep-box-col-6.ep-text-small.ep-bg-white {
  padding: 0 !important;
  border: 0 !important;
  flex: 1 !important;
  max-width: unset;
}
.upcoming_event_section .emagic .ep-box-list-item {
  border: 0 !important;
}
.upcoming_event_section .emagic .ep-box-row.ep-m-0 {
  border: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  gap: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .upcoming_event_section .emagic .ep-box-row.ep-m-0 {
    flex-flow: column;
    gap: 20px !important;
  }
}
.upcoming_event_section .emagic .ep-event-list-item.ep-border.ep-rounded.ep-text-small {
  border: 0 !important;
  margin-bottom: 30px !important;
}
.upcoming_event_section .emagic .ep-box-list-right-col.ep-rounded-tbr-right.ep-border-left {
  border: 0 !important;
  flex: unset;
  width: auto;
  max-width: unset;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .upcoming_event_section .emagic .ep-box-list-right-col.ep-rounded-tbr-right.ep-border-left {
    width: 100% !important;
  }
  .upcoming_event_section .emagic .ep-box-list-right-col.ep-rounded-tbr-right.ep-border-left .ep-list-view-pricing-area {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
}
.upcoming_event_section .emagic .ep-align-self-end.ep-list-view-btn-area {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .upcoming_event_section .emagic .ep-align-self-end.ep-list-view-btn-area {
    justify-content: flex-start;
  }
}
.upcoming_event_section .emagic .ep-align-self-end.ep-list-view-btn-area a {
  background: transparent !important;
  width: fit-content;
  display: block;
}
.upcoming_event_section .emagic .ep-align-self-end.ep-list-view-btn-area a .ep-btn {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  padding: 0 !important;
}
.upcoming_event_section .emagic span.ep-fw-bold.ep-text-small {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.5s;
  gap: 10px;
}
.upcoming_event_section .emagic span.ep-fw-bold.ep-text-small:after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.upcoming_event_section .emagic span.ep-fw-bold.ep-text-small:hover {
  color: #F7A800 !important;
}
.upcoming_event_section .emagic span.ep-fw-bold.ep-text-small:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.upcoming_event_section .emagic .ep-event-list-view-action.ep-flex-wrap.ep-content-right span {
  font-family: "Open Sans" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #333333;
}
.upcoming_event_section .emagic button#ep-loadmore-events {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  display: flex !important;
  align-items: center !important;
  text-transform: uppercase;
  color: #000000 !important;
  border: 1px solid #000 !important;
  justify-content: center !important;
  margin: 0 auto;
  gap: 10px;
  background: transparent !important;
  padding: 13px 24px !important;
  display: none !important;
}
.upcoming_event_section .emagic button#ep-loadmore-events:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.upcoming_event_section .emagic button#ep-loadmore-events:hover {
  background: #F7A800 !important;
  border: 1px solid #F7A800 !important;
}

.past-event-section .emagic .ep-event-list-square_grid-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .past-event-section .emagic .ep-event-list-square_grid-container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin: 0 auto;
  }
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-event-card {
  padding: 0 !important;
  flex: unset !important;
  max-width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 0px !important;
  border: 0 !important;
  background: transparent !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-card-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-card-item:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 54px);
  background: #fff;
  margin-top: auto;
  border: 1px solid #D2D8C0;
  border-radius: 20px;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(1) .ep-box-card-item:before {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 991px) {
  .past-event-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(1) .ep-box-card-item:before {
    border-radius: 20px;
    border: 1px solid #D2D8C0 !important;
  }
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(2) .ep-box-card-item:before {
  border: 0 !important;
  border-radius: 0;
  border-top: 1px solid #D2D8C0 !important;
  border-bottom: 1px solid #D2D8C0 !important;
}
@media (max-width: 991px) {
  .past-event-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(2) .ep-box-card-item:before {
    border-radius: 20px;
    border: 1px solid #D2D8C0 !important;
  }
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(3) .ep-box-card-item:before {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 991px) {
  .past-event-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(3) .ep-box-card-item:before {
    border-radius: 20px;
    border: 1px solid #D2D8C0 !important;
  }
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-card-thumb {
  max-height: var(--ep-imageCardHeight);
  --ep-imageCardHeight: 221px !important;
  width: calc(100% - 40px);
  margin: 0 auto 0;
  border-radius: 16px !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-card-item:hover {
  box-shadow: unset !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-card-content {
  padding: 20px !important;
  position: relative;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-title {
  order: 2;
  margin: 10px 0 !important;
  white-space: unset !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-title .ep-text-dark {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 130% !important;
  color: #000000 !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-wishlist-action-wrap {
  display: none !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-card-footer-wrap.ep-text-center {
  margin-top: 32px !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-card-desc.ep-text-small {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #46512A !important;
  order: 3;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-box-card-venue.ep-card-venue.ep-text-muted.ep-text-small.ep-text-truncate {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
  order: 0;
}
.past-event-section .emagic .ep-event-list-square_grid-container span.ep-card-event-date-start.ep-text-primary {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
  order: 1;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-event-list-price.ep-text-dark.ep-di-flex.ep-align-items-center.ep-mt-auto {
  display: none !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-card-footer.ep-border-top {
  padding: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  border: 0 !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container .ep-btn.ep-btn-dark {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  padding: 0 !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  gap: 10px;
}
.past-event-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small:after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.past-event-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small:hover {
  color: #F7A800 !important;
}
.past-event-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.past-event-section .emagic button#ep-loadmore-events {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  display: flex !important;
  align-items: center !important;
  text-transform: uppercase;
  color: #000000 !important;
  border: 1px solid #000 !important;
  justify-content: center !important;
  margin: 0 auto;
  gap: 10px;
  background: transparent !important;
  padding: 13px 24px !important;
  display: none !important;
}
.past-event-section .emagic button#ep-loadmore-events:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.past-event-section .emagic button#ep-loadmore-events:hover {
  background: #F7A800 !important;
  border: 1px solid #F7A800 !important;
}

.event-page-section {
  --themeColor: 0, 0, 0 !important;
}
.event-page-section .emagic ol {
  list-style: decimal;
  padding-left: 20px !important;
}
.event-page-section .emagic ol li {
  margin-bottom: 10px;
}
.event-page-section .emagic ul {
  list-style: disc;
  padding-left: 20px !important;
}
.event-page-section .emagic ul li {
  margin-bottom: 10px;
}
.event-page-section .emagic .ep-event-list-square_grid-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .event-page-section .emagic .ep-event-list-square_grid-container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin: 0 auto;
  }
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-event-card {
  padding: 0 !important;
  flex: unset !important;
  max-width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 0px !important;
  border: 0 !important;
  background: transparent !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-card-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-card-item:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 54px);
  background: #fff;
  margin-top: auto;
  border: 1px solid #D2D8C0;
  border-radius: 20px;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(1) .ep-box-card-item:before {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 991px) {
  .event-page-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(1) .ep-box-card-item:before {
    border-radius: 20px;
    border: 1px solid #D2D8C0 !important;
  }
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(2) .ep-box-card-item:before {
  border: 0 !important;
  border-radius: 0;
  border-top: 1px solid #D2D8C0 !important;
  border-bottom: 1px solid #D2D8C0 !important;
}
@media (max-width: 991px) {
  .event-page-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(2) .ep-box-card-item:before {
    border-radius: 20px;
    border: 1px solid #D2D8C0 !important;
  }
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(3) .ep-box-card-item:before {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 991px) {
  .event-page-section .emagic .ep-event-list-square_grid-container .ep-event-card:nth-child(3) .ep-box-card-item:before {
    border-radius: 20px;
    border: 1px solid #D2D8C0 !important;
  }
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-card-thumb {
  max-height: var(--ep-imageCardHeight);
  --ep-imageCardHeight: 221px !important;
  width: calc(100% - 40px);
  margin: 0 auto 0;
  border-radius: 16px !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-card-item:hover {
  box-shadow: unset !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-card-content {
  padding: 20px !important;
  position: relative;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-title {
  order: 2;
  margin: 10px 0 !important;
  white-space: unset !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-title .ep-text-dark {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 130% !important;
  color: #000000 !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-wishlist-action-wrap {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-card-footer-wrap.ep-text-center {
  margin-top: 32px !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-card-desc.ep-text-small {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #46512A !important;
  order: 3;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-box-card-venue.ep-card-venue.ep-text-muted.ep-text-small.ep-text-truncate {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
  order: 0;
}
.event-page-section .emagic .ep-event-list-square_grid-container span.ep-card-event-date-start.ep-text-primary {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
  order: 1;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-event-list-price.ep-text-dark.ep-di-flex.ep-align-items-center.ep-mt-auto {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-card-footer.ep-border-top {
  padding: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  border: 0 !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container .ep-btn.ep-btn-dark {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  padding: 0 !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  gap: 10px;
}
.event-page-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small:after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.event-page-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small:hover {
  color: #F7A800 !important;
}
.event-page-section .emagic .ep-event-list-square_grid-container span.ep-fw-bold.ep-text-small:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-box-title .ep-text-dark {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 130% !important;
  color: #000000 !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-wishlist-action-wrap {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-box-title {
  order: 2;
  margin: 10px 0 !important;
  white-space: unset !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-card-footer-wrap.ep-text-center {
  margin-top: 32px !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-box-card-desc.ep-text-small {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #46512A !important;
  order: 3;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-box-card-venue.ep-card-venue.ep-text-muted.ep-text-truncate {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
  order: 0;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container span.ep-card-event-date-start.ep-text-primary {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
  order: 1;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-event-list-price.ep-text-dark.ep-di-flex.ep-align-items-center.ep-mt-auto {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-card-footer.ep-border-top {
  padding: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  border: 0 !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container .ep-btn.ep-btn-dark {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  padding: 0 !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container span.ep-fw-bold.ep-text-small {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  gap: 10px;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container span.ep-fw-bold.ep-text-small:after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container span.ep-fw-bold.ep-text-small:hover {
  color: #F7A800 !important;
}
.event-page-section .emagic .ep-event-list-staggered_grid-container span.ep-fw-bold.ep-text-small:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.event-page-section .emagic .ep-event-list-slider-container .ep-box-title .ep-text-dark {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 130% !important;
  color: #000000 !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-wishlist-action-wrap {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-box-title {
  margin: 10px 0 !important;
  white-space: unset !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-card-footer-wrap.ep-text-center {
  margin-top: 32px !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-box-card-desc.ep-text-small {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #46512A !important;
}
.event-page-section .emagic .ep-event-list-slider-container#ep_events_front_views_slider .ep-box-card-desc {
  max-height: 132px !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-box-card-venue.ep-card-venue.ep-text-muted.ep-text-truncate {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
}
.event-page-section .emagic .ep-event-list-slider-container span.ep-card-event-date-start.ep-text-primary {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-event-list-price.ep-text-dark.ep-di-flex.ep-align-items-center.ep-mt-auto {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-card-footer.ep-border-top {
  padding: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  border: 0 !important;
}
.event-page-section .emagic .ep-event-list-slider-container .ep-btn.ep-btn-dark {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  padding: 0 !important;
}
.event-page-section .emagic .ep-event-list-slider-container span.ep-fw-bold.ep-text-small {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  gap: 10px;
}
.event-page-section .emagic .ep-event-list-slider-container span.ep-fw-bold.ep-text-small:after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.event-page-section .emagic .ep-event-list-slider-container span.ep-fw-bold.ep-text-small:hover {
  color: #F7A800 !important;
}
.event-page-section .emagic .ep-event-list-slider-container span.ep-fw-bold.ep-text-small:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199px) {
  .event-page-section .emagic .ep-event-list-slider-container#ep_events_front_views_slider .ep-event-slider-nav .ep-event-rslides_nav {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event-page-section .emagic .ep-event-list-slider-container#ep_events_front_views_slider .ep-event-slider-nav .ep-event-rslides_nav .material-icons-outlined {
    font-size: 20px;
  }
}
.event-page-section .emagic .ep-event-list-rows-container .ep-box-search-form {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-event-list-item .ep-border-right {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-text-warning {
  display: none !important;
}
.event-page-section .emagic .ep-event-list-rows-container a.ep-fw-bold.ep-text-dark {
  font-family: "Frutiger LT Pro 45" !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #000000;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-text-small.ep-text-truncate {
  display: none;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-box-list-desc.ep-text-small.ep-mt-3.ep-content-truncate {
  font-family: "Open Sans" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 160% !important;
  color: #46512A !important;
  margin-top: 10px !important;
  --ep-line-clamp: 2 !important;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-box-col-6.ep-text-small.ep-bg-white {
  padding: 0 !important;
  border: 0 !important;
  flex: 1 !important;
  max-width: unset;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-box-list-item {
  border: 0 !important;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-box-row.ep-m-0 {
  border: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  gap: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .event-page-section .emagic .ep-event-list-rows-container .ep-box-row.ep-m-0 {
    flex-flow: column;
    gap: 20px !important;
  }
}
.event-page-section .emagic .ep-event-list-rows-container .ep-event-list-item.ep-border.ep-rounded.ep-text-small {
  border: 0 !important;
  margin-bottom: 30px !important;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-box-list-right-col.ep-rounded-tbr-right.ep-border-left {
  border: 0 !important;
  flex: unset;
  width: auto;
  max-width: unset;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .event-page-section .emagic .ep-event-list-rows-container .ep-box-list-right-col.ep-rounded-tbr-right.ep-border-left {
    width: 100% !important;
  }
  .event-page-section .emagic .ep-event-list-rows-container .ep-box-list-right-col.ep-rounded-tbr-right.ep-border-left .ep-list-view-pricing-area {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
}
.event-page-section .emagic .ep-event-list-rows-container .ep-align-self-end.ep-list-view-btn-area {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .event-page-section .emagic .ep-event-list-rows-container .ep-align-self-end.ep-list-view-btn-area {
    justify-content: flex-start;
  }
}
.event-page-section .emagic .ep-event-list-rows-container .ep-align-self-end.ep-list-view-btn-area a {
  background: transparent !important;
  width: fit-content;
  display: block;
}
.event-page-section .emagic .ep-event-list-rows-container .ep-align-self-end.ep-list-view-btn-area a .ep-btn {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  padding: 0 !important;
}
.event-page-section .emagic .ep-event-list-rows-container span.ep-fw-bold.ep-text-small {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.5s;
  gap: 10px;
}
.event-page-section .emagic .ep-event-list-rows-container span.ep-fw-bold.ep-text-small:after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.event-page-section .emagic .ep-event-list-rows-container span.ep-fw-bold.ep-text-small:hover {
  color: #F7A800 !important;
}
.event-page-section .emagic .ep-event-list-rows-container span.ep-fw-bold.ep-text-small:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.event-page-section .emagic .ep-event-list-rows-container .ep-event-list-view-action.ep-flex-wrap.ep-content-right span {
  font-family: "Open Sans" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #333333;
}
.event-page-section .emagic .ep-event-list-rows-container button#ep-loadmore-events {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  display: flex !important;
  align-items: center !important;
  text-transform: uppercase;
  color: #000000 !important;
  border: 1px solid #000 !important;
  justify-content: center !important;
  margin: 0 auto;
  gap: 10px;
  background: transparent !important;
  padding: 13px 24px !important;
  display: none !important;
}
.event-page-section .emagic .ep-event-list-rows-container button#ep-loadmore-events:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event-page-section .emagic .ep-event-list-rows-container button#ep-loadmore-events:hover {
  background: #F7A800 !important;
  border: 1px solid #F7A800 !important;
}
.event-page-section .emagic button#ep-loadmore-events {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  display: flex !important;
  align-items: center !important;
  text-transform: uppercase;
  color: #000000 !important;
  border: 1px solid #000 !important;
  justify-content: center !important;
  margin: 0 auto;
  gap: 10px;
  background: transparent !important;
  padding: 13px 24px !important;
  display: none !important;
}
.event-page-section .emagic button#ep-loadmore-events:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event-page-section .emagic button#ep-loadmore-events:hover {
  background: #F7A800 !important;
  border: 1px solid #F7A800 !important;
}

.emagic .ep-event-views-filter-group button.ep_event_view_filter svg {
  fill: rgb(0, 0, 0) !important;
}

.emagic .ep-btn-outline-primary {
  --ep-btn-color: rgb(0 0 0) !important;
  --ep-btn-border-color: rgb(0 0 0) !important;
}

#ep_event_search_form .ep_event_view_filter.ep-active-view {
  color: rgb(0, 0, 0) !important;
  background-color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.emagic .ep-event-views-filter-group button.ep_event_view_filter:hover {
  background-color: rgb(0, 0, 0) !important;
}

.emagic .ep-btn-outline-primary:hover {
  color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.ep-single-frontend-view-container .event-mini-list-view .ep-upcoming-title.ep-justify-content-center,
.ep-single-frontend-view-container .event-mini-list-view .ep-single-box-title.ep-organizer-name {
  font-family: "Frutiger LT Pro 45" !important;
  font-weight: 700 !important;
  color: #000000 !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-box-title .ep-text-dark {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 130% !important;
  color: #000000 !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-align-self-end.ep-p-2.ep-box-w-100 {
  padding: 0 !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-wishlist-action-wrap {
  display: none !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-box-title {
  margin: 10px 0 !important;
  white-space: unset !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-card-footer-wrap.ep-text-center {
  margin-top: 32px !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-box-card-desc.ep-text-small {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #46512A !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-box-card-venue.ep-card-venue.ep-text-muted.ep-text-truncate,
.ep-single-frontend-view-container .event-mini-list-view .ep-text-truncate.ep-address {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-px-3.ep-text-end {
  padding: 0 !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-mini-list-date.ep-d-flex.ep-content-right.ep-flex-wrap {
  text-align: left !important;
  justify-content: flex-start !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-box-col-12.event-mini-list-view {
  padding: 0 29px !important;
}
.ep-single-frontend-view-container .event-mini-list-view span.ep-card-event-date-start.ep-text-primary,
.ep-single-frontend-view-container .event-mini-list-view span.ep-event-date.ep-text-dark,
.ep-single-frontend-view-container .event-mini-list-view span.ep-event-date.ep-text-dark span {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: #333333 !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-event-list-price.ep-text-dark.ep-di-flex.ep-align-items-center.ep-mt-auto {
  display: none !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-card-footer.ep-border-top {
  padding: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  border: 0 !important;
}
.ep-single-frontend-view-container .event-mini-list-view .ep-btn.ep-btn-dark {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  padding: 0 !important;
}
.ep-single-frontend-view-container .event-mini-list-view span.ep-fw-bold.ep-text-small {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  gap: 10px;
}
.ep-single-frontend-view-container .event-mini-list-view span.ep-fw-bold.ep-text-small:after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.ep-single-frontend-view-container .event-mini-list-view span.ep-fw-bold.ep-text-small:hover {
  color: #F7A800 !important;
}
.ep-single-frontend-view-container .event-mini-list-view span.ep-fw-bold.ep-text-small:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1067px) {
  .ep-single-frontend-view-container .event-mini-list-view .ep-box-col-6.ep-p-4.ep-text-small {
    padding: 0 !important;
  }
  .ep-single-frontend-view-container .event-mini-list-view .ep-single-figure-box {
    margin-right: 0 !important;
  }
}

button#ep-loadmore-upcoming-event-eventtype,
button#ep-loadmore-upcoming-event-venue {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  display: flex !important;
  align-items: center !important;
  text-transform: uppercase;
  color: #000000 !important;
  border: 1px solid #000 !important;
  justify-content: center !important;
  margin: 0 auto;
  gap: 10px;
  background: transparent !important;
  padding: 13px 24px !important;
}

button#ep-loadmore-upcoming-event-venue:after,
button#ep-loadmore-upcoming-event-eventtype::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

button#ep-loadmore-upcoming-event-venue:hover,
button#ep-loadmore-upcoming-event-eventtype:hover {
  background: #F7A800 !important;
  border: 1px solid #F7A800 !important;
}

#ep-search-filters .ep-text-small,
#ep_event_various_filters_section .ep-text-small {
  font-size: 14px !important;
}

#ep_single_event_detail_page_content #ep-sl-right-area {
  display: none !important;
}
#ep_single_event_detail_page_content #ep-sl-left-area {
  flex: unset;
  max-width: 100%;
}
#ep_single_event_detail_page_content ul, #ep_single_event_detail_page_content ol, #ep_single_event_detail_page_content p {
  margin-bottom: 1.6em;
  font-size: 16px !important;
}
#ep_single_event_detail_page_content .ep-text-small {
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #333333 !important;
}
#ep_single_event_detail_page_content .ep-recurring-modal-icon.material-icons-outlined {
  color: #ffffff !important;
}
#ep_single_event_detail_page_content .ep-text-muted.ep-text-small span.ep-text-small.ep-text-uppercase {
  display: none !important;
}
#ep_single_event_detail_page_content #ep_single_event_image img {
  width: 100%;
}
#ep_single_event_detail_page_content #ep_single_event_image .ep-single-event-slide-container {
  width: 100%;
}
#ep_single_event_detail_page_content span#ep_single_event_start_end_diff {
  margin-left: 0 !important;
  position: relative;
  display: flex;
}
#ep_single_event_detail_page_content span#ep_single_event_start_end_diff:Before {
  content: "Duration:";
  margin-right: 10px;
  font-weight: 600;
}
#ep_single_event_detail_page_content ul.ep-calendar-exp-dropdown-content.ep-event-share.ep-m-0.ep-p-0 {
  padding-left: 0 !important;
  list-style: none !important;
}
#ep_single_event_detail_page_content li.ep-event-social-icon {
  margin-bottom: 0 !important;
}
#ep_single_event_detail_page_content .ep-calendar-exp-dropdown-content li a {
  font-size: 14px;
  line-height: 1.6;
}

.ep-single-box-desc {
  font-size: 16px !important;
}

ul.ep-single-box-details-meta li {
  font-size: 14px !important;
}

.emagic .ep-single-box-title-info .ep-single-box-title {
  font-weight: 700;
}

.team_grid_wrap .elementor-element.e-con-full .e-div-block-base {
  overflow-x: clip;
}
.team_grid_wrap .elementor-element.e-con-full .elementor-widget-image-box .elementor-image-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  padding-bottom: 115%;
}
.team_grid_wrap .elementor-element.e-con-full .elementor-widget-image-box .elementor-image-box-img img {
  transform: scale(1);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.team_grid_wrap .elementor-element.e-con-full .elementor-widget-social-icons {
  right: -100px !important;
  transition: all 0.5s;
}
.team_grid_wrap .elementor-element.e-con-full:hover .elementor-widget-image-box .elementor-image-box-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.team_grid_wrap .elementor-element.e-con-full:hover .elementor-widget-social-icons {
  right: 10px !important;
  transition: all 0.5s;
}

.team_loop_section .elementor-element.e-con-full .elementor-widget-social-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  left: 0;
  right: 0 !important;
  overflow: hidden;
}
.team_loop_section .elementor-element.e-con-full .e-div-block-base {
  padding: 0 20px 20px 20px;
}
.team_loop_section .e-loop-item .elementor-social-icons-wrapper {
  right: -100px !important;
  transition: all 0.5s;
  position: relative;
}
.team_loop_section .e-loop-item:hover .elementor-social-icons-wrapper {
  right: 0px !important;
  transition: all 0.5s;
}
.team_loop_section .e-loop-item .e-con-boxed {
  height: 100%;
}
.team_loop_section .e-loop-item .e-con-boxed .e-con-inner {
  height: 100%;
}
.team_loop_section .e-loop-item .e-con-boxed .e-con-inner .elementor-element.e-con-full {
  height: 100%;
}
.team_loop_section .e-loop-item .elementor-element.e-con-full {
  border-width: 1px 0 1px 1px !important;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .team_loop_section .e-loop-item .elementor-element.e-con-full {
    border-width: 1px !important;
    border-radius: 20px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .team_loop_section .e-loop-item:nth-child(n+1) .elementor-element.e-con-full {
    border-radius: 20px 0px 0px 20px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .team_loop_section .e-loop-item:nth-child(2n+1) .elementor-element.e-con-full {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 1025px) {
  .team_loop_section .e-loop-item:nth-child(2) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(6) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(10) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(14) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(18) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(22) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(26) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(30) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(34) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(38) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(42) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(46) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(50) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(54) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(58) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(62) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(66) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(70) .elementor-element.e-con-full {
    border-radius: 20px 0px 0px 20px;
  }
}
@media (max-width: 767px) {
  .team_loop_section .e-loop-item:nth-child(2) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(6) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(10) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(14) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(18) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(22) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(26) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(30) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(34) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(38) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(42) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(46) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(50) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(54) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(58) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(62) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(66) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(70) .elementor-element.e-con-full {
    border-width: 1px !important;
    border-radius: 20px !important;
  }
}
@media (min-width: 1025px) {
  .team_loop_section .e-loop-item:nth-child(5) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(9) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(13) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(17) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(21) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(25) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(29) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(33) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(37) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(41) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(45) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(49) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(53) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(57) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(61) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(65) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(69) .elementor-element.e-con-full {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (max-width: 767px) {
  .team_loop_section .e-loop-item:nth-child(5) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(9) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(13) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(17) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(21) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(25) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(29) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(33) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(37) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(41) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(45) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(49) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(53) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(57) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(61) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(65) .elementor-element.e-con-full, .team_loop_section .e-loop-item:nth-child(69) .elementor-element.e-con-full {
    border-width: 1px !important;
    border-radius: 20px !important;
  }
}
@media (min-width: 768px) {
  .team_loop_section .e-loop-item:last-child .elementor-element.e-con-full {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 0px 20px 20px 0px;
  }
}

.news_post_section .elementor-heading-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-family: "Frutiger LT Pro 45" !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  color: #000000;
}
@media (max-width: 1439px) {
  .news_post_section .elementor-heading-title {
    font-size: 20px;
  }
}
.news_post_section .elementor-widget-theme-post-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_post_section .e-loop-item.post, .news_post_section .ecs-post-loop.post {
  border: 1px solid #D2D8C0;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 20px 20px;
  overflow: hidden;
  position: relative;
}
.news_post_section .elementor-widget-image .elementor-widget-container a {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.65%;
  display: block;
}
.news_post_section .elementor-widget-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.news_post_section .e-loop-item.post:hover .elementor-widget-image img,
.news_post_section .ecs-post-loop.post:hover .elementor-widget-image img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.news_post_section .elementor-widget-image {
  margin-left: -20px;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px) !important;
}
.news_post_section .e-con-inner {
  gap: 20px !important;
}
.news_post_section .elementor-element.e-flex.e-con-boxed {
  height: 100%;
}
.news_post_section .elementor-widget-button {
  margin-top: auto;
}
.news_post_section .elementor-icon-list-item a {
  text-decoration: none !important;
  color: #000;
  pointer-events: none;
}
.news_post_section .elementor-widget-button {
  margin-top: auto;
}
.news_post_section .elementor-button .elementor-button-text {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news_post_section .elementor-button .elementor-button-text:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2026/04/btn-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news_post_section .elementor-button {
  width: 100%;
}
.news_post_section .elementor-widget-image + .elementor-widget-post-info {
  position: absolute;
  left: auto;
  right: 0;
  top: 10px;
}
.news_post_section .elementor-widget-image + .elementor-widget-post-info li.elementor-inline-item {
  background: #f7a800;
  padding: 2px 7px;
  margin: 0 !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
.news_post_section .elementor-widget-image + .elementor-widget-post-info span.elementor-icon-list-icon {
  display: none !important;
}
.news_post_section .elementor-widget-theme-post-featured-image {
  order: 0;
}
.news_post_section .elementor-widget-post-info {
  order: 1;
  font-size: 14px;
}
.news_post_section .elementor-widget-heading {
  order: 2;
}
.news_post_section .elementor-widget-theme-post-excerpt {
  order: 3;
}
.news_post_section .elementor-widget-button {
  order: 4;
}

nav.elementor-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7a800;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s;
}

nav.elementor-pagination .page-numbers:hover {
  background: #00A2E0;
}

nav.elementor-pagination .page-numbers.current {
  background: #00A2E0;
}

ul.taxonomy-filter {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-flow: wrap;
  justify-content: center;
}

ul.taxonomy-filter a {
  text-decoration: none !important;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  font-weight: 600;
}

ul.taxonomy-filter li:first-child a {
  border-color: #00a2e0;
  background: #00a2e0;
}

ul.taxonomy-filter:has(.active) li:first-child a {
  border-color: #000000;
  background: transparent;
}

ul.taxonomy-filter a:hover, ul.taxonomy-filter a.active, ul.taxonomy-filter:has(.active) li:first-child a:hover {
  border-color: #00a2e0;
  background: #00a2e0;
}

@media (min-width: 766px) {
  .single-post .custom-post-wrapper .custom-post-image-wrap {
    margin-right: 30px;
    width: 300px;
    float: left;
  }
}
.single-post .custom-post-wrapper .custom-post-image-wrap img {
  width: 100%;
}
.single-post .elementor-inline-items.elementor-icon-list-items.elementor-post-info a {
  pointer-events: none;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content h1, .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content h2, .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content h3, .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content h4, .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content h5, .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content h6, .single-post main [data-elementor-type=single-post] .custom-post-wrapper h1, .single-post main [data-elementor-type=single-post] .custom-post-wrapper h2, .single-post main [data-elementor-type=single-post] .custom-post-wrapper h3, .single-post main [data-elementor-type=single-post] .custom-post-wrapper h4, .single-post main [data-elementor-type=single-post] .custom-post-wrapper h5, .single-post main [data-elementor-type=single-post] .custom-post-wrapper h6 {
  margin-top: 24px;
  margin-bottom: 24px;
  display: contents;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content p:not(:last-child), .single-post main [data-elementor-type=single-post] .custom-post-wrapper p:not(:last-child) {
  margin-bottom: 24px;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content video, .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content iframe, .single-post main [data-elementor-type=single-post] .custom-post-wrapper video, .single-post main [data-elementor-type=single-post] .custom-post-wrapper iframe {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content ol, .single-post main [data-elementor-type=single-post] .custom-post-wrapper ol {
  list-style: decimal;
  padding-left: 20px !important;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content ol li, .single-post main [data-elementor-type=single-post] .custom-post-wrapper ol li {
  margin-bottom: 10px;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content ul, .single-post main [data-elementor-type=single-post] .custom-post-wrapper ul {
  list-style: disc;
  padding-left: 20px !important;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content ul li, .single-post main [data-elementor-type=single-post] .custom-post-wrapper ul li {
  margin-bottom: 10px;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content figure.gallery-item img, .single-post main [data-elementor-type=single-post] .custom-post-wrapper figure.gallery-item img {
  width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content .gallery-icon, .single-post main [data-elementor-type=single-post] .custom-post-wrapper .gallery-icon {
  line-height: 0;
  border-color: #D2D8C0 !important;
  position: relative;
  padding-bottom: 75% !important;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content figure.gallery-item, .single-post main [data-elementor-type=single-post] .custom-post-wrapper figure.gallery-item {
    max-width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content figure.gallery-item, .single-post main [data-elementor-type=single-post] .custom-post-wrapper figure.gallery-item {
    max-width: 50% !important;
  }
}
@media (max-width: 479px) {
  .single-post main [data-elementor-type=single-post] .elementor-widget-theme-post-content figure.gallery-item, .single-post main [data-elementor-type=single-post] .custom-post-wrapper figure.gallery-item {
    max-width: 100% !important;
  }
}

.comments-area .ast-comment-list .ast-comment header {
  background: #F7F9F1;
}
.comments-area .ast-comment-list .ast-comment .comment-edit-link, .comments-area .ast-comment-list .ast-comment .comment-reply-link {
  font-family: "Frutiger LT Pro 45" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
  gap: 10px;
  margin-top: 1em;
}
.comments-area .ast-comment-list .ast-comment .comment-edit-link::after, .comments-area .ast-comment-list .ast-comment .comment-reply-link::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='black'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.comments-area .ast-comment-list .ast-comment .comment-edit-link:hover, .comments-area .ast-comment-list .ast-comment .comment-reply-link:hover {
  color: #F7A800 !important;
  transition: all 0.5s;
}
.comments-area .ast-comment-list .ast-comment .comment-edit-link:hover::after, .comments-area .ast-comment-list .ast-comment .comment-reply-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.25C3.80109 11.25 3.61032 11.329 3.46967 11.4697C3.32902 11.6103 3.25 11.8011 3.25 12C3.25 12.1989 3.32902 12.3897 3.46967 12.5303C3.61032 12.671 3.80109 12.75 4 12.75V11.25ZM4 12.75H20V11.25H4V12.75Z' fill='%23F7A800'/%3E%3Cpath d='M14 6L20 12L14 18' stroke='%23F7A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
}