/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  font-family: "Lato", sans-serif;
}

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;
}

* {
  box-sizing: border-box;
}

button, a {
  outline: 0;
  cursor: pointer;
  appearance: none;
  font: inherit;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.wrap,
.wrap-middle-size {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.wrap {
  max-width: 1200px;
}

.wrap-middle-size {
  max-width: 900px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.bg-grey {
  background-color: #F3F5F8;
}

.bg-red {
  background-color: #cc0002;
}

.margin-0 {
  margin: 0 !important;
}

.margin-20 {
  margin: 20px 0 !important;
}

.margin-40 {
  margin: 40px 0 !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-100 {
  margin: 100px 0 !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.padding-20 {
  padding: 20px 0 !important;
}

.padding-50 {
  padding: 50px 0 !important;
}
@media only screen and (max-width: 768px) {
  .padding-50 {
    padding: 20px 0 !important;
  }
}

.padding-100 {
  padding: 100px 0 !important;
}
@media only screen and (max-width: 768px) {
  .padding-100 {
    padding: 30px 0 !important;
  }
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  .padding-bottom-100 {
    padding-bottom: 30px !important;
  }
}

.padding-top-0 {
  padding-top: 0 !important;
}

.font-white {
  color: #fff !important;
}

.hide-up {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .hide-up {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hide-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .display-desktop {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .display-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .display-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .display-mobile {
    display: block !important;
  }
}

.img {
  width: 100%;
  margin-bottom: 20px;
}

.center {
  text-align: center;
  /* margin-bottom: 15px; */
}

.zebra {
  background-color: #fff;
}
.zebra:nth-child(odd) {
  background-color: #F3F5F8;
}

.svg-icon {
  position: relative;
  /* top: 0; */
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.svg-icon img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  filter: invert(33%) sepia(94%) saturate(6057%) hue-rotate(345deg) brightness(73%) contrast(133%);
}

.show {
  display: inline;
}

.hide {
  display: none;
}

h1, .h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 21px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

h6, .h6 {
  font-size: 18px;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
p + p {
  margin-top: 15px;
}

b {
  font-weight: 900;
}

a:not([class]) {
  /* font-size: 14px; 
  line-height: 24px;*/
  text-decoration: underline;
}
a:not([class]):hover {
  text-decoration: none;
}

.large {
  font-size: 20px;
  line-height: 30px;
}

ul:not([class]) {
  list-style-type: disc;
  margin-bottom: 15px;
}
ul:not([class]) li {
  margin-left: 17px;
}
ul:not([class]) li::marker {
  color: #cc0002;
}

li:not([class]) {
  display: list-item;
  line-height: 24px;
}

ol:not([class]) {
  list-style-type: decimal;
  margin-bottom: 15px;
}
ol:not([class]) li {
  margin-left: 18px;
}

.section-title {
  font-size: 36px !important;
  font-weight: 700;
  padding: 50px 0 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .section-title {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    padding: 20px 0;
    font-size: 26px !important;
  }
}

.block-title {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .block-title {
    margin: 0 0 10px;
  }
}

.photo-title-text img {
  width: 100%;
}

.buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.button {
  /* &:not(b) { */
  width: auto;
  background-color: #10066D;
  color: #fff;
  border: 0;
  padding: 15px 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border-radius: 6px;
  /* text-transform: uppercase; */
  transition: 0.6s ease;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
  /* } */
}
.button:hover {
  opacity: 0.7;
}
.button:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .button {
    width: 100%;
    margin-bottom: 10px;
  }
  .button:first-child {
    margin-right: 0;
  }
}

.button-simple {
  background-color: #F3F5F8;
  border: 1px solid #10066D;
  border-radius: 6px;
  padding: 15px 60px;
  color: #10066D;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  /* text-transform: uppercase; */
  text-decoration: none;
  transform: 0.3s ease;
  margin-bottom: 10px;
  text-align: center;
}
.button-simple:hover {
  opacity: 0.7;
}
.button-simple.nav-link-ticket {
  font-size: 16px;
  padding: 8px 30px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .button-simple {
    width: 100%;
    margin-bottom: 10px;
  }
  .button-simple:first-child {
    margin-right: 0;
  }
}

a.button-simple:hover {
  opacity: 0.7;
}

.iframe {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  margin: 15px 0 25px;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.block {
  margin-bottom: 40px;
}
.block.bg-gradient h2, .block.bg-gradient p {
  color: #fff;
}

.body-holder {
  position: relative;
  overflow: hidden;
}

.scrollToTop {
  display: block;
  position: fixed;
  border: 1px solid #313131;
  background-color: rgba(49, 49, 49, 0.5);
  transition: 0.3s ease;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
}
.scrollToTop svg {
  display: inline-block;
  height: 30px;
  fill: #fff;
}
.scrollToTop:hover {
  background-color: #10066D;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .scrollToTop {
    right: 20px;
  }
}

.visible {
  opacity: 1;
  visibility: visible;
}

.display-block {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 10px 0;
  z-index: 100;
  width: 100%;
}

.header-logo {
  display: block;
  height: 60px;
}

.header-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.nav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: #fff;
}
@media only screen and (min-width: 1150px) {
  .nav {
    background-color: #fff;
    display: block;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}

.nav-list {
  display: block;
  padding: 10px 10px 0;
  height: 100%;
  overflow: scroll;
}
@media only screen and (min-width: 1150px) {
  .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
}

.nav-item {
  margin: 0 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  margin-bottom: 7px;
  border-bottom: 3px solid transparent;
  /* &:last-child {
  	border-bottom: 1px solid $blue;
  } */
}
.nav-item.highlight {
  background-color: #10066D;
}
.nav-item.highlight a {
  color: #fff;
}
@media only screen and (min-width: 1150px) {
  .nav-item.highlight {
    background-color: #fff;
    border-color: #10066D;
    border-radius: 0;
    border-bottom: 3px solid #10066D;
    transition: border-color 0.3s ease;
  }
  .nav-item.highlight a {
    color: #10066D;
  }
}
@media only screen and (min-width: 1150px) {
  .nav-item {
    display: inline-block;
    background-color: #fff;
    padding: 0;
    /* &:not(:last-child) {
    	border: 0;
    } */
  }
}
.nav-item:last-child .nav-link {
  border: none !important;
}

.nav-link {
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
  color: #313131;
  display: block;
  padding: 7px 0;
  border-bottom: 3px solid transparent;
}
.nav-link.highlight, .nav-link:hover, .nav-link:active {
  border-color: #10066D;
  border-bottom: 3px solid #10066D;
  transition: border-color 0.3s ease;
  color: #10066D;
}
@media only screen and (max-width: 768px) {
  .nav-link.highlight, .nav-link:hover, .nav-link:active {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1150px) {
  .nav-link {
    display: inline-block;
    font-weight: 700;
    /* padding: 0; */
  }
}
.nav-link img, .nav-link svg {
  width: auto;
  margin: auto;
  border: 1px solid #313131;
  border-radius: 5px;
  vertical-align: sub;
}

.nav-language {
  display: block;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .nav-language {
    display: inline !important;
  }
}

/* .highlight {
	position: relative;
	color: $white;
	background-color: $blue;
	z-index: 1;
	&::after {
		content: '';
		position: absolute;
		top: -1px;
		left: -5px;
		width: calc(100% + 10px);
		height: calc(100% + 4px);
		z-index: -1;
		border-radius: 8px;
	}
	&:hover {
		opacity: 0.7;
	}
	@include breakpoint(tablet) {
		&::after {
			height: calc(100% + 4px);
		}
	}
} */
.active {
  color: #10066D;
}

.toggle {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
  border: 0;
}
@media only screen and (min-width: 1150px) {
  .toggle {
    display: none;
  }
}

.toggle-line {
  width: 100%;
  height: 4px;
  background-color: #313131;
  position: absolute;
  top: 22px;
  left: 0;
  border-radius: 4px;
}
.toggle-line::before, .toggle-line::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #313131;
  position: absolute;
  left: 0;
  border-radius: 4px;
}
.toggle-line::before {
  top: 10px;
}
.toggle-line::after {
  top: -10px;
}

.toggle-active .toggle-line {
  background-color: transparent;
}
.toggle-active .toggle-line::before {
  top: 0;
  transform: rotate(45deg);
}
.toggle-active .toggle-line::after {
  top: 0;
  transform: rotate(-45deg);
}

.footer {
  background: linear-gradient(to right, #10066d, #cc0002);
  color: #fff;
  padding: 20px 0;
  /* @include breakpoint(tablet) {
      padding: 5px 0;
  } */
}

.footer-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-img {
  display: none;
  height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .footer-img {
    display: block;
  }
}

.footer-text,
.footer-text a,
.footer-link {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.footer-link {
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}

.layout-row {
  position: relative;
  display: block;
  margin: 40px auto;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .layout-row {
    display: flex;
    flex-wrap: wrap;
  }
}

.layout-col {
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .layout-col {
    flex: 1 1 60%;
    max-width: 60%;
  }
  .layout-col + .layout-col {
    flex: 1 1 40%;
    max-width: 40%;
  }
}

.layout-img, section > img {
  width: 100%;
  margin-bottom: 20px;
}

.body-holder {
  padding-top: 80px;
}

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.sponsor-item {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 10px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .sponsor-item {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding: 5px;
  }
}

.sponsor-link {
  display: block;
  text-decoration: none;
}
.sponsor-link:hover {
  opacity: 0.7;
}

.sponsor-img, .sponsor-item img {
  display: block;
  margin: 0 auto;
  max-height: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .sponsor-img, .sponsor-item img {
    max-height: 58px;
  }
}

.partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.partner-container .partner-item {
  width: 31%; /* Maximum 3 items per row */
  max-width: 300px; /* Adjust this value as needed */
  text-align: center;
  margin-bottom: 20px;
}
.partner-container .partner-item h3 {
  margin-bottom: 15px;
}
.partner-container .partner-item .bordered-item {
  background: #fff;
  width: 100%;
  padding-top: 99%; /* Create a square aspect ratio */
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden; /* Hide overflow content */
}
.partner-container .partner-item .bordered-item img {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: auto; /* Maintain aspect ratio */
  border-radius: 10px; /* Apply border radius to the image */
}
.partner-container .partner-item .bordered-item h2,
.partner-container .partner-item .bordered-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 25px 10px;
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background for text */
  border-bottom-left-radius: 10px; /* Match border radius of image */
  border-bottom-right-radius: 10px; /* Match border radius of image */
  text-align: center;
  margin: 0; /* Remove default margin */
}
.partner-container .partner-item .bordered-item h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.partner-container .partner-item .bordered-item p {
  font-size: 1.5rem;
  color: #555;
}
.partner-container .partner-item .bordered-item svg {
  position: relative;
  top: 3px;
  right: 5px;
}
@media only screen and (max-width: 768px) {
  .partner-container .partner-item {
    width: 60%; /* Full width on smaller screens */
    max-width: none; /* Remove max-width on smaller screens */
  }
}

.organizer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-bottom: 50px;
  /* @media (max-width: 768px) {
  	.organizer-item {
  		width: 60%;
  		max-width: none;
  	}
  } */
}
.organizer-container .organizer-item {
  width: 270px; /* Maximum 3 items per row */
  height: 127px;
  max-width: 300px; /* Adjust this value as needed */
  text-align: center;
  margin-bottom: 20px;
}
.organizer-container .organizer-item .bordered-item {
  background: #fff;
  width: 270px;
  height: 127px;
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.organizer-container .organizer-item .bordered-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .organizer-container {
    padding-bottom: 30px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}

.form-item {
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.form-item .button {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .form-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

.form-error {
  color: #cc0002;
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .form-item-full {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.form-label {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #313131;
  font-weight: 700;
}

.form-inp {
  display: block;
  width: 100%;
  margin-top: 5px;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #313131;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-cbx {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.form-cbx + span {
  vertical-align: middle;
}

.form-newsletter {
  width: 100%;
  max-width: 218px;
  margin: 0 auto;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}
@media only screen and (max-width: 768px) {
  .form-newsletter {
    max-width: 100%;
  }
}

.response-output {
  font-size: 24px;
  margin: 20px 0;
}

.gallery-wrap {
  margin: 0 -15px;
}
.gallery-wrap .slick-list {
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .gallery-wrap {
    margin: 0;
  }
}

.gallery {
  width: 80%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .gallery {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
}

.gallery-item {
  padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .gallery-item {
    padding: 5px;
    flex: 1 1 50%;
    max-width: 50%;
  }
}

.gallery-thumb {
  display: block;
}
.gallery-img, .gallery-thumb > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  .gallery-img, .gallery-thumb > img {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .gallery-img, .gallery-thumb > img {
    height: 220px;
  }
}

.details {
  display: block;
  margin: 20px 0;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .details {
    margin: 0;
  }
}

.details-item {
  display: block;
  position: relative;
  padding: 50px;
}
.details-item a {
  color: #cc0002;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .details-item {
    padding: 15px 0px 15px 30px;
  }
}

.details-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.details-desc,
.details-link {
  /* font-size: 14px;
  line-height: 16px; */
  display: block;
  text-decoration: none;
}
.details-desc span,
.details-link span {
  display: block;
}

.details-link {
  color: #cc0002;
}
.details-link:hover {
  text-decoration: underline;
}

.details-icon {
  position: absolute;
  /* top: 0; */
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.details-icon svg,
.details-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  filter: invert(33%) sepia(94%) saturate(6057%) hue-rotate(345deg) brightness(73%) contrast(133%);
}
@media only screen and (min-width: 1150px) {
  .details-icon svg,
  .details-icon img {
    left: 100%;
    height: 26px;
  }
}

.social-media {
  position: relative;
}

.social-media-holder {
  padding: 10px 20px;
}

.social-media-title {
  text-align: center;
  font-weight: 700;
}

.social-media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.social-media-item {
  display: inline-block;
  /*  margin: 5px; */
}

.social-media-link {
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.social-media-link svg,
.social-media-link img {
  height: 50px;
  display: inline-block;
  transition: 0.3s ease;
  fill: #10066D;
}
.social-media-link:hover svg {
  transform: scale(1.2);
}

.info {
  /* position: absolute; */
  padding: 20px 0;
  bottom: 0;
  /* opacity: 0.9; */
  background-color: #fff;
  text-align: center;
  width: 100%;
}

.info-container {
  /* display: flex;
  flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-container {
    justify-content: space-between;
  }
}

.info-title {
  color: #cc0002;
  font-size: 28px;
  /* line-height: 34px; */
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1150px) {
  .info-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.info-holder {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.info-holder img {
  margin: 15px 10px;
}
.info-holder p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-holder {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .info-holder img {
    margin: 0 10px;
  }
}

.team-item-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.team-item {
  width: calc(33.33% - 20px);
  margin: 10px;
  display: flex;
  align-items: top;
}
.team-item .team-photo {
  flex: 0 0 30%;
  margin-right: 10px;
}
.team-item .team-info {
  flex: 1;
  padding: 0 10px;
}
.team-item .team-info .team-name {
  margin-bottom: 10px;
}
.team-item .team-info .team-contact {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.team-item .team-info .team-contact a {
  color: #cc0002;
  text-decoration: none;
}
.team-item .team-info .team-contact svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #cc0002; /* Color the SVG icons red */
}
.team-item .team-info .team-contact .team-phone-icon {
  vertical-align: middle; /* Align the phone icon with the first line of phone numbers */
}
.team-item .team-info .team-contact .team-phone-numbers {
  display: flex;
  flex-direction: column;
}
.team-item .team-info .team-contact .team-phone-numbers span {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .team-item {
    width: 100%;
  }
  .team-item .team-info {
    padding: 0; /* Remove padding on mobile */
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  /* height: 100%; */
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide a {
  text-decoration: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.slick-slide {
  padding: 10px;
}

.slick-slider {
  /* Remove border from the carousel */
  border: none;
  /* margin-bottom: 100px; */
}

.slick-bordered-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  max-width: 250px; /* Maximum width for bordered items */
  margin: 0 auto; /* Center the items horizontally */
  height: 250px; /* Set the height to match the max-width */
  display: flex; /* Use flexbox for centering */
  flex-direction: column; /* Stack content vertically */
  justify-content: space-between; /* Align content vertically */
}
@media only screen and (max-width: 768px) {
  .slick-bordered-item {
    height: 150px;
  }
}
.slick-bordered-item p svg {
  position: relative;
  top: 4px;
  right: 5px;
}

.slick-item img {
  width: calc(100% - 40px); /* Calculate width minus padding */
  box-sizing: border-box; /* Include padding in the width */
  border-radius: 5px;
  margin: auto; /* Center the image horizontally and vertically */
  display: block; /* Prevent extra space below the image */
}
@media only screen and (max-width: 768px) {
  .slick-item img {
    width: 100%;
  }
}

.slick-item p {
  font-size: 18px;
  text-align: center;
}

.counter-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-block .button-simple {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .counter-block {
    /* justify-content: space-between; */
    /* .button-simple {
        margin: 15px 0;
        display: inline-block;
    } */
  }
}

.counter-block-title {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .counter-block-title {
    display: inline-block;
  }
}

.counter-block-holder {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .counter-block-time {
    margin-left: 20px;
  }
}

.counter-icon {
  display: inline-block;
  margin-right: 20px;
}
.counter-icon svg,
.counter-icon img {
  display: inline-block;
  height: 40px;
  width: auto;
  filter: invert(100%) sepia(4%) saturate(1068%) hue-rotate(274deg) brightness(119%) contrast(100%);
}

.timer {
  display: block;
}

.timer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.timer-row + .timer-row {
  margin-top: 5px;
}

.timer-col {
  font-weight: 700;
  margin-right: 15px;
  position: relative;
}

.timer-row-number .timer-col {
  font-size: 34px;
  line-height: 36px;
}
.timer-row-number .timer-col:not(:last-child)::after {
  content: ":";
  margin-left: 15px;
}

.info-section {
  position: relative;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section {
    padding: 0 20px 0 0;
  }
}

.info-section-holder {
  display: block;
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
}
@media only screen and (min-width: 1150px) {
  .info-section-holder {
    justify-content: flex-start;
  }
}

.info-section-wrap {
  display: block;
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-wrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.info-section-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-item {
    border: 0;
    padding-bottom: 0;
    display: block;
    max-width: 120px;
    flex: 0 0 120px;
    min-height: 120px;
    margin-right: 15px;
  }
  .info-section-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1150px) {
  .info-section-item {
    max-width: 140px;
    flex: 0 0 140px;
    min-height: 140px;
  }
}

.info-section-content {
  flex: 1 1 calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-content {
    display: none;
  }
}

.info-section-subtitle,
.info-section-desc {
  font-size: 16px;
  line-height: 18px;
  color: rgba(49, 49, 49, 0.8);
  display: block;
}

.info-section-subtitle {
  font-weight: 700;
  margin-bottom: 5px;
}

.info-section-btn-text {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-btn-text {
    display: inline-block;
  }
}

.info-section-btn {
  background: linear-gradient(to right, #10066d, #cc0002);
  display: block;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  padding: 10px;
  max-width: 140px;
  flex: 0 0 140px;
  min-height: 140px;
  width: 100%;
  font-size: 16px;
}
.info-section-btn:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-btn {
    background: transparent;
    max-width: 120px;
    flex: 0 0 120px;
    min-height: 120px;
  }
}

.info-section-link {
  background: linear-gradient(to right, #10066d, #cc0002);
  display: inline-block;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  padding: 10px;
  max-width: 160px;
  text-align: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.info-section-link:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-link {
    margin-bottom: 0;
  }
}

.info-section-icon {
  position: relative;
  display: inline-block;
}
.info-section-icon svg,
.info-section-icon img {
  height: 80px;
  display: block;
  width: auto;
  filter: invert(100%) sepia(4%) saturate(1068%) hue-rotate(274deg) brightness(119%) contrast(100%);
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-icon {
    display: none;
  }
}

.info-section-details {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-details {
    display: none;
  }
}

.info-section-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #313131;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .info-section-title {
    color: #fff;
  }
}

.info-section-text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #313131;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
  	 This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* .lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/vendor/loading.gif) no-repeat;
} 

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/vendor/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
} 

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/vendor/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
*/
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* .lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/vendor/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
} */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.banner {
  position: relative;
  overflow: hidden;
  /* padding-bottom: 56%; */
}

.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .button {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 5;
}

.banner-slide {
  position: relative;
  overflow: hidden;
  height: calc(60vh - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .banner-slide {
    height: calc(50vh - 80px);
  }
}
@media only screen and (max-width: 768px) {
  .banner-slide {
    height: calc(40vh - 80px);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-slide {
    height: 70vh;
  }
}

.banner-slide-gallery {
  position: relative;
  overflow: hidden;
  height: calc(60vh - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .banner-slide-gallery {
    height: calc(50vh - 80px);
  }
}
@media only screen and (max-width: 768px) {
  .banner-slide-gallery {
    height: calc(50vh - 80px);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-slide-gallery {
    height: 70vh;
  }
}

.banner-iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.banner-img, .banner-slide > img, .banner-slide-gallery > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.banner-content {
  background: linear-gradient(to right, #10066d, #cc0002);
  max-width: 120px;
  min-height: 120px;
  padding: 25px;
  border-radius: 50% 0 50% 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 5;
}
.banner-content p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
}
.banner-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .banner-content {
    max-width: 150px;
    min-width: 150px;
    min-height: 150px;
    padding: 20px;
  }
  .banner-content p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1150px) {
  .banner-content {
    max-width: 210px;
    min-width: 210px;
    min-height: 210px;
    padding: 35px;
  }
  .banner-content p {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-content h2 {
    font-size: 60px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 110;
  display: none;
}
@media only screen and (min-width: 1150px) {
  .modal {
    background-color: rgba(0, 0, 0, 0.7);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.modal-opened {
  display: block;
}
@media only screen and (min-width: 1150px) {
  .modal-opened {
    display: flex;
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.modal-close:hover .modal-close-line::before, .modal-close:hover .modal-close-line::after {
  background-color: #cc0002;
}
@media only screen and (min-width: 1150px) {
  .modal-close {
    right: 22px;
  }
}

.modal-inner {
  padding: 40px 0;
}
@media only screen and (min-width: 1150px) {
  .modal-inner {
    padding: 40px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
}

.modal-close-line {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 4px;
}
.modal-close-line::before, .modal-close-line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #313131;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 4px;
}
.modal-close-line::before {
  transform: rotate(45deg);
}
.modal-close-line::after {
  transform: rotate(-45deg);
}

/* 
.modal-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    @include breakpoint(desktop) {
        flex: 1 1 33.33%;
        max-width: 33.33%;
        padding-right: 20px;
    }
}

.modal-thumb {
    max-width: 160px;
    flex: 0 0 160px;
    height: 160px;
    position: relative;
    border: 1px solid $black;
    border-radius: 25px;
    > img {
        @extend .modal-img;
    }
}

.modal-details {
    flex: 1 1 calc(100% - 180px);
    max-width: calc(100% - 180px);
    margin-left: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba($grey, 0.3);
    display: flex;
    flex-wrap: wrap;
    @include breakpoint(desktop) {
        padding-left: 0;
        margin-left: 20px;
    }
}

.modal-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}



.modal-container {
    padding: 0 0 20px;
    display: block;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 198px);
    @include breakpoint(desktop) {
        max-height: calc(100vh - 340px);
        display: flex;
        flex-wrap: wrap;
    }
}

.modal-header {
    padding-bottom: 20px;
}

.modal-subtitle {
    font-size: 16px;
    line-height: 18px;
    color: rgba($grey, 0.7);
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 6px;
}

.modal-content {
    padding-top: 15px;
    display: block;
    position: relative;
}

.modal-info {
    span {
        display: block;
        color: rgba($grey, 0.7);
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 6px;
        &:last-child {
            padding-bottom: 25px;
            padding-right: 90px;
        }
    }
}

.modal-mark {
    max-width: 80px;
    max-height: 50px;
    display: inline-block;
    object-fit: contain;
    object-position: center;
    position: absolute;
    right: -10px;
    bottom: 0;
}

.modal-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    label {
        margin-right: 6px;
    }
}
 */
.modal-brand.fade .modal-dialog .modal-content {
  max-height: 80vh;
  overflow: auto;
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Adjust spacing between image and details */
  margin-bottom: 15px; /* Adjust margin between rows */
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-image {
  width: 115px;
  height: 115px;
  border: 1px solid #ccc;
  border-radius: 10px; /* Rounded border */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  padding: 10px; /* Padding */
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-image img {
  max-width: 100%;
  max-height: 100%;
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-details-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 135px); /* Adjust width for details */
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-details-row .modal-details {
  display: flex;
  align-items: center;
  margin-top: 10px; /* Adjust margin between details */
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-details-row .modal-details .modal-svg {
  margin-bottom: 10px; /* Adjust margin between SVG and text */
  margin-right: 10px;
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-details-row .modal-details .modal-svg img {
  max-width: 50px;
  max-height: 50px;
  display: block; /* Ensure SVG image is block-level */
  margin: 0 auto; /* Center horizontally */
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-details-row .modal-details .modal-text {
  text-align: left;
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-details-row .modal-details .modal-text p {
  margin: 0;
}
.modal-brand.fade .modal-dialog .modal-content .modal-body .modal-row .modal-details-row .modal-details .modal-text p:last-child {
  font-weight: bold;
}
.modal-brand.fade .modal-dialog .modal-content .modal-body p {
  margin-bottom: 10px; /* Adjust margin between paragraphs */
}
.modal-brand.fade .modal-dialog .modal-content .modal-body h5 {
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 20px; /* Adjust margin between title and paragraph */
}
.modal-brand.fade .modal-dialog .modal-footer {
  display: flex;
  justify-content: center;
}

.pofLogo svg {
  max-width: 350px;
}

.bg-gradient {
  /* padding: 50px 0; */
  color: #fff;
  position: relative;
  text-align: center;
  /* @include breakpoint(mobile){
  	padding: 20px 0;
     } */
}
.bg-gradient::after {
  background: linear-gradient(to right, #10066d, #cc0002);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  min-width: calc(100% + 20px);
}
.bg-gradient .gradient-title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .bg-gradient .gradient-title {
    font-size: 26px;
    padding-bottom: 15px;
  }
}
.bg-gradient .gradient-lead {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .bg-gradient .gradient-lead {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.bg-gradient .gradient-text,
.bg-gradient .gradient-text p {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .bg-gradient .gradient-text,
  .bg-gradient .gradient-text p {
    font-size: 14px;
  }
}
.bg-gradient.gradient-left::after {
  right: -15px;
  width: calc(100% + 30px);
}
.bg-gradient.gradient-no-down::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .bg-gradient.gradient-left::after {
    right: 0;
    width: calc(100% + 15px);
  }
  .bg-gradient.gradient-no-down::after {
    display: block;
  }
}
@media only screen and (min-width: 1150px) {
  .bg-gradient.gradient-left::after {
    width: calc(100% + (100vw - 1170px) / 2);
  }
}

/* .location-container {
	.location-row {
		display: flex;
		flex-wrap: wrap; // Allow items to wrap to the next row if needed

		.location-item {
			flex: 1 1 50%; // Equal width for each item, with wrapping if necessary
			padding: 20px;
			border-bottom: 1px solid $darkGrey; // Default bottom border for every item
			background-color: $silver;

			&:first-child {
				border-right: 1px solid $darkGrey; // Border-right for every first item

				@media (max-width: 768px) {
					border-right: none; // Remove border-right for mobile devices
				}
			}

			@media (max-width: 768px) {
				flex-basis: 100%; // Full width for items on mobile devices
				border-right: none; // Remove border-right for mobile devices
			}
		}

		@media (min-width: 768px) {
			&:last-child {
				.location-item {
					border-bottom: none; // Remove bottom border from every item in the last .location-row
				}
			}
		}

		@media (max-width: 768px) {
			&:last-child {
				.location-item:last-child {
					border-bottom: none; // Remove bottom border from the last item in the last .location-row for mobile
				}
			}
		}
	}
} */
.location-container {
  display: flex;
  padding: 50px 0;
  flex-wrap: wrap;
}
.location-container .location-item {
  flex: 1 1 50%;
  border-bottom: 1px solid #ccc;
}
.location-container .location-item:first-child {
  border-right: 1px solid #ccc;
}
.location-container .location-item div {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .location-container .location-item {
    flex-basis: 100%;
    border-right: none;
  }
  .location-container .location-item:first-child {
    border-right: none;
  }
  .location-container .location-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .location-container .location-item:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  .location-container .location-item:last-child {
    border-bottom: none;
  }
  .location-container .location-item:nth-last-child(1):nth-child(odd) {
    flex: 0 0 50%;
  }
  .location-container .location-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .location-container {
    padding: 0;
  }
}

.exhibitors {
  display: flex;
  flex-wrap: wrap;
}

.exhibitor {
  width: calc(33.33% - 15px); /* Adjust margin for spacing between items */
  height: 115px;
  margin: 7px;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.exhibitor a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.exhibitor-picture {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.exhibitor-picture img {
  max-width: 80%;
  max-height: 80%;
}

.exhibitor-details {
  width: 66.66%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center text vertically */
  padding: 10px;
}
.exhibitor-details h6 {
  font-weight: bold !important;
}
.exhibitor-details p {
  margin-bottom: 10px;
  line-height: 18px;
}

.location {
  display: flex;
  align-items: center;
}
.location img {
  fill: #cc0002; /* Red SVG icon color */
  margin-right: 5px; /* Space between icon and text */
  order: -1; /* Move the image to the left */
}

.exhibitor-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px 10px 10px;
}

.exhibitor-sort-left {
  text-align: left;
}

.exhibitor-sort-right {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.exhibitor-sort-arrows {
  display: flex;
  align-items: center;
  margin-left: 15px;
  text-decoration: none;
  color: #000;
}
.exhibitor-sort-arrows svg {
  margin-left: 10px;
}

.exhibitor-sort-arrows img {
  margin-right: 5px;
}

.rotate-arrow {
  transform: rotate(180deg); /* Rotate the arrow 180 degrees clockwise */
}

.search-container {
  position: relative;
  width: 100%;
  display: inline-block;
}

.search-input {
  width: 100%;
  padding: 8px 30px 8px 10px; /* Adjust padding to make room for the icon */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.multiselect-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.multiselect-container .multiselect {
  display: inline-block;
  position: relative;
  width: 100%;
}
.multiselect-container .multiselect .dropdown-arrow {
  margin-left: 10px; /* Adjust margin as needed */
  fill: none;
  stroke: #444444;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.multiselect-container .multiselect .select-box {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 7px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.multiselect-container .multiselect .select-box .dropdown-arrow {
  margin-left: 10px;
  fill: none;
  stroke: #444444;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.multiselect-container .multiselect .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  z-index: 1000;
}
.multiselect-container label {
  display: block;
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.multiselect-container label:last-child {
  border-bottom: none;
}
.multiselect-container label:hover {
  background-color: #F3F5F8;
}
.multiselect-container label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.multiselect-container label input[type=checkbox]:checked {
  position: relative;
  top: 2px;
  background-color: transparent;
}
.multiselect-container label input[type=checkbox]:checked::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #10066D;
  border-radius: 3px;
  position: absolute;
  top: -4px;
  left: -1px;
  background: #fff;
}
.multiselect-container label input[type=checkbox]:checked::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #10066D;
  border-radius: 1px;
  position: absolute;
  top: 0px;
  left: 3px;
}

.exhibitor-search {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.exhibitor-search-element {
  width: calc(33.33% - 15px);
  height: 50px;
  margin: 7px;
}

@media only screen and (max-width: 768px) {
  .exhibitor, .exhibitor-search-element {
    width: 100%;
  }
}
.tag-container {
  display: inline-block;
  margin: 5px;
}

.tag {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 20px;
  color: #000;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag .remove-button {
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  margin-left: 5px;
  cursor: pointer;
}
.tag .remove-button:hover {
  color: #cc0002;
}

/*# sourceMappingURL=style.css.map */
