@import url(jquery-1.11.3-ui.css);
@import url(swipe.css);
@import url(mmenu.css);
@import url("https://use.typekit.net/iad3xmi.css");

:root {
  --success: rgb(53, 124, 57);
  --alert: rgb(244, 203, 79);
  --warning: rgb(244, 134, 79);
  --danger: rgb(140, 38, 38);
  --dark: #242424;
  --medium: hsl(0, 0%, 38%);
  --light: hsl(0, 0%, 97%);
  --main: #bd9e67;
  --second: #a48b59;
  --font: "aktiv-grotesk", sans-serif;
  --font-heading: "industry", sans-serif;
  --animate: all 0.35s ease-in-out;
  --shadow: 0 0 1.6rem hsla(0 0% 0% / 0.16);
  --grid-gap: 1.6rem;
}

/* ---------- Table Of Contents ---------- */
/*
	0. Resets
	1. Generic Tags
  2. Fonts
  3. Structure
  4. Editable Content
  5. Desktop Header & Navigation
  6. Mobile Header & Navigation
  7. Footer
  8. Buttons
  9. Banner
  10. Inner Header
  11. Forms
  12. Messages
  13. Flex Column Structure
  14. Grid Column Structure
  15. Card & Box Base Styles 
  16. Base Strip Styles
  17. Animations
  18. Swipebox Styles
  19. Sub Page Menu
  20. Contact
  21. Contact Multi Location
  22. Map
  23. Social Media
  24. Toggler 
  25. Products
  26. Modal Styles
  27. FAQs
  28. Events
  29. Categories
  30. Pop Up
  31. Page Details
*/

/* ---------- 0. Resets ---------- */

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

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden !important;
  width: 100%;
}

#page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
  */
  display: block;
}

b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic;
}

li {
  /*
  For IE6 + IE7.
  */
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  /*
  For IE9.
  */
  overflow: hidden;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 100%;
}

input[name="hp_comment_verification"] {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
}

mark {
  background: var(--main);
  color: white;
}

/* ---------- 1. Generic Tags ---------- */

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: hsla(0 0% 0% / 0.75);
  color: white;
}

::selection {
  background: hsla(0 0% 0% / 0.75);
  color: white;
}

body {
  color: var(--dark);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  text-shadow: none;
  -webkit-text-size-adjust: none;
}

hr {
  clear: both;
  border-top: 2px solid hsla(0 0% 0% / 0.1);
  height: 1px;
  margin: 2.4rem 0;
}

a {
  color: var(--dark);
}

a:hover {
  color: var(--dark);
  text-decoration: none;
}

a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}

.clear {
  clear: both;
}

/* ---------- 2. Fonts ---------- */

body,
p,
ol li,
ul li,
pre,
input,
textarea,
select {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: var(--font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h6,
.h6 {
  color: var(--dark);
  margin: 0 0 2.4rem;
  line-height: 1;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: capitalize;
}
h1,
.h1 {
  font-size: clamp(3.6rem, 3.9vw, 5.6rem);
}
h2,
.h2 {
  font-size: clamp(3.2rem, 3.4vw, 4.8rem);
}
h3,
.h3 {
  font-size: clamp(2.8rem, 2.9vw, 4rem);
}
h4,
.h4 {
  font-size: clamp(2.4rem, 2.3vw, 3.2rem);
}
h5,
.h5 {
  font-family: var(--font);
  text-transform: none;
  font-size: 2.2rem;
  color: var(--dark);
  margin: 0 0 1.6rem;
  line-height: 1.3;
  font-weight: 500;
}
h6,
.h6 {
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  margin: 0 0 1.6rem;
  color: var(--second);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
p {
  margin: 0 0 1.6rem;
}


/* ---------- 3. Structure ---------- */

.content_container {
  width: 100%;
  padding: 4.8rem 3.2rem;
  background: hsl(0 0% 100%);
}

.content {
  margin: 0 auto;
  max-width: 1264px;
  padding: 0;
}

/* ----- Content Widths ----- */
.xlarge-width {
  max-width: 1920px;
  margin: 0 auto;
}

.large-width {
  max-width: 1366px;
  margin: 0 auto;
}

.medium-width {
  max-width: 1024px;
  margin: 0 auto;
}

.small-width {
  max-width: 768px;
  margin: 0 auto;
}

.xsmall-width {
  max-width: 560px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .content_container {
    padding-block: 9.6rem;
  }
}

/* ----- Text Alignment ----- */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-center img {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.align-center figcaption {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  text-align: right;
}

.align-right img {
  margin-left: auto;
}

.align-right figcaption {
  text-align: right;
  margin-left: auto;
}

.align-justify {
  text-align: justify;
}

.float-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 200px;
}

.float-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 200px;
}

.valign-top {
  align-items: start;
}

.valign-middle {
  align-items: center;
}

.valign-bottom {
  align-items: end;
}

.outset-right {
  position: relative;
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  transform: translateX(24px) translate3d(0, 0, 0);
  left: calc(24px * -1);
}

.outset-left {
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  transform: translateX(calc(24px * -1)) translate3d(0, 0, 0);
}

.outset-both {
  position: relative;
  width: calc(100% + 24px + 24px);
  max-width: calc(100% + 24px + 24px);
  transform: translateX(-50%) translate3d(0, 0, 0);
  left: 50%;
}

.center-list {
  justify-content: center;
}

/* ----- Strip Colours ----- */
/* ----- Grey Background ----- */
.light {
  background: var(--light);
}

/* ----- Dark / Colour Background ----- */
.dark {
  background: var(--dark);
}

.medium {
  background: var(--medium);
}

.colour {
  background: var(--main);
}

.dark :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, ul li, ol li, p, pre),
.medium :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, ul li, ol li, p, pre),
.colour :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, ul li, ol li, p, pre) {
  color: white;
}

.dark :is(h5, .h5, h6, .h6) {
  color: var(--main);
}

.medium :is(h5, .h5, h6, .h6),
.colour :is(h5, .h5, h6, .h6) {
  color: white;
}

.colour a,
.medium a,
.dark a {
  color: white;
}

.colour hr,
.medium hr,
.dark hr {
  border-color: hsla(0 0% 100% / 0.15);
}

.medium :is(input.superbutton, a.button, button.superbutton, a.superbutton, .superbutton),
.dark :is(input.superbutton, a.button, button.superbutton, a.superbutton, .superbutton),
.colour :is(input.superbutton, a.button, button.superbutton, a.superbutton, .superbutton) {
  color: white;
}

.colour :is(input.superbutton:hover, a.button:hover, button.superbutton:hover, a.superbutton:hover, .superbutton:hover) {
  color: white;
}

.medium :is(input.superbutton:hover, a.button:hover, button.superbutton:hover, a.superbutton:hover, .superbutton:hover),
.dark :is(input.superbutton:hover, a.button:hover, button.superbutton:hover, a.superbutton:hover, .superbutton:hover) {
  color: white;
}

.colour form label,
.medium form label,
.dark form label {
  color: white;
}

.colour form input,
.colour form select,
.colour form textarea,
.medium form input,
.medium form select,
.medium form textarea,
.dark form input,
.dark form select,
.dark form textarea {
  background: hsla(0 0% 100% / 0.1);
  border-color: white;
  color: white;
}

.light .editable_content table tr th,
.light .editable_content table thead tr td {
  border-color: var(--light);
}

.light .editable_content table tbody tr td {
  border-color: var(--light);
  background: white;
}

.medium .editable_content table tr th,
.medium .editable_content table thead tr td {
  border-color: var(--medium);
}

.medium .editable_content table tbody tr td {
  background: hsla(0 0% 100% / .1);
  border-color: var(--medium);
  color: white;
}

.dark .editable_content table tr th,
.dark .editable_content table thead tr td {
  border-color: var(--dark);
}

.dark .editable_content table tbody tr td {
  background: hsla(0 0% 100% / .1);
  border-color: var(--dark);
  color: white;
}

.colour .editable_content table tr th,
.colour .editable_content table thead tr td {
  border-color: var(--main);
  background: white;
  color: var(--dark);
}

.colour .editable_content table tbody tr td {
  background: hsla(0 0% 100% / .1);
  border-color: var(--main);
  color: white;
}

/* ----- Reduced Padding ----- */
.reduced-padding {
  padding: 4.8rem 3.2rem;
}

/* ----- Subtitle Spacing -----*/
.subtitle-top :is(h5, .h5, h6, .h6) {
  margin: 0;
}

.subtitle-bottom :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4) {
  margin: 0;
}

/* ---------- 4. Editable Content ---------- */

.editable_content *:last-child {
  margin-bottom: 0;
}

.editable_content ul {
  list-style: disc outside none;
  margin: 0 0 1.6rem 2rem;
}

.editable_content ul li {
  padding: 0;
  margin: 0 0 .8rem;
}

.editable_content ol {
  list-style: decimal outside none;
  margin: 0 0 1.6rem 2rem;
}

.editable_content ol li {
  padding: 0;
  margin: 0 0 .8rem;
}

.editable_content figure {
  display: block;
}

.editable_content figure.float-left {
  float: left;
  margin: .8rem .8rem .8rem 0;
}

.editable_content figure.float-right {
  float: right;
  margin: .8rem 0 .8rem .8rem;
}

.editable_content figure.wrap-center {
  margin: .8rem auto;
}

.editable_content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
}

.editable_content table {
  margin: 1.6rem 0;
  text-align: center;
  width: 100%;
  display: table;
}

.editable_content table tr th,
.editable_content table thead tr td {
  font-weight: bold;
  color: white;
  background: var(--main);
  padding: .8rem;
  border: 2px solid var(--main);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

.editable_content table tr td {
  border: 2px solid white;
  background: var(--light);
  padding: .8rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .editable_content figure {
    margin: .8rem 0;
  }

  .editable_content figure.float-left,
  .editable_content figure.float-right {
    float: none;
  }

  .editable_content figure.wrap-center {
    margin: .8rem auto;
  }
}

/* ---------- 5. Desktop Header & Navigation ---------- */

/* ----- Top Header ----- */
.top-header {
  background: var(--light);
  border-bottom: 1px solid hsl(0 0% 80%);
  padding: .8rem 3.2rem;
}

.top-header .content {
  display: flex;
  justify-content: flex-end;
  gap: var(--grid-gap);
  align-items: center;
}

.top-header .content .language {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  gap: .8rem;
  margin-right: auto;
}

.top-header .content .language span {
  display: block;
}

.top-header .content .language span:first-of-type {
  padding-right: .8rem;
  border-right: 2px solid hsla(0 0% 0% / .1);
}

.top-header .content>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--grid-gap);
}

.top-header .content>ul li {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--medium);
}

.top-header .content>ul li a {
  color: var(--medium);
  text-decoration: none;
}

.top-header .content>ul li a:hover {
  color: var(--main);
}

.top-header .content .social_media ul {
  gap: calc(var(--grid-gap) / 2);
}

.top-header .content .social_media ul li {
  margin: 0;
}

.top-header .content .social_media ul li a {
  width: 2.8rem;
  height: 2.8rem;
  background: var(--medium);
  color: var(--light);
}

.top-header .content .social_media ul li a:hover {
  background: var(--main);
}

.top-header .content .social_media ul li a i {
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .top-header {
    display: none;
  }
}

/* ----- Full Header ----- */
.full_header {
  display: none;
  background: white;
  width: 100%;
  z-index: 999;
  top: 0;
  position: sticky;
  padding: 0 3.2rem;
  box-shadow: var(--shadow);
}

.jqueryslidemenu {
  width: 100%;
  max-width: 1264px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.jqueryslidemenu a.logo {
  width: 300px;
  display: block;
  margin: 0;
  padding: 0;
}

.jqueryslidemenu a.logo img {
  width: 100%;
  height: auto;
}

.jqueryslidemenu nav {
  width: calc(100% - 348px);
}

.jqueryslidemenu ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: right;
  align-items: center;
}

.jqueryslidemenu ul li {
  position: relative;
  margin: 0;
}

.jqueryslidemenu ul li.mobile-item {
  display: none;
}

.jqueryslidemenu ul li a {
  width: 100%;
  padding: 10px;
  display: block;
  color: var(--dark);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.jqueryslidemenu ul li a:hover,
.jqueryslidemenu ul li:hover a,
.jqueryslidemenu ul li.Selected a,
.jqueryslidemenu ul li:has(ul li.Selected) a,
.jqueryslidemenu ul li.Selected a:hover {
  color: var(--dark);
}

.jqueryslidemenu ul li a::after {
  content: "";
  background: var(--main);
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: var(--animate);
}

.jqueryslidemenu ul li a:hover::after,
.jqueryslidemenu ul li:hover a::after,
.jqueryslidemenu ul li.Selected a::after,
.jqueryslidemenu ul li:has(ul li.Selected) a::after,
.jqueryslidemenu ul li.Selected a:hover::after {
  width: 100%;
}

/* ----- FIRST DROP-DOWN LAYER ----- */
.jqueryslidemenu ul li ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: none;
  width: 256px;
  background: var(--main);
}

.jqueryslidemenu ul li ul li {
  display: list-item;
  float: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.jqueryslidemenu ul li ul li a {
  color: white;
  padding: 1.6rem;
  margin: 0;
  background: none;
}

.jqueryslidemenu ul li ul li a::after {
  display: none;
}

.jqueryslidemenu ul li:hover ul {
  visibility: visible;
}

.jqueryslidemenu ul li:hover ul li a {
  color: white;
  padding: 1.6rem;
  margin: 0;
  background: none;
}

.jqueryslidemenu ul li.Selected ul li a:hover,
.jqueryslidemenu ul li ul li a:hover {
  color: white;
  text-decoration: none;
  background: hsla(0 0% 0% / 0.1);
}

/* ----- SUB DROP-DOWN LAYERS AFTER 1ST ----- */
.jqueryslidemenu ul li ul li ul {
  top: 0;
  margin: -1px 0px 0px 2px;
}

@media (min-width: 960px) {
  .full_header {
    display: inherit;
  }
}

/* ----- Cart Button ----- */
.jqueryslidemenu a.cart_button {
  position: absolute;
  bottom: -44px;
  right: 0;
  background: var(--main);
  color: white;
  padding: .8rem 1.6rem;
  border-radius: 0 0 .4rem .4rem;
  font-size: 2rem;
  text-decoration: none;
  transition: var(--animate);
}

.jqueryslidemenu a.cart_button:hover {
  background: var(--dark);
}

.jqueryslidemenu a.cart_button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-9px, calc(-50% + 3px));
  width: 18px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--main);
  background: white;
  transition: var(--animate);
}

.jqueryslidemenu a.cart_button:hover span {
  color: var(--dark);
}

/* ---------- 6. Mobile Header & Navigation ---------- */

.mobile_header {
  background: white;
  box-shadow: var(--shadow);
  padding: .8rem 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  display: inherit;
  top: 0;
}

@media (min-width: 960px) {
  .mobile_header {
    display: none;
  }
}

.mobile_header .logo_area {
  padding: 0px 3rem;
  width: 100%;
}

.mobile_header .logo_area>a {
  width: 14rem;
  display: block;
  margin: 0 auto;
}

.mobile_header .logo_area img {
  width: 100%;
  height: auto;
}

.mobile_header a.menu-btn,
.mobile_header a.cart_link {
  color: var(--dark);
  left: .8rem;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2.4rem;
}

.mobile_header a.cart_link {
  left: auto;
  right: .8rem;
}

#menu .mm-list a {
  color: #fff;
  font-weight: 600;
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-transform: none;
}

.mm-ismenu {
  background: var(--main);
}

.mm-menu {
  color: hsl(0 0% 100%);
}

.mm-menu .mm-list>li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list>li>a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
  border-color: #fff;
}

.mm-menu .mm-list>li>a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
  background: rgba(255, 255, 255, 0.05);
}

/* ---------- 7. Footer ---------- */

footer {
  background: var(--dark);
  margin-top: auto;
  padding: 4.8rem 3.2rem 1.6rem;
}

footer .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
  justify-content: space-between;
}

footer a.logo {
  width: 16rem;
  display: block;
}

footer a.logo img {
  width: 100%;
  height: auto;
}

footer .h4 {
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 .8rem;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li,
footer ul li a {
  color: white;
  font-size: 1.4rem;
}

footer ul li a {
  text-decoration: none;
}

footer ul li a:hover {
  color: var(--main);
}

footer .sitemap {
  width: 40rem;
}

footer .sitemap ul {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.6rem;
}

footer .sitemap ul li {
  width: calc(50% - .8rem);
}

footer .footer-contact {
  width: 26rem;
}
footer .footer-contact .social_media{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 2px solid hsla(0 0% 100% / .1);
}
footer .footer-social {
  width: 100%;
}
footer .content .logo-wrapper{
  width: 26rem;
}
@media screen and (max-width: 960px){
footer .content .logo-wrapper{
  width: 100%;
}
  footer a.logo {
  margin: auto;
}
}
footer .content .logo-wrapper p{
  color: white;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 2px solid hsla(0 0% 100% / .1);
  font-size: 1.4rem;
  font-style: italic;
}
footer .social_media ul {
  gap: calc(var(--grid-gap) / 2);
  justify-content: flex-start;
}

footer .social_media ul li a {
  width: 2.8rem;
  height: 2.8rem;
}

footer .social_media ul li a {
  background: white;
  color: var(--dark);
}

footer .social_media ul li a:hover {
  background: var(--main);
  color: white;
}

footer .social_media ul li a i {
  font-size: 1.6rem;
}

footer p.signature {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-top: 1.6rem;
  border-top: 2px solid hsla(0 0% 100% / .1);
  margin: 0;
}

footer p.signature a {
  color: white;
  text-decoration: none;
}

footer p.signature a:hover {
  color: var(--main);
}

@media screen and (max-width: 960px) {
  footer .content {
    flex-direction: column;
    align-items: center;
    gap: var(--grid-gap);
    text-align: center;
  }

  footer .footer-social,
  footer .footer-contact,
  footer .sitemap,
  footer .sitemap ul li {
    width: 100%;
  }

  footer .social_media ul {
    justify-content: center;
  }
}

/* ---------- 8. Buttons ---------- */

input.superbutton,
a.button,
button.superbutton,
a.superbutton,
.superbutton {
  background: none;
  color: var(--dark);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 2rem 0;
  text-decoration: none;
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 1.6rem;
  height: 4rem;
  cursor: pointer;
  margin: 3.2rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--animate);
  overflow: hidden;
  font-family: var(--font-heading);
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

input.superbutton:hover,
a.button:hover,
button.superbutton:hover,
a.superbutton:hover,
.superbutton:hover {
  color: white;
}
input.superbutton::before,
a.button::before,
button.superbutton::before,
a.superbutton::before,
.superbutton::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  width: 40px;
  height: 100%;
  z-index: -1;
  transition: var(--animate);
}
input.superbutton:hover::before,
a.button:hover::before,
button.superbutton:hover::before,
a.superbutton:hover::before,
.superbutton:hover::before{
  width: 100%;
}

a.text-link {
  color: var(--dark);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  transition: var(--animate);
}

a.text-link:hover {
  color: var(--main);
}

a.text-link::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: .2rem;
  background: var(--dark);
  transition: var(--animate);
}

a.text-link:hover::before {
  width: 4rem;
  background: var(--main);
}

/* ---------- 9. Banner Styles ---------- */

/* ----- Banner Structure ----- */
.banner-container-constrained {
  position: relative;
  height: calc(100svh - 102px);
}

ul.ms-banner-constrained {
  display: inline-flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

ul.ms-banner-constrained li {
  list-style: none;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
}

.ms-banner-constrained li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--dark);
  opacity: .5;
}

.ms-banner-constrained li .img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ms-banner-constrained li .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ----- Banner Content ----- */
.ms-banner-constrained li .banner-details {
  position: absolute;
  width: 100%;
  max-width: 1328px;
  padding-inline: 3.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ms-banner-constrained li.banner-left .banner-details {
  text-align: left;
  justify-content: flex-start;
}

.ms-banner-constrained li.banner-right .banner-details {
  text-align: right;
  justify-content: flex-end;
}

.ms-banner-constrained li .banner-details .banner-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ms-banner-constrained li.banner-left .banner-details .banner-content {
  align-items: flex-start;
}

.ms-banner-constrained li.banner-right .banner-details .banner-content {
  align-items: flex-end;
}

.ms-banner-constrained li .banner-details .h6 {
  color: var(--main);
  margin: 0;
  width: 100%;
}

.banner-container-constrained .banner-details .h1 {
  color: var(--dark);
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 7.2rem;
}

.banner-container-constrained .banner-details p {
  color: var(--dark);
  margin-bottom: 3.2rem;
  max-width: 42rem;
  width: 100%;
}

.banner-container-constrained .banner-details a.superbutton {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .banner-container-constrained {
    height: auto;
    background: var(--dark);
  }

  .ms-banner-constrained li::after {
    display: none;
  }

  .ms-banner-constrained li .img-wrapper {
    position: initial;
    aspect-ratio: 1366 / 768;
    width: 100%;
    height: auto;
  }

  .ms-banner-constrained li .banner-details,
  .ms-banner-constrained li.banner-left .banner-details,
  .ms-banner-constrained li.banner-right .banner-details {
    position: initial;
    transform: none;
    padding: 4.8rem 3.2rem;
    justify-content: center;
    text-align: center;
  }

  .ms-banner-constrained li .banner-details .banner-content,
  .ms-banner-constrained li.banner-left .banner-details .banner-content,
  .ms-banner-constrained li.banner-right .banner-details .banner-content {
    width: 100%;
    align-items: center;
  }
}

/* ----- Banner Navigation ----- */
.banner-container-constrained .banner-next,
.banner-container-constrained .banner-previous,
.banner-container-constrained .banner-pause {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 5rem;
  height: 5rem;
  background: none;
  text-decoration: none;
  transition: var(--animate);
  z-index: 2;
  border-top: 2px solid var(--dark);
  border-left: 2px solid var(--dark);
}

.banner-container-constrained .banner-next:hover,
.banner-container-constrained .banner-previous:hover,
.banner-container-constrained .banner-pause:hover {
  background: var(--dark);
  transition: var(--animate);
}

.banner-container-constrained .banner-previous {
  right: 5rem;
}

.banner-container-constrained .banner-pause {
  right: 10rem;
  color: var(--dark);
}

.banner-container-constrained .banner-pause:hover i {
  color: white;
}

.banner-container-constrained:hover .banner-next,
.banner-container-constrained:hover .banner-previous,
.banner-container-constrained:hover .banner-pause {
  opacity: 1;
  cursor: pointer;
}

.banner-container-constrained .banner-next svg,
.banner-container-constrained .banner-previous svg {
  width: auto;
  height: 2.8rem;
  fill: var(--dark);
}

.banner-container-constrained .banner-next svg {
  transform: rotate(180deg);
}

.banner-container-constrained .banner-next:hover svg,
.banner-container-constrained .banner-previous:hover svg {
  fill: white;
}

@media screen and (max-width: 960px) {

  .banner-container-constrained .banner-next,
  .banner-container-constrained .banner-previous,
  .banner-container-constrained .banner-pause {
    display: none !important;
  }
}

/* ----- Banner pagination ----- */
.banner_pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 1rem;
  color: hsla(0 0% 100% / 0.3);
  z-index: 1;
}

.banner_pagination>div {
  margin: 0 .3rem;
  cursor: pointer;
}

.banner_pagination>div:hover {
  color: hsla(0 0% 100% / 0.6);
}

.banner_pagination>.active {
  color: white;
}

@media screen and (max-width: 960px) {
  .banner_pagination {
    display: none;
  }
}

/* -------- 10. Inner Header ---------- */

.inner_header {
  width: 100%;
  height: 30svh;
  min-height: 24rem;
  background: url(/assets/images/layout/inner_header.jpg) center center no-repeat;
  background-size: cover;
}

/* ---------- 11. Forms ---------- */

.form_holder form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--grid-gap);
}

.form_holder .third_width {
  width: calc(33.3333% - (2 * var(--grid-gap) / 3));
  margin: 0;
}

.form_holder .half_width {
  width: calc(50% - (var(--grid-gap) / 2));
  margin: 0;
}

.form_holder .full_width {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 960px) {

  .form_holder .third_width,
  .form_holder .half_width {
    width: 100%;
  }
}

.form_holder textarea,
.form_holder select,
.form_holder input {
  font-weight: 400;
  width: 100%;
  padding: .5rem .8rem;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  background-color: var(--light);
  border: none;
  border-bottom: 3px solid var(--main);
  color: var(--medium);
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form_holder input.checkbox {
  float: left;
  width: auto;
  height: auto;
  margin: .8rem 0;
  padding: 0;
  background: none;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: var(--medium);
  outline: none;
}

.form_holder .uploader {
  width: 100%;
  height: 3.2rem;
  padding: 0;
  margin: 0;
  background-color: white;
  border: none;
  color: var(--medium);
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--medium) !important;
  background: var(--light) !important;
  color: var(--medium) !important;
  -webkit-box-shadow: 0 0 0px 40rem var(--light) inset !important;
}

.form_holder input:focus,
.form_holder select:focus,
.form_holder textarea:focus {
  background-color: var(--light);
  color: var(--medium);
  outline: none;
}

.form_holder span.label,
.form_holder label {
  display: block;
  font-size: 14px;
  color: var(--medium);
}

.form_holder .require {
  color: var(--main);
}

.form_holder .message {
  margin: 0 0 1.6rem 0;
}

form button.superbutton {
  width: 16rem;
  text-align: center;
  margin: 0 0 0 calc(100% - 16rem);
}

.form_holder .form_error {
  background: var(--danger);
  color: white;
  padding: 1.6rem;
  margin: 0 0 1.6rem;
}

form .form-terms {
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0;
  width: 100%;
  text-align: right;
}

.form_holder form input.superbutton,
.form_holder form .superbutton {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 2rem 0;
  text-decoration: none;
  border: none;
  outline: none;
  font-size: 1.6rem;
  height: 4rem;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--animate);
  margin-left: auto;
  width: auto;
}

/* ----- Custom Radio Button ----- */
.radio-wrapper {
  position: relative;
  padding-left: 3.2rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2.4rem;
  display: flex;
  align-items: center;
}

.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-wrapper span.radio-label {
  display: flex;
  height: 2.4rem;
  align-items: center;
}

.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: var(--light);
  border: 1px solid #ccc;
  border-radius: 50%;
}

.radio-wrapper:hover input~.radiomark {
  background-color: #ccc;
}

.radio-wrapper input:checked~.radiomark {
  background-color: var(--main);
  border-color: var(--main);
}

/* ----- Placeholder  ------ */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--dark);
  opacity: 0.5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--dark);
  opacity: 0.5;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--dark);
  opacity: 0.5;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--dark);
  opacity: 0.5;
}

/* ----- Validation ----- */
/* Validating Entries */
.form_holder input:not([type="submit"]):focus:valid,
.form_holder textarea:focus:valid,
.form_holder select:focus:valid {
  box-shadow: 0px 0px 5px var(--main);
}

/* Invalidating Entries */
.form_holder input:not([type="submit"]):focus:invalid,
.form_holder textarea:focus:invalid,
.form_holder select:focus:invalid {
  box-shadow: 0px 0px 5px red;
}

/* ----- Date Picker ----- */
.ui-datepicker .ui-datepicker-header {
  border: none;
  border-radius: 0;
  background-image: none;
  background: var(--main);
}

#ui-datepicker-div {
  padding: 0;
  border: 3px solid var(--main);
  border-radius: 0 0 .8rem .8rem;
}

.ui-datepicker .ui-datepicker-title {
  color: white;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background-color: transparent !important;
  background-image: none;
  border: none;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span {
  transform: rotate(-135deg);
}

.ui-datepicker .ui-datepicker-next:hover span,
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):hover span {
  background: white;
}

.ui-datepicker .ui-datepicker-next span::after,
.ui-datepicker .ui-datepicker-prev span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-5px, -3px);
}

.ui-datepicker .ui-datepicker-next:hover span::after,
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):hover span::after {
  border-color: var(--main);
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker tbody tr td {
  border: 0;
  padding: 0;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

.ui-datepicker tbody tr td:last-child {
  border-right: none;
}

.ui-datepicker tbody tr:last-child td {
  border-bottom: none;
}

.ui-datepicker th {
  padding: 5px 0;
  background: var(--light);
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
}

.ui-datepicker th:last-child {
  border-right: none
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
}

table.ui-datepicker-calendar span {
  border: none !important;
  font-family: var(--font);
  text-transform: uppercase;
}

.ui-state-highlight,
.ui-widget-content {
  font-family: var(--font);
}

.ui-datepicker .ui-datepicker-title {
  text-transform: capitalize;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none;
  color: white;
  background-color: #d5d1d1;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
  color: var(--medium);
  background: var(--light);
}

.ui-state-disabled span,
.ui-widget-content .ui-state-disabled span,
.ui-widget-header .ui-state-disabled span {
  color: var(--medium);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border-color: var(--main);
  background-image: none;
  background-color: hsl(0 0% 100%);
}

td.ui-datepicker-current-day a {
  background: var(--main) !important;
  color: hsl(0 0% 100%) !important;
}

td.ui-datepicker-current-day a:hover {
  background: var(--dark) !important;
  color: hsl(0 0% 100%) !important;
}

td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active {
  color: hsl(0 0% 20%) !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  background: var(--main);
  color: white;
}

/* ----- Custom Select Dropdowns ----- */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-selected {
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: var(--light);
  border: none;
  color: var(--medium);
  border-radius: 0;
  margin: 0;
  padding: 6px 8px 4px 8px;
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 3px solid var(--main);
}

.select-selected.select-arrow-active {
  border-radius: 5px 5px 0 0;
}

.select-selected::after {
  background: none;
  width: 1.2rem;
  height: 1.2rem;
  top: 8px;
  right: 8px;
  transition: all 0.35s ease-in-out;
  border: none;
  transform: rotate(135deg);
  display: flex;
  background-size: auto 15px;
  border-top: 2px solid var(--medium);
  border-right: 2px solid var(--medium);
}

.select-selected.select-arrow-active::after {
  transform: rotate(-45deg);
  border-color: var(--medium);
  top: 14px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: var(--main);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 4px 4px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* ----- Custom File Uploader ----- */
.resume {
  text-align: center;
  padding: 3.2rem 1.6rem;
  background: var(--light);
  border-bottom: 3px solid var(--main);
}

.resume input[type="file"] {
  display: none;
}

.resume label {
  cursor: pointer;
  color: hsla(0 0% 0% / .35)
}

/* ---------- 12. Messages ---------- */

div.message_wrapper {
  margin: 0 0 1.6rem;
}

.content h2.hide_message {
  display: none;
}

.content h2.message_positive {
  width: 100%;
  color: white !important;
  background: var(--success) !important;
  padding: 1.6rem;
}

.content h2.message_negative {
  width: 100%;
  color: white !important;
  background: var(--danger) !important;
  padding: 1.6rem;
}

.message_wrapper a.message_link {
  color: white !important;
  text-decoration: underline;
}

.message_wrapper a.message_link:hover {
  text-decoration: none;
}

/* ---------- 13. Flex Columns Structure ---------- */

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gap);
}

.flex-six>* {
  width: calc(16.6666% - calc(5 * var(--grid-gap) / 6));
}

.flex-five>* {
  width: calc(20% - calc(4 * var(--grid-gap) / 5));
}

.flex-four>* {
  width: calc(25% - calc(3 * var(--grid-gap) / 4));
}

.flex-three>* {
  width: calc(33.3333% - calc(2 * var(--grid-gap) / 3));
}

.flex-two>* {
  width: calc(50% - calc(var(--grid-gap) / 2));
}

.flex-one>* {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .flex-six>* {
    width: calc(25% - calc(3 * var(--grid-gap) / 4));
  }

  .flex-five>* {
    width: calc(33.3333% - calc(2 * var(--grid-gap) / 3));
  }

  .flex-four>*,
  .flex-three>* {
    width: calc(50% - calc(var(--grid-gap) / 2));
  }

  .flex-two>* {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .flex-four>*,
  .flex-three>* {
    width: 100%;
  }

  .flex-five>* {
    width: calc(50% - calc(var(--grid-gap) / 2));
  }

  .flex-six>* {
    width: calc(33.3333% - calc(2 * var(--grid-gap) / 3));
  }
}

@media screen and (max-width: 560px) {
  .flex-five>* {
    width: 100%;
  }

  .flex-six>* {
    width: calc(50% - calc(var(--grid-gap) / 2));
  }
}

/* ----- Flex Staggered Animations ----- */
.flex-two>*.animate,
.flex-three>*.animate,
.flex-four>*.animate,
.flex-five>*.animate,
.flex-six>*.animate {
  opacity: 0;
  transform: translateY(10rem);
  transition: 0.5s ease-in-out;
}

.flex-two>*.animate.show,
.flex-three>*.animate.show,
.flex-four>*.animate.show,
.flex-five>*.animate.show,
.flex-six>*.animate.show {
  opacity: 1;
  transform: translateY(0);
}

.flex-two>*.animate:nth-of-type(2n + 1),
.flex-three>*.animate:nth-child(3n + 1),
.flex-four>*.animate:nth-child(4n + 1),
.flex-five>*.animate:nth-child(5n + 1),
.flex-six>*.animate:nth-child(6n + 1) {
  transition-delay: 0s;
}

.flex-two>*.animate:nth-of-type(2n),
.flex-three>*.animate:nth-child(3n + 2),
.flex-four>*.animate:nth-child(4n + 2),
.flex-five>*.animate:nth-child(5n + 2),
.flex-six>*.animate:nth-child(6n + 2) {
  transition-delay: 0.15s;
}

.flex-three>*.animate:nth-child(3n),
.flex-four>*.animate:nth-child(4n + 3),
.flex-five>*.animate:nth-child(5n + 3),
.flex-six>*.animate:nth-child(6n + 3) {
  transition-delay: 0.3s;
}

.flex-four>*.animate:nth-child(4n),
.flex-five>*.animate:nth-child(5n + 4),
.flex-six>*.animate:nth-child(6n + 4) {
  transition-delay: 0.45s;
}

.flex-five>*.animate:nth-child(5n),
.flex-six>*.animate:nth-child(6n + 5) {
  transition-delay: 0.6s;
}

.flex-six>*.animate:nth-child(6) {
  transition-delay: 0.75s;
}

@media screen and (max-width: 1024px) {

  .flex-two>*.animate:nth-of-type(2n),
  .flex-three>*.animate:nth-child(3n + 2),
  .flex-four>*.animate:nth-child(4n + 2),
  .flex-five>*.animate:nth-child(5n + 2),
  .flex-three>*.animate:nth-child(3n),
  .flex-four>*.animate:nth-child(4n + 3),
  .flex-five>*.animate:nth-child(5n + 3),
  .flex-four>*.animate:nth-child(4n),
  .flex-five>*.animate:nth-child(5n + 4),
  .flex-five>*.animate:nth-child(5n),
  .flex-six>*.animate:nth-child(6n + 1),
  .flex-six>*.animate:nth-child(6n + 2),
  .flex-six>*.animate:nth-child(6n + 3),
  .flex-six>*.animate:nth-child(6n + 4),
  .flex-six>*.animate:nth-child(6n + 5),
  .flex-six>*.animate:nth-child(6) {
    transition-delay: 0s;
  }
}

/* ---------- 14. Grid Column Structure ---------- */

.grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(12, 1fr);
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

@media screen and (max-width: 960px) {

  .col-1,
  .col-2 {
    grid-column: span 3;
  }

  .col-3 {
    grid-column: span 4;
  }

  .col-4 {
    grid-column: span 6;
  }

  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 768px) {

  .col-1,
  .col-2,
  .col-3 {
    grid-column: span 6;
  }

  .col-4 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 580px) {

  .col-1,
  .col-2,
  .col-3 {
    grid-column: span 12;
  }
}

/* ---------- 15. Card & Box Base Styles ---------- */

/* ----- Standard Card ----- */
.card img {
  width: 100%;
  height: auto;
  margin: 0 0 0.8rem;
}

.card h3 {
  font-size: 2.4rem;
  line-height: 1;
}

.card h3 a {
  text-decoration: none;
  color: var(--dark);
}

.card h3 a:hover {
  color: var(--main);
}

.card h3,
.card p {
  margin: 0 0 1.6rem;
}

.card .h6.date {
  font-size: 1.4rem;
  margin: 0 0 .8rem;
}

.card a.superbutton {
  margin: 0;
}

.card ul.category-list {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin: 0 0 1.6rem;
  list-style: none;
}

.card ul.category-list li {
  font-size: 1.4rem;
}

/* ----- Standard Box ----- */
.box {
  text-decoration: none;
  position: relative;
  line-height: 0;
}

.box img {
  width: 100%;
  height: auto;
}

.box h3 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  display: flex;
  align-items: flex-end;
  padding: 1.6rem;
  color: white;
  background: hsla(0 0% 20% / 0.5);
  transition: var(--animate);
}

.box:hover h3 {
  background: hsla(0 0% 20% / 0.8);
}

/* ----- Shadow List ----- */
.shadow-list>* {
  box-shadow: var(--shadow);
  border-radius: 1.6rem;
  background: #fff;
  overflow: hidden;
}

.shadow-list img {
  margin: 0;
}

.shadow-list .content-holder {
  padding: 1.6rem;
}

/* ---------- 16. Base Strip Styles ---------- */

/* ----- Floating Image ----- */
.img-float .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-float.img-right .content {
  flex-direction: row-reverse;
}

.img-float .content .img-holder {
  width: calc(33.3333% - 4.8rem);
  aspect-ratio: 4 / 6;
}

.img-float .content .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-float .content .editable_content {
  width: calc(66.6666% - 4.8rem);
}

@media screen and (max-width: 1024px) {

  .img-float .content,
  .img-float.img-right .content {
    flex-direction: column;
    gap: 3.2rem;
    align-items: center;
  }

  .img-float .content .img-holder {
    max-width: 30rem;
    width: 100%;
  }

  .img-float .content .editable_content {
    width: 100%;
  }
}

/* ----- Faded Image ----- */
.img-fade {
  position: relative;
}

.img-fade .img-holder {
  width: calc(45% - 4.8rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.img-fade .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-fade::after {
  content: "";
  width: calc(45% - 4.8rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, white 100%);
  z-index: 1;
}

.light.img-fade::after {
  background: linear-gradient(to right, transparent, var(--light) 100%);
}

.medium.img-fade::after {
  background: linear-gradient(to right, transparent, var(--medium) 100%);
}

.dark.img-fade::after {
  background: linear-gradient(to right, transparent, var(--dark) 100%);
}

.colour.img-fade::after {
  background: linear-gradient(to right, transparent, var(--main) 100%);
}

.img-fade.img-right .img-holder,
.img-fade.img-right::after {
  left: auto;
  right: 0;
}

.img-fade.img-right::after {
  background: linear-gradient(to left, transparent, white 100%);
}

.light.img-fade.img-right::after {
  background: linear-gradient(to left, transparent, var(--light) 100%);
}

.medium.img-fade.img-right::after {
  background: linear-gradient(to left, transparent, var(--medium) 100%);
}

.dark.img-fade.img-right::after {
  background: linear-gradient(to left, transparent, var(--dark) 100%);
}

.colour.img-fade.img-right::after {
  background: linear-gradient(to left, transparent, var(--main) 100%);
}

.img-fade .content {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.img-fade.img-right .content {
  justify-content: flex-start;
}

.img-fade .content .editable_content {
  width: calc(55% - 4.8rem);
}

@media screen and (max-width: 1024px) {
  .img-fade {
    padding-top: 35rem;
  }

  .img-fade .img-holder,
  .img-fade::after {
    height: 30rem;
    width: 100%;
  }

  .img-fade::after,
  .img-fade.img-right::after {
    background: linear-gradient(to bottom, transparent, #fff 100%);
  }

  .light.img-fade::after,
  .light.img-fade.img-right::after {
    background: linear-gradient(to bottom, transparent, var(--light) 100%);
  }

  .medium.img-fade::after,
  .medium.img-fade.img-right::after {
    background: linear-gradient(to bottom, transparent, var(--medium) 100%);
  }

  .dark.img-fade::after,
  .dark.img-fade.img-right::after {
    background: linear-gradient(to bottom, transparent, var(--dark) 100%);
  }

  .colour.img-fade::after,
  .colour.img-fade.img-right::after {
    background: linear-gradient(to bottom, transparent, var(--main) 100%);
  }

  .img-fade .content .editable_content {
    width: 100%;
  }
}

/* ----- Background Image ----- */
.img-background {
  position: relative;
  z-index: 1;
}

.img-background::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.img-background .img-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.img-background .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.light.img-background::after {
  background: var(--light);
}

.medium.img-background::after {
  background: var(--medium);
}

.dark.img-background::after {
  background: var(--dark);
}

.colour.img-background::after {
  background: var(--main);
}

.img-background .content {
  position: relative;
  z-index: 1;
}

/* ----- Strip List ----- */
.strip-list-holder {
  padding: 0;
}

.strip-list {
  padding: 9.6rem 3rem;
  position: relative;
  background: white;
}

.strip-list:nth-of-type(2n) {
  background: var(--light);
}

.strip-list .img-holder {
  width: 33.3333%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.strip-list .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.strip-list:nth-last-of-type(2n) .img-holder {
  left: auto;
  right: 0;
}

.strip-list .content {
  display: flex;
  justify-content: flex-end;
}

.strip-list:nth-last-of-type(2n) .content {
  justify-content: flex-start;
}

.strip-list .content .editable_content {
  width: calc(66.6666% - 5rem);
}

@media screen and (max-width: 1024px) {
  .strip-list {
    padding: 30rem 3rem 5rem;
  }

  .strip-list .img-holder {
    width: 100%;
    height: 25rem;
  }

  .strip-list .content .editable_content {
    width: 100%;
  }
}

/* ---------- 17. Animations ---------- */

.fadeFromLeft {
  opacity: 0;
  transform: translateX(-10rem);
  transition: 0.5s ease-in-out;
}

.fadeFromRight {
  opacity: 0;
  transform: translateX(10rem);
  transition: 0.5s ease-in-out;
}

.fadeFromTop {
  opacity: 0;
  transform: translateY(-10rem);
  transition: 0.5s ease-in-out;
}

.fadeFromBottom {
  opacity: 0;
  transform: translateY(10rem);
  transition: 0.5s ease-in-out;
}

.fadeFromLeft.show,
.fadeFromRight.show,
.fadeFromTop.show,
.fadeFromBottom.show {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- 18. Swipebox Styles ---------- */

.swipebox_full a img {
  width: 100%;
  height: auto;
  border-radius: .8rem;
  transition: var(--animate);
}

.swipebox_full a img:hover {
  opacity: 0.5;
}

/* ---------- 19. Sub Page Menu ----------  */

ul.pages li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.pages li a {
  background: var(--main);
  color: hsl(0 0% 100%);
  text-decoration: none;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 700;
}

ul.pages li a:hover {
  background: var(--dark);
}

/* ---------- 20. Contact ---------- */

ul.contact-list {
  list-style: none;
}

ul.contact-list li a {
  text-decoration: none;
}

ul.contact-list li a:hover {
  color: var(--main);
}

/* ---------- 21. Contact Multi Location ----------*/

.multi-loc {
  margin: 0 0 3.2rem;
}

.multi-loc iframe {
  aspect-ratio: 6 / 3.5;
  width: 100%;
  height: auto;
}

.multi-loc h2 {
  font-size: 2.2rem;
  padding: 0 0 .8rem;
  margin: 0 0 .8rem;
  border-bottom: 2px solid hsla(0 0% 0% / .1);
}

.multi-loc ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem var(--grid-gap);
}

.multi-loc ul li {
  width: calc(50% - calc(var(--grid-gap) / 2));
}

.multi-loc ul li.full-width {
  width: 100%;
}

.multi-loc strong {
  display: block;
  color: var(--dark);
}

.multi-loc address {
  font-style: normal;
}

.multi-loc a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .multi-loc ul li {
    width: 100%;
  }
}

/* ---------- 22. Map ---------- */

.map-holder {
  height: 42rem;
  overflow: hidden;
}

.map-holder iframe {
  height: 100%;
  width: 100%;
}

/* ---------- 23. Social Media ---------- */

.social_media ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: var(--grid-gap);
}

.social_media ul li {
  margin: 0;
  list-style: none;
}

.social_media ul li a {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  color: white;
  background: var(--main);
  border-radius: 50%;
  transition: var(--animate);
}

.social_media ul li a:hover {
  background: var(--dark);
}

.social_media ul li a i {
  font-size: 2.2rem;
  line-height: 1;
}

/* ---------- 24. Toggler ---------- */

h4.toggle,
h4.toggle.active.open {
  color: hsl(0 0% 20%);
  background: url(/assets/images/layout/toggle.png) no-repeat 10px 11px;
  padding: 8px 0 8px 35px;
  margin: 10;
  cursor: pointer;
}

h4.toggle.active,
h4.toggle.open {
  background-position: 10px -39px;
}

h4.toggle:hover,
h4.toggle.active.open:hover {
  background-position: 10px -39px;
}

div.toggler {
  border-top: none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 24px;
}

div.toggler hr {
  border-top: 1px solid #f0f0f0;
}

div.toggler p {
  margin: 0 0 1.2rem;
  padding: 0;
}

.faq-wrapper .toggler ul,
.faq-wrapper .toggler ol {
  margin: 0 0 1.2rem 2rem;
}

div.toggler>*:last-child {
  margin-bottom: 0;
}

/* ---------- 25. Products ---------- */

/* ----- Search ----- */
form.search_form {
  display: flex;
  margin: 0 0 3.2rem;
}

form.search_form input.search_input {
  width: calc(100% - 16px);
  border-radius: .4rem 0 0 .4rem;
  border: 1px solid hsla(0 0% 0% / .15);
  border-radius: none;
  background: hsla(0 0% 0% / .05);
  padding: .5rem .8rem;
}

form.search_form input.superbutton {
  width: 16rem;
  border-radius: 0 .4rem .4rem 0;
  margin: 0;
}

/* ----- Product List ----- */
.product-list .card .product-number {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 .4rem;
}

.product-list .card h3 {
  margin: 0;
}

.product-list .card p {
  margin: 1.6rem 0;
}

.price-wrapper {
  font-size: 1.4rem;
}

.price-wrapper span .strike {
  text-decoration: line-through;
  color: hsl(0, 0%, 70%);
}

form.add_to_cart {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

form.add_to_cart .cart_price_option label,
form.add_to_cart .cart_quantity label {
  display: block;
  font-size: 1.2rem;
}

form.add_to_cart .cart_price_option select,
form.add_to_cart .cart_quantity input {
  border-radius: 0;
  border: none;
  background: var(--light);
  border-bottom: 3px solid var(--main);
  width: 100%;
  padding: .5rem .8rem;
  margin: 0 0 .8rem;
}

form.add_to_cart a.add_to_cart {
  width: 100%;
  padding-inline: .8rem;
}

/* ----- Product Page ----- */
.product-page .content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 4.8rem;
}

.product_highlight {
  width: 100%;
  max-width: 300px;
  margin-bottom: 1.6rem;
  background: white;
  box-shadow: var(--shadow);
  border-radius: 1.6rem;
  overflow: hidden;
}

.product_highlight .alert {
  color: var(--medium);
  margin: 0;
}

.product_highlight .strike {
  text-decoration: line-through;
}

.product_highlight .sale {
  color: var(--medium);
}

.product_highlight .holder {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product_highlight .holder>a {
  width: calc(80% - 5px);
  text-decoration: none;
  text-align: center;
}

.product_highlight .holder .img_select {
  width: 20%;
  display: flex;
  justify-content: left;
  flex-direction: column;
}

.product_highlight .holder #img_title {
  font-style: normal;
  font-weight: 500;
}

.product_highlight .holder .img_select figure {
  width: 100%;
  margin: 0px 5px 5px 0px;
  cursor: pointer;
}

.product_highlight .holder .img_select>figure.active {
  box-shadow: 0px 0px 4px 0px #333;
}

.product_highlight .holder .img_select figure img {
  width: 100%;
}

.product_highlight form.add_to_cart {
  padding: 1.6rem;
}

.product_highlight form.add_to_cart a.superbutton {
  margin: 0;
  padding-inline: .8rem;
}

.product-page .content .editable_content {
  width: calc(100% - 34.8rem);
}

.product-page .content .editable_content .product_number {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 .4rem;
}

@media screen and (max-width: 960px) {
  .product-page .content .editable_content {
    width: 100%;
  }
}

/* ---------- 26. Modal Styles ---------- */

summary.btn {
  cursor: pointer;
  display: inline-block;
  background-color: var(--main);
  padding: 5px 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.details-with-modal summary::-webkit-details-marker {
  display: none;
}

details-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-height: 80vh;
  overflow: scroll;
  max-width: 90vw;
  width: 448px;
  background-color: hsl(0 0% 100%);
}

.details-with-modal[open]>summary:before {
  content: " ";
  background: hsla(0 0% 0% / 0.3);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.modal-header {
  padding: 20px;
  background-color: var(--main);
  border-bottom: 1px solid hsl(0, 0%, 94%);
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  border-top: 1px solid hsl(0, 0%, 94%);
  padding: 20px;
  text-align: center;
}

.modal-footer button {
  width: 95%;
  display: inline-block;
  background-color: var(--main);
  font-size: 1rem;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.modal-footer button:hover {
  background-color: var(--medium);
  color: var(--medium);
  transition: 0.3s ease;
}

/* ---------- 27. FAQs ---------- */
.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.faq-wrapper .toggle_faq {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: 2.4rem;
  margin: 0;
  cursor: pointer;
}

.faq-wrapper .toggle_faq .icon {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  position: relative;
  transform: translate(0, -1px);
  transition: var(--animate);
}

.faq-wrapper .toggle_faq.active .icon {
  transform: rotate(135deg);
}

.faq-wrapper .toggle_faq .icon i {
  width: 1.6rem;
  height: .2rem;
  background: var(--main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper h3.toggle_faq .icon i:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-wrapper .toggler {
  padding: .8rem 1.6rem 1.6rem 4rem;
}

/* ---------- 28. Events ---------- */

.events-list {
  margin-top: 3.2rem;
}

.events-list .card ul {
  list-style: none;
  border-block: 2px solid hsla(0 0% 0% / .1);
  padding: .4rem 0;
  margin: 0 0 .8rem;
}

.events-list .card ul li {
  font-size: 1.4rem;
}

.event-page h1 {
  margin: 0;
}

.event-page .item-wrapper {
  margin-top: 3.2rem;
}

ul.event-details {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-block: 2px solid hsla(0 0% 0% / .1);
  margin: 2.4rem 0;
  padding: .4rem 0;
}

ul.event-details li {
  border-right: 2px solid hsla(0 0% 0% / .1);
  padding: .4rem .8rem;
}

ul.event-details li:last-child {
  border-right: none;
}

ul.event-details li i {
  color: var(--main);
  margin: 0 .4rem 0 0;
}

ul.event-details li.register-btn a.superbutton {
  margin-top: 0;
}

@media screen and (min-width: 959px) {
  ul.event-details li.register-btn {
    display: none;
  }
}

.reg-active {
  display: flex;
  gap: 3.2rem;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}

.reg-content {
  width: calc(100% - 33.2rem);
  padding-right: 3.2rem;
  border-right: 2px solid hsla(0 0% 0% / .1);
}

.reg-form {
  width: 30rem;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 960px) {
  .reg-content {
    width: 100%;
    padding: 0 0 3.2rem;
    border-right: none;
    border-bottom: 2px solid hsla(0 0% 0% / .1);
  }

  .reg-form {
    position: initial;
    width: 100%;
  }

  ul.event-details {
    flex-direction: column;
    padding: 0;
  }

  ul.event-details li {
    width: 100%;
    padding: .8rem;
    border-right: none;
    border-bottom: 2px solid hsla(0 0% 0% / .1);
  }

  ul.event-details li:last-child {
    border-bottom: none;
  }
}

/* ---------- 29. Categories ---------- */

.categories-page .content {
  display: flex;
  flex-direction: row-reverse;
}

.categories-page .flex {
  width: calc(100% - 32rem);
}

.categories-page aside.categories {
  width: 32rem;
  padding: 0 2.4rem 0 0;
  margin: 0 2.4rem 0 0;
  border-right: 2px solid hsla(0 0% 0% / .1);
}

.categories-page aside.categories h2 {
  font-size: 2.4rem;
  margin: 0 0 .8rem;
  padding: 0 0 .8rem;
  border-bottom: 2px solid hsla(0 0% 0% / .1);
}

.categories-page aside.categories ul {
  list-style: none;
  display: flex;
  gap: .8rem;
  flex-direction: column;
}

.categories-page aside.categories ul li {
  padding-bottom: .8rem;
  border-bottom: 1px solid hsla(0 0% 0% / .1);
  cursor: pointer;
}

.categories-page aside.categories ul li:last-child {
  border: none;
}

.categories-page aside.categories ul li.active {
  color: var(--dark);
  font-weight: 600;
}

@media screen and (max-width: 1180px) {
  .categories-page .flex-three>* {
    width: calc(50% - .8rem);
  }
}

@media screen and (max-width: 960px) {
  .categories-page .content {
    flex-direction: column-reverse;
  }

  .categories-page aside.categories {
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 2px solid hsla(0 0% 0% / .1);
    margin: 0 0 2.4rem;
  }

  .categories-page .flex {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .categories-page .flex-three>* {
    width: 100%;
  }
}

/* ---------- 30. Pop Up ---------- */

.cta-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: hsla(0 0% 0% / .5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-popup .pop-up {
  background: white;
  padding: 3.2rem;
  border-radius: 1.6rem 0 1.6rem 1.6rem;
  box-shadow: var(--shadow);
  width: 48rem;
  position: relative;
  text-align: center;
}

.cta-popup .pop-up .close-popup {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -12px;
  right: -12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main);
  border-radius: 50%;
  transition: var(--animate);
  cursor: pointer;
}

.cta-popup .pop-up .close-popup:hover {
  background: var(--dark);
}

.cta-popup .pop-up h3 {
  font-size: 3.2rem;
  margin: 0 0 1.6rem;
}

.cta-popup .pop-up .superbutton {
  margin: 1.6rem 0 0;
}

/* ---------- 30. Pop Up ---------- */

.page-details.h6 {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 1.6rem;
  color: var(--medium);
}

.page-details.h6 a {
  color: var(--medium);
  text-decoration: none;
}

.page-details.h6 a:hover {
  color: var(--main);
}

/* ---------- 31. Logo Slider ---------- */

#logo-link-slider {
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logo-link-slider .logo-link-slider-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

#logo-link-slider .logo-link-slider-wrapper ul {
  position: relative;
  left: 0px;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

#logo-link-slider .logo-link-slider-wrapper ul li {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}

#logo-link-slider .logo-link-slider-wrapper ul li a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  opacity: 0.65;
  width: 100%;
}

.logo_link_static {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.logo_link_static a img {
  width: 200px;
}

/* -- Move This -- */
.message_negative {
  background: var(--danger);
  padding: 1.6rem;
  border-radius: 1.6rem;
  color: white;
}

.message_wrapper p {
  margin: 0;
}
header.full_header .jqueryslidemenu a.logo{
  width: 20rem;
}
header.full_header .jqueryslidemenu .right-side{
  width: calc(100% - 30rem);
}
header.full_header .jqueryslidemenu .right-side > ul{
  display: flex;
  gap: 1.6rem;
  padding: 0;
}
header.full_header .jqueryslidemenu .right-side > ul li{
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  color: var(--medium);
}
header.full_header .jqueryslidemenu .right-side > ul li i{
  color: var(--medium);
}
header.full_header .jqueryslidemenu .right-side > ul li a{
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  color: var(--medium);
}
header.full_header .jqueryslidemenu .right-side > ul li a:hover{
  color: var(--main);
}
header.full_header .jqueryslidemenu .right-side > ul li a::after{
  display: none;
}
header.full_header .jqueryslidemenu .right-side > ul li a.book-btn{
  background: var(--main);
  color: white;
  padding: 10px 16px 8px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: var(--animate);
}
header.full_header .jqueryslidemenu .right-side > ul li a.book-btn:hover{
  background: var(--dark);
}
header.full_header .jqueryslidemenu .right-side > nav{
  width: 100%;
  border-top: 1px solid hsla(0 0% 0% / .1);
}
header.full_header .jqueryslidemenu .right-side > nav ul{
  width: 100%;
  justify-content: space-between;
}
header.full_header .jqueryslidemenu .right-side > nav ul li a{
  padding: 25px 10px;
  transition: var(--animate);
  font-family: var(--font-heading);
  z-index: 1;
}
header.full_header .jqueryslidemenu .right-side > nav ul li.Selected a,
header.full_header .jqueryslidemenu .right-side > nav ul li.Selected a:hover,
header.full_header .jqueryslidemenu .right-side > nav ul li a:hover{
  color: white;
}
header.full_header .jqueryslidemenu .right-side > nav ul li a::after{
  z-index: -1;
  height: 26px;
  bottom: 21px;
  left: 0;
  transform: none;
}
.intro-strip{
  position: relative;
  z-index: 1;
}
.intro-strip .img-wrapper{
  position: absolute;
  height: calc(100% - 142px);
  top: 242px;
  left: 0;
  width: calc(50% - 3.2rem);
  overflow: hidden;
}
.intro-strip .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-strip .content{
  display: flex;
  gap: 6.4rem;
}
.intro-strip .content .title-wrapper{
  width: calc(50% - 3.2rem);
}
.intro-strip .content .title-wrapper h1{
  margin: 0;
}
.intro-strip .content .editable_content{
    width: calc(50% - 3.2rem);
}
.chev-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    opacity: .8;
    z-index: 1;
    mix-blend-mode: lighten;
    overflow: hidden;
}
.chev-wrapper img {
    position: absolute;
    top: -11%;
    left: 45%;
    height: 122%;
    width: auto;
    z-index: 2;
}
ul.ms-banner-constrained li::after{
  display: none;
}
.feat-const{
  background: linear-gradient(to bottom, var(--light) 0%, var(--light) calc(100% - 100px), white calc(100% - 100px), white 100%);
  padding-top: 20rem;
  padding-bottom: 30rem;
  position: relative;
}
.feat-const .content{
  background: var(--light);
  padding: 0 8rem 3.2rem;
  border-radius: 1.6rem;
  position: relative;
  z-index: 2;
}
.feat-const .img-wrapper{
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  width: calc(100% - 3.2rem);
  border-radius: 1.6rem;
  overflow: hidden;
  height: 400px;
}
.feat-const .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feat-port .content > .content-wrapper{
  display: flex;
  gap: 6.4rem;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 4.8rem;
}
.feat-port .content .content-wrapper .editable_content{
  width: calc(100% - 6.4rem - 19rem);
  max-width: 768px;
}
.feat-port .content .content-wrapper .editable_content p{
  max-width: 42rem;
}
.port-list a.card{
  aspect-ratio: 3 / 3.5;
  position: relative;
  overflow: hidden;
}
.port-list a.card::before{
  content: '01';
  position: absolute;
  font-size: 8.8rem;
  z-index: 2;
  font-family: var(--font-heading);
  font-weight: 700;
  -webkit-text-stroke: 1px white;
  color: transparent;
  line-height: 1;
  bottom: -10rem;
  left: 12px;
  transition: var(--animate);
  opacity: .65;
}
.port-list a.card:hover::before{
  bottom: 1.6rem;
}
.port-list a.card:nth-child(2):before{
  content: '02';
}
.port-list a.card:nth-child(3):before{
  content: '03';
}
.port-list a.card:nth-child(4):before{
  content: '04';
}
.port-list a.card::after{
  content: '';
  width: 100%;
  height: calc(100% - 5rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--dark);
  opacity: .5;
  transition: var(--animate);
}
.port-list a.card:hover::after{
  height: 100%;
  opacity: .8;
}
.port-list a.card .img-wrapper{
  width: 100%;
  height: calc(100% - 5rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: var(--animate);
}
.port-list a.card:hover .img-wrapper{
  height: 100%;
}
.port-list a.card .img-wrapper img{
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.port-list a.card h3{
  position: absolute;
  z-index: 3;
  margin: 0;
  line-height: 1;
  bottom: 6.4rem;
  left: 1.6rem;
  color: white;
  font-family: var(--font-heading);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 2.4rem;
  transition: var(--animate);
}
.port-list a.card:hover h3{
  bottom: 1.6rem;
}
.port-list a.card span.arrow{
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 50%;
  border: 2px solid white;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 2;
  opacity: 0;
  transition: var(--animate);
  background-image: url(/assets/images/layout/icon-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.port-list a.card:hover span.arrow{
  opacity: 1;
}
.affil-strip .content{
  display: flex;
  gap: 6.4rem;
}
.affil-strip .content .editable_content{
    width: calc(33.333% - 3.2rem);
}
.affil-strip .content .flex{
    width: calc(66.666% - 3.2rem);
    align-items: flex-start;
}
.affil-strip .content .flex a{
  background: white;
  border-radius: .8rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 1.6rem;
  transition: var(--animate);
}
.affil-strip .content .flex a:hover{
  background: var(--light);
  box-shadow: none;
}
.contact-cta .content{
  display: flex;
  gap: 6.4rem;
}
.contact-cta .content .content-wrapper{
  width: calc(50% - 3.2rem);
}
.contact-cta .content .content-wrapper .editable_content{
  width: 66%;
}
.contact-cta .content .content-wrapper .contact-list{
  gap: 1.6rem;
  padding-block: 1.6rem;
  margin-block: 1.6rem;
  border-block: 2px solid hsla(0 0% 0% / .1);
}
.contact-cta .content .content-wrapper .contact-list li{
  width: 100%;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.contact-cta .content .content-wrapper .contact-list li address{
  font-style: normal;
}
.contact-cta .content .content-wrapper .social_media ul{
  justify-content: flex-start;
}
.contact-cta .content .content-wrapper .social_media ul li a{
  background: none;
  color: var(--dark);
  border: 2px solid var(--dark);
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
}
.contact-cta .content .content-wrapper .social_media ul li a:hover{
  background: var(--dark);
  color: white;
}
.contact-cta .content .content-wrapper .social_media ul li a i{
  font-size: 1.6rem;
}
.contact-cta .content .form-wrapper{
  width: calc(50% - 3.2rem);
  background: var(--light);
  padding: 4.8rem;
  border-radius: 1.6rem;
}
.contact-cta .content .form-wrapper .form_holder form .half_width,
.contact-cta .content .form-wrapper .form_holder form.full_width{
  width: 100%;
}
.contact-cta .content .form-wrapper .form_holder form input,
.contact-cta .content .form-wrapper .form_holder form textarea,
.contact-cta .content .form-wrapper .form_holder form select{
  background: white;
}
.contact-cta .content .form-wrapper .form_holder form button.superbutton{
  background: none;
  color: var(--dark);
  border-radius: 0;
}
.contact-cta .content .form-wrapper .form_holder form button.superbutton:hover{
  background: none;
  color: white;
}
.inner_header{
  background-color: white;
  border-radius: 0 0 1.6rem 1.6rem;
  overflow: hidden;
}
.con-serv{
  
}
.con-serv .content{
  display: flex;
  gap: 6.4rem;
}
.con-serv .content .editable_content{
  width: calc(50% - 3.2rem);
}
.con-serv .content .editable_content h1{
  max-width: 40rem;
}
.con-serv .content .con-list{
  width: calc(50% - 3.2rem);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.con-serv .content .con-list .card{
  text-decoration: none;
  transition: var(--animate);
  position: relative;
  z-index: 1;
}
.con-serv .content .con-list .card:hover{
  padding: 2.4rem;
  padding-bottom: 150px;
}
.con-serv .content .con-list .card .img-wrapper{
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: var(--animate);
}
.con-serv .content .con-list .card:hover .img-wrapper{
  opacity: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.con-serv .content .con-list .card .img-wrapper::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--dark);
  opacity: .65;
}
.con-serv .content .con-list .card .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-serv .content .con-list .card h3{
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  font-size: 2.8rem;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  padding: 16px 0;
  transition: var(--animate);
}
.con-serv .content .con-list .card:hover h3{
  color: white;
  border-color: white;
}
.con-serv .content .con-list .card p{
  padding-left: 44px;
  max-width: 44rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 0;
  opacity: 0;
  transition: var(--animate);
}
.con-serv .content .con-list .card:hover p{
  opacity: 1;
  height: calc(1.6rem * 1.4 * 3);
  color: white;
}
.con-serv .content .con-list .card.not-selected{
  opacity: .25;
}
.con-serv .content .con-list .card.not-selected:hover{
  opacity: 1;
}
.con-serv .content .con-list .card h3::before{
  content: '01';
  font-size: 1.2rem;
  padding-top: 2px;
}
.con-serv .content .con-list .card:nth-of-type(2) h3:before{
  content: '02';
}
.con-serv .content .con-list .card:nth-of-type(3) h3::before{
  content: '03';
}
.con-serv .content .con-list .card:nth-of-type(4) h3::before{
  content: '04';
}
.con-serv .content .con-list .card:nth-of-type(5) h3::before{
  content: '05';
}
.con-serv .content .con-list .card:nth-of-type(6) h3::before{
  content: '06';
}
.process-cta .content .content-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.8rem;
}
.process-cta .content .content-wrapper .editable_content{
  max-width: 768px;
}
.process-cta .content .process-grid{
  position: relative;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 1fr 1fr;
}
.process-cta .content .process-grid::before{
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.process-page .content::after,
.process-cta .content .process-grid::after{
  content: '';
  background-image: url(/assets/images/layout/icon-arrowhead.svg);
  position: absolute;
  right: -10px;
  top: calc(50% - 4px);
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.process-page .content::after{
  transform: none;
  right: auto;
  left: -8px;
  top: auto;
  bottom: -7px;
}
.process-cta .content .process-grid .process-item{
  padding: 8rem 6.4rem 0 3.2rem;
  background-image: url(/assets/images/layout/graphic-dash-01.svg);
  background-repeat: repeat-y;
  background-size: 2px auto;
  background-position: top left;
  position: relative;
}
.process-cta .content .process-grid .process-item:first-of-type{
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row: 1;
}
.process-cta .content .process-grid .process-item:nth-of-type(2){
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row: 2;
}
.process-cta .content .process-grid .process-item:nth-of-type(3){
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row: 1;
}
.process-cta .content .process-grid .process-item:nth-of-type(4){
  grid-column-start: 7;
  grid-column-end: 11;
  grid-row: 2;
}
.process-cta .content .process-grid .process-item:first-of-type,
.process-cta .content .process-grid .process-item:nth-of-type(3){
  padding: 0 6.4rem 8rem 3.2rem;
}
.process-cta .content .process-grid .process-item::before{
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  position: absolute;
  bottom: -8px;
  left: -8px;
}
.process-cta .content .process-grid .process-item:nth-of-type(2)::before,
.process-cta .content .process-grid .process-item:nth-of-type(4)::before{
  bottom: auto;
  top: -8px;
}
.process-cta .content .process-grid .process-item h3{
  font-size: 2.4rem;
  margin: 0 0 16px;
}
.process-cta .content .process-grid .process-item h3::before{
  content: '01';
  padding-right: 8px;
  margin-right: 8px;
  border-right: 2px solid white;
}
.process-cta .content .process-grid .process-item:nth-of-type(2) h3::before{
  content: '02';
}
.process-cta .content .process-grid .process-item:nth-of-type(3) h3::before{
  content: '03';
}
.process-cta .content .process-grid .process-item:nth-of-type(4) h3::before{
  content: '04';
}
.process-cta .content .process-grid .process-item p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.con-serv-subs{
  gap: 1.6rem 6.4rem;
}
.con-serv-subs .card{
  box-shadow: var(--shadow);
  background: white;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  border-radius: 1.6rem;
  width: calc(33.3333% - calc(6.4rem * 2 / 3));
  position: relative;
}
.con-serv-subs .card .icon-wrapper{
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 600;
  background: var(--main);
  top: 1.6rem;
  left: -3.2rem;
  position: absolute;
  color: white;
}
.con-serv-subs .card .icon-wrapper::before{
  content: '1';
}
.con-serv-subs .card:nth-of-type(2) .icon-wrapper::before{
  content: '2';
}
.con-serv-subs .card:nth-of-type(3) .icon-wrapper::before{
content: '3';
}
.con-serv-subs .card:nth-of-type(4) .icon-wrapper::before{
content: '4';
}
.con-serv-subs .card:nth-of-type(5) .icon-wrapper::before{
content: '5';
}
.con-serv-subs .card:nth-of-type(6) .icon-wrapper::before{
content: '6';
}
.con-serv-subs .card:nth-of-type(7) .icon-wrapper::before{
content: '7';
}
.con-serv-subs .card:nth-of-type(8) .icon-wrapper::before{
content: '8';
}
.con-serv-subs .card:nth-of-type(9) .icon-wrapper::before{
content: '9';
}
.con-serv-subs .card:nth-of-type(10) .icon-wrapper::before{
content: '10';
}
.con-serv-subs .card .content-wrapper h1,
.con-serv-subs .card .content-wrapper h2,
.con-serv-subs .card .content-wrapper h3,
.con-serv-subs .card .content-wrapper h4{
  font-size: 2.4rem;
  margin: 0 0 1.6rem;
}
.process-page .content{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-left: 2px solid white;
}
.process-page .content .card::before{
  content: '';
  background-image: url(/assets/images/layout/graphic-dash-horz-01.svg);
  background-repeat: repeat-x;
  background-size: auto 2px;
  background-position: top left;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.process-page .content .card::after{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: -9px;
  background: white;
  border-radius: 50%;
}
.process-page .content .card{
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-left: 4rem;
  padding-top: 3.2rem;
  gap: 2.4rem;
}
.process-page .content .card .img-wrapper{
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 2px solid var(--main);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-page .content .card .img-wrapper img{
    width: 60px;
    height: auto;
    object-fit: contain;
    margin: 0;
}
.process-page .content .card .content-wrapper{
  width: calc(100% - 10.4rem);
}
.categories-page .content{
  flex-direction: column-reverse;
}
.categories-page .content aside.categories{
  width: 100%;
  padding: 0;
  margin: 0 0 3.2rem;
  border: none;
  border-bottom: 2px solid hsla(0 0% 0% / .1);
}
.categories-page .content aside.categories h2{
  font-size: 1.8rem;
  border: none;
  margin: 0 0 .8rem;
  padding: 0;
  width: 100%;
}
.categories-page .content aside.categories ul{
  flex-direction: row;
  gap: 3.2rem;
  margin: 16px 0 0;
}
.categories-page .content aside.categories ul li.category-btn{
  position: relative;
  border: none;
}
.categories-page .content aside.categories ul li.category-btn.active,
.categories-page .content aside.categories ul li.category-btn:hover{
  
}
.categories-page .content aside.categories ul li.category-btn::after{
  content: '';
  width: 0;
  height: 2px;
  background: var(--main);
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: var(--animate);
}
.categories-page .content aside.categories ul li.category-btn.active::after,
.categories-page .content aside.categories ul li.category-btn:hover::after{
  width: 100%;
}
.categories-page .content .flex{
  gap: 1.6rem 4.8rem;
  width: 100%;
}
.categories-page .content .flex .card{
  aspect-ratio: 3 / 3.5;
  position: relative;
  overflow: hidden;
  width: calc(33.3333% - calc(4.8rem * 2 / 3));
}
.categories-page .content .flex .card::after {
  content: '';
  width: 100%;
  height: calc(100% - 3.2rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--dark);
  opacity: .35;
  transition: var(--animate);
}
.categories-page .content .flex .card:hover::after{
  height: 100%;
  opacity: .65;
}
.categories-page .content .flex .card .img-wrapper{
  width: 100%;
  height: calc(100% - 3.2rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: var(--animate);
}
.categories-page .content .flex .card:hover .img-wrapper{
  height: 100%;
}
.categories-page .content .flex .card .img-wrapper img{
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.categories-page .content .flex .card .content-holder{
  position: absolute;
  bottom: 3.2rem;
  width: 100%;
  z-index: 2;
  padding: 0 1.6rem;
  transition: var(--animate);
}
.categories-page .content .flex .card:hover .content-holder{
  bottom: 0;
}
.categories-page .content .flex .card .content-holder h3{
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid hsla(0 0% 100% / .3);
  color: white;
}
.categories-page .content .flex .card .content-holder ul.category-list li{
  color: white;
}
.our-mission .content .editable_content .grid .col-4{
  padding: 2.4rem;
  border-radius: 16px;
  box-shadow: var(--shadow);
  background: hsla(0 0% 100% / .1);
}
.our-mission .content .editable_content .grid .col-4 h6,
.our-mission .content .editable_content .grid .col-4 h5{
  margin: 0 0 16px;
}
.contact-intro{
  
}
.contact-intro .content{
  display: flex;
  gap: 6.4rem;
}
.contact-intro .content .editable_content{
  width: calc(60% - 3.2rem);
}
.contact-intro .content .contact-wrapper{
  width: calc(40% - 3.2rem);
}
.contact-intro .content .contact-wrapper ul.contact-list{
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid hsla(0 0% 0% / .1);
  margin: 0 0 3.2rem;
}
.contact-intro .content .contact-wrapper ul.contact-list li{
  border-top: 1px solid hsla(0 0% 0% / .1);
  width: 100%;
  padding: 1.6rem 0;
  display: flex;
  gap: .8rem;
}
.contact-intro .content .contact-wrapper ul.contact-list li address{
  font-style: normal;
}
.contact-intro .content .contact-wrapper .social_media ul{
  justify-content: flex-start;
}
.contact-intro .content .contact-wrapper .social_media ul li{
  margin: 0;
  list-style: none;
}
.contact-intro .content .contact-wrapper .social_media ul li a{
  background: none;
  color: var(--dark);
  border: 2px solid var(--dark);
}
.contact-intro .content .contact-wrapper .social_media ul li a:hover{
  background: var(--dark);
  color: white;
}
.contact-intro .content .contact-wrapper .social_media ul li a i{
  font-size: 2rem;
}
.careers-cta{
  overflow: hidden;
  position: relative;
}
.careers-cta .img-wrapper{
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.careers-cta .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-cta .content{
  display: flex;
  justify-content: flex-end;
}
.careers-cta .content .editable_content{
  width: calc(55% - 6.4rem);
  position: relative;
  z-index: 2;
}
/*.careers-cta .content .img-wrapper{
  width: 30rem;
  position: relative;
  z-index: 1;
}
.careers-cta .content .img-wrapper::before{
  content: '';
  background-image: url(/assets/images/layout/graphic-chevron.svg);
  width: auto;
  height: calc(100% + 9.6rem);
  position: absolute;
  background-size: contain;
  aspect-ratio: 1 / 1;
  z-index: -1;
  top: -9.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: .25;
}
.careers-cta .content .img-wrapper img{
  width: 100%;
  height: auto;
}*/
.affil-strip .content .flex a:hover{
  background: white;
  box-shadow: var(--shadow);
}
.portfolio-list{
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
}
.portfolio-list .card{
  display: flex;
  gap: 2.4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: white;
  box-shadow: var(--shadow);
}
.portfolio-list .card .img-wrapper{
  max-width: 24rem;
  width: 100%;
}
.portfolio-list .card .img-wrapper img{
    border-radius: .8rem;
}
.portfolio-list .card .content-holder{
  width: calc(100% - 26.4rem);
}
.portfolio-list .card .content-holder h1,
.portfolio-list .card .content-holder h2{
    font-size: clamp(2.4rem, 2.3vw, 3.2rem);
    margin: 0 0 1.2rem;
}
.portfolio-list .card .content-holder ul.category-list{
  margin: 0 0 4px;
}
.portfolio-list .card .content-holder ul.category-list li{
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 500;
}
.con-serv-strips .content{
  padding-left: 32px;
}
.team-strip .content .editable_content{
  width: 66.6666%;
  margin: 0 0 4rem;
}
@media screen and (max-width: 960px) {
  .team-strip .content .editable_content{
    width: 100%;
  }
}
.team-strip .content .flex .card{
  aspect-ratio: 45 / 60;
  position: relative;
  background: var(--dark);
  color: white;
  overflow: hidden;
  border-radius: 1.6rem;
}
.team-strip .content .flex .card:hover img{
  margin: 0;
}
.team-strip .content .flex .card .content-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  transition: var(--animate);
  overflow: hidden;
  z-index: 1;
}
.team-strip .content .flex .card .content-wrapper::after{
  content: '';
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  background: linear-gradient(to bottom, transparent 0%, var(--dark) 50%, var(--dark) 100%);
  transition: var(--animate);
}
.team-strip .content .flex .card:hover .content-wrapper::after{
  top: -50%;
}
.team-strip .content .flex .card:hover .content-wrapper{
  background: hsla(0 0% 14% / .75);
}
.team-strip .content .flex .card .content-wrapper h3{
  margin: 0;
  color: white;
}
.team-strip .content .flex .card:hover .content-wrapper h3{
  
}
.team-strip .content .flex .card .content-wrapper p.title{
  margin: 0;
  padding: 0;
  transition: var(--animate);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: var(--main);
  border-bottom: 2px solid hsla(0 0% 100% / 0)
}
.team-strip .content .flex .card:hover .content-wrapper p.title{
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 2px solid hsla(0 0% 100% / .1)
}
.team-strip .content .flex .card .content-wrapper p.description{
    margin: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.team-strip .content .flex .card:hover .content-wrapper p.description{
  height: auto;
  opacity: 1;
}
.industrial-content .editable_content .grid{
  gap: 2.4rem;
}
.industrial-content .editable_content .col-4{
  background: hsla(0 0% 100% / .1);
  padding: 2.4rem;
  border-radius: .8rem;
  box-shadow: var(--shadow);
    align-self: start;
}
.proj-page .content{
  display: flex;
  gap: 4.8rem;
  align-items: flex-start;
}
.proj-page .content img{
  max-width: 40rem;
  border-radius: .8rem;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.proj-page .content .editable_content{
  width: calc(100% - 44.8rem);
}
@media screen and (max-width: 1260px){
  .banner-container-constrained .banner-details .h1{
    font-size: 6.4rem;
  }
.con-serv-subs{
  padding-inline: 1.6rem;
}
}
@media screen and (max-width: 1160px){
.con-serv-subs .card{
  width: calc(50% - 3.2rem);
}
}
@media screen and (max-width: 1080px){
  header.full_header .jqueryslidemenu .right-side{
    width: calc(100% - 20rem);
  }
  header.full_header .jqueryslidemenu a.logo{
    width: 18rem;
  }
  .banner-container-constrained .banner-details .h1{
    font-size: 5.6rem;
  }
  .contact-intro .content .contact-wrapper,
  .contact-intro .content .editable_content{
    width: calc(50% - 3.2rem);
  }
  header.full_header .jqueryslidemenu .right-side > ul{
    gap: .8rem;
  }
}
@media screen and (max-width: 960px){
  .chev-wrapper{
    height: auto;
    aspect-ratio: 1366 / 768;
    opacity: .65;
  }
  .banner-container-constrained{
    background: white;
  }
  .banner-container-constrained .banner-details .h1{
    font-size: clamp(3.6rem, 3.9vw, 5.6rem);
  }
  .intro-strip{
    padding-top: 30rem;
  }
  .intro-strip .img-wrapper{
    top: 0;
    left: 0;
    width: calc(100% - 3.2rem);
    height: 26rem;
  }
  .intro-strip .content{
    gap: 2.4rem;
    flex-direction: column;
  }
  .intro-strip .content .title-wrapper,
  .intro-strip .content .editable_content{
    width: 100%;
  }
  .feat-const{
    padding-top: 5rem
  }
  .feat-const .content{
    padding: 2.4rem
  }
  .feat-port .content .content-wrapper .editable_content{
    width: 100%;
    max-width: 100%;
  }
  .feat-port .content > .content-wrapper{
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .feat-port .content .content-wrapper .editable_content p{
    max-width: 100%;
  }
  .affil-strip .content{
    flex-direction: column;
    gap: 3.2rem;
  }
  .affil-strip .content .flex,
  .affil-strip .content .editable_content{
    width: 100%;
  }
  .affil-strip .content .flex a{
    width: calc(33.3333% - calc(1.6rem * 2 / 3));
  }
  .con-serv .content,
  .contact-cta .content{
    flex-direction: column;
    gap: 4rem;
  }
  .con-serv .content .con-list,
  .con-serv .content .editable_content,
  .contact-cta .content .form-wrapper,
  .contact-cta .content .content-wrapper{
    width: 100%;
  }
  .contact-cta .content .form-wrapper{
    padding: 2.4rem;
  }
  .process-cta .content .content-wrapper{
    margin-bottom: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .process-cta .content .content-wrapper .editable_content{
    max-width: 100%;
  }
  .process-cta .content .process-grid{
    flex-direction: column;
    display: flex;
  }
  .process-cta .content .process-grid .process-item{
    width: 100% !important;
    padding: 2.4rem !important;
    background-image: url(/assets/images/layout/graphic-dash-horz-01.svg);
    background-repeat: repeat-x;
    background-size: auto 2px;
  }
  .process-cta .content .process-grid .process-item:nth-of-type(3){
    margin: 0;
  }
  .process-cta .content .process-grid::before{
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .process-cta .content .process-grid .process-item::before{
    bottom: auto !important;
    top: -8px !important
  }
  .con-serv-subs{
    padding-right: 0;
  }
  .con-serv-subs .card{
    width: 100%;
  }
  .categories-page .content aside.categories{
    border: none;
  }
  .categories-page .content aside.categories ul{
    flex-direction: column;
    gap: 1.6rem;
  }
  .categories-page .content aside.categories ul li{
    border-bottom: 2px solid hsla(0 0% 0% / .1) !important;
  }
  .categories-page .content .flex{
    gap: 1.6rem;
  }
  .categories-page .content .flex .card{
    width: calc(50% - .8rem);
  }
  .categories-page .content .flex .card .content-holder{
    bottom: 0;
  }
  .categories-page .content .flex .card::after,
  .categories-page .content .flex .card .img-wrapper{
    height: 100%;
  }
  .our-mission .content .editable_content .grid .col-4{
    grid-column: span 12;
  }
  .contact-intro .content{
    flex-direction: column;
    gap: 3.2rem;
  }
  .contact-intro .content .contact-wrapper,
  .contact-intro .content .editable_content{
    width: 100%;
  }
  .careers-cta .content{
    flex-direction: column;
    gap: 4rem;
  }
  .careers-cta .content .editable_content{
    width: 100%;
    padding: 0;
  }
  .portfolio-list .card{
    flex-direction: column;
  }
  .portfolio-list .card .content-holder{
    width: 100%;
  }
  .contact-cta .content .content-wrapper .editable_content{
    width: 100%;
  }
  footer .content{
    gap: 4rem;
  }
  footer .footer-contact .social_media,
  footer .content .logo-wrapper p{
    border: none;
  }
  footer .content .logo-wrapper p{
    margin-bottom: 0;
  }
  .categories-page .content aside.categories h2{
    cursor: pointer;
    position: relative;
  }
  .categories-page .content aside.categories h2::before,
  .categories-page .content aside.categories h2::after{
    content: '';
    width: 1.6rem;
    height: .2rem;
    position: absolute;
    right: .8rem;
    background: var(--dark);
    top: 10px;
  }
  .categories-page .content aside.categories h2::after{
    transform: rotate(-90deg);
  }
  .categories-page .content aside.categories.active h2::after{
    opacity: 0;
  }
  .categories-page .content aside.categories ul{
    height: 0;
    margin: 0;
    overflow: hidden;
    border-bottom: 2px solid hsla(0 0% 0% / .1);
  }
  .categories-page .content aside.categories.active ul{
    height: auto;
    border-bottom: 2px solid hsla(0 0% 0% / 0);
    margin: 1.6rem 0 0;
  }
  .categories-page .content aside.categories,
  .content_container.categories-page{
    padding-inline: 1.6rem;
  }
  .portfolio-list .card{
    padding: 1.6rem;
  }
  .port-list a.card .img-wrapper,
  .port-list a.card::after{
    height: 100%;
  }
  .port-list a.card h3{
    bottom: 1.6rem;
  }
  .con-serv-subs,
  .con-serv-strips .content{
    padding: 0;
  }
  .con-serv-subs .card{
    padding: 4.8rem 1.6rem 1.6rem;
    margin-top: 3.2rem;
  }
  .con-serv-subs .card .icon-wrapper{
    top: -3.2rem;
    left: 1.6rem;
  }
  .process-cta .content .process-grid::after{
    right: auto;
    top: auto;
      left: -5px;
      bottom: -3px;
    transform: none;
  }
  .proj-page .content{
    flex-direction: column;
  }
  .proj-page .content .editable_content{
    width: 100%;
  }
  .proj-gallery .flex-four a.swipebox_full_gallery{
    width: calc(50% - .8rem) !important;
  }
  .careers-cta{
    padding: 0;
  }
  .careers-cta .img-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio: 1366 / 768;
    position: initial;
  }
  .careers-cta .content{
    padding: 2.4rem 3.2rem 4.8rem;
  }
}
@media screen and (max-width: 640px){
  .process-page .content .card{
    flex-direction: column;
    padding: 2.4rem;
  }
  .categories-page .content .flex .card,
  .process-page .content .card .content-wrapper{
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .affil-strip .content .flex a{
    width: calc(50% - .8rem);
  }
}
.error-page .content{
  text-align: center;
}
.error-page .content h1{
  margin-bottom: 4px;
}
.error-page .content .h6{
  margin-bottom: 24px;
}