@charset "UTF-8";
/***** 3rd Party Components *****/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  box-sizing: border-box;
}

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

button, input[type=button], input[type=reset], input[type=submit] {
  appearance: none;
  background-color: transparent;
  border: 2px;
  border-style: solid;
  border-color: #F8F8F8;
  border-radius: 3px;
  color: #F8F8F8;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1;
  padding: 0.8em 1.6em;
  text-decoration: none;
  transition: background-color 500ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #F8F8F8;
  color: #292231;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
  background-color: #AF53FF;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 500;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  font-size: 1em;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.8em;
  padding: 0.5333333333em;
  transition: border-color 500ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: rgb(176.8, 176.8, 176.8);
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #AF53FF;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(163.1395348837, 57.5, 255, 0.7);
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: rgb(242.25, 242.25, 242.25);
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

[type=search] {
  appearance: none;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.4em;
}

[type=file] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  max-width: 100%;
  width: auto;
}

html {
  box-sizing: border-box;
}

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

.block--separator {
  width: 50px;
  height: 6px;
  display: block;
  margin-bottom: 3em;
  background: #AF53FF;
}

.centerer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.centerer::after {
  clear: both;
  content: "";
  display: table;
}
.centerer .content {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 66.265060241%;
  margin-left: 16.8674698795%;
}
.centerer .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .centerer .content {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 83.1325301205%;
    margin-left: 8.4337349398%;
  }
  .centerer .content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .centerer .content {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 93.2530120482%;
    margin-left: 3.3734939759%;
  }
  .centerer .content:last-child {
    margin-right: 0;
  }
}

section {
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 600px) {
  section {
    padding: 40px 0 40px 0;
  }
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 500;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid rgb(165.75, 165.75, 165.75);
  font-weight: 500;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Medium.eot");
  src: url("../fonts/GalanoGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-Medium.woff") format("woff"), url("../fonts/GalanoGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  color: #292231;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.8em;
  }
}
body ::selection {
  background: #AF53FF;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GalanoGrotesque", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 0.8em;
}

h1 {
  font-size: 3.2em;
  font-weight: 500;
  letter-spacing: 1px;
}

h2 {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 1px;
}

h4 {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

h5 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h6 {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

p {
  margin: 0 0 0.8em;
  font-size: 1.2em;
  font-weight: 300;
}

a {
  color: #AF53FF;
  transition: color 500ms ease;
}
a:active, a:focus, a:hover {
  color: rgb(165, 191.25, 114.75);
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

header.navigation {
  background-color: rgba(41, 34, 49, 0.7);
  height: 60px;
  width: 100%;
  z-index: 999;
  position: fixed;
}
@media screen and (max-width: 600px) {
  header.navigation {
    position: relative;
    background-color: #292231;
  }
}
header.navigation .navigation-wrapper {
  position: relative;
  z-index: 9999;
}
header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
header.navigation .logo {
  float: left;
  max-height: 60px;
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 2em;
}
header.navigation .logo img {
  max-height: 60px;
  padding: 0.8em 0;
}
header.navigation .navigation-menu-button {
  color: rgba(248, 248, 248, 0.9);
  display: block;
  float: right;
  line-height: 60px;
  margin: 0;
  padding-right: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}
header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
  color: #F8F8F8;
}
header.navigation nav {
  float: none;
  min-height: 60px;
  z-index: 9999999;
}
@media screen and (min-width: 900px) {
  header.navigation nav {
    float: left;
  }
}
header.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
header.navigation ul.navigation-menu.show {
  display: block;
}
@media screen and (min-width: 900px) {
  header.navigation ul.navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}
header.navigation ul li.nav-link {
  background: rgb(35.9614457831, 29.821686747, 42.978313253);
  display: block;
  line-height: 60px;
  overflow: hidden;
  padding-right: 0.8em;
  text-align: right;
  width: 100%;
  z-index: 9999;
  transition: 500ms ease;
}
header.navigation ul li.nav-link:hover {
  transition: 500ms ease;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  header.navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 60px;
    text-decoration: none;
    width: auto;
  }
}
header.navigation ul li.nav-link a {
  color: rgba(248, 248, 248, 0.9);
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  header.navigation ul li.nav-link a {
    padding-right: 1em;
  }
}
header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
  color: #F8F8F8;
}
header.navigation .active-nav-item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
}
header.navigation li.more.nav-link {
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  header.navigation li.more.nav-link {
    padding-right: 1em;
  }
}
header.navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 1em;
}
header.navigation li.more.nav-link a {
  margin-right: 1em;
}
header.navigation li.more.nav-link > a {
  padding-right: 0.6em;
}
header.navigation li.more.nav-link > a::after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  color: rgba(248, 248, 248, 0.9);
  content: "▾";
}
header.navigation li.more {
  overflow: visible;
  padding-right: 0;
}
header.navigation li.more a {
  padding-right: 0.8em;
}
header.navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}
@media screen and (min-width: 900px) {
  header.navigation li.more > a {
    margin-right: 1em;
  }
}
header.navigation li.more > a::after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}
header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
  display: block;
}
@media screen and (min-width: 900px) {
  header.navigation li.more {
    padding-right: 0.8em;
    position: relative;
  }
}
header.navigation ul.submenu {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu {
    left: -1em;
    position: absolute;
    top: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu.fly-out-right {
    left: 11.8em;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu.fly-out-left {
    left: -11.8em;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}
header.navigation ul.submenu li {
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu li {
    line-height: 46.1538461538px;
  }
  header.navigation ul.submenu li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  header.navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 0.7em;
  }
}
header.navigation ul.submenu li a {
  background-color: rgba(33.4421686747, 27.7325301205, 39.9674698795, 0.7);
  display: inline-block;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu li a {
    background-color: rgba(41, 34, 49, 0.7);
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}
header.navigation .navigation-tools {
  background: #505050;
  clear: both;
  display: block;
  height: 60px;
}
@media screen and (min-width: 900px) {
  header.navigation .navigation-tools {
    background: transparent;
    clear: none;
    float: right;
  }
}
header.navigation .search-bar {
  float: left;
  padding: 0.85em 0.85em 0.7em 0.6em;
  width: 60%;
}
header.navigation .search-bar form {
  position: relative;
}
header.navigation .search-bar form input[type=search] {
  background: rgba(53.5963855422, 44.4457831325, 64.0542168675, 0.7);
  border: 1px solid rgba(28.4036144578, 23.5542168675, 33.9457831325, 0.7);
  border-radius: 6px;
  box-sizing: border-box;
  color: rgba(248, 248, 248, 0.9);
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
  padding: 0.5em 0.8em;
  width: 100%;
}
@media screen and (min-width: 900px) {
  header.navigation .search-bar form input[type=search] {
    width: 100%;
  }
}
header.navigation .search-bar form button[type=submit] {
  background: rgba(53.5963855422, 44.4457831325, 64.0542168675, 0.7);
  border: 0;
  bottom: 0.3em;
  left: auto;
  outline: none;
  padding: 0 9px;
  position: absolute;
  right: 0.3em;
  top: 0.3em;
}
header.navigation .search-bar form button[type=submit] img {
  height: 12px;
  opacity: 0.7;
  padding: 1px;
}
@media screen and (min-width: 900px) {
  header.navigation .search-bar {
    display: inline-block;
    position: relative;
    width: 16em;
  }
  header.navigation .search-bar input {
    box-sizing: border-box;
    display: block;
  }
}

.scroll-on-page {
  display: inline-block;
}
.scroll-on-page a {
  color: #AF53FF;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .scroll-on-page aside {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 32.5301204819%;
  }
  .scroll-on-page aside:last-child {
    margin-right: 0;
  }
}
.scroll-on-page .scroll-on-page-link {
  display: block;
  margin-right: 1.6em;
  outline: none;
  padding: 0.8em 0;
}
.scroll-on-page .scroll-on-page-link:last-child {
  margin-bottom: 1.6em;
}
.scroll-on-page article h4 {
  margin: 0 0 0.5em 0;
}
.scroll-on-page article p {
  color: #292231;
  line-height: 1.6;
}
.scroll-on-page article section p:last-of-type {
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .scroll-on-page article {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 66.265060241%;
  }
  .scroll-on-page article:last-child {
    margin-right: 0;
  }
}

/**** Stylesheets *****/
#about {
  background: linear-gradient(rgba(41, 34, 49, 0.94), #292231), url("../images/about.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 40px 0 40px 0;
  image-rendering: optimizeSpeed;
}

.quote {
  color: #DCFF99;
  min-height: -webkit-calc(64vh);
  min-height: calc(64vh);
}
.quote h1 {
  color: #DCFF99;
}
.quote h2 {
  color: #F8F8F8;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  line-height: 1.6;
  font-size: 1.6em;
}
.quote a {
  color: #F8F8F8;
}
.quote a:active, .quote a:focus, .quote a:hover {
  color: rgb(237.5, 255, 204);
}
.quote span:active, .quote span:focus, .quote span:hover {
  color: rgb(237.5, 255, 204);
}
.quote .block--separator {
  background: #AF53FF;
}

.social-button {
  background: #F8F8F8;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  transition: 500ms ease;
}
.social-button:hover {
  width: 144px;
}
.social-button span {
  display: inline-block;
  position: relative;
  left: -9px;
  bottom: 7px;
  color: #292231;
  margin: 0;
  font-size: 12pt;
  transition: 500ms ease;
}

.social-icon {
  display: inline-block;
  position: relative;
  left: -17px;
}

.video-container {
  width: 100%;
  margin-bottom: 2rem;
}
.video-container video {
  width: 60%;
  max-width: 800px;
  min-width: 360px;
  display: block;
  margin: 0;
}

.phase {
  background-color: #DCFF99;
}

.ia-page #project,
.ia-page #portfolio,
.ia-page #portfolio-dark {
  background-size: cover;
}
.ia-page #project .block--separator,
.ia-page #portfolio .block--separator,
.ia-page #portfolio-dark .block--separator {
  background-color: #AF53FF;
  border-color: #AF53FF;
}
.ia-page #project .columns-wrapper,
.ia-page #portfolio .columns-wrapper,
.ia-page #portfolio-dark .columns-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ia-page #project .columns-wrapper,
  .ia-page #portfolio .columns-wrapper,
  .ia-page #portfolio-dark .columns-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 600px) {
  .ia-page #project .columns-wrapper,
  .ia-page #portfolio .columns-wrapper,
  .ia-page #portfolio-dark .columns-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ia-page #project .numbers-wrapper,
.ia-page #portfolio .numbers-wrapper,
.ia-page #portfolio-dark .numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .ia-page #project .numbers-wrapper,
  .ia-page #portfolio .numbers-wrapper,
  .ia-page #portfolio-dark .numbers-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 600px) {
  .ia-page #project .numbers-wrapper,
  .ia-page #portfolio .numbers-wrapper,
  .ia-page #portfolio-dark .numbers-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ia-page #project .two-numbers-wrapper,
.ia-page #portfolio .two-numbers-wrapper,
.ia-page #portfolio-dark .two-numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .ia-page #project .two-numbers-wrapper,
  .ia-page #portfolio .two-numbers-wrapper,
  .ia-page #portfolio-dark .two-numbers-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 600px) {
  .ia-page #project .two-numbers-wrapper,
  .ia-page #portfolio .two-numbers-wrapper,
  .ia-page #portfolio-dark .two-numbers-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ia-page #project .hero-content .columns-wrapper,
  .ia-page #portfolio .hero-content .columns-wrapper,
  .ia-page #portfolio-dark .hero-content .columns-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .ia-page #project .hero-content .columns-wrapper,
  .ia-page #portfolio .hero-content .columns-wrapper,
  .ia-page #portfolio-dark .hero-content .columns-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.ia-page #project .column,
.ia-page #portfolio .column,
.ia-page #portfolio-dark .column {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
}
.ia-page #project .column .icon,
.ia-page #portfolio .column .icon,
.ia-page #portfolio-dark .column .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ia-page #project .column .icon svg,
.ia-page #project .column .icon img,
.ia-page #portfolio .column .icon svg,
.ia-page #portfolio .column .icon img,
.ia-page #portfolio-dark .column .icon svg,
.ia-page #portfolio-dark .column .icon img {
  width: 40px;
  height: 40px;
}
.ia-page #project .column .content-wrapper,
.ia-page #portfolio .column .content-wrapper,
.ia-page #portfolio-dark .column .content-wrapper {
  flex: 1;
}
.ia-page #project .column .content-wrapper h3,
.ia-page #portfolio .column .content-wrapper h3,
.ia-page #portfolio-dark .column .content-wrapper h3 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 400;
}
.ia-page #project .column .content-wrapper p,
.ia-page #portfolio .column .content-wrapper p,
.ia-page #portfolio-dark .column .content-wrapper p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
.ia-page #project .column .content-wrapper img,
.ia-page #portfolio .column .content-wrapper img,
.ia-page #portfolio-dark .column .content-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.ia-page #portfolio {
  background: #F8F8F8;
}
.ia-page #portfolio .column .icon {
  background: #191320;
}
.ia-page #portfolio .column .icon svg {
  stroke: #DCFF99;
  fill: none;
}
.ia-page #portfolio .column .content-wrapper h3,
.ia-page #portfolio .column .content-wrapper p {
  color: #292231;
}
.ia-page #portfolio .numbers {
  color: #6B1CCE;
  font-weight: 500;
  font-family: "GalanoGrotesque", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  font-size: 2em;
}
.ia-page #portfolio .hero-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ia-page #portfolio .hero-layout {
    flex-direction: column;
    gap: 30px;
  }
}
.ia-page #portfolio .hero-content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .ia-page #portfolio .hero-content {
    flex: none;
    width: 100%;
    order: 1;
  }
}
.ia-page #portfolio .hero-image {
  flex: 0 0 30%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .ia-page #portfolio .hero-image {
    flex: none;
    width: 100%;
    max-width: none;
    order: 2;
  }
}
.ia-page #portfolio .hero-image img {
  width: 100%;
  height: auto;
}
.ia-page #portfolio .hero-image .carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.ia-page #portfolio .hero-image .carousel input[type=radio] {
  display: none;
}
.ia-page #portfolio .hero-image .carousel .carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%;
}
.ia-page #portfolio .hero-image .carousel .slide {
  width: 33.333%;
  flex-shrink: 0;
}
.ia-page #portfolio .hero-image .carousel .slide .slide-label {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ia-page #portfolio .hero-image .carousel .slide .slide-label:hover {
  opacity: 0.8;
}
.ia-page #portfolio .hero-image .carousel .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.ia-page #portfolio .hero-image .carousel .slide .project-media {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9em;
  color: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  text-align: center;
  font-style: italic;
  padding: 10px;
}
.ia-page #portfolio .hero-image .carousel .carousel-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}
.ia-page #portfolio .hero-image .carousel .carousel-nav .nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  cursor: pointer;
  transition: background 0.3s ease;
}
.ia-page #portfolio .hero-image .carousel .carousel-nav .nav-dot:hover {
  background: #6B1CCE;
}
.ia-page #portfolio .hero-image .carousel #slide1:checked ~ .carousel-images {
  transform: translateX(0%);
}
.ia-page #portfolio .hero-image .carousel #slide2:checked ~ .carousel-images {
  transform: translateX(-33.333%);
}
.ia-page #portfolio .hero-image .carousel #slide3:checked ~ .carousel-images {
  transform: translateX(-66.666%);
}
.ia-page #portfolio .hero-image .carousel #slide1:checked ~ .carousel-nav .nav-dot:nth-child(1),
.ia-page #portfolio .hero-image .carousel #slide2:checked ~ .carousel-nav .nav-dot:nth-child(2),
.ia-page #portfolio .hero-image .carousel #slide3:checked ~ .carousel-nav .nav-dot:nth-child(3) {
  background: #6B1CCE;
}

.green-box {
  display: flex;
  width: 100%;
  background-color: #FBFFF2;
  color: #292231;
  border-radius: 16px;
  overflow: hidden;
  font-size: small;
  margin: 40px 0 20px 0;
  min-height: 160px;
}

.green-box img {
  flex: 0 0 30%;
  width: 30%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  margin: 0;
}

/* Specific rule for Sarah's image - align to top */
.green-box img[src*="pers-sarah.png"] {
  object-position: top !important;
}

.green-box-content {
  flex: 1;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Medium screens: adjust proportions */
@media (max-width: 1024px) {
  .green-box img {
    flex: 0 0 35%;
    width: 35%;
  }
  .green-box-content {
    padding: 20px 24px;
  }
}
/* Responsive: stack on small screens */
@media (max-width: 768px) {
  .green-box {
    flex-direction: column;
    align-items: stretch;
  }
  .green-box img {
    flex: none;
    width: 100%;
    height: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .green-box-content {
    padding: 20px;
    flex: none;
  }
}
/* Additional breakpoint for very small screens */
@media (max-width: 480px) {
  .green-box {
    margin: 20px 0;
  }
  .green-box img {
    height: 150px;
  }
  .green-box-content {
    padding: 16px;
  }
  .green-box-content h3 {
    font-size: 1.1em;
    margin-bottom: 12px;
  }
  .green-box-content p {
    font-size: 0.9em;
    line-height: 1.4;
  }
}
#portfolio-darker {
  background: #191320;
  color: #F8F8F8;
}

.level1 {
  background-color: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  color: #F8F8F8;
}

.level2 {
  background-color: #6B1CCE;
  color: #F8F8F8;
}

.level3 {
  background-color: #DCFF99;
  color: #292231;
}

.ia-page #portfolio-dark {
  background: #292231;
  color: #F8F8F8;
}
.ia-page #portfolio-dark mark {
  background-color: #DCFF99;
  color: #292231;
}
.ia-page #portfolio-dark .level1 {
  background-color: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  color: #F8F8F8;
}
.ia-page #portfolio-dark .level2 {
  background-color: #6B1CCE;
  color: #F8F8F8;
}
.ia-page #portfolio-dark .column .icon {
  background: #191320;
}
.ia-page #portfolio-dark .column .icon svg {
  stroke: #DCFF99;
  fill: none;
}
.ia-page #portfolio-dark .column .content-wrapper h3,
.ia-page #portfolio-dark .column .content-wrapper p {
  color: #F8F8F8;
}
.ia-page #portfolio-dark .numbers {
  color: #DCFF99;
  font-weight: 500;
  font-family: "GalanoGrotesque", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  font-size: 2em;
}
.ia-page #portfolio-dark .hero-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ia-page #portfolio-dark .hero-layout {
    flex-direction: column;
    gap: 30px;
  }
}
.ia-page #portfolio-dark .hero-content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .ia-page #portfolio-dark .hero-content {
    flex: none;
    width: 100%;
    order: 2;
  }
}
.ia-page #portfolio-dark .hero-image {
  flex: 0 0 35%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .ia-page #portfolio-dark .hero-image {
    flex: none;
    width: 100%;
    max-width: none;
    order: 1;
  }
}
.ia-page #portfolio-dark .hero-image video {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}
.ia-page #portfolio-dark .hero-layout h4 {
  text-align: center;
}

#portfolio,
#portfolio-dark {
  background-size: cover;
}

b {
  font-weight: 500;
}

.project--card {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  height: 260px;
  background: #292231;
  color: #F8F8F8;
  margin: 0 0 60px 0;
  background-size: cover;
  overflow: hidden;
}
.project--card::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 600px) {
  .project--card {
    height: 300px;
  }
}
.project--card h2 {
  font-size: 1.4em;
  font-weight: lighter;
  margin-bottom: 0.3em;
}
.project--card .duration {
  margin-top: 0;
  margin-bottom: 0.4em;
}
.project--card p {
  font-size: 1em;
  margin-bottom: 20px;
}
.project--card button {
  min-height: 44px;
}
@media screen and (max-width: 600px) {
  .project--card button {
    width: 100%;
  }
}
.project--card:hover .image--container {
  padding-top: 10px;
}
.project--card svg {
  display: inline-block;
  vertical-align: -30%;
  margin-right: 20px;
  fill: #F8F8F8;
  width: 15px;
}

.image--container {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 32.5301204819%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 0;
  transition: 500ms ease;
}
.image--container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .image--container {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: -1.2048192771%;
    display: none;
  }
  .image--container:last-child {
    margin-right: 0;
  }
}

.card--content {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 66.265060241%;
}
.card--content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .card--content {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 100%;
  }
  .card--content:last-child {
    margin-right: 0;
  }
}

.overlay {
  background: rgba(41, 34, 49, 0.92);
  height: inherit;
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 100%;
  padding: 30px 30px 30px 30px;
  transition: background 500ms ease;
}
.overlay:last-child {
  margin-right: 0;
}

.left button {
  float: right;
}

.right .image--container {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .right button {
    float: right;
  }
}

.dressbe {
  background-image: url("../images/dressbe-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dressbe button:hover {
  color: #AA3030;
}
@media screen and (max-width: 600px) {
  .dressbe .overlay {
    background: rgba(170, 48, 48, 0.92);
  }
}
.dressbe .overlay:hover {
  background: rgba(170, 48, 48, 0.92);
}

.didi {
  background-image: url("../images/didi-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.didi button:hover {
  color: #f38031;
  background: #F8F8F8;
}
@media screen and (max-width: 600px) {
  .didi .overlay {
    background: rgba(243, 128, 49, 0.92);
  }
}
.didi .overlay:hover {
  background: rgba(243, 128, 49, 0.92);
}

.ninenine {
  background-image: url("../images/solocheck-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ninenine button:hover {
  color: #0098EE;
}
.ninenine button:hover svg {
  fill: #0098EE;
}
@media screen and (max-width: 600px) {
  .ninenine .overlay {
    background: rgba(0, 152, 238, 0.92);
  }
}
.ninenine .overlay:hover {
  background: rgba(0, 152, 238, 0.92);
}

.bmsg {
  background-image: url("../images/bmsg-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bmsg button:hover {
  color: #374CB3;
}
.bmsg button:hover svg {
  fill: #374CB3;
}
@media screen and (max-width: 600px) {
  .bmsg .overlay {
    background: rgba(55, 76, 179, 0.92);
  }
}
.bmsg .overlay:hover {
  background: rgba(55, 76, 179, 0.92);
}

.ia {
  background-image: url("../images/ia-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ia button:hover {
  color: #001B42;
}
.ia button:hover svg {
  fill: #001B42;
}
@media screen and (max-width: 600px) {
  .ia .overlay {
    background: rgba(0, 27, 66, 0.92);
  }
}
.ia .overlay:hover {
  background: rgba(0, 27, 66, 0.92);
}

.pers {
  background-image: url("../images/pers-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pers button:hover {
  color: #6B1CCE;
}
.pers button:hover svg {
  fill: #6B1CCE;
}
@media screen and (max-width: 600px) {
  .pers .overlay {
    background: rgba(107, 28, 206, 0.92);
  }
}
.pers .overlay:hover {
  background: rgba(107, 28, 206, 0.92);
}

.bhome {
  background-image: url("../images/solocheck-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bhome button:hover {
  color: #374CB3;
}
.bhome button:hover svg {
  fill: #374CB3;
}
@media screen and (max-width: 600px) {
  .bhome .overlay {
    background: rgba(55, 76, 179, 0.92);
  }
}
.bhome .overlay:hover {
  background: rgba(55, 76, 179, 0.92);
}

.helabs {
  background-image: url("../images/helabs-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.helabs button:hover {
  color: #444141;
}
@media screen and (max-width: 600px) {
  .helabs .overlay {
    background: rgba(68, 65, 65, 0.92);
  }
}
.helabs .overlay:hover {
  background: rgba(68, 65, 65, 0.92);
}
.helabs .image--container {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 40.9638554217%;
  padding-right: 0;
  padding-left: 0;
}
.helabs .image--container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .helabs .image--container {
    display: none;
  }
}
.helabs .card--content {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 57.8313253012%;
  padding-left: 30px;
}
.helabs .card--content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .helabs .card--content {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 100%;
    padding-left: 0px;
  }
  .helabs .card--content:last-child {
    margin-right: 0;
  }
}

.booking-packs {
  background-image: url("../images/booking-pack-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.booking-packs button:hover {
  color: #001B42;
}
@media screen and (max-width: 600px) {
  .booking-packs .overlay {
    background: rgba(0, 27, 66, 0.92);
  }
}
.booking-packs .overlay:hover {
  background: rgba(0, 27, 66, 0.92);
}
.booking-packs .image--container {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 40.9638554217%;
  padding-right: 0;
  padding-left: 0;
}
.booking-packs .image--container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .booking-packs .image--container {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 100%;
    padding-left: 0px;
  }
  .booking-packs .image--container:last-child {
    margin-right: 0;
  }
}

.hu {
  background-image: url("../images/hu-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hu button:hover {
  color: #374CB3;
}
.hu h2 {
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  .hu .overlay {
    background: rgba(55, 76, 179, 0.92);
  }
}
.hu .overlay:hover {
  background: rgba(55, 76, 179, 0.92);
}
.hu .image--container {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 40.9638554217%;
  padding-right: 0;
  padding-left: 0;
}
.hu .image--container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .hu .image--container {
    display: none;
  }
}
.hu .card--content {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 57.8313253012%;
  padding-left: 30px;
}
.hu .card--content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .hu .card--content {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 100%;
    padding-left: 0px;
  }
  .hu .card--content:last-child {
    margin-right: 0;
  }
}

.petcupid {
  background-image: url("../images/petcupid-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.petcupid button:hover {
  color: #3B4B53;
}
@media screen and (max-width: 600px) {
  .petcupid .overlay {
    background: rgba(59, 75, 83, 0.92);
  }
}
.petcupid .overlay:hover {
  background: rgba(59, 75, 83, 0.92);
}

.ofertapp {
  background: url("../images/oferta-bg.jpg");
  background-size: 300px;
}
.ofertapp button:hover {
  color: #c61017;
}
.ofertapp button:hover svg {
  fill: #c61017;
}
@media screen and (max-width: 600px) {
  .ofertapp .overlay {
    background: rgba(198, 16, 23, 0.92);
  }
}
.ofertapp .overlay:hover {
  background: rgba(198, 16, 23, 0.92);
}

.ia-page #portfolio-dark .hero-content:first-child .columns-wrapper .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.image-columns-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start;
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  .image-columns-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.image-columns-wrapper .image-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.image-columns-wrapper .image-column img {
  width: 100%;
  max-width: 680px;
  height: 300px;
  object-fit: contain;
  object-position: left;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.image-columns-wrapper .image-column .project-media {
  font-size: 0.9em;
  color: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  font-style: italic;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
}

.ia-page #portfolio-dark .image-columns-wrapper .image-column .project-media {
  color: #F8F8F8;
  opacity: 0.8;
}

.hero-layout .hero-image:has(.conclusions-image) {
  max-width: none !important;
  flex: 0 0 50% !important;
}

.hero-image .conclusions-image {
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
}

#experience {
  background: #292231;
  background-size: cover;
  color: #F8F8F8;
}
#experience h2 {
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.5em;
}
#experience span, #experience a {
  color: #DCFF99;
}
#experience li {
  margin-bottom: 40px;
}
#experience .job-description {
  margin-bottom: 10px;
}

.duration {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(184.25, 184.25, 184.25);
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.professional--title {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.professional--title:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .professional--title {
    display: block;
    display: -webkit-block;
  }
}

.professional--item {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 49.3975903614%;
}
.professional--item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .professional--item {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 100%;
    display: block;
  }
  .professional--item:last-child {
    margin-right: 0;
  }
}
.professional--item button {
  float: right;
}
@media screen and (max-width: 768px) {
  .professional--item button {
    float: left;
  }
}

.hidden {
  color: transparent;
  font-size: 1px;
}
@media screen and (max-width: 768px) {
  .hidden {
    font-size: 10px;
  }
}

.company li {
  list-style-type: square;
  margin-left: 20px;
  font-size: 1.2em;
  max-width: 700px;
}

#skills {
  background: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  background-size: cover;
  background-position: bottom;
  color: #F8F8F8;
}
#skills h2 {
  letter-spacing: 1px;
  font-weight: 500;
  color: #DCFF99;
}
#skills span, #skills a {
  color: #DCFF99;
}
#skills .block--separator {
  background: #DCFF99;
}
#skills li {
  list-style-type: square;
}

.skills--wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.skills--wrap::after {
  clear: both;
  content: "";
  display: table;
}

.skills--item {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 32.5301204819%;
  padding: 16px;
}
.skills--item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .skills--item {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 100%;
  }
  .skills--item:last-child {
    margin-right: 0;
  }
}

.tools--wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  padding-top: 80px;
}
.tools--wrap::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 768px) {
  .tools--wrap {
    display: block;
    display: -webkit-block;
  }
}

.tools--title {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 45.1807228916%;
}
.tools--title:last-child {
  margin-right: 0;
}

.tools--section {
  float: left;
  display: block;
  margin-right: 1.2048192771%;
  width: 53.6144578313%;
}
.tools--section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tools--section {
    float: left;
    display: block;
    margin-right: 1.2048192771%;
    width: 100%;
  }
  .tools--section:last-child {
    margin-right: 0;
  }
}
.tools--section li {
  display: inline-block;
  font-weight: 500;
  padding: 10px 16px 10px 16px;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.tools--section li:before {
  content: "#";
}

.featured {
  border: 2px solid #DCFF99;
}

.normal {
  border: 2px solid rgb(184.25, 184.25, 184.25);
}

#contact {
  background: #292231;
  background-size: cover;
  color: #F8F8F8;
}
#contact h2 {
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  line-height: 1.6;
  font-size: 2em;
}
@media screen and (max-width: 600px) {
  #contact h2 {
    font-size: 1.6em;
  }
}
#contact span, #contact a {
  color: #DCFF99;
}
#contact li {
  margin-bottom: 40px;
}

.social {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #F8F8F8;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}
.social:hover svg {
  fill: #AF53FF;
}
.social svg {
  display: block;
  margin: auto;
  position: relative;
  fill: #292231;
  transition: 500ms ease;
}
.social .dribble {
  top: 10px;
}
.social .behance {
  top: 14px;
}
.social .linkedin {
  top: 11px;
}

footer a {
  text-decoration: none;
}

.navigation a {
  text-decoration: none;
  color: #F8F8F8;
  font-size: 1em;
}

td {
  text-align: center;
}

.project-nav-link {
  display: block;
  float: right;
  margin: 0;
  padding-right: 1em;
  text-decoration: none;
  max-height: 60px;
  line-height: 60px;
  color: #F8F8F8;
}
.project-nav-link:focus, .project-nav-link:hover {
  transition: 500ms ease;
  font-weight: 500;
}

.project-detail li {
  margin: 0 0 0.8em;
  font-size: 1.2em;
  font-weight: regular;
  margin-bottom: 10px;
}
.project-detail ul {
  list-style-type: square;
}
.project-detail .navigation-menu {
  float: right;
}
.project-detail h2 {
  font-size: 2em;
  font-weight: 700;
}
.project-detail h3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5em;
}

.nine-nine-page .navigation {
  background-color: #0098EE;
}

.booking-msg-page .navigation {
  background-color: #374CB3;
}

.booking-pack-page .navigation {
  background-color: #001B42;
}
.booking-pack-page img {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(194, 194, 194, 0.6);
  -moz-box-shadow: 0px 0px 40px 0px rgba(194, 194, 194, 0.6);
  box-shadow: 0px 0px 40px 0px rgba(194, 194, 194, 0.6);
  border-radius: 20px;
}

.didi-page .navigation {
  background-color: rgba(243, 128, 49, 0.92);
}

.ia-page .navigation {
  background-color: #191320;
}
.ia-page #portfolio-dark .column .content-wrapper h4 {
  font-size: 1.2em;
  font-weight: 400;
  color: #F8F8F8;
  margin-bottom: 0.4em;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.ia-page #portfolio .column .content-wrapper h4 {
  font-size: 1.2em;
  font-weight: 400;
  color: #292231;
  margin-bottom: 0.4em;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.ia-page #project .column .content-wrapper h3 {
  font-weight: 400;
  color: #F8F8F8;
}

.avatar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
.avatar-container p {
  font-size: 0.9em;
}

.avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}

.avatar-container p {
  margin: 0;
}

.showcase {
  margin-top: 3rem;
}
.showcase > p {
  font-size: 1em;
}
.showcase .showcase-item {
  margin-bottom: 4rem;
}
.showcase .showcase-item h3 {
  color: #292231;
  margin-bottom: 1rem;
  font-size: 1.6em;
}
.showcase .showcase-item p {
  margin-bottom: 2rem;
  font-size: 1em;
  color: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  line-height: 1.6;
}
.showcase .showcase-item .image-container {
  position: relative;
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.showcase .showcase-item .image-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.showcase .showcase-item .image-container img {
  width: auto;
  height: auto;
  border-radius: 8px;
  display: block;
}
.showcase .showcase-item .image-container .image-link {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}
.showcase .showcase-item .image-container .image-link img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.showcase .showcase-item .image-container .image-link::after {
  content: "🔗 Open in new tab";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
  white-space: nowrap;
}
.showcase .showcase-item .image-container .image-link:hover::after {
  opacity: 1;
}
.showcase .showcase-item .image-container .image-link:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.showcase .showcase-item .image-container .project-media {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.9em;
  color: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .showcase .showcase-item {
    margin-bottom: 3rem;
  }
  .showcase .showcase-item .image-container {
    padding: 1rem;
    margin: 1.5rem 0;
  }
  .showcase .showcase-item .image-container:hover {
    transform: none;
  }
  .showcase .showcase-item .image-container .image-link::after {
    font-size: 0.8em;
    padding: 0.3rem 0.6rem;
    bottom: 0.3rem;
    right: 0.3rem;
  }
  .showcase .showcase-item .image-container .image-link:hover img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
  }
}

.nine-nine-hero {
  background: linear-gradient(rgba(0, 152, 238, 0.92), rgba(0, 152, 238, 0.99)), url("../images/99-bg.png");
  background-size: cover;
  background-position: bottom;
  color: #F8F8F8;
}

.booking-pack-hero {
  background: linear-gradient(rgba(0, 27, 66, 0.92), rgba(0, 27, 66, 0.99)), url("../images/booking-pack-bg.jpg");
  background-size: cover;
  background-position: bottom;
  color: #F8F8F8;
}

.hero-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .hero-layout {
    flex-direction: column;
    gap: 30px;
  }
}

.hero-content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .hero-content {
    flex: none;
    width: 100%;
  }
}

.hero-image {
  flex: 0 0 30%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .hero-image {
    display: none;
  }
}
.hero-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .hero-image + .project-media {
    display: none;
  }
}

.ia-hero {
  background: #191320;
  background-size: cover;
  color: #F8F8F8;
}
.ia-hero .hero-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ia-hero .hero-layout {
    flex-direction: column;
    gap: 30px;
  }
}
.ia-hero .hero-content {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .ia-hero .hero-content {
    flex: none;
    width: 100%;
  }
}
.ia-hero .hero-image {
  flex: 0 0 30%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .ia-hero .hero-image {
    display: none;
  }
}
.ia-hero .hero-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ia-hero .hero-image + .project-media {
    display: none;
  }
}
.ia-hero .numbers {
  color: #DCFF99;
  font-weight: 500;
  font-family: "GalanoGrotesque", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  font-size: 2em;
}

.booking-msg-hero {
  background: linear-gradient(rgba(55, 76, 179, 0.92), rgba(55, 76, 179, 0.99)), url("../images/bmsg-bg.jpg");
  background-size: cover;
  background-position: bottom;
  color: #F8F8F8;
}

.didi-hero {
  background: linear-gradient(rgba(243, 128, 49, 0.92), rgba(210, 72, 110, 0.99)), url("../images/99-bg.png");
  background-size: cover;
  background-position: bottom;
  color: #F8F8F8;
}

#project .title {
  background-color: #0098EE;
  background-size: cover;
  min-height: -webkit-calc(70vh);
  min-height: calc(70vh);
}
#project h1 {
  color: #DCFF99;
}
#project h2 {
  color: #F8F8F8;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, arial, sans-serif;
  line-height: 1.6;
  font-size: 1.6em;
}
#project a {
  color: #F8F8F8;
}
#project a:active, #project a:focus, #project a:hover {
  color: rgb(237.5, 255, 204);
}
#project span:active, #project span:focus, #project span:hover {
  color: rgb(237.5, 255, 204);
}
#project .block--separator {
  background: #F8F8F8;
}

video {
  display: block;
  margin: 0 auto;
}

.project-media {
  text-align: center;
  font-style: italic;
  font-size: 12px;
  margin-top: 12px;
}

.caption {
  font-style: italic;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.screenshot {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.next-project {
  float: right;
  margin-top: 60px;
}
.next-project a {
  text-decoration: none;
}

.ia-page #portfolio-dark .hero-content:first-child .columns-wrapper .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.image-columns-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start;
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  .image-columns-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.image-columns-wrapper .image-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}
.image-columns-wrapper .image-column img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  object-position: left;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.image-columns-wrapper .image-column .project-media {
  font-size: 0.9em;
  color: rgb(71.2313253012, 59.0698795181, 85.1301204819);
  font-style: italic;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
}

.ia-page #portfolio-dark .image-columns-wrapper .image-column .project-media {
  color: #F8F8F8;
  opacity: 0.8;
}

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