@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@300..900,40..300&display=swap");
@import url("../assets/fa/css/all.min.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.orange {
  color: #f5a83d;
}

.bg-orange {
  background-color: #f5a83d;
}

.pink {
  color: #f65598;
}

.bg-pink {
  background-color: #f65598;
}

.grey {
  color: #404040;
}

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

.blue {
  color: #1480e7;
}

.bg-blue {
  background-color: #1480e7;
}

.green {
  color: #6dcb45;
}

.bg-green {
  background-color: #6dcb45;
}

.orange-light {
  color: #f8be6e;
}

.bg-orange-light {
  background-color: #f8be6e;
}

.orange-lighter {
  color: #fad49e;
}

.bg-orange-lighter {
  background-color: #fad49e;
}

.pink-light {
  color: #f880b2;
}

.bg-pink-light {
  background-color: #f880b2;
}

.pink-lighter {
  color: #fbaacc;
}

.bg-pink-lighter {
  background-color: #fbaacc;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.offwhite {
  color: #f2f2f2;
}

.bg-offwhite {
  background-color: #f2f2f2;
}

.darkgrey {
  color: #272727;
}

.bg-darkgrey {
  background-color: #272727;
}

.none {
  color: none;
}

.bg-none {
  background-color: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.flex-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-justify-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-gap-1 {
  gap: 1em;
}

.flex-gap-2 {
  gap: 2em;
}

.flex-gap-3 {
  gap: 3em;
}

.flex-gap-4 {
  gap: 4em;
}

.flex-gap-5 {
  gap: 5em;
}

.space-1 {
  min-height: 1em;
  min-width: 1em;
}

.space-h1 {
  min-height: 1em;
}

.space-w1 {
  min-width: 1em;
}

.p-1 {
  padding: 1em;
}

.p-l1 {
  padding-left: 1em;
}

.p-r1 {
  padding-right: 1em;
}

.p-t1 {
  padding-top: 1em;
}

.p-b1 {
  padding-bottom: 1em;
}

.m-1 {
  margin: 1em;
}

.m-l1 {
  margin-left: 1em;
}

.m-r1 {
  margin-right: 1em;
}

.m-t1 {
  margin-top: 1em;
}

.m-b1 {
  margin-bottom: 1em;
}

.space-2 {
  min-height: 2em;
  min-width: 2em;
}

.space-h2 {
  min-height: 2em;
}

.space-w2 {
  min-width: 2em;
}

.p-2 {
  padding: 2em;
}

.p-l2 {
  padding-left: 2em;
}

.p-r2 {
  padding-right: 2em;
}

.p-t2 {
  padding-top: 2em;
}

.p-b2 {
  padding-bottom: 2em;
}

.m-2 {
  margin: 2em;
}

.m-l2 {
  margin-left: 2em;
}

.m-r2 {
  margin-right: 2em;
}

.m-t2 {
  margin-top: 2em;
}

.m-b2 {
  margin-bottom: 2em;
}

.space-3 {
  min-height: 3em;
  min-width: 3em;
}

.space-h3 {
  min-height: 3em;
}

.space-w3 {
  min-width: 3em;
}

.p-3 {
  padding: 3em;
}

.p-l3 {
  padding-left: 3em;
}

.p-r3 {
  padding-right: 3em;
}

.p-t3 {
  padding-top: 3em;
}

.p-b3 {
  padding-bottom: 3em;
}

.m-3 {
  margin: 3em;
}

.m-l3 {
  margin-left: 3em;
}

.m-r3 {
  margin-right: 3em;
}

.m-t3 {
  margin-top: 3em;
}

.m-b3 {
  margin-bottom: 3em;
}

.space-4 {
  min-height: 4em;
  min-width: 4em;
}

.space-h4 {
  min-height: 4em;
}

.space-w4 {
  min-width: 4em;
}

.p-4 {
  padding: 4em;
}

.p-l4 {
  padding-left: 4em;
}

.p-r4 {
  padding-right: 4em;
}

.p-t4 {
  padding-top: 4em;
}

.p-b4 {
  padding-bottom: 4em;
}

.m-4 {
  margin: 4em;
}

.m-l4 {
  margin-left: 4em;
}

.m-r4 {
  margin-right: 4em;
}

.m-t4 {
  margin-top: 4em;
}

.m-b4 {
  margin-bottom: 4em;
}

.space-5 {
  min-height: 5em;
  min-width: 5em;
}

.space-h5 {
  min-height: 5em;
}

.space-w5 {
  min-width: 5em;
}

.p-5 {
  padding: 5em;
}

.p-l5 {
  padding-left: 5em;
}

.p-r5 {
  padding-right: 5em;
}

.p-t5 {
  padding-top: 5em;
}

.p-b5 {
  padding-bottom: 5em;
}

.m-5 {
  margin: 5em;
}

.m-l5 {
  margin-left: 5em;
}

.m-r5 {
  margin-right: 5em;
}

.m-t5 {
  margin-top: 5em;
}

.m-b5 {
  margin-bottom: 5em;
}

.space-6 {
  min-height: 6em;
  min-width: 6em;
}

.space-h6 {
  min-height: 6em;
}

.space-w6 {
  min-width: 6em;
}

.p-6 {
  padding: 6em;
}

.p-l6 {
  padding-left: 6em;
}

.p-r6 {
  padding-right: 6em;
}

.p-t6 {
  padding-top: 6em;
}

.p-b6 {
  padding-bottom: 6em;
}

.m-6 {
  margin: 6em;
}

.m-l6 {
  margin-left: 6em;
}

.m-r6 {
  margin-right: 6em;
}

.m-t6 {
  margin-top: 6em;
}

.m-b6 {
  margin-bottom: 6em;
}

.space-7 {
  min-height: 7em;
  min-width: 7em;
}

.space-h7 {
  min-height: 7em;
}

.space-w7 {
  min-width: 7em;
}

.p-7 {
  padding: 7em;
}

.p-l7 {
  padding-left: 7em;
}

.p-r7 {
  padding-right: 7em;
}

.p-t7 {
  padding-top: 7em;
}

.p-b7 {
  padding-bottom: 7em;
}

.m-7 {
  margin: 7em;
}

.m-l7 {
  margin-left: 7em;
}

.m-r7 {
  margin-right: 7em;
}

.m-t7 {
  margin-top: 7em;
}

.m-b7 {
  margin-bottom: 7em;
}

.space-8 {
  min-height: 8em;
  min-width: 8em;
}

.space-h8 {
  min-height: 8em;
}

.space-w8 {
  min-width: 8em;
}

.p-8 {
  padding: 8em;
}

.p-l8 {
  padding-left: 8em;
}

.p-r8 {
  padding-right: 8em;
}

.p-t8 {
  padding-top: 8em;
}

.p-b8 {
  padding-bottom: 8em;
}

.m-8 {
  margin: 8em;
}

.m-l8 {
  margin-left: 8em;
}

.m-r8 {
  margin-right: 8em;
}

.m-t8 {
  margin-top: 8em;
}

.m-b8 {
  margin-bottom: 8em;
}

.space-9 {
  min-height: 9em;
  min-width: 9em;
}

.space-h9 {
  min-height: 9em;
}

.space-w9 {
  min-width: 9em;
}

.p-9 {
  padding: 9em;
}

.p-l9 {
  padding-left: 9em;
}

.p-r9 {
  padding-right: 9em;
}

.p-t9 {
  padding-top: 9em;
}

.p-b9 {
  padding-bottom: 9em;
}

.m-9 {
  margin: 9em;
}

.m-l9 {
  margin-left: 9em;
}

.m-r9 {
  margin-right: 9em;
}

.m-t9 {
  margin-top: 9em;
}

.m-b9 {
  margin-bottom: 9em;
}

.space-10 {
  min-height: 10em;
  min-width: 10em;
}

.space-h10 {
  min-height: 10em;
}

.space-w10 {
  min-width: 10em;
}

.p-10 {
  padding: 10em;
}

.p-l10 {
  padding-left: 10em;
}

.p-r10 {
  padding-right: 10em;
}

.p-t10 {
  padding-top: 10em;
}

.p-b10 {
  padding-bottom: 10em;
}

.m-10 {
  margin: 10em;
}

.m-l10 {
  margin-left: 10em;
}

.m-r10 {
  margin-right: 10em;
}

.m-t10 {
  margin-top: 10em;
}

.m-b10 {
  margin-bottom: 10em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Kumbh Sans", Verdana, Tahoma, sans-serif;
  font-size: 1.025em;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-weight: 900;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

a {
  color: #f5a83d;
  text-decoration: none;
  font-weight: bolder;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

hr {
  opacity: 0.5;
  width: 80%;
  margin: 1em auto;
}

div {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 100%;
  margin: 2em auto;
  display: block;
}

li {
  margin-bottom: 0.5em;
}

button {
  background-color: #f5a83d;
  border: none;
  padding: 0.4em 1em;
  -webkit-box-shadow: 2px 2px 4px rgba(39, 39, 39, 0.5);
          box-shadow: 2px 2px 4px rgba(39, 39, 39, 0.5);
  cursor: pointer;
}
button:focus {
  -webkit-box-shadow: 1px 1px 1px #272727;
          box-shadow: 1px 1px 1px #272727;
}

blockquote {
  border-right: 15px solid rgba(245, 168, 61, 0.5);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  blockquote {
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }
}

blockquote:before {
  color: rgba(245, 168, 61, 0.5);
  content: '"';
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

figure {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
figure blockquote {
  width: 100%;
}
figure figcaption {
  text-align: center;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 0.8em;
}

.light, #modal .message {
  background-color: #f2f2f2;
  color: #272727;
}

.dark, .offerings, .page-footer {
  color: #f2f2f2;
  background-color: #272727;
}

.clean {
  margin: 0;
  padding: 0;
}

.stack {
  position: relative;
}
.stack * {
  position: absolute;
}

.m-auto {
  margin: auto;
}

.icon {
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

a.link {
  position: relative;
  margin-right: 0.5em;
  text-transform: lowercase;
  font-weight: 600;
  color: #272727;
}
a.link::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  position: absolute;
  display: inline-block;
  padding-left: 0.25em;
  bottom: -1px;
  vertical-align: middle;
  font-weight: 900;
  color: #f5a83d;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 5em;
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 3em;
  }
}
@media screen and (max-width: 756px) {
  .container {
    padding: 0 2em;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 1em;
  }
}

.content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content {
    padding: 1em;
  }
}

.content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  max-width: 1600px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content-flex {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content-flex {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content-flex {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content-flex {
    padding: 1em;
  }
}

.container-sm {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5em;
}
@media screen and (max-width: 992px) {
  .container-sm {
    padding: 0 3em;
  }
}
@media screen and (max-width: 756px) {
  .container-sm {
    padding: 0 2em;
  }
}
@media screen and (max-width: 576px) {
  .container-sm {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .container-sm {
    padding: 0 1em;
  }
}

.content-sm {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content-sm {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content-sm {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content-sm {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content-sm {
    padding: 1em;
  }
}

.content-flex-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content-flex-sm {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content-flex-sm {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content-flex-sm {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content-flex-sm {
    padding: 1em;
  }
}

.container-lg {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 5em;
}
@media screen and (max-width: 992px) {
  .container-lg {
    padding: 0 3em;
  }
}
@media screen and (max-width: 756px) {
  .container-lg {
    padding: 0 2em;
  }
}
@media screen and (max-width: 576px) {
  .container-lg {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .container-lg {
    padding: 0 1em;
  }
}

.content-lg {
  max-width: 2000px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content-lg {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content-lg {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content-lg {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content-lg {
    padding: 1em;
  }
}

.content-flex-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  max-width: 2000px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content-flex-lg {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content-flex-lg {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content-flex-lg {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content-flex-lg {
    padding: 1em;
  }
}

.container-xl {
  max-width: 2400px;
  margin: 0 auto;
  padding: 0 5em;
}
@media screen and (max-width: 992px) {
  .container-xl {
    padding: 0 3em;
  }
}
@media screen and (max-width: 756px) {
  .container-xl {
    padding: 0 2em;
  }
}
@media screen and (max-width: 576px) {
  .container-xl {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .container-xl {
    padding: 0 1em;
  }
}

.content-xl {
  max-width: 2400px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content-xl {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content-xl {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content-xl {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content-xl {
    padding: 1em;
  }
}

.content-flex-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  max-width: 2400px;
  margin: 0 auto;
  padding: 5em;
}
@media screen and (max-width: 992px) {
  .content-flex-xl {
    padding: 3em;
  }
}
@media screen and (max-width: 756px) {
  .content-flex-xl {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content-flex-xl {
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .content-flex-xl {
    padding: 1em;
  }
}

.col-20 {
  max-width: 20%;
  display: block;
}

.col-25 {
  max-width: 25%;
  display: block;
}

.col-33 {
  max-width: 33%;
  display: block;
}

.col-40 {
  max-width: 40%;
  display: block;
}

.col-50 {
  max-width: 50%;
  display: block;
}

.col-60 {
  max-width: 60%;
  display: block;
}

.col-66 {
  max-width: 66%;
  display: block;
}

.col-75 {
  max-width: 75%;
  display: block;
}

.col-80 {
  max-width: 80%;
  display: block;
}

.col-100 {
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 1400px) {
  .col-xl-20 {
    max-width: 20%;
    display: block;
  }
  .col-xl-25 {
    max-width: 25%;
    display: block;
  }
  .col-xl-33 {
    max-width: 33%;
    display: block;
  }
  .col-xl-40 {
    max-width: 40%;
    display: block;
  }
  .col-xl-50 {
    max-width: 50%;
    display: block;
  }
  .col-xl-60 {
    max-width: 60%;
    display: block;
  }
  .col-xl-66 {
    max-width: 66%;
    display: block;
  }
  .col-xl-75 {
    max-width: 75%;
    display: block;
  }
  .col-xl-80 {
    max-width: 80%;
    display: block;
  }
  .col-xl-100 {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .col-lg-20 {
    max-width: 20%;
    display: block;
  }
  .col-lg-25 {
    max-width: 25%;
    display: block;
  }
  .col-lg-33 {
    max-width: 33%;
    display: block;
  }
  .col-lg-40 {
    max-width: 40%;
    display: block;
  }
  .col-lg-50 {
    max-width: 50%;
    display: block;
  }
  .col-lg-60 {
    max-width: 60%;
    display: block;
  }
  .col-lg-66 {
    max-width: 66%;
    display: block;
  }
  .col-lg-75 {
    max-width: 75%;
    display: block;
  }
  .col-lg-80 {
    max-width: 80%;
    display: block;
  }
  .col-lg-100 {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 756px) {
  .col-md-20 {
    max-width: 20%;
    display: block;
  }
  .col-md-25 {
    max-width: 25%;
    display: block;
  }
  .col-md-33 {
    max-width: 33%;
    display: block;
  }
  .col-md-40 {
    max-width: 40%;
    display: block;
  }
  .col-md-50 {
    max-width: 50%;
    display: block;
  }
  .col-md-60 {
    max-width: 60%;
    display: block;
  }
  .col-md-66 {
    max-width: 66%;
    display: block;
  }
  .col-md-75 {
    max-width: 75%;
    display: block;
  }
  .col-md-80 {
    max-width: 80%;
    display: block;
  }
  .col-md-100 {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .col-sm-20 {
    max-width: 20%;
    display: block;
  }
  .col-sm-25 {
    max-width: 25%;
    display: block;
  }
  .col-sm-33 {
    max-width: 33%;
    display: block;
  }
  .col-sm-40 {
    max-width: 40%;
    display: block;
  }
  .col-sm-50 {
    max-width: 50%;
    display: block;
  }
  .col-sm-60 {
    max-width: 60%;
    display: block;
  }
  .col-sm-66 {
    max-width: 66%;
    display: block;
  }
  .col-sm-75 {
    max-width: 75%;
    display: block;
  }
  .col-sm-80 {
    max-width: 80%;
    display: block;
  }
  .col-sm-100 {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-20 {
    max-width: 20%;
    display: block;
  }
  .col-xs-25 {
    max-width: 25%;
    display: block;
  }
  .col-xs-33 {
    max-width: 33%;
    display: block;
  }
  .col-xs-40 {
    max-width: 40%;
    display: block;
  }
  .col-xs-50 {
    max-width: 50%;
    display: block;
  }
  .col-xs-60 {
    max-width: 60%;
    display: block;
  }
  .col-xs-66 {
    max-width: 66%;
    display: block;
  }
  .col-xs-75 {
    max-width: 75%;
    display: block;
  }
  .col-xs-80 {
    max-width: 80%;
    display: block;
  }
  .col-xs-100 {
    max-width: 100%;
    display: block;
  }
}
nav {
  position: relative;
  z-index: 1;
  gap: 2em;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav a {
  color: #272727;
  font-weight: 300;
}

.dark nav a, .offerings nav a, .page-footer nav a {
  color: #f2f2f2;
}

nav a:hover {
  text-decoration: none;
  border-bottom: solid 4px #f5a83d;
  margin-bottom: -4px;
}

nav a.brand:hover {
  border-bottom: none;
  margin-bottom: 0px;
}

a.active {
  color: #f5a83d;
  font-weight: 400;
  text-transform: uppercase;
}

nav a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

nav a[aria-disabled=true] {
  color: currentColor;
  /* For IE11/ MS Edge bug */
  display: inline-block;
  /* -- */
  pointer-events: none;
  text-decoration: none;
}

nav.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
nav.vertical .dropdown-menu {
  position: static;
}

nav ul.dropdown-menu {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  background-color: rgba(242, 242, 242, 0.95);
  -webkit-box-shadow: 2px 2px 4px rgba(39, 39, 39, 0.5);
          box-shadow: 2px 2px 4px rgba(39, 39, 39, 0.5);
  width: auto;
  padding: 1em;
}
nav ul.dropdown-menu a {
  color: #272727;
}

nav li.display-dropdown ul.dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav a.dropdown-toggle {
  position: relative;
  margin-right: 0.5em;
  display: block;
}
nav a.dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  position: absolute;
  display: inline-block;
  padding-left: 0.25em;
  vertical-align: middle;
  font-weight: 900;
}

nav .logo .dark, nav .logo .offerings, nav .logo .page-footer {
  color: #f2f2f2;
}

svg.logo {
  height: 2.5em;
}

nav .responsive-toggle {
  display: none;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0 2em;
  text-align: center;
}
nav .responsive-toggle .hide {
  opacity: 0;
}
nav .responsive-toggle .show {
  opacity: 1;
}
nav .responsive-toggle:hover {
  border: none;
  margin: 0 2em;
}

nav.display-menu .responsive-toggle .hide {
  opacity: 1;
}
nav.display-menu .responsive-toggle .show {
  opacity: 0;
}

nav.display-menu .menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 480px) {
  nav.responsive-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-xs .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em;
  }
  nav.responsive-xs .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-xs .responsive-toggle {
    display: block;
  }
  nav.responsive-xs .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 576px) {
  nav.responsive-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-sm .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em;
  }
  nav.responsive-sm .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-sm .responsive-toggle {
    display: block;
  }
  nav.responsive-sm .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 756px) {
  nav.responsive-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-md .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em;
  }
  nav.responsive-md .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-md .responsive-toggle {
    display: block;
  }
  nav.responsive-md .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 992px) {
  nav.responsive-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-lg .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em;
  }
  nav.responsive-lg .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-lg .responsive-toggle {
    display: block;
  }
  nav.responsive-lg .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 1400px) {
  nav.responsive-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-xl .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em;
  }
  nav.responsive-xl .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.responsive-xl .responsive-toggle {
    display: block;
  }
  nav.responsive-xl .dropdown-menu {
    position: static;
  }
}
nav .show,
nav .hide {
  font-size: 1.5em;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
}
.navbar .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  .navbar.responsive-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar.responsive-xs .menu {
    width: 100%;
  }
  .navbar.responsive-xs .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .navbar.responsive-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar.responsive-sm .menu {
    width: 100%;
  }
  .navbar.responsive-sm .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 756px) and (max-width: 756px) {
  .navbar.responsive-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar.responsive-md .menu {
    width: 100%;
  }
  .navbar.responsive-md .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .navbar.responsive-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar.responsive-lg .menu {
    width: 100%;
  }
  .navbar.responsive-lg .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1400px) {
  .navbar.responsive-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar.responsive-xl .menu {
    width: 100%;
  }
  .navbar.responsive-xl .dropdown-menu {
    position: static;
  }
}
.block-navbar {
  border-bottom: 2px solid #272727;
}

#contact-bar {
  background-color: #f5a83d;
  color: #f2f2f2;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 3px solid rgba(242, 242, 242, 0.75);
}
#contact-bar a {
  color: #f2f2f2;
}

.contact-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0;
}
.contact-bar ul {
  width: auto;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.contact-bar li {
  display: inline-block;
  padding: 0;
  font-size: 0.8em;
}
.contact-bar a {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.contact-bar .text {
  padding-left: 0.5em;
}

@media screen and (max-width: 756px) {
  .contact-bar .text {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .contact-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-bar ul {
    gap: 1em;
  }
}

#contact {
  font-size: 1.25em;
  background: linear-gradient(135deg, #f65598 0%, #f5a83d 100%);
}
#contact .hello {
  color: #f2f2f2;
  text-align: center;
  line-height: 0.5em;
  font-weight: 600;
  margin: 1em;
}
#contact .hello i {
  font-weight: 200;
}
#contact .contacts {
  background-color: rgba(39, 39, 39, 0.2);
  padding: 1em 2em;
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 450px;
  margin: 5% 0;
}
#contact .contacts ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: auto;
}
#contact .contacts hr {
  width: 100%;
}
#contact a {
  color: #f2f2f2;
}
#contact a .text {
  padding-left: 1em;
}
@media screen and (max-width: 576px) {
  #contact {
    font-size: 1em;
  }
}

.page-footer .copyright {
  font-size: 0.75em;
  text-align: center;
  padding: 2em 1em;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  gap: 0;
}
.page-footer .copyright p {
  margin: 5px;
  padding: 0;
}
.page-footer .socials-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}
.page-footer .socials-bar ul {
  list-style: none;
}
.page-footer .socials-bar a,
.page-footer .socials-bar .brand {
  color: #f2f2f2;
}
.page-footer .socials-bar a :hover,
.page-footer .socials-bar .brand :hover {
  color: #f5a83d;
}
.page-footer .socials-bar svg {
  height: 50px;
}
@media screen and (max-width: 576px) {
  .page-footer .socials-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.page-footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
.page-footer .socials .fab {
  color: #f2f2f2;
}
@media screen and (max-width: 756px) {
  .page-footer .socials {
    gap: 2em;
  }
}
.page-footer hr {
  width: auto;
}
.page-footer .info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin: 2em auto;
}
.page-footer .info h4 {
  text-transform: lowercase;
  font-weight: 300;
}
.page-footer .info a,
.page-footer .info p {
  color: rgba(242, 242, 242, 0.5);
  font-weight: 200;
}
.page-footer .info .privacy-notice {
  text-align: right;
  max-width: 900px;
}
.page-footer .info .footer-links {
  min-width: 170px;
}
.page-footer .info .footer-links ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .page-footer .info {
    font-size: 0.8em;
  }
  .page-footer .info .footer-links {
    min-width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .page-footer .info .footer-links {
    min-width: 80px;
  }
}

/* https://css-loaders.com/ */
/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  aspect-ratio: 1;
  -webkit-animation: l2-1 2s infinite linear, l2-2 1s infinite steps(1) alternate;
          animation: l2-1 2s infinite linear, l2-2 1s infinite steps(1) alternate;
}

@-webkit-keyframes l2-1 {
  0% {
    -webkit-transform: perspective(150px) rotateX(0deg);
            transform: perspective(150px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(150px) rotateX(360deg);
            transform: perspective(150px) rotateX(360deg);
  }
}

@keyframes l2-1 {
  0% {
    -webkit-transform: perspective(150px) rotateX(0deg);
            transform: perspective(150px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(150px) rotateX(360deg);
            transform: perspective(150px) rotateX(360deg);
  }
}
@-webkit-keyframes l2-2 {
  0% {
    background: #f5a83d;
  }
  50% {
    background: #f65598;
  }
}
@keyframes l2-2 {
  0% {
    background: #f5a83d;
  }
  50% {
    background: #f65598;
  }
}
.dots {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f5a83d;
  opacity: 1;
  -webkit-animation: dot-middle 1s infinite linear;
          animation: dot-middle 1s infinite linear;
}
.dots:before, .dots:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f5a83d;
}
.dots:before {
  left: -28px;
  opacity: 0.25;
  -webkit-animation: dot-left 1s infinite linear;
          animation: dot-left 1s infinite linear;
}
.dots:after {
  left: 28px;
  opacity: 1;
  -webkit-animation: dot-right 1s infinite linear;
          animation: dot-right 1s infinite linear;
}

@-webkit-keyframes dot-middle {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dot-middle {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dot-left {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@keyframes dot-left {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@-webkit-keyframes dot-right {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes dot-right {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.twin-circles {
  position: relative;
}
.twin-circles:before, .twin-circles:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #f5a83d;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  -webkit-animation: 2s ease-in-out infinite;
          animation: 2s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.twin-circles:before {
  opacity: 0.7;
  -webkit-animation-name: moveLeft;
          animation-name: moveLeft;
}
.twin-circles:after {
  opacity: 0.5;
  -webkit-animation-name: moveRight;
          animation-name: moveRight;
}

@-webkit-keyframes moveLeft {
  25% {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
  50%, 60% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  100% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
}

@keyframes moveLeft {
  25% {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
  50%, 60% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  100% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
}
@-webkit-keyframes moveRight {
  25% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
  50%, 60% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  100% {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
@keyframes moveRight {
  25% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
  50%, 60% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  100% {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
.wave {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.wave:before, .wave:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px #f5a83d solid;
  width: 100%;
  height: 100%;
  left: 0px;
}
.wave:before {
  -webkit-animation: wave-outer 0.6s infinite linear;
          animation: wave-outer 0.6s infinite linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.wave:after {
  -webkit-animation: wave-inner 0.6s infinite linear;
          animation: wave-inner 0.6s infinite linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

@-webkit-keyframes wave-outer {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes wave-outer {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes wave-inner {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes wave-inner {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.circle {
  width: 50px;
  height: 50px;
  border: 6px var(--icon-color-lighten) solid;
  border-top: 6px #f5a83d solid;
  border-radius: 50%;
  -webkit-animation: spin-circle 0.8s infinite linear;
          animation: spin-circle 0.8s infinite linear;
}

@-webkit-keyframes spin-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.focus {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5a83d;
}
.focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #fff;
  top: -6px;
  left: -6px;
  -webkit-animation: focus 1s infinite ease-in-out;
          animation: focus 1s infinite ease-in-out;
}

@-webkit-keyframes focus {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes focus {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bouncing-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line {
  height: 20px;
  width: 4px;
  background: #f5a83d;
  margin-right: 4px;
  border-radius: 6px;
  -webkit-animation: line-bounce 1s infinite ease-in-out;
          animation: line-bounce 1s infinite ease-in-out;
}
.line:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.line:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.line:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.line:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes line-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1, 2);
            transform: scale(1, 2);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes line-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1, 2);
            transform: scale(1, 2);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.spinner-dots {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f5a83d;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: spin-dot 1s infinite linear;
          animation: spin-dot 1s infinite linear;
}
.spinner-dots:before, .spinner-dots:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f5a83d;
}
.spinner-dots:before {
  left: -28px;
  opacity: 0.25;
}
.spinner-dots:after {
  left: 28px;
  opacity: 0.25;
}

@-webkit-keyframes spin-dot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes spin-dot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.fading-lines {
  position: relative;
  background: #f5a83d;
  width: 4px;
  height: 32px;
  border-radius: 6px;
  -webkit-animation: jump-load-1 1s ease infinite alternate;
          animation: jump-load-1 1s ease infinite alternate;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fading-lines:before, .fading-lines:after {
  content: "";
  position: absolute;
  background: #f5a83d;
  width: 4px;
  height: 32px;
  border-radius: 6px;
  top: 0;
  -webkit-animation: jump-load-2 1s ease infinite;
          animation: jump-load-2 1s ease infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.fading-lines:before {
  left: -8px;
}
.fading-lines:after {
  left: 8px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes jump-load-1 {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@keyframes jump-load-1 {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}
@-webkit-keyframes jump-load-2 {
  from {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    -webkit-transform: translateY(-16x);
            transform: translateY(-16x);
  }
}
@keyframes jump-load-2 {
  from {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    -webkit-transform: translateY(-16x);
            transform: translateY(-16x);
  }
}
@media screen and (max-width: 520px) {
  .box {
    width: calc(50% - 20px);
  }
}
.word-carousel *.hide {
  display: none;
}

.tags-container {
  padding: 0;
  margin: 0;
  position: relative;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 0.95em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
}
.tags-container i {
  color: #f5a83d;
  position: absolute;
  position: relative;
  padding-right: 0.1em;
  display: inline-block;
  top: 0.07em;
}

.tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags * {
  position: relative;
  display: inline-block;
  color: #404040;
  padding-right: 20px;
  padding-left: 0;
  margin: 0;
}
.tags *:not(:first-child)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-size: 6px;
  position: absolute;
  display: inline-block;
  top: 3px;
  left: -13px;
  vertical-align: middle;
  font-weight: 900;
  opacity: 0.5;
}

.archive-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  font-weight: 300;
  margin: 2em auto;
}
.archive-tags * {
  color: #404040;
  padding: 0;
  margin: 0;
}

.bts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bts img {
  aspect-ratio: 19/10;
  width: 16.665%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .bts img {
    width: 25%;
  }
}
@media screen and (max-width: 756px) {
  .bts img {
    width: 33.332%;
  }
}

.gallery_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery_v1 img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_v1 .landscape {
  max-width: 500px;
}
.gallery_v1 .portrait {
  width: 200px;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media screen and (max-width: 1400px) {
  .gallery_v1 img {
    height: 310px;
  }
  .gallery_v1 .landscape {
    max-width: 480px;
  }
  .gallery_v1 .portrait {
    width: 180px;
  }
}
@media screen and (max-width: 992px) {
  .gallery_v1 img {
    height: 270px;
  }
  .gallery_v1 .landscape {
    max-width: 460px;
  }
  .gallery_v1 .portrait {
    width: 160px;
  }
}
@media screen and (max-width: 756px) {
  .gallery_v1 img {
    height: 230px;
  }
  .gallery_v1 .landscape {
    max-width: 440px;
  }
  .gallery_v1 .portrait {
    width: 140px;
  }
}
@media screen and (max-width: 576px) {
  .gallery_v1 img {
    height: 190px;
  }
  .gallery_v1 .landscape {
    max-width: 420px;
  }
  .gallery_v1 .portrait {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .gallery_v1 img {
    height: 150px;
  }
  .gallery_v1 .landscape {
    max-width: 400px;
  }
  .gallery_v1 .portrait {
    width: 100px;
  }
}

.gallery_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery_v2 img {
  height: 250px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2px;
}
.gallery_v2 .landscape {
  max-width: 512px;
}
.gallery_v2 .portrait {
  max-width: 200px;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.gallery_v2::after {
  content: "";
  -webkit-box-flex: 99999999999999;
      -ms-flex-positive: 99999999999999;
          flex-grow: 99999999999999;
}

@media screen and (max-width: 1400px) {
  .gallery_TEST img {
    height: 230px;
  }
}
@media screen and (max-width: 992px) {
  .gallery_TEST img {
    height: 210px;
  }
}
@media screen and (max-width: 756px) {
  .gallery_TEST img {
    height: 190px;
  }
}
@media screen and (max-width: 576px) {
  .gallery_TEST img {
    height: 170px;
  }
}
@media screen and (max-width: 480px) {
  .gallery_TEST img {
    height: 150px;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery::after {
  content: "";
  -webkit-box-flex: 10000000000000000;
      -ms-flex-positive: 10000000000000000;
          flex-grow: 10000000000000000;
}
.gallery div {
  margin: 2px;
  position: relative;
  background-color: #f65598;
}
.gallery i {
  display: block;
}
.gallery img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
}

.youtube-gallery {
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.youtube-gallery iframe {
  width: 50%;
  padding: 5px;
  margin: 0;
}

#modal {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, 0.85);
  backdrop-filter: blur(5px);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal .image {
  margin: auto;
  display: block;
  height: 90%;
  width: auto;
  max-height: 90%;
  max-width: 90%;
  z-index: 110;
}
#modal .message {
  max-width: 80%;
  max-height: 80%;
  min-width: 40%;
  min-height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal .close {
  color: #f2f2f2;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 120;
}
#modal .loader {
  position: absolute;
  z-index: -1;
}

.block-page-feature {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 75vh;
  position: relative;
}
.block-page-feature h3 {
  text-transform: lowercase;
  text-align: center;
  color: #f2f2f2;
  font-weight: 200;
  margin: 0;
  font-size: 1.5em;
  background-color: rgba(39, 39, 39, 0.8);
  padding: 0.5em;
  position: absolute;
  bottom: 0;
}
.block-page-feature h3 b {
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .block-page-feature h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 756px) {
  .block-page-feature h3 {
    font-size: 1em;
    width: 100%;
    left: 0;
  }
}

.featured-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  text-align: right;
  width: 80%;
  margin: 5em auto;
}
.featured-project .poster img {
  -webkit-box-shadow: 4px 4px 12px rgba(39, 39, 39, 0.75);
          box-shadow: 4px 4px 12px rgba(39, 39, 39, 0.75);
  -o-object-fit: contain;
     object-fit: contain;
  width: 700px;
}
.featured-project .title {
  font-size: 1.5em;
  margin-top: 0;
}
.featured-project .label {
  opacity: 0.5;
  margin: 0;
  text-transform: lowercase;
}
.featured-project .description {
  font-size: 1.1em;
}
@media screen and (max-width: 992px) {
  .featured-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featured-project .poster img {
    max-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .featured-project {
    width: 90%;
  }
}

.film-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em;
}
.film-project .summary {
  max-width: 75%;
}
@media screen and (max-width: 992px) {
  .film-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .film-project .summary {
    max-width: 100%;
  }
}

.offering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}
.offering h3 {
  font-weight: 600;
}
.offering p {
  font-style: italic;
}
.offering img {
  height: 100%;
  max-height: 80px;
  width: auto;
}
@media screen and (max-width: 756px) {
  .offering {
    width: 80%;
    font-size: 0.95em;
  }
  .offering img {
    max-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .offering {
    width: 90%;
  }
  .offering img {
    max-height: 40px;
  }
}

@media screen and (max-width: 756px) {
  .offerings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 2400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5em auto;
  padding: 0 5em;
  gap: 20px;
}
.clients img {
  max-height: 45px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .clients {
    margin: 4em;
    padding: 0;
    gap: 20px;
  }
  .clients img {
    height: 35px;
    max-width: 100px;
  }
}
@media screen and (max-width: 756px) {
  .clients {
    margin: 4em 2em;
    gap: 20px;
  }
  .clients img {
    height: 30px;
    max-width: 80px;
  }
}
@media screen and (max-width: 576px) {
  .clients {
    margin: 3em 1em;
    gap: 15px;
  }
  .clients img {
    height: 25px;
    max-width: 70px;
  }
}

.showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  row-gap: 50px;
}
@media screen and (max-width: 992px) {
  .showcase {
    row-gap: 20px;
  }
}

.project {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  /* padding: 10px */
}
.project a {
  text-transform: uppercase;
}
.project .thumbnail {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .project {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .project {
    width: 95%;
  }
}

.showcase-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: auto;
}
.showcase-grid img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.showcase-grid .copy {
  padding: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.showcase-grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.showcase-grid .row-1 .col-a {
  width: 40%;
}
.showcase-grid .row-1 .col-b {
  width: 30%;
  background-color: #fad49e;
}
.showcase-grid .row-1 .col-c {
  width: 30%;
}
.showcase-grid .row-2 .col-a {
  width: 30%;
  background-color: #fbaacc;
}
.showcase-grid .row-2 .col-b {
  width: 35%;
}
.showcase-grid .row-2 .col-c {
  width: 35%;
  background-color: #f8be6e;
}

.service-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-columns div {
  width: 50%;
  padding: 40px 20px;
}
.service-columns div b {
  display: block;
}
.service-columns div:first-of-type {
  text-align: right;
  border-right: 3px solid #f5a83d;
  margin-right: -1px;
}
@media screen and (max-width: 576px) {
  .service-columns div {
    padding: 20px 10px;
  }
  .service-columns p {
    font-size: 0.85em;
  }
}

.archive-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
  row-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.archive-posts .post img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.post img {
  margin: auto;
  display: block;
}
.post a {
  color: #404040;
}
.post h3 {
  margin-bottom: 0;
}

.archive-post {
  width: 20%;
  margin: 0;
  padding: 5px;
  font-size: smaller;
}
.archive-post img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.archive-post a {
  color: #404040;
}
.archive-post h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .archive-post {
    width: 25%;
  }
}
@media screen and (max-width: 756px) {
  .archive-post {
    width: 33.3%;
  }
}
@media screen and (max-width: 576px) {
  .archive-post {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .archive-post {
    width: 95%;
  }
}

.archive-posts.small .archive-post {
  width: 15%;
}
@media screen and (max-width: 756px) {
  .archive-posts.small .archive-post {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .archive-posts.small .archive-post {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .archive-posts.small .archive-post {
    width: 33.3%;
  }
}
.archive-posts.small .title,
.archive-posts.small .description,
.archive-posts.small .tags-container {
  display: none;
}

.post-content {
  margin-top: 2em;
  margin-bottom: 2em;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-weight: 400;
}

.debug {
  font-size: 0.8em;
  position: fixed;
  bottom: 0px;
  right: 20px;
  background-color: red;
  color: white;
  padding: 5px 5px 10px;
  opacity: 0.8;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.debug i {
  color: white;
  font-size: 16px;
}
.debug * {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1400px) and (max-width: 1400px) {
  .debug::after {
    content: "xl • 1400px";
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .debug::after {
    content: "lg • 992px";
  }
}
@media screen and (max-width: 756px) and (max-width: 756px) {
  .debug::after {
    content: "md • 756px";
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .debug::after {
    content: "sm • 576px";
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .debug::after {
    content: "xs • 480px";
  }
}