/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss ***!
  \**************************************************************************************************************************************************************************/
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
@font-face {
  font-family: "Source Code Pro";
  src: url(../fonts/SourceCodePro-Bold.woff2) format("woff2"), url(../fonts/SourceCodePro-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url(../fonts/SourceCodePro-Light.woff2) format("woff2"), url(../fonts/SourceCodePro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url(../fonts/SourceCodePro-Medium.woff2) format("woff2"), url(../fonts/SourceCodePro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url(../fonts/SourceCodePro-Regular.woff2) format("woff2"), url(../fonts/SourceCodePro-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url(../fonts/SourceCodePro-SemiBold.woff2) format("woff2"), url(../fonts/SourceCodePro-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BebasNeue-Regular.woff2) format("woff2"), url(../fonts/BebasNeue-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/* Text-level semantics */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
audio,
video,
iframe {
  display: block;
  max-width: 100%;
}

/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: pxtopercent(16px);
  text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Source Code Pro", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  background-image: url(../images/bg-pattern.png);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
}
body.scroll-fixed {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 0.938rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h1 span,
.h1 span {
  font-weight: 400;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  margin-bottom: 0.938rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2 span,
.h2 span {
  font-weight: 400;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.938rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h3 span,
.h3 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.938rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4 span,
.h4 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.938rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5 span,
.h5 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  margin-bottom: 0.938rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6 span,
.h6 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

.eyebrow-text {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}
.eyebrow-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ffa34d;
}

:is(ul, ol) {
  --ulol-left-padding: 1.25rem;
  margin-bottom: 0.938rem;
  padding-left: var(--ulol-left-padding);
}
:is(ul, ol) li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}

ul > li::marker {
  font-size: 1.2em;
  color: #fff;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-left: 0.25rem solid #fff;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 1.875rem auto;
  border: 0 #000 solid;
  border-top-width: 0.063rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link */
a {
  color: #fff;
  text-decoration: underline;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  outline: none;
  text-decoration: none;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.188rem;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  font-weight: normal;
  text-align: left;
}

.table-responsive {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #dee3e2;
  vertical-align: bottom;
}

/* stylelint-disable selector-class-pattern */
.fancybox__content > .carousel__button.is-close {
  top: -3.125rem;
  right: 0;
}

/* stylelint-enable selector-class-pattern */
/**
 * Main content containers
 */
:root {
  --gutter: 2.5rem;
}
@media (max-width: 1199px) {
  :root {
    --gutter: 1.875rem;
  }
}
@media (max-width: 767px) {
  :root {
    --gutter: 1.25rem;
  }
}

.alignfull, .alignwide, .container-fluid, .container {
  width: min(100% - var(--gutter) * 2, var(--container-width, 100%));
  margin-right: auto;
  margin-left: auto;
}

.container {
  --container-width: 68.125rem;
}
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/* display helpers */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* alignment helpers */
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* background and text color */
.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-dark {
  background-color: #333333;
}

.text-dark {
  color: #333333;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/* responsive variants */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30,
  .m-md-30,
  .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30,
  .p-md-30,
  .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30,
  .m-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30,
  .p-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30,
  .p-md-30,
  .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30,
  .p-md-30,
  .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/* WordPress default alignment */
.alignwide {
  --container-width: 68.125rem;
}

button, input[type=button],
input[type=reset],
input[type=submit], .btn {
  --focuc-outline-space: -1px;
  user-select: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0.75rem 2.125rem;
  border: none;
  border-radius: 0.625rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background-color: #333333;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
@media (max-width: 767px) {
  button, input[type=button],
  input[type=reset],
  input[type=submit], .btn {
    font-size: 1.25rem;
  }
}
button::before, input[type=button]::before,
input[type=reset]::before,
input[type=submit]::before, .btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: var(--focuc-outline-space);
  border: 1px solid #fff;
  border-radius: inherit;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
button:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, a:hover button, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
button:focus, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus {
  --focuc-outline-space: -4px;
  color: #fff;
  outline: 0;
}
button:focus::before, input[type=button]:focus::before,
input[type=reset]:focus::before,
input[type=submit]:focus::before, .btn:focus::before {
  visibility: visible;
  opacity: 1;
}
button span, input[type=button] span,
input[type=reset] span,
input[type=submit] span, .btn span {
  flex: 1;
}
button svg, input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg, .btn svg {
  margin: auto 0 auto 0.75rem;
  display: inline-flex;
  width: 1rem;
  height: auto;
}

.bg-dark .btn, .btn.-black {
  background-color: #000;
}
.bg-dark .btn:hover, .btn.-black:hover {
  background-color: #fff;
}

input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
}

.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-size: 3.25rem;
  color: #fff;
  border-radius: 100%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #000;
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}
.swiper-button-next {
  right: calc(var(--swiper-navigation-size) / 2 * -1);
  padding: 0 0 0 0.625rem;
  justify-content: flex-start;
}
.swiper-button-prev {
  left: calc(var(--swiper-navigation-size) / 2 * -1);
  padding: 0 0.625rem 0 0;
  justify-content: flex-end;
}
.swiper-button-prev::after {
  transform: rotate(-135deg);
}

form label {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Source Code Pro", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

:is(input, textarea, button, select) {
  font-family: "Source Code Pro", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  appearance: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
  display: block;
  height: 7rem;
  padding: 0.625rem 0.938rem;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 3rem;
  padding: 0 0.938rem;
  border: 0.063rem solid #ffa34d;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #ffa34d;
  outline: none;
}
input[type=url]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000;
  opacity: 1;
}

/* for IE */
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  padding: 0 0.625rem;
  vertical-align: middle;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom-label {
  cursor: pointer;
  margin: 0;
  color: #000;
}
.radio-btn-group .radio-option .radio-custom-label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.188rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 0 2px #000;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label::before {
  background-color: #000;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(42deg);
  display: block;
  width: 0.313rem;
  height: 0.625rem;
  border: solid #ffa34d;
  border-width: 0 0.125rem 0.125rem 0;
}
.checkbox label {
  cursor: pointer;
  position: relative;
}
.checkbox label::before {
  cursor: pointer;
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem;
  border: 0.125rem solid #ffa34d;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
}

.home-hero-section .swiper-slide {
  height: auto;
}
.home-hero-section .hh-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1170/480;
}
.home-hero-section .hh-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery {
  position: relative;
}
.gallery .gallery-picture {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.gallery .gallery-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form-section {
  position: relative;
  z-index: 1;
}
.contact-form-section .container {
  --container-width: 72.5rem;
}
.contact-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-logo.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.2;
  z-index: 0;
}
.contact-form-section .cfs-wrap {
  position: relative;
  padding: 3rem 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-form-section .cfs-wrap {
    padding: 2rem 0;
  }
}
.contact-form-section .sec-heading,
.contact-form-section .cf-form {
  max-width: 47.375rem;
  margin: 0 auto;
}
.contact-form-section .sec-heading {
  margin-bottom: 1.875rem;
}
.contact-form-section .cf-form .ff-message-success {
  text-align: center;
  font-size: 1.5rem;
}
.contact-form-section .cf-form .ff-el-group:has(.ff-el-recaptcha) {
  margin: auto 0;
}
@media (max-width: 767px) {
  .contact-form-section .cf-form .ff-el-group .ff-el-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact-form-section .cf-form .ff-el-group .ff-el-recaptcha > div {
  width: auto !important;
  height: auto !important;
  transform: scale(0.72);
  transform-origin: left center;
}
@media (max-width: 767px) {
  .contact-form-section .cf-form .ff-el-group .ff-el-recaptcha > div {
    transform-origin: center;
  }
}
.contact-form-section .cf-form .ff-el-group .text-danger {
  color: var(--fluentform-danger);
}
.contact-form-section .cf-form .ff_submit_btn_wrapper_custom {
  margin: auto 0;
}
@media (max-width: 767px) {
  .contact-form-section .cf-form .ff_submit_btn_wrapper_custom {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact-form-section .cf-form .ff_submit_btn_wrapper_custom .ff-btn {
  margin: 0;
  color: #fff;
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 0.688rem 2.125rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 1.5rem;
  background-color: #000;
}
.contact-form-section .cf-form .ff_submit_btn_wrapper_custom .ff-btn::after {
  content: "";
  display: block;
  width: 1.063rem;
  height: 1rem;
  background-image: url(../images/btn-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
  animation: none;
  background-color: transparent;
  position: relative;
}
.contact-form-section .cf-form .ff_submit_btn_wrapper_custom .ff-btn:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
}
.contact-form-section .cf-form .ff_submit_btn_wrapper_custom .ff-btn:hover::after {
  filter: invert(1);
}
.contact-form-section .cf-form .ff-t-container {
  gap: 1.563rem;
}
.contact-form-section .cf-form .ff-t-container select {
  -webkit-appearance: none;
  padding-right: 2.5rem;
  background-image: url(../images/select-down-arrow.svg);
  background-size: 0.75rem 0.625rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.contact-form-section .cf-form .ff-el-form-control {
  height: 3rem !important;
  padding: 0.75rem 1.25rem;
  color: #000;
  font-size: 0.875rem;
  font-family: "Source Code Pro", "Arial", sans-serif;
}
@media (max-width: 991px) {
  .contact-form-section .cf-form .ff-el-form-control {
    font-size: 1.25rem;
  }
}
.contact-form-section .cf-form .ff-el-form-control::placeholder {
  color: #000;
}
.contact-form-section .cf-form .ff-el-form-control option {
  color: #000;
}
.contact-form-section .cf-form textarea {
  min-height: 7rem;
}
.contact-form-section .cf-form-desc {
  margin-top: 1.375rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .contact-form-section .cf-form-desc {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .contact-form-section .cf-form-desc {
    font-size: 1.125rem;
  }
}

.image-component .ic-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1170/552;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-component .ic-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.image-component .ic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-component .ic-logo {
  position: relative;
  max-width: 35.4%;
  width: 100%;
  aspect-ratio: 398/355;
}
.image-component .ic-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  opacity: 0.7;
  filter: blur(50px);
  background: #000;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(1.17);
  z-index: -1;
  aspect-ratio: 1;
}
.image-component .ic-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.instagram-feed-section {
  margin-top: 2.5rem;
}
.instagram-feed-section .if-detail-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 1.625rem;
  margin-bottom: 2.375rem;
}
@media (max-width: 991px) {
  .instagram-feed-section .if-detail-wrap {
    flex-direction: column;
  }
}
.instagram-feed-section .if-detail-wrap h2 {
  margin-bottom: 0;
}
.instagram-feed-section .if-social-icon {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .instagram-feed-section .if-social-icon {
    gap: 0.625rem;
    margin-right: auto;
  }
}
.instagram-feed-section .if-social-icon .if-btn {
  display: flex;
  width: 1.563rem;
  height: auto;
}
.instagram-feed-section .if-social-icon .if-btn:hover {
  opacity: 0.7;
}
.instagram-feed-section .if-social-icon .if-btn img {
  width: 100%;
  height: auto;
  max-height: 1.625rem;
  object-fit: contain;
}
.instagram-feed-section .sbi {
  padding: 0 !important;
}
.instagram-feed-section .sbi > div {
  gap: 0 !important;
  padding: 0 !important;
}

.sixty-forty-with-images {
  position: relative;
}
.sixty-forty-with-images .sfwi-wrap {
  position: relative;
  padding: 8.25rem 3rem 2.875rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sixty-forty-with-images .sfwi-wrap {
    padding: 8.25rem 0 2rem;
  }
}
.sixty-forty-with-images .sfwi-wrap .bg-thorns {
  position: absolute;
  top: 1.375rem;
  width: 100%;
  aspect-ratio: 512/40;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/thorns-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sixty-forty-with-images .sfwi-wrap .bg-thorns {
    display: none;
  }
}
.sixty-forty-with-images .sfwi-wrap .bg-thorns::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-height: 120dvh;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 1;
  background-image: url(../images/thorns-body.png);
  background-repeat: repeat-y;
  background-position: top 0px left 2px;
}
.sixty-forty-with-images .sfwi-logo {
  position: absolute;
  top: -3.25rem;
  left: 50%;
  width: 100%;
  max-width: 11rem;
  aspect-ratio: 176/157;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}
.sixty-forty-with-images .sfwi-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .sixty-forty-with-images .sfwi-left + .sfwi-right {
    margin-top: 2rem;
  }
}
.sixty-forty-with-images .sfwi-content {
  max-width: 34.75rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sixty-forty-with-images .sfwi-content {
    max-width: none;
    margin: 0;
  }
}
.sixty-forty-with-images .sfwi-image {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sixty-forty-with-images .sfwi-image img {
  width: auto;
}

.three-column-images-section {
  padding: 1.875rem 0;
}
.three-column-images-section .tcis-row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.three-column-images-section .tcis-row [class*=cell-] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.three-column-images-section .tcis-col {
  margin: 0.625rem 0;
}
.three-column-images-section .tcis-img img {
  width: 100%;
}

.location-component {
  padding: 3rem 0;
}
.location-component .lc-row {
  margin-right: -1.313rem;
  margin-left: -1.313rem;
}
.location-component .lc-row [class*=cell-] {
  padding-right: 1.313rem;
  padding-left: 1.313rem;
}
.location-component .lc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .location-component .lc-left + .lc-right {
    margin-top: 2rem;
  }
}
.location-component .lc-right .desc {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .location-component .lc-right .desc {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .location-component .lc-right .desc {
    font-size: 1.125rem;
  }
}

.past-events-section {
  padding: 3.125rem 0;
}
.past-events-section .sec-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2.125rem;
}
.past-events-section .sec-heading h2 {
  margin-bottom: 0;
}
.past-events-section .pes-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .past-events-section .pes-wrap {
    padding: 0 1.25rem;
  }
  .past-events-section .pes-wrap:has(.swiper-button-lock) {
    padding: 0;
  }
}
.past-events-section .pes-slider:not(.swiper-initialized) .pes-col {
  max-width: 21.875rem;
  margin-right: 1.25rem;
}
.past-events-section .pes-slider .lg-grid-item-img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.past-events-section .pes-slider .lg-grid-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.past-events-section .pes-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.past-events-section .pes-card:hover .lg-grid-item-img img {
  transform: scale(1.05);
}
.past-events-section .pes-btn-wrap {
  margin-top: 2.5rem;
}

.inner-hero-section {
  position: relative;
  padding: 2.75rem 0;
}
@media (max-width: 991px) {
  .inner-hero-section {
    padding: 1.5rem 0;
  }
}
.inner-hero-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.inner-hero-section .bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.inner-hero-section .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-hero-section h1 {
  margin-bottom: 0;
}

.blog-listing-component {
  margin: 1.563rem 0;
}
.blog-listing-component .load-more-link,
.blog-listing-component .btn-wrap {
  margin-top: 1.5rem;
}
.blog-listing-component .bls-link {
  display: block;
  text-decoration: none;
}
.blog-listing-component .bls-link:hover .lg-grid-item-img img {
  transform: scale(1.05);
}
.blog-listing-component .bls-link .lg-grid-item-img {
  width: 100%;
  margin-bottom: 2.125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.blog-listing-component .bls-link .lg-grid-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog-listing-component .bls-row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.blog-listing-component .bls-row [class*=cell-] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.blog-listing-component .bls-col {
  margin: 1.75rem 0;
}
@media (max-width: 1199px) {
  .blog-listing-component .bls-col {
    margin: 1rem 0;
  }
}

.featured-events-section {
  padding: 3.375rem 0;
}
.featured-events-section .fes-item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(222, 227, 226, 0.4);
}
@media (min-width: 768px) {
  .featured-events-section .fes-item:nth-child(even) .fes-item-grid {
    grid-template-columns: 1fr 32.2%;
  }
  .featured-events-section .fes-item:nth-child(even) .fes-item-grid .fes-item-right {
    order: -1;
  }
}
.featured-events-section .fes-item-grid {
  display: grid;
  grid-template-columns: 32.2% 1fr;
  gap: 1.5rem 2.5rem;
}
@media (max-width: 767px) {
  .featured-events-section .fes-item-grid {
    grid-template-columns: 100%;
  }
}
.featured-events-section .fes-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.featured-events-section .fes-date {
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  text-transform: uppercase;
}
.featured-events-section .fes-desc h3,
.featured-events-section .fes-desc h4,
.featured-events-section .fes-desc h5,
.featured-events-section .fes-desc h6 {
  font-family: "Source Code Pro", "Arial", sans-serif;
}
.featured-events-section .fes-btn {
  margin-top: 1rem;
}

:root {
  --space-lg: 6.25rem;
  --space-md: 4.688rem;
  --space-sm: 3.125rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 3.125rem;
    --space-md: 3.125rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space-md: 2.5rem;
    --space-sm: 1.875rem;
  }
}

#wpadminbar {
  position: fixed;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-content {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}

.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.space-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.space-sm-m {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.bg-dark *:not(.btn, .btn *),
.bg-secondary *:not(.btn, .btn *),
.inner-text-white *:not(.btn, .btn *) {
  color: #fff;
}

/* Pagination */
.pagination {
  padding: 1.875rem 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  margin: 0 0.625rem;
  padding: 0;
  font-weight: 700;
  color: rgba(30, 178, 166, 0.6);
}
.pagination li a:hover {
  color: #ffa34d !important;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  border: none;
  font-weight: 700;
  line-height: 1;
  color: rgba(30, 178, 166, 0.6);
  text-decoration: none;
  transition: 0.4s ease background-color, 0.4s ease color;
}
.pagination li a:not(.prev, .next).active,
.pagination li span.active {
  border-color: #1eb2a6;
}
.pagination li .prev,
.pagination li .next {
  cursor: pointer;
  color: #1eb2a6;
  text-decoration: none;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid #dee3e2;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #ffa34d;
}
.pagination li .prev:focus::after,
.pagination li .next:focus::after {
  visibility: visible;
  opacity: 1;
  outline: 0;
}
.pagination li .prev.disabled,
.pagination li .next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.pagination li .current {
  color: #1eb2a6;
}

.bg-pattern {
  background-image: url(../images/bg-pattern.png);
  background-repeat: repeat;
  background-size: 100%;
}

/* stylelint-disable max-nesting-depth */
.hamburger {
  --humburgerbox: 3.125rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerbox);
  height: var(--humburgerbox);
  margin: 0;
  padding: 0.625rem;
  text-align: center;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 100dvh;
}
@media (max-width: 767px) {
  .hamburger {
    --humburgerbox: 2.5rem;
    padding: 0.5rem;
  }
}
.hamburger:hover, .hamburger:focus {
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  color: #fff;
  background-color: currentcolor;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before, .hamburger span::after {
  cursor: pointer;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: currentcolor;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before {
  top: -8px;
}
.hamburger span::after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent;
}
.hamburger.is-clicked span::before, .hamburger.is-clicked span::after {
  top: 0;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 6px;
  transform: translateY(-6px) rotate(-45deg);
}

.mbnav {
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}
.mbnav__inner {
  position: relative;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #ffa34d;
}
.mbnav__logo {
  color: #fff;
  padding: 15px;
}
.mbnav-wrapper {
  height: 100%;
  overflow: auto;
  padding: 0 1.25rem;
}
.mbnav .header-bottomwrap {
  padding-top: var(--headerHeight);
}
.mbnav .header-part-wrap {
  position: fixed;
  top: 0;
  height: var(--headerHeight);
  width: 100%;
  z-index: 11;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
  background: rgba(0, 0, 0, 0.9);
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 13.75rem;
  background-color: transparent;
  height: 100%;
  pointer-events: auto;
  overflow: hidden auto;
  position: relative;
}
.mbnav ul {
  position: static;
  width: 100%;
  padding: 0 1.25rem;
  transition: 0.4s ease;
  max-width: 46.25rem;
  margin: 1.125rem auto;
}
@media (max-width: 767px) {
  .mbnav ul {
    margin: 0.625rem auto;
  }
}
.mbnav ul li {
  font-family: "Source Code Pro", "Arial", sans-serif;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  color: #1eb2a6;
  font-size: 1.25rem;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.mbnav ul li:not(.btn-wrap):first-child {
  border-top: 1px solid #fff;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before {
  content: "";
  --sArrowWidth: 22px;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  transition: 0.3s ease-in;
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  display: block;
  line-height: 1;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
  flex: 1 1 auto;
  padding: 0.875rem 0;
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  word-break: break-all;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .mbnav ul li:not(.btn-wrap) a {
    font-size: 2.375rem;
  }
}
@media (max-width: 575px) {
  .mbnav ul li:not(.btn-wrap) a {
    font-size: 1.75rem;
  }
}
.mbnav ul li:not(.btn-wrap) a::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatey(-50%);
  opacity: 0;
  transition: 0.3s;
}
.mbnav ul li:not(.btn-wrap) a:hover {
  text-decoration: none;
  padding-left: 1.875rem;
  transition: 0.3s;
}
.mbnav ul li:not(.btn-wrap) a:hover::before {
  opacity: 1;
}
.mbnav ul li:not(.btn-wrap).current-menu-item:not(.menu-item-object-custom) a {
  padding-left: 1.875rem;
}
.mbnav ul li:not(.btn-wrap).current-menu-item:not(.menu-item-object-custom) a::before {
  opacity: 1;
}
.mbnav__caret {
  display: grid;
  align-items: center;
  width: 30px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #fff !important;
}

.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: calc(100% - 40px);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a:hover {
  padding-left: 2.188rem !important;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a:hover {
  padding-left: 2.188rem !important;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  opacity: 0;
  z-index: -1;
}
.mbnav__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mbnav__overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mbnav .header-part,
.mbnav .footer-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mbnav .header-part .social-bar,
.mbnav .footer-part .social-bar {
  display: flex;
  align-items: center;
  gap: 0 1.625rem;
}
@media (max-width: 575px) {
  .mbnav .header-part .social-bar,
  .mbnav .footer-part .social-bar {
    gap: 0 0.625rem;
  }
}
.mbnav .header-part .social-bar .social-icons,
.mbnav .footer-part .social-bar .social-icons {
  display: flex;
}
.mbnav .menu-wrap + .has-sub {
  color: #fff;
}
.mbnav .sub-menu {
  margin: 0;
  border: none;
}
.mbnav .sub-menu li {
  border-top: 1px solid #fff;
  margin-left: 2.5rem !important;
}
.mbnav .sub-menu li a {
  font-size: 1.875rem !important;
}
.mbnav .has-sub.is-open .sub-menu li {
  border-bottom: none;
  border-top: none;
}
.mbnav .has-sub.is-open .sub-menu a {
  font-size: 1.875rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mbnav .has-sub.is-open .sub-menu a {
    font-size: 1.25rem;
  }
}
.mbnav .has-sub.is-open > a {
  color: #fff;
}
.mbnav ul li:not(.btn-wrap).is-open .mbnav__caret::before {
  transform: rotate(270deg);
}
.mbnav li.is-open > .sub-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.mbnav .has-sub.is-open > .menu-wrap .menu-inner .sub-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  margin: 0 0 0 2.5rem;
  border: none;
}
.mbnav .mbnav__caret {
  cursor: pointer;
}

.is-open + .main-header,
.is-open + .main-footer {
  z-index: 9999;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

/* --- header --- */
.main-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  transition: background-color 0.3s ease-in-out;
}
.main-header.is-open, .main-header.stuck {
  background-color: #000;
}
@media (min-width: 768px) {
  .main-header.stuck .brand-logo {
    max-width: 9.375rem;
  }
  .main-header.stuck .brand-secondary-logo {
    max-width: 2.5rem;
  }
}
.main-header .brand {
  display: flex;
  width: 100%;
}
.main-header .brand img {
  width: 100%;
  height: auto;
}
.main-header .brand-logo {
  display: flex;
  max-width: 17.375rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .main-header .brand-logo {
    max-width: 13.75rem;
  }
}
@media (max-width: 767px) {
  .main-header .brand-logo {
    max-width: 9.375rem;
  }
}
.main-header .brand-secondary-logo {
  display: block;
  flex: 0 0 auto;
  max-width: 5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .main-header .brand-secondary-logo {
    max-width: 3.75rem;
  }
}
@media (max-width: 767px) {
  .main-header .brand-secondary-logo {
    max-width: 2.5rem;
  }
}
.main-header .mh-top {
  padding: 0.313rem 0;
}
.main-header .mh-top .social-media-list {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media (max-width: 767px) {
  .main-header .mh-top .social-media-list {
    gap: 0.625rem;
  }
}
.main-header .mh-top .social-media-link {
  display: flex;
  width: 0.875rem;
  height: auto;
}
.main-header .mh-top .social-media-link:hover {
  opacity: 0.7;
}
.main-header .mh-top .social-media-link img {
  width: 100%;
  height: auto;
  max-height: 0.875rem;
  object-fit: contain;
}
.main-header .mh-top .email {
  font-family: "Bebas Neue", "Arial", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
}
.main-header .mh-top .email:hover {
  text-decoration: underline;
}
.main-header .mh-bottom {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .main-header .mh-bottom {
    padding: 1rem 0;
  }
}

/* --- footer --- */
.main-footer {
  align-self: end;
  width: 100%;
  height: auto;
  line-height: normal;
}
.main-footer .brand {
  display: flex;
  width: 100%;
}
.main-footer .brand img {
  width: 100%;
  height: auto;
}
.main-footer .brand-logo {
  display: flex;
  max-width: 17.375rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .main-footer .brand-logo {
    max-width: 13.75rem;
  }
}
@media (max-width: 767px) {
  .main-footer .brand-logo {
    max-width: 9.375rem;
  }
}
.main-footer .brand-secondary-logo {
  display: block;
  flex: 0 0 auto;
  max-width: 5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .main-footer .brand-secondary-logo {
    max-width: 3.75rem;
  }
}
@media (max-width: 767px) {
  .main-footer .brand-secondary-logo {
    max-width: 2.5rem;
  }
}
.main-footer .mf-bottom {
  padding: 0.313rem 0;
  font-family: "Bebas Neue", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .main-footer .mf-bottom {
    padding: 0.5rem 0;
  }
}
.main-footer .mf-bottom .social-media-list {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media (max-width: 991px) {
  .main-footer .mf-bottom .social-media-list {
    gap: 0.625rem;
    justify-content: center;
  }
}
.main-footer .mf-bottom .social-media-link {
  display: flex;
  width: 0.875rem;
  height: auto;
}
.main-footer .mf-bottom .social-media-link:hover {
  opacity: 0.7;
}
.main-footer .mf-bottom .social-media-link img {
  width: 100%;
  height: auto;
  max-height: 0.875rem;
  object-fit: contain;
}
.main-footer .mf-bottom .email {
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
}
.main-footer .mf-bottom .email:hover {
  text-decoration: underline;
}
.main-footer .mf-bottom .copyright-wrap {
  font-size: 0.875rem;
  text-align: center;
}
.main-footer .mf-bottom .copyright-wrap div,
.main-footer .mf-bottom .copyright-wrap p {
  display: inline;
}
.main-footer .mf-bottom .copyright-wrap .copyright-text + .address {
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .main-footer .mf-bottom .copyright,
  .main-footer .mf-bottom .email-address {
    margin-top: 0.5rem;
    text-align: center;
  }
}
.main-footer .mf-top {
  padding: 1.25rem 0;
}
@media (max-width: 767px) {
  .main-footer .mf-top {
    padding: 1rem 0;
  }
}

.blog-detail-content-section {
  margin: 2.5rem 0 3.438rem;
}
@media (max-width: 991px) {
  .blog-detail-content-section {
    margin: 2rem 0;
  }
}
.blog-detail-content-section .container {
  --container-width: 46.875rem;
}
.blog-detail-content-section .bdc-title {
  margin-bottom: 0.25rem;
}
.blog-detail-content-section .bdc-feaure-img {
  margin-bottom: 1.5rem;
}
.blog-detail-content-section .bdc-feaure-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.blog-detail-content-section .bdc-content {
  margin-top: 1.25rem;
}
.blog-detail-content-section .bdc-content h3,
.blog-detail-content-section .bdc-content h4,
.blog-detail-content-section .bdc-content h5,
.blog-detail-content-section .bdc-content h6 {
  font-family: "Source Code Pro", "Arial", sans-serif;
}
.blog-detail-content-section .bdc-date {
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Bebas Neue", "Arial", sans-serif;
  text-transform: uppercase;
}

.error404 .main-content {
  display: flex;
}

.error-404 {
  flex: 1;
  margin: 3.125rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 .btn-wrap {
  margin-top: 1.5rem;
}

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