@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-bg-primary: #FFFEFD;
  --color-bg-secondary: #046E8F;
  --color-blue: #046E8F;
  --color-dark-blue: #162E39;
  --color-orange: #EB8B1B;
  --color-dark-orange: #C96C00;
  --color-white: #FFFEFD;
  --color-grey: #A2AEBB;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: 'Red Hat Display', sans-serif;
  --font-secondary: 'Belanosima', sans-serif;
  --font-size-content: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
  --font-size-small-content: clamp(0.63rem, 0.63vw + 0.44rem, 1rem);
  --font-size-h1: clamp(2.38rem, 4.38vw + 1.06rem, 5rem);
  --font-size-h2: clamp(1.88rem, 3.75vw + 0.75rem, 4.13rem);
  --font-size-h3: clamp(1.13rem, 1.88vw + 0.56rem, 2.25rem);
  --font-size-h4: clamp(1.5rem, 1.67vw + 1rem, 2.5rem);
  --font-size-h5: clamp(1.13rem, 1.25vw + 0.75rem, 1.88rem);
  --font-size-nav: clamp(1.13rem, 0.83vw + 0.88rem, 1.63rem);
  --font-size-nav-mobile: clamp(2.75rem, 0.21vw + 2.69rem, 2.88rem);
  --font-size-btn: clamp(1.13rem, 0.63vw + 0.94rem, 1.5rem);
  --font-size-link: clamp(0.88rem, 1.04vw + 0.56rem, 1.5rem);
  --font-size-quote: clamp(1.13rem, 0.83vw + 0.88rem, 1.63rem);
  --font-size-sous-titre: clamp(1.25rem, 1.67vw + 0.75rem, 2.25rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 100px;
  --spacing-xxl: 220px;
}

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

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

.tt {
  align-items: center;
  color: var(--color-black);
  display: flex;
  height: 100vh;
  font: 800 75px/1.5 helvetica, sans-serif;
  justify-content: center;
  position: fixed;
  left: 0;
  margin: 0;
  top: 0;
  width: 100vw;
}

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  color: var(--color-black);
  line-height: 1.6;
  --header-height: 128px;
  overflow-x: hidden;
}

p {
  margin: 0;
}
p.small {
  font-size: var(--font-size-small-content);
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: var(--font-size-h1);
  line-height: 1;
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

em {
  font-style: italic;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  font-size: var(--font-size-link);
  font-weight: 700;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  letter-spacing: 0px;
}
a:hover {
  color: var(--color-orange);
  letter-spacing: 0.75px;
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1540px;
  width: calc(100% - var(--spacing-md));
  margin: 0 auto;
}

/* ==========================================================================
   Design System / component
   ========================================================================== */
.design-system {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 4fr;
  gap: 0px;
}
.design-system .design-system-header {
  top: 0;
  left: 0;
  position: sticky;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-md);
  border-right: var(--spacing-xs) var(--color-orange) solid;
  background-color: var(--color-bg-primary);
}
.design-system .design-system-header .fake-logo {
  display: block;
  padding: var(--spacing-sm);
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  max-height: 25%;
  width: 100%;
}
.design-system .design-system-header .fake-logo:hover {
  transform: scale(1.1);
}
.design-system .design-system-header .fake-logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.design-system .design-system-header .system-nav {
  width: 100%;
  height: 100%;
  padding: var(--spacing-sm);
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.design-system .design-system-header .system-nav ul {
  margin: 0;
  padding: var(--spacing-xs) var(--spacing-sm);
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-xs);
}
.design-system .design-system-header .system-nav .nav-section, .design-system .design-system-header .system-nav li {
  width: 100%;
}
.design-system .design-system-header .system-nav a {
  --underline-width: 0;
  position: relative;
  display: block;
  width: 100%;
}
.design-system .design-system-header .system-nav a:hover {
  --underline-width: 100%;
}
.design-system .design-system-header .system-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  width: var(--underline-width);
  background-color: var(--color-orange);
  transition: width 0.45s cubic-bezier(1, 0, 0, 1);
}
.design-system .design-system-footer {
  padding: var(--spacing-sm) 0;
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: center;
}
.design-system .design-system-footer .small {
  opacity: 0.6;
}
.design-system .system-body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.design-system .system-body .design-section:nth-child(odd) {
  --main-color: var(--color-dark-blue);
  --second-color: var(--color-bg-primary);
}
.design-system .system-body .design-section:nth-child(even) {
  --main-color: var(--color-bg-primary);
  --second-color: var(--color-bg-secondary);
}
.design-system .design-section {
  color: var(--main-color);
  background-color: var(--second-color);
  padding: var(--spacing-lg) var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.design-system .design-section .section-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.design-system .design-section .section-title hr {
  background-color: var(--main-color);
  height: 3px;
  border: none;
  width: 100%;
  margin: 0;
}
.design-system .design-example {
  padding: var(--spacing-xs) var(--spacing-sm);
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
.design-system .design-example .design-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--spacing-md);
}
.design-system .design-example .design-title > h5 {
  font-weight: 400;
  letter-spacing: 0.5px;
}
.design-system .design-example .design-code {
  width: 100%;
}
.design-system .design-example .design-snippet {
  margin: var(--spacing-sm);
  background-color: var(--color-bg-primary);
  display: flex;
  justify-content: flex-start;
  padding: var(--spacing-md);
  align-items: center;
  border-radius: 16px;
  min-height: 100px;
  width: 100%;
  color: unset;
}
.design-system .code-toolbar > .toolbar {
  display: flex;
  padding: 5px 10px;
  gap: 10px;
}

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 1.25em;
  width: 1.25em;
}

.icon--lg {
  height: 1.75em;
  width: 1.75em;
}

.icon--xl {
  height: 6em;
  width: 6em;
}

/* ==========================================================================
   header / component
   ========================================================================== */
.header {
  height: var(--header-height);
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header .nav_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1540px;
  width: calc(100% - var(--spacing-md));
  margin: 0 auto;
}
.header .nav_container .header__brand {
  position: relative;
  z-index: 10;
}
.header .nav_container .header__brand .logo_web {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 1260px) {
  .header .nav_container .header__brand .logo_web {
    display: none;
  }
}
.header .nav_container .header__brand .logo_web:hover {
  transform: scale(0.97);
}
.header .nav_container .header__brand .logo_mobile {
  display: none;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 1260px) {
  .header .nav_container .header__brand .logo_mobile {
    display: block;
  }
  .header .nav_container .header__brand .logo_mobile:hover {
    transform: scale(0.97);
  }
}
.header::before {
  background-color: var(--color-bg-primary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header {
    width: calc(100% - var(--spacing-xs));
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-100%);
}

.header__toggle {
  --bar-height: 8px;
  --bar-width: 50px;
  --bar-spacer: 6px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.header__toggle span {
  background: var(--color-blue);
  border-radius: 3px;
  height: var(--bar-height);
  width: 100%;
  position: absolute;
  top: calc(50% - var(--bar-height) / 2);
  left: calc(50% - var(--bar-width) / 2);
  transition: 0.3s all ease-out;
}
.header__toggle span:nth-child(1) {
  top: calc(50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-height));
}
.header__toggle span:nth-child(3) {
  top: calc(50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-height));
}
.nav-is-active .header__toggle span {
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-is-active .header__toggle span:nth-child(2) {
  transform: scaleX(0);
}
.nav-is-active .header__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1260px) {
  .header__toggle {
    display: none;
  }
}

.nav-primary {
  background: var(--color-bg-primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding-top: var(--header-height);
  display: flex;
  align-items: center;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-is-active .nav-primary {
  transform: translateY(0);
}
.nav-primary ul {
  display: flex;
  gap: 36px;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  transform: translateY(-70%);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-is-active .nav-primary ul {
  transform: translateY(0);
}
.nav-primary ul li {
  transform: scale(1);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-primary ul li:hover {
  transform: scale(0.97);
  color: var(--color-blue);
}
.nav-primary ul li a {
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 1260px) {
  .nav-primary ul li a {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: var(--font-size-nav-mobile);
    text-transform: none;
  }
}
@media screen and (max-width: 480px) {
  .nav-primary ul li a {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .nav-primary ul {
    align-items: flex-start;
    width: calc(100% - var(--spacing-lg));
    margin: 0 auto;
    gap: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .nav-primary {
    display: block;
    background: unset;
    position: relative;
    height: auto;
    width: auto;
    overflow-y: visible;
    padding-top: 0;
    transform: translateY(0);
    z-index: 2;
  }
  .nav-primary ul {
    flex-direction: row;
    transform: translateY(0);
  }
}

.nav-primary__item {
  font-size: var(--font-size-nav);
  color: var(--color-blue);
  text-transform: uppercase;
  position: relative;
  transform: scale(1);
}
.nav-primary__item:hover {
  transform: scale(1.05);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1260px) {
  .nav-primary__item {
    color: var(--color-blue);
    position: relative;
    text-transform: none;
  }
  .nav-primary__item::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: var(--color-blue);
    transform: scaleX(0);
    transition: 0.3s all;
  }
  .nav-primary__item:hover {
    text-decoration: none;
    color: var(--color-blue);
  }
  .nav-primary__item:hover::before {
    transform: scaleX(1);
  }
  .nav-primary__item a {
    display: block;
    text-align: center;
  }
  .nav-primary__item {
    align-items: flex-start;
    width: calc(100% - var(--spacing-lg));
    margin: 0 auto;
  }
}
@media screen and (min-width: 1260px) and (max-width: 480px) {
  .nav-primary__item a {
    text-align: left;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: var(--font-size-nav-mobile);
    text-transform: none;
    gap: 30px;
  }
}

.nav_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav_icon svg:last-child {
  display: none;
}
@media screen and (max-width: 1260px) {
  .nav_icon {
    gap: 10px;
  }
  .nav_icon svg:first-child {
    display: none;
  }
  .nav_icon svg:last-child {
    display: block;
  }
}

.nav-is-active body {
  overflow: hidden;
}
@media screen and (min-width: 1260px) {
  .nav-is-active body {
    overflow: auto;
  }
}

.hero .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  filter: brightness(0.55);
}
.hero .wrapper {
  height: calc(100vh - var(--header-height));
  min-height: 800px;
  max-height: 2000px;
}
.hero .wrapper .hero_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: var(--color-white);
}
.hero .wrapper .hero_content div:first-child h1 {
  font-weight: 400;
}
.hero .wrapper .hero_content div:first-child p {
  font-weight: 400;
  font-size: var(--font-size-sous-titre);
  margin: 10px 0 35px 0;
}
.hero .wrapper .hero_content div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero_content div:last-child {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.hero .wrapper .hero_content div:last-child a {
  width: -moz-max-content;
  width: max-content;
  padding: 17px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-btn);
  transform: scale(1);
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hero .wrapper .hero_content div:last-child a:first-child {
  background-color: var(--color-orange);
}
.hero .wrapper .hero_content div:last-child a:first-child:hover {
  transform: scale(0.98);
  background-color: var(--color-dark-orange);
}
.hero .wrapper .hero_content div:last-child a:last-child {
  border: 3px solid var(--color-white);
  transform: scale(1);
  width: -moz-max-content;
  width: max-content;
}
.hero .wrapper .hero_content div:last-child a:last-child:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(0.98);
}
/*# sourceMappingURL=main.css.map */
