@charset "UTF-8";
@font-face {
  font-family: "Headline";
  src: url("../fonts/Headline-Regular.otf") format("opentype"), url("../fonts/Headline-Regular.woff2") format("woff2"), url("../fonts/Headline-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Headline";
  src: url("../fonts/Headline-Bold.otf") format("opentype"), url("../fonts/Headline-Bold.woff2") format("woff2"), url("../fonts/Headline-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Copytext";
  src: url("../fonts/Copytext-Regular.otf") format("opentype"), url("../fonts/Copytext-Regular.woff2") format("woff2"), url("../fonts/Copytext-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Copytext";
  src: url("../fonts/Copytext-Bold.otf") format("opentype"), url("../fonts/Copytext-Bold.woff2") format("woff2"), url("../fonts/Copytext-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
/*variables*/
.cc-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(238, 238, 238, 0.8);
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  color: #2F2F2F;
}
@media screen and (max-width: 768px) {
  .cc-window {
    position: fixed;
    top: unset;
    bottom: 0;
    background: white;
  }
}
.cc-window a {
  display: inline-block;
  color: #DAAA00;
}
.cc-window a.cc-btn {
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 1.5rem;
  display: inline-block;
  background: #DAAA00;
  margin-top: 1rem;
}
.cc-window a.cc-btn:hover {
  color: #2F2F2F;
  background: white;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  min-height: 60vh;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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 */
  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: 0.8em;
}

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

html {
  font-family: "Copytext", sans-serif;
  scroll-behavior: smooth;
}
html * {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}

body {
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: default;
  color: #2F2F2F;
  font-size: 100%;
  font-variant-ligatures: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  background-color: white;
}
body.menu-mobile-open {
  overflow: hidden;
}

.noscroll {
  overflow-y: hidden;
}

.hide, .more {
  /*TODO: check why span was display none*/
  display: none;
}

video {
  background-image: url("../video/business-nomad-hero-teaser.webp");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

button, a {
  color: inherit;
  cursor: pointer;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  /*text-decoration-color: #daaa00;*/
  /*text-decoration-line: underline;*/
  /*text-decoration-style: solid;*/
  transition: all 0.5s ease;
}

button:hover, a:hover {
  color: #000000;
  text-decoration-color: #000000;
}

button:focus, a:focus, i:focus {
  outline: 0;
}

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

li {
  list-style-type: none;
}

strong, small, em, b, i, u {
  color: inherit;
  font-style: normal;
  font-weight: inherit;
  text-decoration: none;
  text-transform: none;
}

strong {
  color: #daaa00;
}

u {
  text-decoration-color: #f8e08e;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

details > summary {
  cursor: pointer;
  border: none;
  outline: 0;
  transition: all 0.5s ease;
}

p {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

a.btn {
  color: white;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 1.5rem;
  display: inline-block;
}
a.btn.buy {
  color: #FFFFFF;
  background: #DAAA00;
}
a.btn.buy:hover {
  background: #2F2F2F;
}
a.btn.cta {
  color: #DAAA00;
  background: #FFFFFF;
  border: 1px solid #DAAA00;
}
a.btn.cta:hover {
  color: #FFFFFF;
  background: #DAAA00;
}
a.btn.read-more {
  color: #FFFFFF;
  background: #F8E08E;
  border: 1px solid #F8E08E;
}
a.btn.read-more:hover {
  background: #DAAA00;
}
a.btn.text {
  color: #DAAA00;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
a.btn.text:hover {
  color: #2F2F2F;
}
a.btn + .btn {
  margin-left: 0.75rem;
}

h1, h2, h3, h4, h5, h6, blockquote p {
  font-family: "Headline", serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1em;
}
h1.giant, h2.giant, h3.giant, h4.giant, h5.giant {
  font-size: 3.052rem;
  font-size: clamp(3.052rem, 1.7055294118rem + 4.4882352941vw, 4.578rem);
  margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0.75em 0 0.75em;
  font-weight: 700;
}

h1 {
  font-size: 3.052rem;
  margin-top: 0;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}
h4.pre-header {
  font-size: 0.8rem;
  margin: 0;
}
h4.pre-header + h2 {
  margin-top: 0.25rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.25rem;
}

h1 + .subline, h2 + .subline, h3 + .subline {
  font-size: 1.563rem;
  margin-top: -1rem;
  margin-bottom: 0;
}
h1 + .subline + a, h2 + .subline + a, h3 + .subline + a {
  margin-top: 1.5rem;
}

blockquote p:before {
  display: block;
  content: "„";
  color: #daaa00;
  font-size: 3em;
  padding-bottom: 0.25em;
}

blockquote p:after {
  display: block;
  content: "“";
  color: #daaa00;
  font-size: 3em;
}

video, img {
  object-fit: cover;
}

/*helper classes generic*/
.color-primary {
  color: #DAAA00 !important;
}

.color-secondary {
  color: #F8E08E !important;
}

.color-black {
  color: #2F2F2F !important;
}

.color-white {
  color: #FFFFFF !important;
}

.p-05 {
  padding: 0.5rem;
}

.p-15 {
  padding: 1.5rem;
}

.px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 960.1px) {
  .px-15-m {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.width-60 {
  width: 60%;
}

@media screen and (min-width: 960.1px) {
  .width-60-m {
    width: 60%;
  }
}

.width-68 {
  width: 68%;
}

.width-80 {
  width: 80%;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1;
}

.aspect-ratio-3-4 {
  aspect-ratio: 3/4;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.d-flex {
  display: flex !important;
}

.flex-grow {
  flex-grow: 3 !important;
}

.hero * {
  color: white;
}
.hero .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero .content video, .hero .content figure {
  transition: height 250ms;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .hero .content video, .hero .content figure {
    height: 100vh;
  }
}
.hero .content figure {
  height: 50vh;
}
@media screen and (max-width: 960px) {
  .hero .content figure {
    height: 33.333vh;
    min-height: 15rem;
  }
}
.hero .content figure img {
  object-fit: cover;
  height: 100%;
}
.hero .overlay {
  position: absolute;
  padding: 2rem;
  font-size: 3vmin;
}

#btn-toggle-menu {
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  display: none;
  background-color: #EEEEEE;
  height: 4rem;
  width: 4rem;
  border-radius: 46%;
  /*same as icon/logo*/
  background-image: url("../img/icons/menu-burger-black.svg");
  background-size: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  #btn-toggle-menu {
    display: block;
  }
}
#btn-toggle-menu.close {
  background-image: url("../img/icons/menu-close-black.svg");
}

nav#main {
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 80px;
  align-items: center;
  background-color: #FFFFFF;
  z-index: 10;
  transition: height 250ms;
}
@media screen and (max-width: 900px) {
  nav#main {
    opacity: 0;
    position: fixed;
    height: 0;
    width: 100vw;
    left: 0;
    padding: 1rem 0;
    overflow: scroll;
  }
}
nav#main a.active {
  position: relative;
}
nav#main a.active::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 4rem);
  height: 1px;
  left: 2rem;
  border-bottom: 1px solid #DAAA00;
}
nav#main > ul li {
  display: inline-grid;
}
nav#main > ul li.logo a {
  background-image: url("../img/icons/business-nomad-home.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8rem;
  width: 8rem;
}
@media screen and (max-width: 900px) {
  nav#main ul {
    display: flex !important;
    flex-flow: column;
  }
}
nav#main ul.menu a, nav#main ul.menu span {
  font-size: 1.17rem;
  padding: 1.5rem;
  color: #2F2F2F;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  nav#main ul.menu a, nav#main ul.menu span {
    padding: 1rem;
    width: max-content;
    margin: 0 auto;
  }
}
nav#main ul.menu a:hover, nav#main ul.menu span:hover {
  color: #DAAA00;
}
nav#main ul.menu span {
  position: relative;
  color: #DAAA00;
}
@media screen and (max-width: 900px) {
  nav#main ul.menu span {
    display: none;
  }
}
nav#main ul.menu span:hover {
  cursor: pointer;
}
nav#main ul.menu span::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.35rem);
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid transparent;
  border-right-color: inherit;
  border-bottom-color: inherit;
  transform: rotate(45deg);
}
nav#main ul.menu ul.more {
  transition: all 250ms, opacity 83.3333333333ms;
  transition-delay: 0ms;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  nav#main ul.menu ul.more {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  nav#main ul.menu ul.more::before {
    content: "";
    width: 35%;
    height: 1px;
    border-top: 1px solid #EEEEEE;
    margin: 0.75rem auto;
  }
}
nav#main ul.menu ul.more a.active::after {
  bottom: 0.3rem;
}
@media screen and (min-width: 900.01px) {
  nav#main ul.menu ul.more a {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}
nav#main.open ul.menu span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid transparent;
  border-right-color: inherit;
  border-bottom-color: inherit;
  transform: rotate(225deg);
}
nav#main.open ul.menu ul.more {
  visibility: visible;
  transition: all 250ms, opacity 250ms ease 125ms;
  opacity: 1;
  height: 34.4px;
}

nav#main.open {
  transition: height 250ms;
  height: 114.4px;
}

body.nav-open .hero .content video {
  transition: height 250ms;
  height: calc(100vh - 114.4px);
}

section > h2, aside h5 {
  /*TODO: check h4*/
  padding: 3rem 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 0;
}

i {
  vertical-align: middle;
}

i.icon {
  display: block;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  -webkit-border-radius: 46%;
  -moz-border-radius: 46%;
  -o-border-radius: 46%;
  border-radius: 46%;
  border: 1px solid #EEEEEE;
  margin: auto auto 1rem;
}

i.brandmark {
  background-color: white;
  background-image: url("../img/icons/business-nomad-icon.svg");
}

i.cap {
  background-color: #F8E08E;
  border-color: #F8E08E;
  background-image: url("../img/icons/business-nomad-cap-black.svg");
}

i.sleeve {
  background-color: #F8E08E;
  border-color: #F8E08E;
  background-image: url("../img/icons/business-nomad-sleeve-black.svg");
}

i.beanie {
  background-color: #F8E08E;
  border-color: #F8E08E;
  background-image: url("../img/icons/business-nomad-beanie-black.svg");
}

i.no-1 {
  background-color: white;
  background-image: url("../img/icons/no-1.svg");
}
i.no-2 {
  background-color: white;
  background-image: url("../img/icons/no-2.svg");
}
i.no-3 {
  background-color: white;
  background-image: url("../img/icons/no-3.svg");
}
i.no-4 {
  background-color: white;
  background-image: url("../img/icons/no-4.svg");
}

i {
  width: 4rem;
  height: 4rem;
}

aside {
  padding: 0 1.5rem;
}

#benefits ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#benefits li {
  flex-basis: 25%;
}
@media screen and (max-width: 960px) {
  #benefits li {
    flex-basis: 40%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  #benefits li {
    flex-basis: 60%;
  }
}

footer {
  background: #2F2F2F;
  display: flex;
  padding: 3rem 1.5rem 0.5rem 1.5rem;
  margin-top: 1.5rem;
  gap: 1.5rem 3rem;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer section {
  text-align: left;
  line-height: 1.5;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 960px) {
  footer section {
    flex-basis: 40%;
  }
  footer section:nth-child(1) {
    order: 2;
  }
  footer section:nth-of-type(2)::after, footer section:nth-of-type(3)::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    background-color: #EEEEEE;
  }
}
@media screen and (max-width: 768px) {
  footer section {
    flex-basis: 60%;
  }
  footer section:not(:first-of-type)::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    background-color: #EEEEEE;
  }
}
@media screen and (min-width: 960.1px) {
  footer section:not(:last-of-type)::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: -1.5rem;
    top: 0;
    background-color: #EEEEEE;
  }
}
footer section p {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer small {
  display: block;
}
footer ul li {
  margin-top: 0.75rem;
}
footer ul.sale-points address {
  font-size: 0.8em;
}
footer #copyright {
  flex-basis: 100%;
  order: 9;
  margin: 0;
  padding: 1.5rem 0 0.5rem 0;
  width: 100%;
  border-top: 1px solid #EEEEEE;
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  footer #copyright {
    text-align: left;
  }
}

/*icon for external links*/
footer a[href^=http], footer a[href^="https://"] {
  position: relative;
}
footer a[href^=http]::after, footer a[href^="https://"]::after {
  content: "";
  height: 0.35rem;
  width: 0.35rem;
  right: -0.65rem;
  background-image: url("../img/icons/external-link-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 250ms;
  opacity: 0;
}
@media screen and (min-width: 900.01px) {
  footer a[href^=http]::after, footer a[href^="https://"]::after {
    top: 0.15rem;
  }
}
@media screen and (max-width: 900px) {
  footer a[href^=http]::after, footer a[href^="https://"]::after {
    opacity: 1;
  }
}
@media screen and (min-width: 900.01px) {
  footer a[href^=http]:hover::after, footer a[href^="https://"]:hover::after {
    content: "";
    height: 0.35rem;
    width: 0.35rem;
    right: -0.65rem;
    background-image: url("../img/icons/external-link-gray.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 1;
  }
}
@media screen and (min-width: 900.01px) and (min-width: 900.01px) {
  footer a[href^=http]:hover::after, footer a[href^="https://"]:hover::after {
    top: 0.15rem;
  }
}

nav#main a[href^=http], nav#main a[href^="https://"] {
  position: relative;
}
nav#main a[href^=http]::after, nav#main a[href^="https://"]::after {
  content: "";
  height: 0.35rem;
  width: 0.35rem;
  right: -0.65rem;
  background-image: url("../img/icons/external-link-gray.svg");
  background-image: url("../img/icons/external-link-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 250ms;
  opacity: 0;
}
@media screen and (min-width: 900.01px) {
  nav#main a[href^=http]::after, nav#main a[href^="https://"]::after {
    top: 0.15rem;
  }
}
@media screen and (max-width: 900px) {
  nav#main a[href^=http]::after, nav#main a[href^="https://"]::after {
    opacity: 1;
  }
}
@media screen and (min-width: 900.01px) {
  nav#main a[href^=http]:hover::after, nav#main a[href^="https://"]:hover::after {
    content: "";
    height: 0.35rem;
    width: 0.35rem;
    right: -0.65rem;
    background-image: url("../img/icons/external-link-gray.svg");
    background-image: url("../img/icons/external-link-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 1;
  }
}
@media screen and (min-width: 900.01px) and (min-width: 900.01px) {
  nav#main a[href^=http]:hover::after, nav#main a[href^="https://"]:hover::after {
    top: 0.15rem;
  }
}

/*end icon for external links*/
.teaser a.btn {
  display: inline-grid;
}

.teaser, figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

figure img {
  width: 100%;
}

figcaption.inside {
  position: absolute;
}
figcaption.inside * {
  color: #FFFFFF;
}
figcaption.inside .btn.cta {
  color: #FFFFFF;
  background: #DAAA00;
  border: 1px solid transparent;
}
figcaption.inside .btn.cta:hover {
  color: #DAAA00;
  background: #FFFFFF;
}
figcaption.center-center {
  justify-content: center;
  align-self: center;
}
figcaption.bottom-center {
  justify-content: center;
  align-self: flex-end;
}
figcaption.bottom-left {
  align-self: flex-end;
  text-align: left;
  margin-right: 1.5rem;
}
figcaption.text-left {
  text-align: left;
}
figcaption h3 {
  font-weight: bold;
  margin-top: 1.5rem;
}
figcaption h4 + p {
  margin-block-start: -1rem;
}
figcaption p {
  line-height: 2;
}

figure.quote {
  display: block;
}
figure.quote figcaption {
  position: relative;
  padding: 0 0 1rem 0;
}

.story .sticky figure {
  background: #eee;
}

.text-teaser {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  padding: 3rem 1.5rem;
  margin: 3rem 1.5rem 0;
}
.text-teaser h2 {
  margin: 0 auto;
  font-size: 3vmin;
  max-width: 68%;
}
.text-teaser h2 span {
  color: #DAAA00;
}
.text-teaser h2 span:not(:first-of-type) {
  display: none;
}
.text-teaser .btn {
  display: inline-block;
  margin-top: 1.5rem;
}
.text-teaser + section:first-of-type {
  margin-top: 3rem;
}

#variants-slider {
  padding: 3rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  height: min-content;
}
@media screen and (max-width: 960px) {
  #variants-slider {
    padding: 1.5rem 0.75rem;
    flex-wrap: wrap;
    height: min-content;
  }
}
#variants-slider > * {
  flex-basis: 33.333%;
  padding: 0 1.5rem;
  border-left: 1px solid #EEEEEE;
}
@media screen and (max-width: 960px) {
  #variants-slider > * {
    flex-basis: 60%;
    padding: 0;
    border-left: none;
  }
}
#variants-slider [data-slide="2"], #variants-slider [data-slide="3"] {
  opacity: 0;
}
#variants-slider > ul {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #variants-slider > ul {
    flex-basis: 60%;
    flex-grow: 1;
    flex-flow: row;
    order: 2;
    border-bottom: 1px solid #EEEEEE;
  }
}
#variants-slider > ul li {
  width: 26.6666666667vh;
  aspect-ratio: 1;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  #variants-slider > ul li {
    width: 33%;
  }
}
@media screen and (min-width: 960.1px) {
  #variants-slider > ul li:not(:first-of-type) {
    border-top: 1px solid #EEEEEE;
  }
  #variants-slider > ul li:not(:last-of-type) {
    border-bottom: 1px solid #EEEEEE;
  }
}
#variants-slider > ul li .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
#variants-slider > ul li .selector.active {
  font-weight: bold;
}
#variants-slider > ul li .selector.active::after {
  content: "";
  height: 2rem;
  width: 2rem;
  background: white;
  position: absolute;
  right: -3.7rem;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #variants-slider > ul li .selector.active::after {
    content: "";
    height: 2rem;
    width: 2rem;
    background: white;
    position: absolute;
    right: calc(50% - 1rem);
    transform: rotate(45deg);
    z-index: 1;
    top: -1rem;
  }
}
#variants-slider > figure {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #variants-slider > figure {
    flex-grow: 4;
    height: 14rem;
    order: 1;
  }
}
#variants-slider > figure img {
  position: absolute;
  object-fit: cover;
  left: 1.5rem;
  top: 0;
  width: calc(100% - 3rem);
  height: 100%;
}
@media screen and (max-width: 960px) {
  #variants-slider > figure img {
    left: 0;
    width: 100%;
  }
}
#variants-slider > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 960px) {
  #variants-slider > div {
    width: 100%;
    flex-grow: 4;
    order: 3;
  }
}
#variants-slider > div [data-slide="2"], #variants-slider > div [data-slide="3"] {
  display: none;
}
#variants-slider > div .shopify-buy-frame iframe {
  min-height: 115px;
}
#variants-slider > div .price {
  font-size: 2rem;
}
#variants-slider > div .price span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
}
#variants-slider > div figure {
  margin: 1.5rem 0;
}
#variants-slider > div figure img {
  width: 50%;
  aspect-ratio: 1;
  border-radius: 46%;
}
#variants-slider > div figure div {
  margin-top: 1.5rem;
}

#divider_hashtag {
  display: flex;
  height: 60vh;
  padding: 3rem 1.5rem;
}
#divider_hashtag figure {
  height: 100%;
}
#divider_hashtag figure:first-of-type {
  padding-left: 0;
  border-left: none;
}
#divider_hashtag figure:last-of-type {
  padding-right: 0;
  border-right: none;
}
#divider_hashtag figure img {
  object-fit: cover;
  width: 100%;
}
#divider_hashtag figure figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0;
}
#divider_hashtag figure figcaption p {
  letter-spacing: 0.25em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0.2em solid #FFFFFF;
  padding: 0.75rem 1.5rem;
  transform: rotate(-90deg);
}

.img-row {
  display: flex;
  width: 68vw;
  margin: 3rem auto;
}
.img-row.fullwidth {
  width: 100vw;
}
.img-row.divider figure:not(:first-of-type) {
  border-left: 1px solid #EEEEEE;
}
.img-row figure {
  padding: 0 1.5rem;
}
.img-row figure.caption-below {
  display: inline-block;
  align-items: unset;
  justify-content: inherit;
}
.img-row figure.caption-below figcaption {
  position: relative;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.module_specs {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  margin: 0 1.5rem;
  padding: 1.5rem;
}
.module_specs > div {
  padding: 1.5rem;
  margin: 0 auto;
}
.module_specs > div h5 {
  font-size: 1.25rem;
  margin: 0;
}
.module_specs > div ul {
  width: 33.333%;
  margin: 0 auto;
  padding: 1.5rem;
}
@media screen and (max-width: 960px) {
  .module_specs > div ul {
    width: 100%;
    padding: 0;
    padding-top: 1.5rem;
  }
}
.module_specs > div ul li {
  padding: 0.5rem 0;
  line-height: 2;
}
.module_specs > div ul li:not(:last-of-type) {
  border-bottom: 1px solid #EEEEEE;
}
.module_specs > div ul li img {
  height: 2rem;
}

.accordion {
  position: relative;
  display: inline-block;
}
.accordion:hover {
  cursor: pointer;
}
.accordion::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: calc(50% - 0.35rem);
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid transparent;
  border-right-color: inherit;
  border-bottom-color: inherit;
  transform: rotate(45deg);
}
.accordion.open::after {
  top: 50%;
  transform: rotate(225deg);
}
.accordion + ul {
  display: none;
}

.content-box {
  display: flex;
  margin: 1.5rem auto;
  align-items: center;
  text-align: left;
  min-width: 800px;
  width: 68vw;
}
@media screen and (max-width: 900px) {
  .content-box {
    min-width: 100%;
  }
}
.content-box:nth-of-type(odd) figure {
  border-left: 1px solid #EEEEEE;
}
.content-box:nth-of-type(even) figure {
  order: -1;
  border-right: 1px solid #EEEEEE;
}
.content-box p {
  line-height: 1.5;
}
.content-box > * {
  padding: 1.5rem;
  flex: 0 1 50%;
}

/*Modules*/
[class^=module_] {
  padding: 3rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  [class^=module_] {
    padding: 1.5rem 0.75rem;
    margin-bottom: 0.75rem;
  }
}
[class^=module_]:not(.fullwidth) {
  width: 68%;
  margin-right: auto;
  margin-left: auto;
}
[class^=module_].caption-outside figure, [class^=module_].caption-outside > div {
  display: block;
}
[class^=module_].caption-inside figcaption {
  bottom: 1.5rem;
  left: 1.5rem;
}

.module_banner_icon_text_centered figure {
  position: relative;
}
.module_banner_icon_text_centered figure figcaption {
  padding: 3rem;
}
.module_banner_icon_text_centered figure::after, .module_banner_icon_text_centered figure::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #EEEEEE;
}
.module_banner_icon_text_centered figure::after {
  bottom: 0;
}
.module_banner_icon_text_centered figure::before {
  top: 0;
}
.module_banner_icon_text_centered.fullheight figure {
  height: 100vh;
}
.module_banner_icon_text_centered.fullheight figure::after, .module_banner_icon_text_centered.fullheight figure::before {
  content: none;
  border-bottom: solid transparent;
}
.module_banner_icon_text_centered.fullheight figure img {
  object-fit: cover;
  height: 100%;
}
.module_banner_icon_text_centered.with-img figure {
  display: block;
}
.module_banner_icon_text_centered.with-img figure img.small {
  width: 450px;
  max-width: 100%;
}
.module_banner_icon_text_centered.with-img figure figcaption {
  padding: 0;
  position: relative;
}

.module_x_col_img, .module_x_col_text {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.module_x_col_img.divider-top-bottom, .module_x_col_text.divider-top-bottom {
  position: relative;
}
.module_x_col_img.divider-top-bottom::after, .module_x_col_img.divider-top-bottom::before, .module_x_col_text.divider-top-bottom::after, .module_x_col_text.divider-top-bottom::before {
  content: "";
  width: calc(100% - 3rem);
  position: absolute;
  left: 1.5rem;
  height: 1px;
  border-bottom: 1px solid #EEEEEE;
}
.module_x_col_img.divider-top-bottom::after, .module_x_col_text.divider-top-bottom::after {
  bottom: 0;
}
.module_x_col_img.divider-top-bottom::before, .module_x_col_text.divider-top-bottom::before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .module_x_col_img.divider-top-bottom figure, .module_x_col_text.divider-top-bottom figure {
    position: relative;
  }
  .module_x_col_img.divider-top-bottom figure:not(:last-of-type)::after, .module_x_col_text.divider-top-bottom figure:not(:last-of-type)::after {
    content: "";
    width: calc(100% - 3rem);
    position: absolute;
    left: 1.5rem;
    height: 1px;
    border-bottom: 1px solid #EEEEEE;
  }
  .module_x_col_img.divider-top-bottom figure:not(:last-of-type)::after, .module_x_col_text.divider-top-bottom figure:not(:last-of-type)::after {
    bottom: -1.5rem;
  }
}
.module_x_col_img:not(.divider-top-bottom) figure:not(:first-of-type)::after, .module_x_col_text:not(.divider-top-bottom) figure:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EEEEEE;
}
.module_x_col_img.portrait-landscape, .module_x_col_text.portrait-landscape {
  align-items: center;
}
@media screen and (max-width: 960px) {
  .module_x_col_img.portrait-landscape figure, .module_x_col_text.portrait-landscape figure {
    flex-basis: 60%;
  }
}
.module_x_col_img.portrait-landscape figure:first-of-type, .module_x_col_text.portrait-landscape figure:first-of-type {
  align-self: center;
}
.module_x_col_img figure, .module_x_col_text figure {
  flex-basis: 160px;
  flex-grow: 1;
  position: relative;
  align-self: flex-start;
}
@media screen and (max-width: 960px) {
  .module_x_col figure {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 479px) {
  .module_x_col_img figure, .module_x_col_text figure {
    flex-basis: 60%;
  }
}
.module_x_col_img figure figcaption p.divider-top, .module_x_col_text figure figcaption p.divider-top {
  display: inline-block;
  position: relative;
  margin-top: 0.75rem;
}
.module_x_col_img figure figcaption p.divider-top::after, .module_x_col_text figure figcaption p.divider-top::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1rem;
  left: 0;
  border-bottom: 1px solid #EEEEEE;
}
.module_x_col_img.square figure img, .module_x_col_text.square figure img {
  aspect-ratio: 1;
}
.module_x_col_img.square-small figure img, .module_x_col_text.square-small figure img {
  aspect-ratio: 1;
  width: 10rem;
}
.module_x_col_img.portrait figure img, .module_x_col_text.portrait figure img {
  aspect-ratio: 3/4;
}
.module_x_col_img.hashtag p, .module_x_col_text.hashtag p {
  letter-spacing: 0.25em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0.2em solid #FFFFFF;
  padding: 0.75rem 1.5rem;
  transform: rotate(-90deg);
}
.module_x_col_img.hashtag img, .module_x_col_text.hashtag img {
  aspect-ratio: 1;
}
.module_x_col_img.hashtag figcaption, .module_x_col_text.hashtag figcaption {
  bottom: auto;
  left: auto;
}

@media screen and (max-width: 960px) {
  .module_x_col_text figure {
    flex-basis: 40%;
  }
  .module_x_col_text figure:nth-of-type(3) {
    position: relative;
  }
  .module_x_col_text figure:nth-of-type(3)::after {
    content: "";
    height: 1px !important;
    background: #EEEEEE !important;
    width: calc(200% + 3rem) !important;
    top: -1.5rem !important;
    position: absolute !important;
    left: 0 !important;
  }
}

.module_two_col_sticky {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.module_two_col_sticky > div {
  flex-basis: 33.333%;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .module_two_col_sticky > div {
    flex-basis: 60%;
  }
}
.module_two_col_sticky > div:first-of-type {
  align-self: flex-start;
  position: sticky;
  top: calc(80px - 1.5rem);
}
@media screen and (max-width: 960px) {
  .module_two_col_sticky > div:first-of-type {
    position: relative;
    top: unset;
  }
}
.module_two_col_sticky > div:first-of-type figcaption img {
  width: 25%;
}
.module_two_col_sticky > div:not(:first-of-type) {
  position: relative;
}
.module_two_col_sticky > div:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EEEEEE;
}
.module_two_col_sticky > div:not(:first-of-type) figure {
  /*&.text-only {
      + figure {
          margin-top: 1.5rem;
      }
  }

  &:not(.text-only) {
      + figure {
          margin-top: 1.5rem;
      }
  }*/
}
.module_two_col_sticky > div:not(:first-of-type) figure + figure {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .module_two_col_sticky > div:not(:first-of-type) figure + figure {
    margin-top: 1.5rem;
  }
}
.module_two_col_sticky > div:not(:first-of-type) figcaption {
  bottom: 1.5rem;
  left: 1.5rem;
}
@media screen and (min-width: 960.1px) {
  .module_two_col_sticky.inverted > div:first-of-type {
    order: 2;
  }
}
.module_two_col_sticky.inverted > div:first-of-type::after {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EEEEEE;
}
.module_two_col_sticky.inverted > div:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  background-color: transparent;
}

.module_two_col_static {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.module_two_col_static > div {
  flex-basis: 33.333%;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .module_two_col_static > div {
    flex-basis: 60%;
  }
}
.module_two_col_static > div:first-of-type {
  align-self: flex-start;
}
.module_two_col_static > div:not(:first-of-type) {
  position: relative;
}
.module_two_col_static > div:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EEEEEE;
}
.module_two_col_static > div:not(:first-of-type) figcaption {
  bottom: 3rem;
  left: 3rem;
}
.module_two_col_static.inverted > div:first-of-type {
  order: 2;
  position: relative;
}
.module_two_col_static.inverted > div:first-of-type::after {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EEEEEE;
}
.module_two_col_static.inverted > div:first-of-type:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: transparent;
}

/*# sourceMappingURL=main.css.map */
