/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./assets/css/style.css ***!
  \**********************************************************************************************************************************************/
/* 
OrangeSprocket User Interface Development Kit
https://www.orangesprocket.com
-------------------------------------------------------------- */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* 
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 500px) {

  .container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[999\] {
  z-index: 999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-8 {
  height: 2rem;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[64vw\] {
  height: 64vw;
}
.h-\[88px\] {
  height: 88px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[900px\] {
  max-height: 900px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-8 {
  width: 2rem;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[88px\] {
  width: 88px;
}
.w-full {
  width: 100%;
}
.max-w-\[1033px\] {
  max-width: 1033px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1140px\] {
  max-width: 1140px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1360px\] {
  max-width: 1360px;
}
.max-w-\[1392px\] {
  max-width: 1392px;
}
.max-w-\[271px\] {
  max-width: 271px;
}
.max-w-\[342px\] {
  max-width: 342px;
}
.max-w-\[538px\] {
  max-width: 538px;
}
.max-w-\[636px\] {
  max-width: 636px;
}
.max-w-\[642px\] {
  max-width: 642px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[987px\] {
  max-width: 987px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-\[112px\] {
  -moz-column-gap: 112px;
       column-gap: 112px;
}
.gap-x-\[72px\] {
  -moz-column-gap: 72px;
       column-gap: 72px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 150 220 / var(--tw-border-opacity, 1));
}
.border-blue_18 {
  border-color: rgba(0, 150, 220, 0.18);
}
.border-blue_border {
  --tw-border-opacity: 1;
  border-color: rgb(197 231 246 / var(--tw-border-opacity, 1));
}
.border-deep_blue {
  --tw-border-opacity: 1;
  border-color: rgb(18 64 99 / var(--tw-border-opacity, 1));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 150 220 / var(--tw-bg-opacity, 1));
}
.bg-blue_18 {
  background-color: rgba(0, 150, 220, 0.18);
}
.bg-blue_light {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 250 / var(--tw-bg-opacity, 1));
}
.bg-deep_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(18 64 99 / var(--tw-bg-opacity, 1));
}
.bg-grey_light {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-salt {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 244 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pt-\[224px\] {
  padding-top: 224px;
}
.text-center {
  text-align: center;
}
.font-bold {
  font-weight: 700;
}
.leading-\[0\.7em\] {
  line-height: 0.7em;
}
.leading-\[1\.1em\] {
  line-height: 1.1em;
}
.leading-\[1\.35em\] {
  line-height: 1.35em;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.text-carbon_black {
  --tw-text-opacity: 1;
  color: rgb(4 4 7 / var(--tw-text-opacity, 1));
}
.text-coral {
  --tw-text-opacity: 1;
  color: rgb(255 103 56 / var(--tw-text-opacity, 1));
}
.text-deep_blue {
  --tw-text-opacity: 1;
  color: rgb(18 64 99 / var(--tw-text-opacity, 1));
}
.text-salt {
  --tw-text-opacity: 1;
  color: rgb(255 250 244 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[hostname\:port\] {
  hostname: port;
}

:root {
  /* Fonts */
  --geist: "Geist", sans-serif;

  /* Colours */
  --black: #000000;
  --white: #ffffff;
  --grey: #f3f3f3;
  --grey_light: #f6f6f6;
  --blue: #0096dc;
  --blue_light: #e0f2fa;
  --blue_border: #c5e7f6;
  --blue_12: rgba(0, 150, 220, 0.12);
  --blue_18: rgba(0, 150, 220, 0.18);
  --deep_blue: #124063;
  --coral: #ff6738;
  --salt: #fffaf4;
  --carbon_black: #040407;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: normal;
  color: var(--carbon_black);
  scroll-behavior: smooth;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.column-main {
  width: 100%;
}

@media (min-width: 500px) {

  .column-main {
    max-width: 500px;
  }
}

@media (min-width: 768px) {

  .column-main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .column-main {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .column-main {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {

  .column-main {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {

  .column-main {
    max-width: 1536px;
  }
}

.column-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 500px) {

  .column-main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {

  .column-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.divider {
  width: 100%;
  height: 1px;
}

/* Typography
-------------------------------------------------------------- */

.leading-none {
  line-height: 1 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--geist);
  font-weight: 400;
  line-height: 1.1em;
  color: var(--carbon_black);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1em;

  &:not(.text-*) {
    color: var(--carbon_black);
  }

  &:not(.font-*) {
    font-family: var(--geist);
  }
}

.d1 {
  font-size: 168px;
  font-weight: 700;
  line-height: 0.9em;
}

h1,
.h1 {
  font-size: 128px;
}

h2,
.h2 {
  font-size: 96px;
}

h3,
.h3 {
  font-size: 64px;
}

h4,
.h4 {
  font-size: 48px;
}

h5,
.h5 {
  font-size: 32px;
}

h6,
.h6 {
  font-size: 24px;
}

.text-p1,
.text-p2,
.text-p3,
.text-p4,
.text-p5,
.text-p6 {
  &:not(.leading-*) {
    line-height: 1.2em;
  }
}

.text-p1 {
  font-size: 20px;
}
.text-p2 {
  font-size: 18px;
}
.text-p3 {
  font-size: 16px;
}
.text-p4 {
  font-size: 14px;
}
.text-p5 {
  font-size: 12px;
}
.text-p6 {
  font-size: 10px;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;

  &.two-col {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  li {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 1366px) {
  .d1 {
    font-size: 126px;
  }

  h1,
  .h1 {
    font-size: 96px;
  }

  h2,
  .h2 {
    font-size: 64px;
  }

  h3,
  .h3 {
    font-size: 48px;
  }

  h4,
  .h4 {
    font-size: 32px;
  }

  h5,
  .h5 {
    font-size: 24px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .d1 {
    font-size: 96px;
  }

  h1,
  .h1 {
    font-size: 64px;
  }

  h2,
  .h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .d1 {
    font-size: 64px;
  }

  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  .text-p1 {
    font-size: 16px;
  }
  .text-p2 {
    font-size: 16px;
  }
}

.btn {
  height: 53px;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  font-size: 18px;
  line-height: 0.9em;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 99999px;
  transition: all 200ms ease-in-out;
  background-color: var(--coral);
  color: var(--salt);

  &:hover {
    opacity: 0.75;
  }

  &:focus {
    opacity: 0.6;
  }

  &:disabled,
  &.disabled {
    background: var(--grey) !important;
    color: var(--carbon_black) !important;
  }

  &.deep-blue {
    background-color: var(--deep_blue);
  }

  &.white {
    color: var(--white) !important;
  }

  &.clear {
    background-color: transparent;
    color: var(--blue);
  }

  &.sm {
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
  }
}

.icon {
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  flex-shrink: 0;

  &:not(.bg-*) {
    background-color: var(--deep_blue);
  }
}

/* Header
-------------------------------------------------------------- */

header {
  &.dropdown-open {
    .logo {
      background-image: url("/assets/img/logo-st-laurent-gulf-products-colour.svg");
    }

    .nav-item {
      a {
        color: var(--deep_blue);
      }

      &.active {
        a {
          color: var(--coral);
        }
      }
    }
  }

  .logo {
    width: 148px;
    height: 143px;
    display: block;
    background-image: url("/assets/img/logo-st-laurent-gulf-products.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 200ms ease-in-out;
  }

  .dropdown {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: all 200ms ease-in-out;

    &.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 1;
    }

    .image-swapper {
      img,
      picture {
        opacity: 0;
        transition: opacity 200ms ease-in-out;

        &.active {
          opacity: 1;
        }
      }

      picture {
        img {
          opacity: 1;
        }
      }
    }
  }

  @media screen and (max-width: 768px) {
    .logo {
      width: 120px;
      height: 116px;
    }
  }
}

/* Footer
-------------------------------------------------------------- */

footer {
  .logo {
    width: 253px;
    height: 245px;
    display: block;
    background-image: url("/assets/img/logo-st-laurent-gulf-products.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  @media screen and (max-width: 1024px) {
    .logo {
      width: 211px;
      height: 204px;
    }
  }
}

/* Contact form 
-------------------------------------------------------------- */

.form {
  .form-wrap {
    box-shadow: 0 3px 6.3px 0 rgba(72, 98, 132, 0.16);
  }

  .input {
    display: flex;
    gap: 12px;
    flex-direction: column;

    label {
      font-size: 18px;
      line-height: 0.7em;
      color: var(--carbon_black);
    }

    input[type="text"],
    input[type="email"] {
      height: 40px;
      padding: 0 16px;
      font-size: 16px;
      line-height: 0.9em;
      color: var(--carbon_black);
      background-color: var(--grey);
      border-radius: 12px;
      outline: none;
      transition: all 200ms ease-in-out;

      &:focus {
        box-shadow: 0 0 0 1px var(--blue);
      }
    }

    textarea {
      height: 170px;
      padding: 24px 16px;
      font-size: 16px;
      line-height: 0.9em;
      color: var(--carbon_black);
      background-color: var(--grey);
      border-radius: 12px;
      outline: none;
      transition: all 200ms ease-in-out;

      &:focus {
        box-shadow: 0 0 0 1px var(--blue);
      }
    }
  }
}

.hover\:text-coral:hover {
  --tw-text-opacity: 1;
  color: rgb(255 103 56 / var(--tw-text-opacity, 1));
}

.hover\:text-deep_blue:hover {
  --tw-text-opacity: 1;
  color: rgb(18 64 99 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:text-coral {
  --tw-text-opacity: 1;
  color: rgb(255 103 56 / var(--tw-text-opacity, 1));
}

@media (min-width: 500px) {

  .xs\:top-5 {
    top: 1.25rem;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:gap-0 {
    gap: 0px;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:w-\[40\%\] {
    width: 40%;
  }

  .sm\:w-\[45\%\] {
    width: 45%;
  }

  .sm\:w-\[55\%\] {
    width: 55%;
  }

  .sm\:w-\[60\%\] {
    width: 60%;
  }

  .sm\:max-w-\[228px\] {
    max-width: 228px;
  }

  .sm\:max-w-\[336px\] {
    max-width: 336px;
  }

  .sm\:max-w-\[396px\] {
    max-width: 396px;
  }

  .sm\:max-w-\[512px\] {
    max-width: 512px;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-\[72px\] {
    padding-bottom: 72px;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-\[72px\] {
    padding-top: 72px;
  }
}

@media (min-width: 1024px) {

  .md\:block {
    display: block;
  }

  .md\:max-w-\[507px\] {
    max-width: 507px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-x-\[72px\] {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1440px) {

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:h-\[900px\] {
    height: 900px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-x-\[100px\] {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }
}

