/* =================================================================== 
 *
 *  Sublime v1.0 Main Stylesheet
 *  06-10-2018
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## Lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## Spacing 
 *  # preloader
 *  # forms
 *    ## Style Placeholder Text
 *    ## Change Autocomplete styles
 *  # buttons
 *  # additional components
 *    ## alert box
 *    ## additional typo styles
 *    ## skillbars
 *  # reusable and common theme styles
 *    ## display headings
 *    ## section header
 *    ## grid overlay
 *  # header styles
 *    ## header logo
 *    ## main navigation
 *    ## mobile menu toggle 
 *  # home
 *    ## home content
 *    ## home video link
 *    ## home buttons
 *    ## home scroll
 *    ## home social
 *    ## home animations
 *  # about
 *    ## about process
 *  # services  
 *    ## services list
 *  # works
 *    ## bricks/masonry
 *  # clients
 *  # testimonials
 *  # contact
 *    ## contact social
 *  # footer
 *    ## copyright
 *    ## go top
 *
 * =================================================================== */

/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.411764705882353px;
  }
}

html,
body {
  height: 100%;
}

body {
  background: #121212;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.941;
  color: grey;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #0d3b66;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #ffffff;
}

a:hover,
a:active {
  outline: 0;
}

/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-rendering: optimizeLegibility;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 6rem;
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    margin-top: 5.1rem;
  }
}

h5,
.h5,
h6,
.h6 {
  margin-top: 4.2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 3.6rem;
    margin-bottom: 0.9rem;
  }
}

h1,
.h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 3.3rem;
    letter-spacing: -0.07rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
  line-height: 1.3;
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 2.1rem;
  line-height: 1.286;
}

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.3125;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.625;
  margin-bottom: 3.6rem;
  color: white;
}

@media only screen and (max-width: 1200px) {
  p.lead {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 1000px) {
  p.lead {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 800px) {
  p.lead {
    font-size: 2rem;
  }
}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
}

strong,
b {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 3.9rem 0;
  padding-left: 4.5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(255, 255, 255, 0.15);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "Nunito Sans", sans-serif;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.857;
  color: rgba(255, 255, 255, 0.7);
}

blockquote cite {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: rgba(255, 255, 255, 0.3);
  border: none;
}

abbr {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: rgba(255, 255, 255, 0.2);
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #f1f1f1;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  background: #1f1f1f;
  border: 1px solid #252525;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #ffd900;
  color: #000000;
}

hr {
  border: solid rgba(255, 255, 255, 0.05);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: 0.4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.6rem 0 0.6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d3b66;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #0d3b66;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Nunito Sans", sans-serif;
  border-collapse: collapse;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

th {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 3rem;
}

/* ===================================================================
 * # preloader - (_preloader-dots.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #151515;
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #ffffff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }
}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }
}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }
}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }
}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2.4rem;
  border: 0;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #666666;
  background: #ffffff;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .cl-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #ffffff;
}

label,
legend {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
  line-height: 1.714;
  color: #ffffff;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.15rem;
}

/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.4);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.4);
}

::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.4);
}

.placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #793ea5;
  transition: background-color 5000s ease-in-out 0s;
}

/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  height: 5.4rem;
  line-height: 5rem;
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: 0.2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #000000;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #f0b000;
  border-color: #f0b000;
  color: #111111;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background: #d89c00;
  border-color: #d89c00;
  color: #111111;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.full-width,
button.full-width {
  width: 100%;
  margin-right: 0;
}

.btn--medium,
button.btn--medium {
  height: 5.7rem !important;
  line-height: 5.3rem !important;
}

.btn--large,
button.btn--large {
  height: 6rem !important;
  line-height: 5.6rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #ffffff;
  color: #ffffff;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #ffffff !important;
  border: 0.2rem solid #ffffff;
  color: #000000;
}

.btn--pill,
button.btn--pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.alert-box__close.fa {
  font-size: 12px;
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #e65153;
}

.alert-box--success {
  background-color: #c8e675;
  color: #758c36;
}

.alert-box--info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.alert-box--notice {
  background-color: #fff099;
  color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * ## additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem 0.6rem 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(255, 255, 255, 0.15);
}

.pull-quote:before {
  content: "\201C";
  top: -3.6rem;
  left: 0;
}

.pull-quote:after {
  content: "\201D";
  bottom: 3.6rem;
  right: 0;
}

.pull-quote blockquote {
  margin: 0;
}

.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  border: none;
  color: #ffffff;
}

.stats-tabs li a:hover {
  color: #0d3b66;
}

.stats-tabs li a em {
  display: block;
  margin: 0.6rem 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------------------------------------- 
 * ## skillbars  - (_skillbars.scss)
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}

.skill-bars li {
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 6.9rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #0d3b66;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #0d3b66;
  padding: 0.6rem 0.6rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #0d3b66;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}

/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
body.menu-is-open {
  overflow: hidden;
}

.wide {
  max-width: 1400px;
}

.narrow {
  max-width: 1000px;
}

.bit-narrow {
  max-width: 1120px;
}

.darker {
  background-color: #0f0f0f;
}

/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  margin-top: 0;
  margin-bottom: 4.8rem;
}

.subhead {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.333;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #0d3b66;
  margin-top: 0;
  margin-bottom: 3rem;
  position: relative;
}

.item-title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header.has-bottom-sep {
  padding-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

.section-header.has-bottom-sep::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 550px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ------------------------------------------------------------------- 
 * ## grid overlay
 * ------------------------------------------------------------------- */
.grid-overlay {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  max-width: 1200px;
  width: 89%;
  height: 100%;
  opacity: 0.5;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 3;
}

.grid-overlay > div,
.grid-overlay::before,
.grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}

.grid-overlay::before {
  content: "";
  left: 25%;
}

.grid-overlay::after {
  content: "";
  right: 25%;
}

.grid-overlay > div {
  left: 50%;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * reusable and common theme styles
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  .grid-overlay {
    border-right: none !important;
    border-left: none !important;
  }

  .grid-overlay::before {
    left: 22.5%;
  }

  .grid-overlay::after {
    right: 22.5%;
  }
}

@media only screen and (max-width: 1200px) {
  .display-1 {
    font-size: 4.5rem;
  }

  .display-1 br {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .display-1 {
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 1000px) {
  .display-1 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 800px) {
  .display-1 {
    font-size: 3.6rem;
    margin-bottom: 4.5rem;
  }

  .subhead {
    font-size: 1.6rem;
  }

  .section-header.has-bottom-sep::before {
    width: 300px;
  }
}

@media only screen and (max-width: 700px) {
  .display-1 {
    font-size: 3.2rem;
  }

  .subhead {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .display-1 {
    font-size: 2.8rem;
    margin-bottom: 4.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .display-1 {
    font-size: 2.6rem;
  }

  .section-header.has-bottom-sep::before {
    width: 200px;
  }
}

@media only screen and (max-width: 400px) {
  .display-1 {
    font-size: 2.4rem;
  }

  .subhead {
    font-size: 1.4rem;
  }

  .item-title {
    font-size: 2.1rem;
  }

  .grid-overlay > div,
  .grid-overlay::before,
  .grid-overlay::after {
    display: none;
  }
}

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
  z-index: 500;
  width: 100%;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 21px;
}

.catalog-page .s-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  padding: 1.6rem 3rem;
  background: rgba(12, 12, 12, 0.92);
  border-bottom: 1px solid rgba(245, 196, 0, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.catalog-header__inner {
  width: min(132rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 2.4rem;
}

.catalog-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1290;
}

.catalog-page.menu-is-open::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
  z-index: 501;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 7.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-logo a {
  display: block;
  padding: 0;
  outline: 0;
  border: none;
}

.header-logo img {
  padding-top: 0;
  width: 180px;
  height: auto;
  max-height: 84px;
}

.catalog-page .header-logo {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
}

.catalog-page .header-logo img {
  width: 7.2rem;
  max-height: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.catalog-page .site-logo--catalog {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.catalog-page .site-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.catalog-page .site-logo__text strong {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
}

.catalog-page .site-logo__text small {
  margin-top: 0.4rem;
  color: rgba(245, 196, 0, 0.82);
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.catalog-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.catalog-header__dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.catalog-header__dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1.6rem;
}

.catalog-header__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.catalog-header__link:hover,
.catalog-header__link:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.catalog-header__link.is-current {
  color: #111111;
  background: #f5c400;
}

.catalog-header__link--trigger::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.9rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.15rem) rotate(45deg);
  transition: transform 0.25s ease;
}

.catalog-header__dropdown:hover .catalog-header__link--trigger::after,
.catalog-header__dropdown:focus-within .catalog-header__link--trigger::after {
  transform: translateY(0.1rem) rotate(225deg);
}

.catalog-header__submenu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 40%;
  padding: 1.6rem;
  border: 1px solid rgba(245, 196, 0, 0.18);
  border-radius: 2.4rem;
  background: rgba(14, 14, 14, 0.98);
  box-shadow: 0 2.8rem 5rem rgba(0, 0, 0, 0.34);
  transform: translate(var(--submenu-shift-x, -60%), 1rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 40;
}

.catalog-header__submenu--products {
  width: min(94rem, calc(100vw - 4rem));
}

.catalog-header__submenu--services {
  width: min(104rem, calc(100vw - 4rem));
}

.catalog-header__submenu::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 1px solid rgba(245, 196, 0, 0.18);
  border-left: 1px solid rgba(245, 196, 0, 0.18);
  background: rgba(14, 14, 14, 0.98);
  transform: translate(-50%, 50%) rotate(45deg);
}

.catalog-header__dropdown:hover .catalog-header__submenu,
.catalog-header__dropdown:focus-within .catalog-header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(var(--submenu-shift-x, -60%), 0);
}

.catalog-header__submenu-grid {
  display: grid;
  gap: 1.4rem;
}

.catalog-header__submenu--products .catalog-header__submenu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-header__submenu--services .catalog-header__submenu-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-header__mega-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.catalog-header__mega-card:hover,
.catalog-header__mega-card:focus {
  transform: translateY(-0.3rem);
  border-color: rgba(245, 196, 0, 0.34);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 1.8rem 3.4rem rgba(0, 0, 0, 0.24);
}

.catalog-header__mega-media {
  position: relative;
  display: block;
  height: 12.8rem;
  overflow: hidden;
  background: #191919;
}

.catalog-header__mega-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.44) 100%);
}

.catalog-header__mega-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.catalog-header__mega-card:hover .catalog-header__mega-media img,
.catalog-header__mega-card:focus .catalog-header__mega-media img {
  transform: scale(1.06);
}

.catalog-header__mega-content {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.5rem 1.5rem 1.6rem;
}

.catalog-header__mega-eyebrow {
  color: rgba(245, 196, 0, 0.82);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.catalog-header__mega-title {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
}

.catalog-header__mega-count {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.14);
  color: #f5c400;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.catalog-header__mega-items {
  display: grid;
  gap: 0.8rem;
}

.catalog-header__mega-items span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.22rem;
  line-height: 1.4;
}

.catalog-header__mega-items span::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #f5c400;
  flex: 0 0 auto;
}

.catalog-header__mega-card:hover .catalog-header__mega-title,
.catalog-header__mega-card:focus .catalog-header__mega-title {
  color: #f5c400;
}

.catalog-header__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.catalog-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 1.2rem 1.8rem;
  border-radius: 999px;
  background: #f5c400;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-header__cta:hover,
.catalog-header__cta:focus {
  background: #ffffff;
  color: #111111;
}

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
  z-index: 600;
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 3.6rem 3rem 3.6rem 6rem;
  height: 100%;
  width: 50%;
  background: #0c0c0c;
  color: rgba(255, 255, 255, 0.25);
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
}

.catalog-page .header-nav {
  z-index: 1400;
  top: 1.6rem;
  right: 1.6rem;
  height: auto;
  max-height: calc(100vh - 3.2rem);
  width: min(38rem, calc(100vw - 3.2rem));
  padding: 3.2rem 2.8rem 2.8rem;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(10, 10, 10, 0.99) 100%);
  border: 1px solid rgba(245, 196, 0, 0.14);
  border-radius: 2.4rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -2rem, 0);
  -ms-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.header-nav a,
.header-nav a:visited {
  color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
  color: white;
}

.header-nav h3 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin-bottom: 7.2rem;
  margin-top: 1.2rem;
  padding-right: 140px;
  color: #0d3b66;
  position: relative;
}

.header-nav h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background-color: #0d3b66;
  position: absolute;
  top: 50%;
  right: 0;
}

.catalog-page .header-nav h3 {
  margin-top: 0;
  margin-bottom: 2.8rem;
  padding-right: 0;
  color: #f5c400;
  font-size: 1.15rem;
  letter-spacing: 0.24rem;
}

.catalog-page .header-nav h3::after {
  display: none;
}

.header-nav p {
  margin-bottom: 2.7rem;
}

.catalog-page .header-nav p {
  margin-bottom: 2.4rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.45rem;
  line-height: 1.7;
}

.header-nav__content,
.header-nav h3 {
  left: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.header-nav__content {
  position: relative;
  max-width: 300px;
}

.catalog-page .header-nav__content {
  max-width: none;
  width: 100%;
}

.catalog-page .header-nav__content,
.catalog-page .header-nav h3 {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.header-nav__list {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.286;
  margin: 0 0 4.2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ctr;
}

.header-nav__list li {
  padding: 0.9rem 0;
}

.header-nav__list a {
  display: block;
  color: #ffffff;
  position: relative;
}

.catalog-page .header-nav__list {
  margin-bottom: 2.6rem;
  font-size: 2.2rem;
}

.catalog-page .header-nav__list li {
  padding: 0.7rem 0;
}

.catalog-page .header-nav__list a,
.catalog-page .header-nav__list a:visited {
  color: #ffffff;
}

.header-nav__list a::before {
  display: block;
  content: counter(ctr, decimal-leading-zero) ".";
  counter-increment: ctr;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.catalog-page .header-nav__list a::before {
  color: rgba(245, 196, 0, 0.5);
  font-size: 1rem;
}

.header-nav__list a:hover::before {
  color: #0d3b66;
}

.header-nav__list .current a::before {
  color: #0d3b66;
}

.catalog-page .header-nav__list a:hover::before,
.catalog-page .header-nav__list .current a::before {
  color: #f5c400;
}

.header-nav__social {
  list-style: none;
  display: inline-block;
  font-size: 2.4rem;
  margin: 0;
}

.catalog-page .header-nav__social {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 2.1rem;
}

.header-nav__social li {
  display: inline-block;
  margin-right: 12px;
  padding-left: 0;
}

.catalog-page .header-nav__social li {
  margin-right: 0;
}

.header-nav__social li a {
  color: rgba(255, 255, 255, 0.15);
}

.catalog-page .header-nav__social li a {
  color: #f5c400;
}

.social-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.35rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1;
  text-transform: uppercase;
}

.social-icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentColor;
  line-height: 1;
}

.social-icon-svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.social-icon-svg--tiktok {
  width: 1.8rem;
  height: 1.8rem;
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
  color: white;
}

.header-nav__social li:last-child {
  margin: 0;
}

.header-nav__close {
  z-index: 601;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 39px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.catalog-page .header-nav__close {
  z-index: 1450;
  top: 2.2rem;
  right: 2.2rem;
}

.header-nav__close span::before,
.header-nav__close span::after {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -1px;
}

.header-nav__close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav__close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.catalog-page.menu-is-open .header-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-is-open .header-nav .header-nav__content,
.menu-is-open .header-nav h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  left: 0;
}

.catalog-page.menu-is-open .header-nav .header-nav__content,
.catalog-page.menu-is-open .header-nav h3 {
  -webkit-transition: none;
  transition: none;
}

/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  right: 8rem;
  top: 30px;
}

.catalog-page .header-menu-toggle {
  position: static;
  right: auto;
  top: auto;
  transform: none;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: auto;
  min-width: 12rem;
  height: 5.2rem;
  padding: 0 1.8rem 0 1.6rem;
  border: 1px solid rgba(245, 196, 0, 0.18);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  z-index: 1455;
}

.header-menu-toggle.opaque {
  background-color: #000000;
}

.catalog-page .header-menu-toggle.opaque {
  background: rgba(255, 255, 255, 0.08);
}

.catalog-page .header-menu-toggle:hover,
.catalog-page .header-menu-toggle:focus {
  background: #f5c400;
  border-color: #f5c400;
  color: #111111;
}

.catalog-page.menu-is-open .header-menu-toggle {
  background: #f5c400;
  border-color: #f5c400;
  color: #111111;
}

.header-menu-icon {
  display: block;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  position: absolute;
  left: 11px;
  top: 50%;
}

.catalog-page .header-menu-icon {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
}

.catalog-page .header-menu-icon,
.catalog-page .header-menu-icon::before,
.catalog-page .header-menu-icon::after {
  background-color: currentColor;
}

.catalog-page .header-menu-label {
  display: inline-block;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .s-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  height: auto;
  min-height: 8.8rem;
  padding: 1.6rem 3rem;
  background: rgba(12, 12, 12, 0.92);
  border-bottom: 1px solid rgba(245, 196, 0, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1290;
}

.home-page.menu-is-open::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home-page .header-logo {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
}

.home-page .header-logo img {
  width: 7.2rem;
  max-height: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.home-page .site-logo--catalog {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.home-page .site-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.home-page .site-logo__text strong {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
}

.home-page .site-logo__text small {
  margin-top: 0.4rem;
  color: rgba(245, 196, 0, 0.82);
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.home-page .header-nav {
  z-index: 1400;
  top: 1.6rem;
  right: 1.6rem;
  height: auto;
  max-height: calc(100vh - 3.2rem);
  width: min(38rem, calc(100vw - 3.2rem));
  padding: 3.2rem 2.8rem 2.8rem;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(10, 10, 10, 0.99) 100%);
  border: 1px solid rgba(245, 196, 0, 0.14);
  border-radius: 2.4rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -2rem, 0);
  -ms-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.home-page .header-nav h3 {
  margin-top: 0;
  margin-bottom: 2.8rem;
  padding-right: 0;
  color: #f5c400;
  font-size: 1.15rem;
  letter-spacing: 0.24rem;
}

.home-page .header-nav h3::after {
  display: none;
}

.home-page .header-nav p {
  margin-bottom: 2.4rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.45rem;
  line-height: 1.7;
}

.home-page .header-nav__content {
  max-width: none;
  width: 100%;
}

.home-page .header-nav__content,
.home-page .header-nav h3 {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.home-page .header-nav__list {
  margin-bottom: 2.6rem;
  font-size: 2.2rem;
}

.home-page .header-nav__list li {
  padding: 0.7rem 0;
}

.home-page .header-nav__list a,
.home-page .header-nav__list a:visited {
  color: #ffffff;
}

.home-page .header-nav__list a::before {
  color: rgba(245, 196, 0, 0.5);
  font-size: 1rem;
}

.home-page .header-nav__list a:hover::before,
.home-page .header-nav__list .current a::before {
  color: #f5c400;
}

.home-page .header-nav__social {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 2.1rem;
}

.home-page .header-nav__social li {
  margin-right: 0;
}

.home-page .header-nav__social li a {
  color: #f5c400;
}

.home-page .header-nav__close {
  z-index: 1450;
  top: 2.2rem;
  right: 2.2rem;
}

.home-page.menu-is-open .header-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home-page.menu-is-open .header-nav .header-nav__content,
.home-page.menu-is-open .header-nav h3 {
  -webkit-transition: none;
  transition: none;
}

.home-page .header-menu-toggle {
  position: static;
  right: auto;
  top: auto;
  transform: none;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: auto;
  min-width: 12rem;
  height: 5.2rem;
  padding: 0 1.8rem 0 1.6rem;
  border: 1px solid rgba(245, 196, 0, 0.18);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  z-index: 1455;
}

.home-page .header-menu-toggle.opaque {
  background: rgba(255, 255, 255, 0.08);
}

.home-page .header-menu-toggle:hover,
.home-page .header-menu-toggle:focus {
  background: #f5c400;
  border-color: #f5c400;
  color: #111111;
}

.home-page.menu-is-open .header-menu-toggle {
  background: #f5c400;
  border-color: #f5c400;
  color: #111111;
}

.home-page .header-menu-icon {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
}

.home-page .header-menu-icon,
.home-page .header-menu-icon::before,
.home-page .header-menu-icon::after {
  background-color: currentColor;
}

.home-page .header-menu-label {
  display: inline-block;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  line-height: 1;
  text-transform: uppercase;
}

.header-menu-icon::before,
.header-menu-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}

.header-menu-icon::before {
  top: -9px;
}

.header-menu-icon::after {
  bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .header-logo {
    left: 60px;
  }

  .header-menu-toggle {
    right: 60px;
  }
}

@media only screen and (max-width: 900px) {
  .header-nav h3 {
    padding-right: 0;
  }

  .header-nav h3::after {
    display: none;
  }

  .header-nav__content {
    max-width: 280px;
  }

  .header-nav__list {
    font-size: 2.5rem;
  }

  .header-nav__list li {
    padding: 0.6rem 0;
  }
}

@media only screen and (max-width: 800px) {
  .header-logo {
    left: 40px;
  }

  .header-nav {
    width: calc(100% - 80px);
    padding: 3.6rem 3rem 3.6rem 5rem;
  }

  .header-menu-toggle {
    right: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .s-header {
    height: 90px;
    top: 12px;
  }

  .header-logo {
    left: 22px;
  }

  .header-logo img {
    width: 132px;
    height: auto;
    max-height: 62px;
  }

  .header-nav {
    padding: 3.6rem 3rem 3.6rem 4rem;
  }

  .header-menu-toggle {
    top: 27px;
    right: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .s-header {
    top: 6px;
  }

  .header-logo {
    left: 16px;
  }

  .header-logo img {
    width: 112px;
    height: auto;
    max-height: 52px;
  }

  .header-nav {
    width: calc(100% - 40px);
  }

  .header-nav h3 {
    margin-bottom: 6rem;
  }

  .header-nav__list {
    font-size: 2.2rem;
  }

  .header-menu-toggle {
    top: 21px;
    right: 20px;
  }

  .header-nav__social {
    font-size: 2.2rem;
  }
}

/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
.s-home {
  width: 100%;
  height: 100vh;
  min-height: 786px;
  background-color: transparent;
  position: relative;
  display: table;
}

.s-home::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.7;
  z-index: 2;
}

.s-home::after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
}

.s-home .grid-overlay > div {
  display: none;
}

.no-js .s-home {
  background: #000000;
}

/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
  display: table-cell;
  vertical-align: middle;
  padding-top: 6.6rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.home-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}

.home-content h3 {
  margin-top: 1.2rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1.342;
  font-style: normal;
  color: #9c9c9c;
}

.home-content__main {
  position: relative;
  text-align: center;
}

/* ------------------------------------------------------------------- 
 * ## home video link
 * ------------------------------------------------------------------- */
.home-content__video {
  display: inline-block;
  margin-top: 4.2rem;
}

.home-content__video .video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.8rem;
  height: 8.8rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.5);
  border: 1px solid rgba(245, 196, 0, 0.2);
  box-shadow: 0 1.8rem 3.2rem rgba(0, 0, 0, 0.22);
  outline: none;
  position: relative;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-content__video .video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #f5c400;
  background-image: url(../images/icons/icon-play.svg);
  background-repeat: no-repeat;
  background-position: 56% center;
  background-size: 2rem 2.2rem;
  box-shadow: 0 1rem 2.2rem rgba(245, 196, 0, 0.25);
  -webkit-transition: transform 0.25s ease, background-color 0.3s ease-in-out, box-shadow 0.25s ease;
  transition: transform 0.25s ease, background-color 0.3s ease-in-out, box-shadow 0.25s ease;
}

.home-content__video .video-link:hover,
.home-content__video .video-link:focus {
  transform: translateY(-0.3rem);
  background: rgba(17, 17, 17, 0.72);
  border-color: rgba(245, 196, 0, 0.48);
  box-shadow: 0 2.2rem 3.6rem rgba(0, 0, 0, 0.28);
}

.home-content__video .video-link:hover .video-icon,
.home-content__video .video-link:focus .video-icon {
  transform: scale(1.06);
  background-color: #ffffff;
  box-shadow: 0 1.4rem 2.6rem rgba(245, 196, 0, 0.38);
}

/* ------------------------------------------------------------------- 
 * ## home buttons
 * ------------------------------------------------------------------- */
.home-content__button {
  margin-top: 7.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.home-content__button .btn {
  width: auto;
  min-width: 29rem;
  height: 7.2rem !important;
  line-height: 6.8rem !important;
  margin: 0;
  position: static;
  padding: 0 3.6rem;
  border-radius: 999px;
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.22);
  letter-spacing: 0.18rem;
  font-size: 1.25rem;
}

.home-content__button .btn:not(.btn--primary) {
  background-color: rgba(17, 17, 17, 0.85);
  border-color: rgba(240, 176, 0, 0.65);
  color: #ffffff;
}

.home-content__button .btn:not(.btn--primary):hover,
.home-content__button .btn:not(.btn--primary):focus {
  background-color: #f0b000;
  border-color: #f0b000;
  color: #111111;
}

.hero-contact-cards {
  margin-top: 16rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
}

.hero-contact-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 6rem;
  padding: 1.2rem 1rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.hero-contact-card:hover,
.hero-contact-card:focus {
  color: #ffffff;
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(247, 201, 72, 0.9);
}

.hero-contact-card i,
.hero-contact-card .social-icon-badge {
  font-size: 1.7rem;
  color: #f7c948;
}

.hero-contact-card .social-icon-svg--tiktok {
  width: 1.7rem;
  height: 1.7rem;
}

/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-content__scroll {
  position: absolute;
  right: 9.5rem;
  bottom: 5.4rem;
  -webkit-transform: rotate(-90deg) translate3d(100%, 50%, 0);
  -ms-transform: rotate(-90deg) translate3d(100%, 50%, 0);
  transform: rotate(-90deg) translate3d(100%, 50%, 0);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.home-content__scroll .scroll-link {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
  text-align: left;
  color: #ffffff;
  position: relative;
  padding-right: 180px;
}

.home-content__scroll .scroll-link:hover,
.home-content__scroll .scroll-link:focus {
  color: #0d3b66;
}

.home-content__scroll::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.08);
  width: 150px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
}

/* ------------------------------------------------------------------- 
 * ## home social
 * ------------------------------------------------------------------- */
.home-social {
  list-style: none;
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  position: absolute;
  bottom: 3.6rem;
  left: 8rem;
  z-index: 5;
}

.home-social a {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: 0.6rem 0;
}

.home-social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.home-social i,
.home-social span {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social i {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 3px;
  left: 0;
}

.home-social span {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 30px;
  top: 0;
  left: 50px;
  padding: 0 15px;
  margin: 3px 0;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.home-social span::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #000000;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
}

.home-social li:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}

/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  .home-content h1 {
    font-size: 17rem;
  }

  .home-content h3 {
    font-size: 3.7rem;
  }
}

@media only screen and (max-width: 1400px) {
  .home-content h1 {
    font-size: 16rem;
  }

  .home-content h3 {
    font-size: 3.6rem;
  }

  .home-content__video .video-icon {
    height: 8.4rem;
    width: 8.4rem;
    background-size: 22px 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-content {
    padding-top: 4.5rem;
  }

  .home-content h1 {
    font-size: 14rem;
  }

  .home-content h3 {
    font-size: 3.2rem;
  }

  .home-content__video {
    vertical-align: middle;
  }

  .home-content__video .video-link {
    width: 7.8rem;
    height: 7.8rem;
  }

  .home-content__video .video-icon {
    background-size: 1.6rem 1.8rem;
  }

  .home-content__button {
    margin-top: 7.2rem;
  }

  .hero-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 15rem;
  }

  .home-content__button .btn {
    font-size: 1.15rem;
    width: auto;
    min-width: 25rem;
    height: 6.6rem !important;
    line-height: 6.2rem !important;
  }

  .home-content__scroll {
    right: 7rem;
  }

  .home-content__scroll .scroll-link {
    font-size: 1.1rem;
  }

  .home-social {
    left: 5.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .home-content h1 {
    font-size: 13rem;
  }

  .home-content h3 {
    font-size: 3rem;
  }

  .home-content__button .btn {
    width: auto;
    min-width: 22rem;
  }

  .home-content__scroll {
    right: 6rem;
  }

  .home-social {
    left: 4.5rem;
  }
}

@media only screen and (max-width: 900px) {
  .home-content h1 {
    font-size: 12rem;
  }

  .home-content h3 {
    font-size: 2.7rem;
  }

  .home-social {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .home-content h1 {
    font-size: 11.4rem;
  }

  .home-content h3 {
    font-size: 2.6rem;
  }

  .home-content__video {
    margin-top: 3.6rem;
  }

  .home-content__video .video-link {
    width: 7rem;
    height: 7rem;
  }

  .home-content__video .video-icon {
    background-size: 1.5rem 1.7rem;
  }

  .home-content__button {
    margin-top: 6.6rem;
  }

  .hero-contact-cards {
    margin-top: 14rem;
  }

  .home-content__button .btn {
    width: auto;
    min-width: 20rem;
  }
}

@media only screen and (max-width: 700px) {
  .home-content h1 {
    font-size: 10.2rem;
  }

  .home-content h3 {
    font-size: 2.4rem;
  }

  .home-content__scroll {
    right: 5rem;
    bottom: 4.8rem;
  }

  .home-content__scroll::after {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .home-content {
    padding-top: 6rem;
  }

  .home-content h1 {
    font-size: 7.4rem;
    line-height: 1.02;
  }

  .home-content h3 {
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .home-content__main {
    padding: 0 35px;
  }

  .home-content__video {
    margin-top: 3rem;
  }

  .home-content__button {
    margin-top: 4.8rem;
  }

  .hero-contact-cards {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }

  .home-content__button .btn {
    position: static;
    display: block;
    height: 6rem !important;
    line-height: 5.6rem !important;
    width: 100%;
    max-width: 34rem;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.15rem;
    letter-spacing: 0.12rem;
  }

  .hero-contact-card {
    min-height: 6rem;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .home-content h1 {
    font-size: 6.4rem;
  }

  .home-content h3 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 400px) {
  .s-home {
    min-height: 630px;
  }

  .home-content h1 {
    font-size: 5.2rem;
  }

  .home-content__main {
    padding: 0 25px;
  }

  .home-content__video .video-link {
    width: 6.4rem;
    height: 6.4rem;
  }

  .home-content__video .video-icon {
    background-size: 1.35rem 1.5rem;
  }

  .home-content__button {
    margin-top: 3.6rem;
  }

  .hero-contact-card {
    font-size: 1.1rem;
    min-height: 5.6rem;
    padding: 1.4rem 1.2rem;
  }

  .hero-contact-card i {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 350px) {
  .home-content h1 {
    font-size: 6.2rem;
  }
}

/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("/home/samyrr1/Desktop/Sublime10/images/wp2998716.jpg");
  position: relative;
}

/* ------------------------------------------------------------------- 
 * ## about process
 * ------------------------------------------------------------------- */
.process {
  margin-top: 6.6rem;
  counter-reset: ctr;
}

.process h4 {
  padding-left: 7rem;
  margin-bottom: 2.1rem;
  position: relative;
}

.process h4::before {
  content: counter(ctr);
  counter-increment: ctr;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #0d3b66;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -5px;
}

.item-process {
  position: relative;
  min-height: 0;
  margin-bottom: 3rem;
}

.item-process:nth-child(2n + 1) {
  padding-right: 30px;
}

.item-process:nth-child(2n + 2) {
  padding-left: 30px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .item-process:nth-child(2n + 1) {
    padding-right: 25px;
  }

  .item-process:nth-child(2n + 2) {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  .s-about {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .item-process:nth-child(n) {
    padding: 0 15px;
    min-height: 0;
  }
}

@media only screen and (max-width: 600px) {
  .s-about {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .process h4 {
    padding-left: 6rem;
  }

  .process h4::before {
    font-size: 1.8rem;
    height: 42px;
    width: 42px;
    line-height: 42px;
    top: -4px;
  }

  .item-process:nth-child(n) {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .process h4 {
    padding-left: 5.8rem;
  }

  .process h4::before {
    font-size: 1.6rem;
    height: 39px;
    width: 39px;
    line-height: 39px;
    top: -5px;
  }

  .item-process:nth-child(n) {
    padding: 0;
    margin-bottom: 1.5rem;
  }
}

/* ===================================================================
 * # services
 *
 * ------------------------------------------------------------------- */
.s-services {
  padding-top: 18rem;
  padding-bottom: 18rem;
  position: relative;
}

/* ------------------------------------------------------------------- 
 * ## services list
 * ------------------------------------------------------------------- */
.services {
  margin-top: 9rem;
}

.item-service {
  margin-bottom: 0.9rem;
}

.item-service h3 {
  margin-top: 0;
}

.item-service:nth-child(2n + 1) {
  padding-right: 50px;
}

.item-service:nth-child(2n + 2) {
  padding-left: 50px;
}

.item-service__text {
  margin-left: 7.2rem;
}

.item-service__icon {
  float: left;
  color: #0d3b66;
  font-size: 4.5rem;
  margin-top: -1.8rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .services {
    max-width: 1000px;
  }

  .services .item-service:nth-child(2n + 1) {
    padding-right: 30px;
  }

  .services .item-service:nth-child(2n + 2) {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .s-services {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .services .item-service:nth-child(2n + 1) {
    padding-right: 20px;
  }

  .services .item-service:nth-child(2n + 2) {
    padding-left: 20px;
  }

  .item-service__text {
    margin-left: 0;
  }

  .item-service__icon {
    float: none;
    margin-top: 0;
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 800px) {
  .services {
    margin-top: 4.2rem;
  }

  .services .item-service:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 700px;
  }

  .services .service-icon {
    font-size: 4.2rem;
    float: none;
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .s-services {
    padding-top: 12rem;
  }

  .services .item-service:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .services .item-service:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}

/* ===================================================================
 * # works
 *
 * ------------------------------------------------------------------- */
.s-works {
  padding-top: 18rem;
  padding-bottom: 18rem;
  position: relative;
}

.s-works::before {
  content: "";
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.3;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(../images/pattern.jpg);
  background-size: 760px 380px;
}

/* ------------------------------------------------------------------- 
 * ## bricks/masonry
 * ------------------------------------------------------------------- */
.masonry-wrap {
  margin-top: 7.2rem;
  max-width: 1100px;
  position: relative;
}

.masonry-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.masonry:after {
  content: "";
  display: table;
  clear: both;
}

.masonry .grid-sizer,
.masonry__brick {
  width: 50%;
}

.masonry__brick {
  float: left;
  padding: 0;
}

.item-folio {
  position: relative;
  overflow: hidden;
}

.item-folio__thumb img {
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-folio__thumb a {
  display: block;
}

.item-folio__thumb a::before {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.item-folio__thumb a::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 2.7rem;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 1;
}

.item-folio__text {
  position: absolute;
  left: 0;
  bottom: 3.6rem;
  padding: 0 3.3rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-folio__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.286;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 0.3rem 0;
}

.item-folio__cat {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.714;
  margin-bottom: 0;
}

.item-folio__caption {
  display: none;
}

.item-folio__project-link {
  display: block;
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  border-radius: 50%;
  height: 4.2rem;
  width: 4.2rem;
  text-align: center;
  z-index: 500;
  position: absolute;
  top: 3rem;
  left: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.item-folio__project-link i {
  font-size: 1.8rem;
  line-height: 4.2rem;
}

.item-folio__project-link::before {
  display: block;
  content: "";
  height: 3rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -3rem;
  left: 50%;
}

.item-folio__project-link:hover,
.item-folio__project-link:focus,
.item-folio__project-link:active {
  background-color: #ffffff;
  color: #000000;
}

/* on hover 
 * ----------------------------------------------- */
.item-folio:hover .item-folio__thumb a::before {
  opacity: 1;
  visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.item-folio:hover .item-folio__thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-folio:hover .item-folio__project-link,
.item-folio:hover .item-folio__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .s-works {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media only screen and (max-width: 800px) {
  .item-folio__title,
  .item-folio__cat {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 600px) {
  .s-works {
    padding-top: 12rem;
  }

  .masonry-wrap {
    padding: 0 35px;
  }

  .masonry__brick {
    float: none;
    width: 100%;
  }

  .item-folio__title,
  .item-folio__cat {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 400px) {
  .masonry-wrap {
    padding: 0 25px;
  }
}

/* ===================================================================
 * # clients
 *
 * ------------------------------------------------------------------- */
.s-clients {
  padding-top: 16.2rem;
  padding-bottom: 15rem;
  position: relative;
}

.s-clients .grid-overlay {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.s-clients .grid-overlay > div,
.s-clients .grid-overlay::before,
.s-clients .grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.05);
}

.section-header,
.clients-wrap,
.clients {
  z-index: 3;
}

.clients-wrap {
  margin-top: 6rem;
}

.clients {
  list-style: none;
  text-align: center;
  margin-left: 0;
  font-weight: 700;
  font-size: 4.5rem;
  position: relative;
}

.clients a {
  color: rgba(255, 255, 255, 0.15);
}

.clients a:hover,
.clients a:focus {
  color: #793ea5;
}

.clients li {
  display: inline-block;
  padding: 0 1.5rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * clients
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .s-clients {
    padding-top: 15rem;
  }

  .clients {
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 900px) {
  .clients {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 800px) {
  .clients-wrap {
    margin-top: 3.6rem;
  }

  .clients {
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 600px) {
  .s-clients {
    padding-top: 12rem;
    padding-bottom: 10.2rem;
  }

  .clients {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 500px) {
  .clients-wrap {
    margin-top: 1.5rem;
  }

  .clients {
    font-size: 2.4rem;
  }

  .clients li {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 400px) {
  .clients {
    font-size: 2.1rem;
  }

  .clients li {
    padding: 0 0.6rem;
  }
}

/* ===================================================================
 * # testimonials
 *
 * ------------------------------------------------------------------- */
.s-testimonials {
  padding-top: 16.2rem;
  padding-bottom: 21rem;
  text-align: center;
  position: relative;
  background-image: url(../images/TECBridge_c_StefenPalam__4__01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.s-testimonials::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #111111;
}

.testimonials__icon {
  height: 4.5rem;
  width: 4.5rem;
  background-color: transparent;
  background-image: url(../images/icons/icon-quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15rem;
  left: 50%;
  margin-left: -2.25rem;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 7.2rem;
}

.review-card {
  text-align: left;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2.4rem;
  padding: 3.2rem;
  color: #ffffff;
  backdrop-filter: blur(6px);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.22);
  height: 100%;
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.2rem;
}

.review-card__avatar {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d3b66 0%, #f0a500 100%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 1rem 2rem rgba(13, 59, 102, 0.28);
}

.review-card__meta {
  min-width: 0;
}

.review-card__name {
  margin: 0 0 0.5rem 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}

.review-card__stars {
  color: #f7c948;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.review-card__text {
  margin: 0 0 2.4rem 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.7rem;
  line-height: 1.8;
}

.review-card__link {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.4rem;
}

.review-card__link:hover,
.review-card__link:focus {
  color: #f7c948;
  border-bottom-color: #f7c948;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1000px) {
  .s-testimonials {
    padding-top: 15rem;
    padding-bottom: 19.2rem;
  }
}

@media only screen and (max-width: 900px) {
  .testimonials__icon {
    height: 3.9rem;
    width: 3.9rem;
    margin-left: -1.95rem;
  }
}

@media only screen and (max-width: 800px) {
  .testimonials__icon {
    height: 3.6rem;
    width: 3.6rem;
    margin-left: -1.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .s-testimonials {
    padding-top: 7.8rem;
    padding-bottom: 15rem;
  }

  .testimonials__icon {
    height: 3.3rem;
    width: 3.3rem;
    margin-left: -1.65rem;
    top: 9rem;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4.8rem;
  }

  .review-card {
    padding: 2.4rem;
  }

  .review-card__name {
    font-size: 1.6rem;
  }

  .review-card__text {
    font-size: 1.5rem;
  }
}

/* ===================================================================
 * # contact
 *
 * ------------------------------------------------------------------- */
.s-contact {
  padding-top: 16.2rem;
  padding-bottom: 21rem;
  background-color: #0d3b66;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: relative;
}

.s-contact a {
  color: #ffffff;
}

.s-contact .grid-overlay {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 2;
}

.s-contact .grid-overlay > div,
.s-contact .grid-overlay::before,
.s-contact .grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.12);
}

.s-contact .subhead {
  color: #0a2a47;
}

.s-contact .section-header,
.s-contact .contact-main {
  z-index: 3;
  position: relative;
}

.contact-main {
  font-size: 3.3rem;
  line-height: 1.636;
  margin-top: 9rem;
}

.contact-layout {
  display: flex;
  justify-content: center;
  align-items: start;
}

.contact-form-card,
.contact-info-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2.4rem;
  padding: 3.2rem;
  text-align: left;
  overflow: hidden;
}

.contact-form-card {
  width: 100%;
  max-width: 78rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

.contact-form-card__title {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  text-align: center;
}

.contact-form-card__intro {
  font-size: 1.6rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 2.4rem;
  text-align: center;
}

.quote-form__field {
  margin-bottom: 2rem;
}

.quote-form__field label {
  display: block;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.quote-form input[type="text"],
.quote-form textarea {
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.4rem;
  padding: 1.5rem 1.8rem;
}

.quote-form textarea {
  min-height: 18rem;
  resize: vertical;
}

.quote-form input[type="text"]:focus,
.quote-form textarea:focus {
  border-color: #f7c948;
}

.quote-form__submit {
  width: 100%;
  margin-top: 1rem;
}

.contact-main [class*="contact-"] {
  margin-bottom: 0;
}

.contact-main .contact-email {
  margin-bottom: 3.6rem;
}

.contact-email a {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  word-break: break-word;
}

.contact-email a:hover,
.contact-email a:focus {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
  margin-top: 3rem;
}

.contact-action-card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2rem;
  padding: 2rem;
  min-height: 14rem;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.contact-action-card:hover,
.contact-action-card:focus {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(247, 201, 72, 0.9);
}

.contact-action-card__icon {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0a500 0%, #0d3b66 100%);
  color: #ffffff;
  font-size: 2.6rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
}

.contact-action-card__content {
  min-width: 0;
}

.contact-action-card__title {
  margin: 0 0 0.5rem 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
}

.contact-action-card__text {
  margin: 0 0 0.8rem 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.contact-action-card__value {
  display: block;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}

.contact-info-card iframe {
  display: block;
  width: 100% !important;
  height: 42rem;
  border-radius: 1.8rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * contact
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .contact-main {
    font-size: 3.1rem;
  }

  .contact-email a {
    font-size: 7.6rem;
  }
}

@media only screen and (max-width: 1000px) {
  .s-contact {
    padding-top: 15rem;
    padding-bottom: 19.8rem;
  }

  .contact-main {
    font-size: 3rem;
  }

  .contact-email a {
    font-size: 7.2rem;
  }
}

@media only screen and (max-width: 900px) {
  .contact-main {
    font-size: 2.8rem;
  }

  .contact-email a {
    font-size: 6.2rem;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 800px) {
  .contact-main {
    font-size: 2.6rem;
  }

  .contact-email a {
    font-size: 4.4rem;
  }

  .contact-action-card {
    min-height: 12rem;
  }
}

@media only screen and (max-width: 700px) {
  .contact-main {
    font-size: 2.4rem;
  }

  .contact-email a {
    font-size: 3.2rem;
  }

  .contact-form-card__title {
    font-size: 2.4rem;
  }

}

@media only screen and (max-width: 600px) {
  .s-contact {
    padding-top: 12rem;
    padding-bottom: 13.2rem;
  }

  .contact-main {
    font-size: 2.1rem;
    margin-top: 7.2rem;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 2.4rem;
  }

  .contact-form-card__title {
    font-size: 2.2rem;
  }

  .contact-form-card__intro {
    font-size: 1.5rem;
  }

  .contact-email a {
    font-size: 2.6rem;
    line-height: 1.35;
  }

  .contact-action-card {
    padding: 1.8rem;
    min-height: auto;
  }

  .contact-action-card__icon {
    width: 5.2rem;
    height: 5.2rem;
    font-size: 2.2rem;
  }

  .contact-action-card__title {
    font-size: 1.6rem;
  }

  .contact-action-card__text,
  .contact-action-card__value {
    font-size: 1.3rem;
  }

  .contact-info-card iframe {
    height: 28rem;
  }
}

@media only screen and (max-width: 500px) {
  .contact-main {
    font-size: 1.8rem;
  }

  .contact-email a {
    font-size: 2.2rem;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 2rem;
  }

  .quote-form textarea {
    min-height: 15rem;
  }
}

@media only screen and (max-width: 400px) {
  .contact-main {
    font-size: 1.6rem;
    margin-top: 4.5rem;
  }

  .contact-email a {
    font-size: 1.9rem;
  }

  .contact-actions {
    margin-top: 2.4rem;
  }

  .contact-action-card {
    gap: 1.2rem;
    padding: 1.6rem;
  }

  .contact-action-card__icon {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.9rem;
  }

  .contact-info-card iframe {
    height: 22rem;
  }
}

/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
footer {
  padding-top: 10rem;
  padding-bottom: 5.2rem;
  color: rgba(255, 255, 255, 0.68);
  background: linear-gradient(180deg, #141414 0%, #0b0b0b 100%);
  border-top: 1px solid rgba(245, 196, 0, 0.12);
  text-align: left;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(120rem, 92vw);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(245, 196, 0, 0.45) 50%, transparent 100%);
  transform: translateX(-50%);
}

footer a {
  color: #ffffff;
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 3;
}

.footer-brand,
.footer-info {
  padding-top: 2rem;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 2rem;
}

.footer-logo img {
  max-width: 22rem;
  width: 100%;
}

.footer-copy {
  max-width: 52rem;
  font-size: 1.65rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.footer-block p {
  margin-bottom: 0.7rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

.footer-title {
  color: #f5c400;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.footer-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.8rem;
}

.footer-link-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 2rem;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.08);
  border: 1px solid rgba(245, 196, 0, 0.16);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.footer-link-chip:hover,
.footer-link-chip:focus {
  background: #f5c400;
  border-color: #f5c400;
  color: #111111;
}

.footer-bottom {
  margin-top: 4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(245, 196, 0, 0.12);
}

.footer-bottom__text {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: none;
}

.footer-credit:hover,
.footer-credit:focus {
  color: #f5c400;
}

.footer-credit__label,
.footer-credit__url {
  white-space: nowrap;
}

.footer-credit img {
  width: auto;
  height: 2.6rem;
}

/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.ss-copyright span {
  font-size: 16px;
  display: inline-block;
}

.ss-copyright span::after {
  content: "·";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: white;
}

.ss-copyright span:last-child::after {
  display: none;
}

.ss-go-top a {
  color: #ffffff;
  background-color: black;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  height: 75px;
  line-height: 75px;
  padding: 0 4rem 0 7rem;
  position: absolute;
  left: 50%;
  top: -37.5px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
}

/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top a::before {
  content: "";
  display: block;
  height: 16px;
  width: 12px;
  background-image: url(../images/icons/icon-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 3.5rem;
  margin-top: -9px;
}

.ss-go-top a:hover,
.ss-go-top a:focus {
  background-color: #2d173d;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  footer {
    padding-top: 11rem;
    text-align: center;
  }

  .footer-logo img {
    max-width: 16rem;
  }

  .footer-info {
    grid-template-columns: 1fr;
  }

  .footer-copy {
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-credit {
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
  }

  .ss-copyright span {
    display: block;
  }

  .ss-copyright span::after {
    display: none;
  }

  .ss-go-top a {
    font-size: 10px;
    height: 70px;
    line-height: 70px;
    top: -35px;
    padding: 0 3rem;
  }

  .ss-go-top a::before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .footer-logo img {
    max-width: 13rem;
  }

  .footer-block p,
  .footer-bottom__text,
  .footer-credit {
    gap: 0.8rem;
    font-size: 1.2rem;
  }

  .footer-credit img {
    height: 2.6rem;
  }

  .cl-copyright span {
    font-size: 15px;
  }

  .ss-go-top a {
    height: 65px;
    line-height: 65px;
    top: -32.5px;
    padding: 0 3rem;
    padding: 0 2rem;
  }
}

.video-gallery {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 600;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.video-gallery.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-gallery__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.video-gallery__dialog {
  position: relative;
  width: min(92vw, 980px);
  max-height: calc(100vh - 4rem);
  margin: 0;
  display: grid;
  gap: 1.6rem;
  padding: 2.6rem;
  border: 1px solid rgba(245, 196, 0, 0.18);
  border-radius: 2.4rem;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
  box-shadow: 0 2.8rem 5rem rgba(0, 0, 0, 0.34);
  overflow-y: auto;
  z-index: 1;
}

.video-gallery__intro {
  margin-bottom: 0;
  padding-right: 5rem;
}

.video-gallery__eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: rgba(245, 196, 0, 0.82);
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.video-gallery__title {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.15;
}

.video-gallery__lead {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.5rem;
  line-height: 1.6;
}

.video-gallery__player {
  width: 100%;
  max-height: min(56vh, calc(100vh - 28rem));
  background: #000000;
  border-radius: 1.8rem;
  overflow: hidden;
}

.video-gallery__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 0;
}

.video-gallery__button,
.video-gallery__close {
  border: 0;
  color: #111111;
  background: #f5c400;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.video-gallery__button {
  min-height: 4.8rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.video-gallery__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  font-size: 2.8rem;
  line-height: 1;
}

.video-gallery__button:hover,
.video-gallery__button:focus,
.video-gallery__close:hover,
.video-gallery__close:focus {
  transform: translateY(-0.2rem);
  background: #ffffff;
  color: #111111;
}

.video-gallery__status {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .video-gallery {
    padding: 1rem;
  }

  .video-gallery__dialog {
    width: 100%;
    max-height: calc(100vh - 2rem);
    padding: 1.8rem;
    border-radius: 2rem;
  }

  .video-gallery__player {
    max-height: min(42vh, calc(100vh - 24rem));
  }

  .video-gallery__actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-gallery__title {
    font-size: 2.2rem;
  }

  .video-gallery__lead {
    font-size: 1.35rem;
  }
}

@media only screen and (max-height: 820px) {
  .video-gallery {
    padding: 1.6rem;
  }

  .video-gallery__dialog {
    max-height: calc(100vh - 3.2rem);
    gap: 1.2rem;
    padding: 2rem;
  }

  .video-gallery__intro {
    padding-right: 4.6rem;
  }

  .video-gallery__title {
    font-size: 2.4rem;
  }

  .video-gallery__lead {
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .video-gallery__player {
    max-height: min(48vh, calc(100vh - 24rem));
  }

  .video-gallery__actions {
    gap: 1rem;
  }

  .video-gallery__button {
    min-height: 4.4rem;
    padding: 0.9rem 1.6rem;
  }

  .video-gallery__close {
    top: 1.2rem;
    right: 1.2rem;
    width: 4rem;
    height: 4rem;
  }
}

.catalog-hero {
  position: relative;
  padding-top: 24rem;
  padding-bottom: 14rem;
  background-color: #0a0a0a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.58));
}

.catalog-hero .row {
  position: relative;
  z-index: 2;
}

.catalog-hero h1 {
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: #ffffff;
}

.page-lead {
  max-width: 72rem;
  margin-bottom: 4rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 2.2rem;
  line-height: 1.7;
}

.s-page-section {
  padding-top: 14rem;
  padding-bottom: 11rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}

.s-page-section--catalog {
  padding-top: 3.2rem;
  background: radial-gradient(circle at top, rgba(245, 196, 0, 0.08), transparent 24%), #111111;
}

.catalog-intro {
  margin-bottom: 1.8rem;
}

.catalog-intro h1 {
  margin: 0 0 0.6rem;
  color: #111111;
  font-size: 4.2rem;
  line-height: 1.1;
}

.catalog-intro p {
  margin: 0;
  color: #5f5f5f;
  font-size: 1.8rem;
  line-height: 1.5;
}

.catalog-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.catalog-actions--center {
  justify-content: center;
  margin-top: 5rem;
}

.catalog-note {
  padding: 2.6rem 3rem;
  border-left: 4px solid #f5c400;
  background-color: #101010;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.8rem;
  line-height: 1.8;
}

.catalog-card__eyebrow {
  display: inline-block;
  margin-bottom: 1.6rem;
  color: #f5c400;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}

.catalog-toolbar {
  margin-top: 0;
}

.catalog-search {
  padding: 2.8rem;
  border: 1px solid rgba(245, 196, 0, 0.16);
  border-radius: 2.2rem;
  background: linear-gradient(180deg, #161616 0%, #111111 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.catalog-search__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.4rem;
  align-items: end;
  margin-bottom: 2rem;
}

.catalog-search__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.6rem;
  line-height: 1.65;
}

.catalog-search__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #f5c400;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}

.catalog-search__title {
  margin: 0 0 0.8rem;
  color: #ffffff;
  font-size: 4rem;
  line-height: 1;
}

.catalog-search__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.4rem;
}

.catalog-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.catalog-stat {
  min-height: 8.8rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid rgba(245, 196, 0, 0.14);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.03);
}

.catalog-stat strong {
  display: block;
  margin-bottom: 0.6rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.catalog-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.35rem;
  line-height: 1.45;
}

.catalog-shortcuts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.catalog-shortcuts__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(245, 196, 0, 0.18);
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.08);
  color: #f5c400;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.catalog-shortcuts__item:hover,
.catalog-shortcuts__item:focus {
  background: #f5c400;
  border-color: #f5c400;
  color: #111111;
}

.catalog-search__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.catalog-search__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 1.2rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.catalog-search__link:hover,
.catalog-search__link:focus {
  color: #111111;
  background: #f5c400;
  border-color: #f5c400;
}

.catalog-search__link--primary {
  background: #f5c400;
  border-color: #f5c400;
  color: #111111;
}

.catalog-search__field {
  position: relative;
}

.catalog-search__icon {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
  color: #f5c400;
  font-size: 1.8rem;
}

.catalog-search__input {
  width: 100%;
  height: 6rem;
  padding: 0 2.4rem 0 6rem;
  border: 1px solid rgba(245, 196, 0, 0.22);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 1.6rem;
}

.catalog-search__input:focus {
  border-color: #f5c400;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.catalog-search__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.catalog-empty {
  margin-top: 2rem;
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
  background: rgba(245, 196, 0, 0.12);
  color: #ffffff;
  font-size: 1.5rem;
}

.catalog-groups {
  margin-top: 3rem;
}

.catalog-category + .catalog-category {
  margin-top: 3rem;
}

.catalog-category {
  scroll-margin-top: 12rem;
}

.catalog-category__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.8rem;
  padding: 2rem 2.4rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #0f0f0f, #1b1b1b);
  border: 1px solid rgba(245, 196, 0, 0.14);
}

.catalog-category__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #f5c400;
  color: #111111;
  font-size: 2.2rem;
  flex-shrink: 0;
}

.catalog-category__copy h2 {
  margin: 0 0 0.4rem;
  color: #ffffff;
  font-size: 2.4rem;
}

.catalog-category__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 1.5rem;
}

.catalog-category__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.16);
  color: #f5c400;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.8rem;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.4rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.catalog-card:hover,
.catalog-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(245, 196, 0, 0.55);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

.catalog-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #141414, #222222);
  color: #f5c400;
  font-size: 3.4rem;
}

.catalog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalog-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.48) 100%);
}

.catalog-card__media i {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #f5c400;
  color: #111111;
  font-size: 1.8rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.catalog-card__body {
  flex: 1 1 auto;
  padding: 1.8rem 1.8rem 1.2rem;
}

.catalog-card h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #111111;
  font-size: 1.9rem;
  line-height: 1.25;
}

.catalog-card p {
  margin-bottom: 0;
  color: #5f5f5f;
  line-height: 1.55;
  font-size: 1.45rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-card__footer {
  padding: 0 1.8rem 1.8rem;
}

.catalog-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.4rem;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  background: #f5c400;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.catalog-card__button:hover,
.catalog-card__button:focus {
  background: #111111;
  color: #f5c400;
}

.is-hidden {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-header__submenu--services {
    width: min(88rem, calc(100vw - 4rem));
  }

  .catalog-header__submenu--services .catalog-header__submenu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1080px) {
  .catalog-header__submenu--products {
    width: min(70rem, calc(100vw - 4rem));
  }

  .catalog-header__submenu--products .catalog-header__submenu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-header__mega-media {
    height: 11.2rem;
  }
}

@media only screen and (max-width: 900px) {
  .catalog-page::before,
  .home-page::before {
    background: rgba(0, 0, 0, 0.22);
  }

  .catalog-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .catalog-header__nav,
  .catalog-header__cta {
    display: none;
  }

  .catalog-page .header-nav {
    top: 1.4rem;
    right: 1.4rem;
    width: min(34rem, calc(100vw - 2.8rem));
  }

  .catalog-page .header-menu-toggle {
    display: inline-flex;
  }

  .home-page .header-nav {
    top: 1.4rem;
    right: 1.4rem;
    width: min(34rem, calc(100vw - 2.8rem));
  }

  .home-page .header-menu-toggle {
    display: inline-flex;
  }

  .catalog-page .header-nav,
  .home-page .header-nav {
    padding-top: 6.4rem;
    touch-action: manipulation;
    background: #111111;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .catalog-page .header-nav h3,
  .catalog-page .header-nav p,
  .home-page .header-nav h3,
  .home-page .header-nav p {
    display: none;
  }

  .catalog-page .header-nav__content,
  .home-page .header-nav__content {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }

  .catalog-page .header-nav__list,
  .home-page .header-nav__list {
    display: grid;
    gap: 1rem;
    margin: 0;
    font-size: 1.8rem;
  }

  .catalog-page .header-nav__list li,
  .home-page .header-nav__list li {
    padding: 0;
  }

  .catalog-page .header-nav__list a,
  .catalog-page .header-nav__list a:visited,
  .home-page .header-nav__list a,
  .home-page .header-nav__list a:visited {
    display: flex;
    align-items: center;
    min-height: 5.4rem;
    padding: 1.4rem 1.6rem;
    border-radius: 1.4rem;
    background: transparent;
    border: 1px solid rgba(245, 196, 0, 0.12);
    color: #ffffff;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .catalog-page .header-nav__list a::before,
  .home-page .header-nav__list a::before {
    display: none;
  }

  .catalog-page .header-nav__list .current a,
  .home-page .header-nav__list .current a {
    background: rgba(245, 196, 0, 0.1);
    border-color: rgba(245, 196, 0, 0.38);
    color: #f5c400;
  }

  .catalog-page .header-nav__list a:hover,
  .catalog-page .header-nav__list a:focus,
  .home-page .header-nav__list a:hover,
  .home-page .header-nav__list a:focus {
    background: rgba(245, 196, 0, 0.1);
    border-color: rgba(245, 196, 0, 0.38);
    color: #ffffff;
  }

  .catalog-page .header-nav__social,
  .home-page .header-nav__social {
    justify-content: flex-start;
    margin-top: 0.4rem;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-search__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .catalog-search__actions {
    justify-content: flex-start;
  }

  .catalog-search__meta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .catalog-shortcuts {
    justify-content: flex-start;
  }

  .catalog-search__title {
    font-size: 3.4rem;
  }

  .catalog-search {
    padding: 3rem;
  }

  .catalog-category__header {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .catalog-category__count {
    min-width: 0;
  }

}

@media only screen and (max-width: 600px) {
  .catalog-hero {
    padding-top: 20rem;
    padding-bottom: 11rem;
  }

  .page-lead {
    font-size: 2rem;
  }

  .s-page-section {
    padding-top: 11rem;
    padding-bottom: 9rem;
  }

  .s-page-section--catalog {
    padding-top: 2rem;
  }

  .catalog-intro h1 {
    font-size: 3.2rem;
  }

  .catalog-intro p {
    font-size: 1.6rem;
  }

  .catalog-search {
    padding: 2.4rem 2rem;
  }

  .catalog-search__input {
    height: 6.4rem;
    padding-left: 5.2rem;
  }

  .catalog-category__header {
    padding: 2.4rem 2rem;
  }

  .catalog-category__copy h2 {
    font-size: 2.1rem;
  }

  .catalog-card__body,
  .catalog-card__footer {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .catalog-card__footer {
    padding-bottom: 2.4rem;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-page .s-header {
    padding: 1.2rem 2rem;
  }

  .home-page .s-header {
    padding: 1.2rem 2rem;
  }

  .catalog-header__inner {
    gap: 1.6rem;
  }

  .catalog-page .header-nav {
    top: 0.9rem;
    right: 1rem;
    width: calc(100vw - 2rem);
    max-height: calc(100vh - 1.8rem);
    padding: 6.4rem 2rem 2.4rem;
    border-radius: 2rem;
  }

  .home-page .header-nav {
    top: 0.9rem;
    right: 1rem;
    width: calc(100vw - 2rem);
    max-height: calc(100vh - 1.8rem);
    padding: 6.4rem 2rem 2.4rem;
    border-radius: 2rem;
  }

  .catalog-page .header-logo {
    left: auto;
  }

  .home-page .header-logo {
    left: auto;
  }

  .catalog-page .header-logo img {
    width: 5.8rem;
  }

  .home-page .header-logo img {
    width: 5.8rem;
  }

  .catalog-page .header-menu-toggle {
    right: auto;
    min-width: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    gap: 0;
  }

  .home-page .header-menu-toggle {
    right: auto;
    min-width: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    gap: 0;
  }

  .catalog-page .site-logo__text strong {
    font-size: 1.55rem;
  }

  .home-page .site-logo__text strong {
    font-size: 1.55rem;
  }

  .catalog-page .site-logo__text small {
    font-size: 0.95rem;
    letter-spacing: 0.14rem;
  }

  .home-page .site-logo__text small {
    font-size: 0.95rem;
    letter-spacing: 0.14rem;
  }

  .catalog-search__title {
    font-size: 3rem;
  }

  .catalog-search__copy p {
    font-size: 1.5rem;
  }

  .catalog-stats {
    grid-template-columns: 1fr;
  }

  .catalog-page .header-menu-label {
    display: none;
  }

  .home-page .header-menu-label {
    display: none;
  }

  .catalog-page .header-nav__list {
    font-size: 2rem;
  }

  .home-page .header-nav__list {
    font-size: 2rem;
  }
}

/* ===================================================================
 * # home page polish
 *
 * ------------------------------------------------------------------- */
.home-page .display-1 {
  line-height: 1.32;
  letter-spacing: -0.04rem;
  margin-bottom: 0;
}

.home-page .subhead {
  margin-bottom: 1.6rem;
}

.home-page .home-content {
  padding-top: 8rem;
}

.home-page .home-content__main {
  max-width: 96rem;
  margin: 0 auto;
}

.home-page .home-content h1 {
  margin-bottom: 1.6rem;
  font-size: 9.4rem;
}

.home-page .home-content h3 {
  max-width: 72rem;
  margin: 0 auto;
  font-size: 3.2rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.home-page .home-content__video {
  margin-top: 3rem;
}

.home-page .home-content__button {
  margin-top: 4.8rem;
}

.home-page .hero-contact-cards {
  margin-top: 8rem;
  gap: 1.2rem;
}

.home-page .hero-contact-card {
  background: rgba(17, 17, 17, 0.42);
  border-color: rgba(245, 196, 0, 0.18);
}

.home-page .hero-contact-card:hover,
.home-page .hero-contact-card:focus {
  background: rgba(245, 196, 0, 0.12);
}

.home-page .s-about {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background:
    linear-gradient(rgba(12, 14, 18, 0.82), rgba(12, 14, 18, 0.82)),
    url("../images/first.jpeg") center center / cover no-repeat;
}

.home-page .s-about .subhead {
  color: #f5c400;
}

.home-page .s-about .display-1 {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.home-page .s-works .display-1 {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.home-page .s-about .section-header {
  text-align: center;
}

.home-page .process {
  margin-top: 5.4rem;
}

.home-page .item-process {
  margin-bottom: 2.2rem;
}

.home-page .item-process__text {
  height: 100%;
  padding: 3rem 3rem 2.8rem;
  border: 1px solid rgba(245, 196, 0, 0.12);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 1.8rem 3.2rem rgba(0, 0, 0, 0.18);
}

.home-page .process h4 {
  margin-bottom: 1.4rem;
  color: #ffffff;
}

.home-page .process h4::before {
  background: #f5c400;
  color: #111111;
  box-shadow: 0 0.8rem 2rem rgba(245, 196, 0, 0.28);
}

.home-page .item-process__text p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.home-page .s-services {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background:
    linear-gradient(rgba(12, 14, 18, 0.84), rgba(12, 14, 18, 0.84)),
    url("../images/fence.jpeg") center center / cover no-repeat;
}

.home-page .s-services .subhead,
.home-page .s-contact .subhead {
  color: #f5c400;
}

.home-page .s-services .display-1,
.home-page .s-contact .display-1 {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.home-page .services {
  margin-top: 6rem;
}

.home-page .item-service {
  margin-bottom: 2.2rem;
  padding-top: 0.6rem;
}

.home-page .item-service__text {
  margin-left: 0;
  min-height: 100%;
  padding: 2.8rem 2.8rem 2.6rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(245, 196, 0, 0.12);
  border-radius: 2rem;
  box-shadow: 0 1.8rem 3.2rem rgba(0, 0, 0, 0.18);
}

.home-page .item-service__text p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.home-page .item-service__icon {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 0 1.8rem;
  border-radius: 50%;
  background: #f5c400;
  color: #111111;
  font-size: 2.4rem;
}

.home-page .item-service h3 {
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.home-page .s-works {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.92) 0%, rgba(14, 14, 14, 0.92) 100%),
    url("../images/pattern.jpg") center top / 760px 380px repeat;
}

.home-page .s-works::before {
  display: none;
  content: none;
}

.home-page .s-works .subhead {
  color: #f5c400;
}

.home-page .masonry-wrap {
  margin-top: 5.4rem;
}

.home-page .item-folio__text {
  bottom: 2.6rem;
}

.home-page .s-contact {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background:
    linear-gradient(rgba(10, 18, 28, 0.78), rgba(10, 18, 28, 0.925)),
    url("../images/301.png") center center / cover no-repeat;
  color: rgba(255, 255, 255, 0.884);
}

.home-page .s-contact .subhead {
  color: #f5c400;
}

.home-page .contact-main {
  margin-top: 6rem;
}

.home-page .contact-form-card,
.home-page .contact-info-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(245, 196, 0, 0.14);
}

.home-page .contact-form-card {
  max-width: 84rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.24);
}

.home-page .contact-form-card__title {
  margin-bottom: 1.2rem;
}

.home-page .contact-form-card__intro {
  margin-bottom: 3rem;
}

.home-page .quote-form input[type="text"],
.home-page .quote-form textarea {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.12);
}

@media only screen and (max-width: 900px) {
  .home-page .home-content h1 {
    font-size: 7.6rem;
  }

  .home-page .home-content h3 {
    font-size: 2.8rem;
  }

  .home-page .hero-contact-cards {
    margin-top: 6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .services {
    margin-top: 4.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .home-page .display-1 {
    line-height: 1.28;
  }

  .home-page .home-content {
    padding-top: 6rem;
  }

  .home-page .home-content h1 {
    font-size: 5.8rem;
    margin-bottom: 1.2rem;
  }

  .home-page .home-content h3 {
    font-size: 2.2rem;
  }

  .home-page .home-content__button {
    margin-top: 3.6rem;
    gap: 1.2rem;
  }

  .home-page .home-content__button .btn {
    min-width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    padding: 1.8rem 2.4rem;
  }

  .home-page .hero-contact-cards {
    grid-template-columns: 1fr;
    margin-top: 4.8rem;
  }

  .home-page .item-process__text,
  .home-page .item-service__text,
  .home-page .contact-form-card,
  .home-page .contact-info-card {
    padding: 2.4rem 2rem;
  }

  footer {
    padding-top: 7rem;
  }

  .footer-info {
    grid-template-columns: 1fr;
  }
}

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