/******************************************************************
Company: dpj
Author: Josh Jenkins

Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
::-webkit-scrollbar-track {
  background: white;
}

::-moz-selection {
  background: rgb(34, 31, 31);
  color: white;
}

::selection {
  background: rgb(34, 31, 31);
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: rgb(34, 31, 31);
}

::-moz-placeholder {
  color: white;
  opacity: 1;
}

::placeholder {
  color: white;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 9px;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 2.6vw, 2rem);
  color: rgb(34, 31, 31);
  padding: 0;
  overflow-x: hidden;
  background-color: white;
}

header,
main,
footer {
  transition: filter 0.2s;
}

main {
  position: relative;
  z-index: 1;
}

a {
  color: rgb(34, 31, 31);
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}
a > img {
  transition: opacity 0.4s;
}
a:hover, a:active {
  color: rgb(123, 203, 32);
}
a:hover > img, a:active > img {
  opacity: 0.7;
}

label {
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.5;
}

ol {
  list-style-type: none;
  padding: 0;
  counter-reset: item;
  margin: 0;
}
ol li {
  line-height: 1.4;
}
ol li + li {
  margin-top: 15px;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Assistant", sans-serif;
  margin-top: 0;
  margin-bottom: 0.3em;
  font-weight: 700;
}

h1 {
  font-size: clamp(3.5rem, 6.77vw, 5.2rem);
}

h2 {
  font-size: clamp(3.6rem, 5.21vw, 4rem);
}

h3 {
  font-size: clamp(2.6rem, 5.99vw, 4.6rem);
}

h4 {
  font-size: clamp(2.2rem, 3.39vw, 2.6rem);
}

h5 {
  font-size: clamp(1.8rem, 2.6vw, 2rem);
}

hr {
  width: 100%;
  border-color: transparent;
  border-top: 2px solid rgb(206, 206, 206);
}

.hidden {
  display: none !important;
}

.nolist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
/******************************************************************
Stylesheet: Layout Styles
******************************************************************/
.l_container {
  width: clamp(min(90vw, 320px), 90vw, var(--l_width, 1320px));
  margin-left: auto;
  margin-right: auto;
}

.l_module {
  margin-top: clamp(var(--l_margin_top, 0) * 0.25, 25vw, var(--l_margin_top, 0));
  margin-bottom: clamp(var(--l_margin_bot, 0) * 0.25, 25vw, var(--l_margin_bot, 0));
  padding-top: clamp(var(--l_padding_top, 0) * 0.25, 25vw, var(--l_padding_top, 0));
  padding-bottom: clamp(var(--l_padding_bot, 0) * 0.25, 25vw, var(--l_padding_bot, 0));
  background-color: var(--l_bgcolor, inherit);
  color: var(--l_textcolor, inherit);
  background-image: var(--l_bgimage, none);
  background-position: var(--l_bgposition, center);
  background-repeat: no-repeat;
  background-size: cover;
}
.l_module--alignContentRight div:has(> .c_content) {
  order: 1;
}

.l_pageanchor {
  display: block;
  transform: translateY(-115px);
}

@media (min-width: 767px) {
  .l_columns {
    display: grid;
    grid-template-columns: repeat(var(--l_columncount, 2), minmax(0, 1fr));
    gap: var(--l_columngap, 0);
  }
  .l_columns .l_container {
    width: auto;
    padding-left: clamp(3rem, 6.51vw, 5rem);
    padding-right: clamp(3rem, 6.51vw, 5rem);
  }
  .l_columns .l_module:first-of-type .l_container {
    padding-left: calc((100vw - clamp(min(90vw, 320px), 90vw, var(--l_width, 1320px))) / 2);
  }
  .l_columns .l_module:last-of-type .l_container {
    padding-right: calc((100vw - clamp(min(90vw, 320px), 90vw, var(--l_width, 1320px))) / 2);
  }
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
/******************************************************************
Stylesheet: Animation Stylesheet
******************************************************************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
[data-anim~=fadeInUp] {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
  transition: opacity 1s, transform 1s;
}

[data-anim~=fadeInUp].a_inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-delay="0"] {
  transition-delay: 0s;
}

[data-delay="1"] {
  transition-delay: 0.2s;
}

[data-delay="2"] {
  transition-delay: 0.4s;
}

[data-delay="3"] {
  transition-delay: 0.6s;
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
.c_button {
  display: inline-block;
  width: auto;
  position: relative;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 2.86vw, 2.2rem);
  letter-spacing: 0.03em;
  text-decoration: none;
  line-height: 1;
  padding: 1.2rem 4rem;
  border: 2px solid rgb(34, 31, 31);
  border-radius: 0;
  outline: none;
  clear: both;
  color: white;
  background-color: rgb(34, 31, 31);
  cursor: pointer;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
.c_button:hover {
  color: rgb(34, 31, 31);
  background-color: white;
  border-color: rgb(34, 31, 31);
}
.c_button:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
.c_content {
  text-align: center;
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
.c_card__image img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(100%);
}
.c_card__content {
  margin-top: clamp(3rem, 5.86vw, 4.5rem);
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
header {
  padding-top: clamp(2rem, 5.21vw, 4rem);
  padding-bottom: clamp(2rem, 5.21vw, 4rem);
}

.h_logo {
  max-width: clamp(11rem, 20.83vw, 16rem);
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
footer {
  margin-top: clamp(4rem, 11.72vw, 9rem);
}

.f_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  .f_main {
    grid-template-columns: 1fr;
  }
}
.f_main__socials {
  justify-self: flex-end;
}
@media (max-width: 768px) {
  .f_main__socials {
    justify-self: flex-start;
  }
}
.f_main__socials a {
  line-height: 1;
}
.f_main__socials li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .f_main__socials li {
    flex-direction: row-reverse;
  }
}
.f_copyright {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 0.8em;
  text-align: right;
}
@media (max-width: 768px) {
  .f_copyright {
    text-align: left;
  }
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
.s_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 50rem;
  overflow: hidden;
}
.s_banner img {
  width: 100%;
  filter: grayscale(100%);
}
.s_about {
  padding-top: clamp(4rem, 11.72vw, 9rem);
}
.s_info {
  padding-top: clamp(4rem, 11.72vw, 9rem);
}
.s_contact {
  padding-top: clamp(4rem, 10.42vw, 8rem);
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
.m_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4.5rem, 6.51vw, 5rem);
}
@media (max-width: 768px) {
  .m_cards {
    grid-template-columns: 1fr;
  }
}

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
select,
textarea {
  padding: 10px 15px;
  outline: none;
  border: 2px solid rgb(206, 206, 206);
  width: 100%;
  color: rgb(34, 31, 31);
  font-weight: 400;
  line-height: 1.4;
}

.m_form h2 {
  margin-bottom: 1em;
}
.m_form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 5.21vw, 4rem);
}
.m_form form > div {
  grid-column: span 2;
}
.m_form form > div:nth-of-type(1), .m_form form > div:nth-of-type(3) {
  grid-column: span 1;
}
@media (max-width: 768px) {
  .m_form form > div:nth-of-type(1), .m_form form > div:nth-of-type(3) {
    grid-column: span 2;
  }
}

.c_input {
  position: relative;
}
.c_input label {
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(34, 31, 31);
  background-color: white;
  border: 2px solid rgb(206, 206, 206);
  border-bottom: none;
  padding: 0.2em 0.5em;
  margin-bottom: 0;
  transform: translateY(calc(-100% + 2px));
  transition: all 0.2s;
  pointer-events: none;
}
.c_input:not(.active) label {
  position: absolute;
  top: 2.6rem;
  left: 1rem;
  padding: 0.2em 0.5em;
  border: none;
  border-color: transparent;
  transform: translateY(-50%);
}
.c_input--surname {
  display: none;
}

/******************************************************************
Stylesheet: Print Stylesheet
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  header,
  footer {
    display: none;
  }
}