/*!
Theme Name: studioblanc
Theme URI: http://www.studioblanc.nz
Author: Vaughan M
Author URI: http://www.magnusson.co.nz
Description: A studioblanc theme.
Version: 1
*/
/*! 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 {
  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 {
  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] {
  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;
}

.m-t-0 {
  margin-top: 00px !important;
}

.p-t-0 {
  padding-top: 00px !important;
}

.m-b-0 {
  margin-bottom: 00px !important;
}

.p-b-0 {
  padding-bottom: 00px !important;
}

.m-l-0 {
  margin-left: 00px !important;
}

.p-l-0 {
  padding-left: 00px !important;
}

.m-r-0 {
  margin-right: 00px !important;
}

.p-r-0 {
  padding-right: 00px !important;
}

.m-0 {
  margin: 00px !important;
}

.p-0 {
  padding: 00px !important;
}

.m-t-1 {
  margin-top: 10px !important;
}

.p-t-1 {
  padding-top: 10px !important;
}

.m-b-1 {
  margin-bottom: 10px !important;
}

.p-b-1 {
  padding-bottom: 10px !important;
}

.m-l-1 {
  margin-left: 10px !important;
}

.p-l-1 {
  padding-left: 10px !important;
}

.m-r-1 {
  margin-right: 10px !important;
}

.p-r-1 {
  padding-right: 10px !important;
}

.m-1 {
  margin: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.m-t-2 {
  margin-top: 20px !important;
}

.p-t-2 {
  padding-top: 20px !important;
}

.m-b-2 {
  margin-bottom: 20px !important;
}

.p-b-2 {
  padding-bottom: 20px !important;
}

.m-l-2 {
  margin-left: 20px !important;
}

.p-l-2 {
  padding-left: 20px !important;
}

.m-r-2 {
  margin-right: 20px !important;
}

.p-r-2 {
  padding-right: 20px !important;
}

.m-2 {
  margin: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.m-t-3 {
  margin-top: 30px !important;
}

.p-t-3 {
  padding-top: 30px !important;
}

.m-b-3 {
  margin-bottom: 30px !important;
}

.p-b-3 {
  padding-bottom: 30px !important;
}

.m-l-3 {
  margin-left: 30px !important;
}

.p-l-3 {
  padding-left: 30px !important;
}

.m-r-3 {
  margin-right: 30px !important;
}

.p-r-3 {
  padding-right: 30px !important;
}

.m-3 {
  margin: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

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

.p-t-4 {
  padding-top: 40px !important;
}

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

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

.m-l-4 {
  margin-left: 40px !important;
}

.p-l-4 {
  padding-left: 40px !important;
}

.m-r-4 {
  margin-right: 40px !important;
}

.p-r-4 {
  padding-right: 40px !important;
}

.m-4 {
  margin: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.m-t-5 {
  margin-top: 50px !important;
}

.p-t-5 {
  padding-top: 50px !important;
}

.m-b-5 {
  margin-bottom: 50px !important;
}

.p-b-5 {
  padding-bottom: 50px !important;
}

.m-l-5 {
  margin-left: 50px !important;
}

.p-l-5 {
  padding-left: 50px !important;
}

.m-r-5 {
  margin-right: 50px !important;
}

.p-r-5 {
  padding-right: 50px !important;
}

.m-5 {
  margin: 50px !important;
}

.p-5 {
  padding: 50px !important;
}

.m-t-6 {
  margin-top: 60px !important;
}

.p-t-6 {
  padding-top: 60px !important;
}

.m-b-6 {
  margin-bottom: 60px !important;
}

.p-b-6 {
  padding-bottom: 60px !important;
}

.m-l-6 {
  margin-left: 60px !important;
}

.p-l-6 {
  padding-left: 60px !important;
}

.m-r-6 {
  margin-right: 60px !important;
}

.p-r-6 {
  padding-right: 60px !important;
}

.m-6 {
  margin: 60px !important;
}

.p-6 {
  padding: 60px !important;
}

.m-t-7 {
  margin-top: 70px !important;
}

.p-t-7 {
  padding-top: 70px !important;
}

.m-b-7 {
  margin-bottom: 70px !important;
}

.p-b-7 {
  padding-bottom: 70px !important;
}

.m-l-7 {
  margin-left: 70px !important;
}

.p-l-7 {
  padding-left: 70px !important;
}

.m-r-7 {
  margin-right: 70px !important;
}

.p-r-7 {
  padding-right: 70px !important;
}

.m-7 {
  margin: 70px !important;
}

.p-7 {
  padding: 70px !important;
}

.m-t-8 {
  margin-top: 80px !important;
}

.p-t-8 {
  padding-top: 80px !important;
}

.m-b-8 {
  margin-bottom: 80px !important;
}

.p-b-8 {
  padding-bottom: 80px !important;
}

.m-l-8 {
  margin-left: 80px !important;
}

.p-l-8 {
  padding-left: 80px !important;
}

.m-r-8 {
  margin-right: 80px !important;
}

.p-r-8 {
  padding-right: 80px !important;
}

.m-8 {
  margin: 80px !important;
}

.p-8 {
  padding: 80px !important;
}

.m-t-9 {
  margin-top: 90px !important;
}

.p-t-9 {
  padding-top: 90px !important;
}

.m-b-9 {
  margin-bottom: 90px !important;
}

.p-b-9 {
  padding-bottom: 90px !important;
}

.m-l-9 {
  margin-left: 90px !important;
}

.p-l-9 {
  padding-left: 90px !important;
}

.m-r-9 {
  margin-right: 90px !important;
}

.p-r-9 {
  padding-right: 90px !important;
}

.m-9 {
  margin: 90px !important;
}

.p-9 {
  padding: 90px !important;
}

.m-t-10 {
  margin-top: 100px !important;
}

.p-t-10 {
  padding-top: 100px !important;
}

.m-b-10 {
  margin-bottom: 100px !important;
}

.p-b-10 {
  padding-bottom: 100px !important;
}

.m-l-10 {
  margin-left: 100px !important;
}

.p-l-10 {
  padding-left: 100px !important;
}

.m-r-10 {
  margin-right: 100px !important;
}

.p-r-10 {
  padding-right: 100px !important;
}

.m-10 {
  margin: 100px !important;
}

.p-10 {
  padding: 100px !important;
}

.m-t-12 {
  margin-top: 120px !important;
}

.p-t-12 {
  padding-top: 120px !important;
}

.m-b-12 {
  margin-bottom: 120px !important;
}

.p-b-12 {
  padding-bottom: 120px !important;
}

.m-l-12 {
  margin-left: 120px !important;
}

.p-l-12 {
  padding-left: 120px !important;
}

.m-r-12 {
  margin-right: 120px !important;
}

.p-r-12 {
  padding-right: 120px !important;
}

.m-12 {
  margin: 120px !important;
}

.p-12 {
  padding: 120px !important;
}

.m-t-15 {
  margin-top: 150px !important;
}

.p-t-15 {
  padding-top: 150px !important;
}

.m-b-15 {
  margin-bottom: 150px !important;
}

.p-b-15 {
  padding-bottom: 150px !important;
}

.m-l-15 {
  margin-left: 150px !important;
}

.p-l-15 {
  padding-left: 150px !important;
}

.m-r-15 {
  margin-right: 150px !important;
}

.p-r-15 {
  padding-right: 150px !important;
}

.m-15 {
  margin: 150px !important;
}

.p-15 {
  padding: 150px !important;
}

.m-t-20 {
  margin-top: 200px !important;
}

.p-t-20 {
  padding-top: 200px !important;
}

.m-b-20 {
  margin-bottom: 200px !important;
}

.p-b-20 {
  padding-bottom: 200px !important;
}

.m-l-20 {
  margin-left: 200px !important;
}

.p-l-20 {
  padding-left: 200px !important;
}

.m-r-20 {
  margin-right: 200px !important;
}

.p-r-20 {
  padding-right: 200px !important;
}

.m-20 {
  margin: 200px !important;
}

.p-20 {
  padding: 200px !important;
}

@media only screen and (min-width: 1181px) {
  .pd-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pd-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pd-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pd-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pd-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pd-xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .pds-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pds-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pds-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pds-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pds-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pds-xl {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media only screen and (max-width: 1180px) {
  .pm-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pm-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pm-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pm-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pm-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pm-xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pms-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pms-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pms-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pms-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pms-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pms-xl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media only screen and (max-width: 769px) {
  .p-t-20 {
    padding-top: 10rem !important;
  }
}
.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

.f-s-xs {
  font-size: 10px !important;
}

.f-s-s {
  font-size: 12px !important;
}

.f-s-m {
  font-size: 13px !important;
}

.f-s-l {
  font-size: 14px !important;
}

.f-s-xl {
  font-size: 16px !important;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-column {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-row {
    flex-direction: row-reverse;
  }
}

.flex-start {
  justify-content: flex-start !important;
}

@font-face {
  font-family: "montbold";
  src: url("assets/fonts/Mont-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montlight";
  src: url("assets/fonts/Mont-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montextralight";
  src: url("assets/fonts/montextralight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montheavy";
  src: url("assets/fonts/montheavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "montbold", Arial, Helvetica, sans-serif;
  color: #000;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: normal;
}

p {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.4;
  color: #000;
}

strong {
  color: #000;
}

.btn, .btn:visited, .wpcf7-submit {
  background: #bbb08d;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.3s;
  display: inline-block;
  border-radius: 4rem;
  font-family: "montbold", Arial, Helvetica, sans-serif;
  border: none;
}
.btn--send, .btn--send:visited, .btn:visited--send, .btn:visited--send:visited, .wpcf7-submit--send, .wpcf7-submit--send:visited {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.btn--send:before, .btn--send:visited:before, .btn:visited--send:before, .btn:visited--send:visited:before, .wpcf7-submit--send:before, .wpcf7-submit--send:visited:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--send.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--send.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.btn:hover, .btn:visited:hover, .wpcf7-submit:hover {
  background-color: #000;
  color: #fff;
}
.btn:hover:before, .btn:visited:hover:before, .wpcf7-submit:hover:before {
  background-color: #27ACAE;
}
.btn:active, .btn:visited:active, .wpcf7-submit:active {
  text-decoration: none;
}
.btn--secondary, .btn:visited--secondary, .wpcf7-submit--secondary {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  background: #ecebe8;
  color: #000;
}

.wpcf7-submit:hover {
  color: black;
  background: white;
}

.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
}
@media only screen and (max-width: 600px) {
  .form__grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.field__label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.field__label label {
  font-family: "montbold", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.field__label .required {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #27ACAE;
  color: #bbb08d;
}
.field__input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.field__input input[type=text],
.field__input input[type=email],
.field__input input[type=tel],
.field__input input[type=number],
.field__input input[type=password],
.field__input input[type=search],
.field__input input[type=url],
.field__input select,
.field__input textarea {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  background-color: #262626;
  color: #fff;
  padding: 1rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.field__input .field__hint {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  color: #606060;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
}
.field__input .field__hint a {
  color: #bbb08d;
}

textarea:focus-visible,
select:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=url]:focus-visible {
  outline: 1px solid #bbb08d;
}

span.wpcf7-not-valid-tip {
  color: #9f5252;
}

div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #bbb08d;
  border-radius: 3rem;
}

.wpcf7-response-output {
  text-align: center;
  border: none;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #bbb08d;
  border-radius: 3rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #9f5252;
  border-radius: 3rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #568f5b;
  border-radius: 3rem;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wpcf7-spinner {
  margin: 0 -3rem 0 1rem;
}

.site-header {
  background: #000;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 10rem;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .site-header__inner {
    align-items: center;
  }
}
.site-header .site-branding .site-title {
  margin: 0;
  line-height: 1;
}
.site-header .site-branding .site-title a {
  display: block;
  font-family: "montheavy", Arial, Helvetica, sans-serif;
  font-size: 4.6rem;
  letter-spacing: -0.2rem;
  color: #fff;
  text-decoration: none;
}
.site-header ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.site-header ul#primary-menu li {
  padding: 0;
  margin: 0;
}
.site-header ul#primary-menu a, .site-header ul#primary-menu a:active, .site-header ul#primary-menu a:visited {
  transition: all 0.3s;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding: 1rem 2rem;
  font-family: "montbold", Arial, Helvetica, sans-serif;
  line-height: 1.15;
}
@media only screen and (max-width: 1180px) {
  .site-header ul#primary-menu a, .site-header ul#primary-menu a:active, .site-header ul#primary-menu a:visited {
    padding: 1rem 1.8rem;
    font-size: 1.8rem;
  }
}
.site-header ul#primary-menu a:hover {
  color: #bbb08d;
}
.site-header ul#primary-menu .current-menu-item a {
  color: #bbb08d;
}
.site-header ul#primary-menu li:last-child a {
  background: #bbb08d;
  border-radius: 10rem;
  color: #000;
  margin-left: 2rem;
}

.mobile-navigation {
  margin: 2rem 0 2rem 2rem;
}
.mobile-navigation a {
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  text-indent: -1000rem;
  position: relative;
  font-size: 12px;
  text-decoration: none;
}
.mobile-navigation a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 26px;
  background-color: #fff;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .mobile-navigation {
    display: block;
  }
  .site-navigation,
  .site-description {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  .mobile-navigation {
    display: none;
  }
  .site-navigation {
    display: block;
  }
}
.mobile-menu__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mobile-menu__container {
  display: none;
}
.mobile-menu__container.is-visible {
  display: flex;
}

.mobile-menu__close {
  color: #fff;
  text-decoration: none;
  font-size: 6rem;
  color: #fff;
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-size: 6rem;
  text-decoration: none;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.mobile-menu__close:visited, .mobile-menu__close:active, .mobile-menu__close :hover {
  color: #fff;
  text-decoration: none;
}

#mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mobile-menu a {
  padding: 0.5rem 1rem;
  display: block;
  text-align: left;
  font-size: 5.5rem;
  color: #000;
  text-decoration: none;
  letter-spacing: -0.1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  font-family: "DM Serif Display", serif;
}

.page .featherlight .featherlight-close-icon {
  font-size: 2.4rem;
  color: #fff;
  background: #000;
}
.page .featherlight:last-of-type {
  background: #000;
}
.page .featherlight .featherlight-content {
  background: #000;
  overflow: hidden;
}
.page .featherlight-inner a {
  color: #fff !important;
}

.site-intro {
  text-align: center;
  background: #000;
  position: relative;
  overflow: hidden;
  background-image: url(/wp-content/themes/studioblanc/assets/images/bg-checker-black.png);
  background-position: bottom;
  background-size: 10rem;
  background-repeat: repeat-x;
}
.site-intro .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  padding: 10rem 2rem 2rem 2rem;
}
@media only screen and (max-width: 769px) {
  .site-intro .container {
    padding: 6rem 2rem 2rem 2rem;
  }
}
.site-intro__kicker {
  font-size: 1.9rem;
  line-height: 1.2;
  color: #bbb08d;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  font-family: "montlight", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 400px) {
  .site-intro__kicker {
    font-size: 1.7rem;
  }
}
.site-intro__heading {
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: 15rem;
  letter-spacing: -0.7rem;
  max-width: 96rem;
  line-height: 0.8;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .site-intro__heading {
    font-size: 10rem;
    letter-spacing: -0.3rem;
  }
}
@media screen and (max-width: 400px) {
  .site-intro__heading {
    font-size: 8rem;
    letter-spacing: -0.2rem;
  }
}
.site-intro__text {
  color: #fff;
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.site-intro__bros {
  margin: 0 auto;
  width: 140rem;
  display: block;
  height: 31rem;
  position: relative;
}

.site-intro__bro {
  width: 32rem;
  height: 34rem;
  background-size: contain;
  transform: skew(0deg, -20deg);
  border-radius: 5px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -15rem;
  transition: all 0.6s ease-out;
}
.site-intro__bro:hover {
  bottom: -3rem;
}
.site-intro__bro--aq {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-aq.jpg");
}
.site-intro__bro--crc {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-crc.jpg");
}
.site-intro__bro--flow {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-flow.jpg");
}
.site-intro__bro--gfl {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-gfl.jpg");
}
.site-intro__bro--mandco {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-mandco.jpg");
}
.site-intro__bro--multi {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-multi.jpg");
}
.site-intro__bro--ranqx {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-ranqx.jpg");
}
.site-intro__bro--sals {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-sals.jpg");
}
.site-intro__bro--steve {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-steve.jpg");
}
.site-intro__bro--think {
  background-image: url("/wp-content/themes/studioblanc/assets/images/bro-think.jpg");
}
.site-intro__bro:nth-child(1) {
  left: 0rem;
  z-index: 100;
}
.site-intro__bro:nth-child(2) {
  left: 12rem;
  z-index: 101;
}
.site-intro__bro:nth-child(3) {
  left: 24rem;
  z-index: 102;
}
.site-intro__bro:nth-child(4) {
  left: 36rem;
  z-index: 103;
}
.site-intro__bro:nth-child(5) {
  left: 48rem;
  z-index: 104;
}
.site-intro__bro:nth-child(6) {
  left: 60rem;
  z-index: 105;
}
.site-intro__bro:nth-child(7) {
  left: 72rem;
  z-index: 106;
}
.site-intro__bro:nth-child(8) {
  left: 84rem;
  z-index: 107;
}
.site-intro__bro:nth-child(9) {
  left: 96rem;
  z-index: 108;
}
.site-intro__bro:nth-child(10) {
  left: 108rem;
  z-index: 109;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  background: #000;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("/wp-content/themes/studioblanc/assets/images//bg-checker-black.png");
  background-position: bottom;
  background-size: 10rem;
  background-repeat: repeat-x;
}
.footer a, .footer a:active, .footer a:visited {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.footer__heading {
  font-family: "montheavy", Arial, Helvetica, sans-serif;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 6rem;
  color: #fff;
  letter-spacing: -2px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .footer__heading {
    font-size: 9rem;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 769px) {
  .footer__heading {
    font-size: 6rem;
    letter-spacing: -2px;
  }
}
.footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  font-size: 2rem;
}
.footer__menu a:hover {
  color: #bbb08d;
  text-decoration: none;
}
.footer__copyright {
  color: #555;
  margin-bottom: 0;
  background: #000;
  padding: 1rem;
}

.contact .form__section {
  margin-bottom: 6rem;
}
.contact .form__section__head {
  text-align: center;
  margin-bottom: 5rem;
}
.contact .form__section__title {
  color: #fff;
  position: relative;
}
.contact .form__section__title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1rem;
  background: #000;
}
.contact .form__section__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3B3B3B;
  margin-top: -15px;
}
.contact .form__section__info {
  color: #fff;
}
.contact .section-outro__cta {
  display: flex;
  align-items: center;
}
.contact .section-outro__cta .btn:hover {
  background: #fff;
  color: #000;
}
.contact .section-outro__cta .btn:hover:before {
  background: #27ACAE;
}

.custom-group {
  position: relative;
  z-index: 1;
}

.custom-group__inner-container {
  max-width: 140rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.custom-group--narrow .custom-group__inner-container {
  max-width: 120rem;
  margin: 0 auto;
}

.custom-group--boxed,
.group--boxed {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.custom-group--boxed.custom-group--narrow,
.group--boxed.custom-group--narrow {
  max-width: 120rem;
}
@media only screen and (max-width: 769px) {
  .custom-group--boxed,
  .group--boxed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.bg--top {
  background-image: url("/wp-content/themes/studioblanc/assets/images//bg-checker.png");
  background-size: 10rem;
  background-repeat: repeat-x;
  background-position: top;
}

.bg--bottom .custom-group__shim {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("/wp-content/themes/studioblanc/assets/images//bg-checker-inverted.png");
  background-repeat: repeat-x;
  background-size: 10rem;
  background-position: bottom;
  z-index: -1;
}

.bg--grey-light {
  background-color: rgba(245, 245, 244, 0.54);
}

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

.bg--gold-light {
  background-color: #dad6c8;
  background-color: #e3e2dd;
}

.faqs__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  max-width: 120rem;
  margin: 0 auto 6rem auto;
}
@media only screen and (max-width: 769px) {
  .faqs__list {
    grid-template-columns: 1fr;
  }
}
.faqs__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faqs .faq {
  background: #eae6da;
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: 1rem;
}
.faqs .faq__question {
  display: block;
  font-family: "montbold", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  text-decoration: none;
  padding: 1rem 2rem 1rem 5rem;
  position: relative;
}
.faqs .faq__question:before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 3.1rem;
  background-color: #fff;
  position: absolute;
  left: 0.6rem;
  top: 0.4rem;
}
.faqs .faq__question:after {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  background-color: #bbb08d;
  position: absolute;
  left: 0.6rem;
  top: 0.4rem;
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--plus.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--plus.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.faqs .faq__answer {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 2rem 1rem 5rem;
  display: none;
}
.faqs .faq.active .faq__question:after {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--minus.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--minus.png");
}
.faqs .faq.active .faq__answer {
  display: block;
}

.phsb__head {
  max-width: 100rem;
  margin: 0 auto;
}
.phsb__kicker {
  font-family: "montheavy", Arial, Helvetica, sans-serif;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .phsb__kicker {
    font-size: 3rem;
  }
}
.phsb__heading {
  font-family: "montheavy", Arial, Helvetica, sans-serif;
  font-size: 13rem;
  text-align: center;
  letter-spacing: -6px;
  line-height: 0.8;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 400px) {
  .phsb__heading {
    font-size: 10rem;
    letter-spacing: -3px;
  }
}
.phsb__subheading {
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
  font-family: "montlight", Arial, Helvetica, sans-serif;
}
.phsb__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
  margin-top: 8rem;
  margin-bottom: 10rem;
  position: relative;
}
.phsb__cols:after {
  content: "";
  display: block;
  width: 190px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  background-image: url("/wp-content/themes/studioblanc/assets/images//header-arrow.png");
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 1300px) {
  .phsb__cols:after {
    width: 97px;
  }
}
@media screen and (max-width: 800px) {
  .phsb__cols:after {
    width: 60px;
  }
}
@media only screen and (max-width: 769px) {
  .phsb__cols {
    display: block;
  }
  .phsb__cols:after {
    display: none;
  }
}
.phsb__lh_heading, .phsb__rh_heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 6rem;
  letter-spacing: -3px;
  line-height: 1;
  text-align: center;
  font-family: "montheavy", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1000px) {
  .phsb__lh_heading, .phsb__rh_heading {
    font-size: 4.5rem;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 800px) {
  .phsb__lh_heading, .phsb__rh_heading {
    font-size: 4rem;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 600px) {
  .phsb__lh_heading, .phsb__rh_heading {
    font-size: 3rem;
    font-family: "montbold", Arial, Helvetica, sans-serif;
    letter-spacing: -1.5px;
  }
}
.phsb__lh_content, .phsb__rh_content {
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.phsb__rh_content img {
  max-width: 100%;
  width: 17rem;
  margin: 0 auto;
  display: block;
}
.phsb__rh_image img, .phsb__lh_image img {
  max-width: 50rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.phsb__why {
  background: #efeeeb;
  border-radius: 1rem;
  padding: 2rem 4rem;
  text-align: center;
  max-width: 86rem;
  margin: 0 auto;
}
.phsb__why_heading {
  font-family: "montheavy", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.steps {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) {
  .steps {
    grid-template-columns: 1fr 1fr;
    max-width: 100rem;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .steps {
    grid-template-columns: 1fr;
  }
}
.steps .step {
  background: #f2f2f0;
  background: #e6e2d9;
  background: #eeece8;
  background: #fff;
  padding: 2rem;
  position: relative;
  min-height: 24rem;
  box-sizing: border-box;
}
.steps .step__number {
  font-family: "DM Serif Display", serif;
  color: #fff;
  color: #bbb08d;
  font-size: 10rem;
  line-height: 0.8;
  text-align: right;
  display: inline-block;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 1000px) {
  .steps .step__number {
    font-size: 10rem;
  }
}
.steps .step__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.steps .step__heading {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.steps .step__heading__text {
  max-width: 24rem;
}
.steps .step__content {
  max-width: 36rem;
}

.projects .project {
  width: 100rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 4rem;
  padding-top: 0;
  padding-bottom: 6rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  .projects .project {
    display: block;
    padding-bottom: 2rem;
  }
}
.projects .project__screens {
  display: flex;
  justify-content: right;
}
.projects .project__photos {
  background: #E8E8E8;
  background-image: url("/wp-content/themes/studioblanc/assets/images//project-bezel-dots.png");
  background-size: 4.8rem 1.2rem;
  background-position: 10px 9px;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 76rem;
  height: 60rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .projects .project__photos {
    height: 50rem;
  }
}
@media only screen and (max-width: 769px) {
  .projects .project__photos {
    width: 100%;
    height: 40rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 400px) {
  .projects .project__photos {
    height: 34rem;
  }
}
.projects .project__photo {
  position: absolute;
  top: 3rem;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
.projects .project__photo.is-active {
  opacity: 1;
  pointer-events: auto;
}
.projects .project__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.projects .project__name {
  font-family: "montbold", Arial, Helvetica, sans-serif;
  font-size: 3.4rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.projects .project__link {
  font-size: 1.4rem;
  font-family: "montbold", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background-color: #bbb08d;
  border-radius: 2rem;
  padding: 0.3rem 1.2rem 0.2rem 0.8rem;
  margin-bottom: 1rem;
  display: inline-flex;
  gap: 0.4rem;
  align-items: flex-start;
}
.projects .project__link:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: white;
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--link.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--link.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.projects .project__overview {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 43rem;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
  .projects .project__overview {
    max-width: 100%;
  }
}
.projects .project__subtitle {
  font-family: "montbold", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.projects .project__features {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.projects .project__features span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #f6f5ef;
  border-radius: 2rem;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem 0.4rem 1.2rem;
}
@media only screen and (max-width: 769px) {
  .projects .project__features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .projects .project__features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0rem;
  }
  .projects .project__features span {
    text-transform: none;
    display: inline;
    background: none;
    padding: 0;
  }
  .projects .project__features span:after {
    content: ", ";
    margin-right: 0.4rem;
  }
}
.projects .project__features li:last-child span:after {
  content: "";
  margin-right: 0;
}
.projects .project__designer_credit {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.projects .project__designer {
  width: 14rem;
  height: 14rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.projects .project__designer--brandspired {
  height: 3rem;
}
.projects .project__designer--youngandcreative {
  height: 1.5rem;
}
.projects .project__designer--mandco {
  height: 3.1rem;
}
.projects .project__designer--studioblanc {
  height: 2.3rem;
}

.projects__carousel-wrapper {
  overflow: hidden;
  position: relative;
}

.projects__list {
  display: flex;
  gap: 4rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
  /* Hide scroll bar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.projects__list::-webkit-scrollbar {
  display: none; /* Webkit */
}

.project {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

/* Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

.carousel-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dots span.active {
  background: #111;
}

.projects__carousel_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projects__carousel_nav .carousel-prev, .projects__carousel_nav .carousel-next {
  width: 30px;
  height: 58px;
  background: url("/wp-content/themes/studioblanc/assets/images//arrow--carousel.png") no-repeat center center;
  display: block;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
@media only screen and (max-width: 769px) {
  .projects__carousel_nav .carousel-prev, .projects__carousel_nav .carousel-next {
    width: 20px;
  }
}
.projects__carousel_nav .carousel-prev {
  transform: rotate(180deg);
}

.skills {
  text-align: center;
}
.skills__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.skills .skill {
  background: #f2f2f0;
  border-radius: 10rem;
  transition: all 0.8s;
}
@media only screen and (max-width: 600px) {
  .skills .skill {
    flex: 0 0 100%;
  }
}
.skills .skill__title {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  margin: 0;
  padding: 1.1rem 2rem 1.1rem 2rem;
  line-height: 1.25;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  transition: all 0.8s;
}
.skills .skill__title:before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #bbb08d;
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.7s;
}
.skills .skill--hover {
  background: #222;
}
.skills .skill--hover .skill__title {
  color: white;
}
.skills .skill--hover .skill__title:before {
  background-color: #bbb08d;
}
.skills .skill__title--technical:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--braces.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--braces.png");
}
.skills .skill__title--ux:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
}
.skills .skill__title--soft:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--stars.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--stars.png");
}
.skills .skill__title--creative:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--shadows.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--shadows.png");
}

.selector {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  letter-spacing: -1px;
  font-family: "montbold", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: -2rem;
  flex-wrap: wrap;
  border-radius: 5rem;
  overflow: hidden;
  background: rgba(187, 176, 141, 0.3);
}
.selector__selection:before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background-color: black;
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
.selector__selection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.5s;
  white-space: nowrap;
  padding: 0.6rem 1.8rem 0.5rem 1.4rem;
}
.selector__selection:first-child {
  border-left: none;
}
.selector__selection--all:before {
  display: none;
}
.selector__selection--technical:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--braces.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--braces.png");
}
.selector__selection--ux:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--mouse.png");
}
.selector__selection--soft:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--stars.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--stars.png");
}
.selector__selection--creative:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--shadows.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--shadows.png");
}
.selector__selection--project:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--shadows.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--shadows.png");
}
.selector__selection--general:before {
  -webkit-mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--send.png");
  mask-image: url("/wp-content/themes/studioblanc/assets/images//icon--send.png");
}
.selector__selection:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.selector__selection:hover:before {
  background: #fcdc75;
}
.selector__selection:active {
  text-decoration: none;
}
.selector__selection.is-active {
  background: #222;
  color: white;
}
.selector__selection.is-active:before {
  background: #fce6a1;
}
.selector__selection.is-active:hover {
  color: white;
}
.selector--form {
  background: #3a3a3a;
}
.selector--form .selector__selection {
  color: #fff;
}
.selector--form .selector__selection:before {
  background: #bbb08d;
}
.selector--form .selector__selection:hover {
  background: white;
  color: #000;
}
.selector--form .selector__selection:hover:before {
  background: #bbb08d;
}
.selector--form .selector__selection.is-active {
  background-color: #999071;
  color: #fff;
}
.selector--form .selector__selection.is-active:before {
  background: #ddd3b3;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 400px), only screen and (min-width: 401px) and (max-width: 600px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  html {
    font-size: 9px;
  }
}

body {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
}

a, a:visited, a:active {
  color: #000;
  text-decoration: underline;
}

section {
  scroll-snap-align: start;
  position: relative;
}

.section-intro {
  margin: 0 auto;
  text-align: center;
}
.section-intro__title {
  font-family: "DM Serif Display", serif;
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: -1px;
  font-weight: 600;
}
.section-intro__content {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 6rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.bg--black .section-intro__content {
  color: #fff;
}

.bg--black .section-intro__title {
  color: #fff;
}

.section-outro {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-outro__title {
  font-family: "montbold", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}
.section-outro__content {
  font-family: "montlight", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.25;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.bg--black .section-outro__title {
  color: #fff;
}

.bg--black .section-outro__description {
  color: #fff;
}

main {
  overflow-x: hidden;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
}

.container {
  max-width: 140rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container--narrow {
  max-width: 120rem;
}

.error-404 {
  padding: 20rem 0;
  text-align: center;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */