:root {
  --red: #dd4114;
  --black: #131313;
  --white: var(--red);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 250px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.header {
  background-color: var(--red);
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header.cc-cta {
  background-color: var(--red);
  padding-left: 80px;
  padding-right: 80px;
}

.header.cc-cta.red {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.header.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.header.cc-store-home-wrap.black {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--black);
  object-fit: fill;
  width: auto;
  height: auto;
  display: block;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.container.attikbeer_content {
  justify-content: flex-end;
  align-items: flex-start;
}

.paragraph-tiny {
  color: var(--red);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--red);
  flex: 0 auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.paragraph-bigger.cc-bigger-light {
  background-color: var(--black);
  opacity: .6;
  font-family: Breakingnews, sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
}

.button {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  width: 20%;
  margin-bottom: 100px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--red);
  -webkit-text-stroke-color: var(--black);
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  border: 1px solid var(--red);
  color: var(--red);
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.square {
  z-index: 1;
  -webkit-text-stroke-width: 1px;
  border-radius: 100px;
  align-self: flex-start;
  width: 70%;
  max-width: 250px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: static;
}

.button.cc-jumbo-button.square:hover {
  -webkit-text-stroke-color: var(--red);
  border-width: 1.5px;
}

.button.cc-jumbo-button.square.playbutton {
  text-shadow: 0 1px 1px #0003;
  width: 50%;
  max-width: 150px;
  margin-top: 20px;
  position: relative;
}

.button.cc-jumbo-button.square.motion {
  align-self: flex-end;
}

.button.cc-jumbo-button.square.signup {
  width: 100%;
  margin-top: 0;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.black {
  background-color: var(--black);
  color: var(--red);
  border-style: none;
  flex: 0 auto;
  align-self: center;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  min-height: 50px;
  font-style: normal;
}

.button.introhead {
  color: var(--red);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--red);
  background-color: #0000;
  border-width: 1.5px;
  border-radius: 78px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.button.introhead:hover {
  border-width: 2px;
  border-color: var(--red);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--red);
}

.button.close {
  z-index: 200;
  clear: right;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Breakingnews, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  color: #e63300;
  margin-bottom: 25px;
  font-family: Breakingnews, sans-serif;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Breakingnews, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  color: var(--red);
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  z-index: 4;
  opacity: .6;
  color: var(--red);
  text-align: justify;
  text-shadow: 0 1px 1px #0003;
  flex: 0 auto;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 17px;
  position: static;
}

.paragraph-light.left {
  text-align: right;
}

.paragraph-light.left.brandend {
  text-align: justify;
  width: 35%;
}

.paragraph-light.brandedlength {
  width: 50%;
  min-width: 200px;
  padding-bottom: 40px;
}

.paragraph-light.brandedlength.projectlength {
  text-align: right;
  align-self: auto;
  width: 30%;
}

.paragraph-light.head {
  text-align: justify;
  width: 60%;
  padding-top: 0;
  padding-bottom: 60px;
}

.paragraph-light.credits {
  height: auto;
}

.heading-jumbo {
  aspect-ratio: auto;
  color: var(--red);
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  object-fit: fill;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Anton, sans-serif;
  font-size: 100px;
  line-height: 100px;
  display: block;
}

.heading-jumbo.headerfontsize {
  margin-top: 140px;
  margin-bottom: 20px;
  font-size: 126px;
  line-height: 120px;
}

.heading-jumbo.aboutclass {
  color: var(--red);
  text-align: right;
  letter-spacing: -2px;
  width: 80%;
  font-size: 91px;
  font-style: normal;
  line-height: 104px;
}

.heading-jumbo.aboutclass.european {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 53px;
  line-height: 22px;
}

.heading-jumbo.aboutclass.european.fullservice {
  margin-top: -10px;
  line-height: 52px;
}

.heading-jumbo.graffiti {
  letter-spacing: -7px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Knerd Fill, sans-serif;
  font-size: 112px;
  line-height: 83px;
}

.heading-jumbo.graffiti.black {
  color: var(--black);
  letter-spacing: -12px;
  margin-top: -11px;
  margin-bottom: 0;
  font-size: 136px;
  line-height: 115px;
}

.heading-jumbo.graffiti.fullserivee {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 81px;
}

.heading-jumbo.epaper {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  line-height: 46px;
}

.heading-jumbo-small {
  z-index: 8;
  aspect-ratio: auto;
  color: var(--red);
  text-align: left;
  text-transform: uppercase;
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 10px;
  font-family: Anton, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 63px;
  text-decoration: none;
  position: relative;
}

.heading-jumbo-small.phonenumber {
  padding-left: 0;
  text-decoration: underline;
}

.heading-jumbo-small.phonenumber.black:hover {
  -webkit-text-stroke-width: 2px;
  font-style: normal;
  font-weight: 400;
}

.heading-jumbo-small.clients {
  width: 100%;
  height: auto;
  font-size: 38px;
  line-height: 43px;
  display: flex;
}

.heading-jumbo-small.clients.black {
  color: var(--black);
  text-align: justify;
  font-size: 63px;
  line-height: 63px;
}

.heading-jumbo-small.clients.black.centered {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  height: 117px;
  padding-right: 0;
  font-size: 60px;
  line-height: 61px;
  text-decoration: none;
}

.heading-jumbo-small.clients.black.centered.contact {
  height: auto;
  font-size: 120px;
  line-height: 116px;
  overflow: hidden;
}

.heading-jumbo-small.clients.black.centered.contact.drink {
  background-color: #0000;
  padding-bottom: 0;
  font-size: 80px;
}

.heading-jumbo-small.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.heading-jumbo-small.left {
  text-align: right;
}

.heading-jumbo-small.gallerie {
  pointer-events: auto;
  -webkit-text-stroke-color: var(--red);
  text-shadow: 0 1px 1px #0003;
  border-width: 0;
  border-color: #0000;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 35px;
  line-height: 36px;
  position: static;
}

.heading-jumbo-small._3dvisualsheadline {
  z-index: 2;
  aspect-ratio: auto;
  text-align: right;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -161px;
  padding-top: 60px;
  padding-right: 20px;
  position: static;
  left: -84px;
}

.heading-jumbo-small.socialadapation {
  width: 346px;
  line-height: 68px;
}

.heading-jumbo-small.higend {
  line-height: 65px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  color: var(--red);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  text-align: left;
  width: 70%;
  max-width: 300px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  width: 100%;
  height: 90px;
  max-height: 90px;
  display: grid;
  position: static;
  inset: 0% auto auto 0%;
}

.navigation-wrap {
  opacity: 1;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 95px;
  max-height: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: static;
}

.navigation {
  z-index: 100;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navigation-item {
  opacity: .6;
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--red);
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  flex: 0 auto;
  overflow: visible;
}

.logo-image {
  width: 229px;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}

.navigation-items {
  text-align: left;
  letter-spacing: 12px;
  text-transform: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: static;
}

.footer-wrap {
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  align-self: flex-start;
  width: 30%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-text.cleints {
  width: 70%;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  position: static;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  float: none;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 120px;
  display: block;
}

.home-content-wrap.europe {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.home-content-wrap.europe.attikbeer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.home-section-wrap {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  min-width: 500px;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.home-section-wrap.left {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-section-wrap.right {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: -40px;
  padding-top: 0;
  padding-left: 400px;
  display: flex;
}

.home-section-wrap.intro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-section-wrap.europe {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.specialtiesgrid {
  float: none;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template: ". ."
  / 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.specialtiesgrid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin: 0;
  padding-left: 140px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.specialtiescontentcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.specialtiescontentcontainer.right {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.specialtiescontentcontainer.right.socialspecialties {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: flex-end start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.specialtiescontentcontainer.double {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start start;
  width: 100%;
  margin-top: -24px;
  display: flex;
}

.specialtiescontentcontainer.highendcommercials {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -51px;
  margin-left: -206px;
  padding-top: 0;
  padding-right: 58px;
}

.specialtiescontentcontainer._3dvfx {
  margin-top: 20px;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.specialtiescontentcontainer.intro {
  justify-content: flex-start;
  align-items: flex-start;
}

.specialtiescontentcontainer.projects {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 60px;
  padding-right: 0;
}

.specialtiescontentcontainer.europe {
  justify-content: flex-start;
  align-items: flex-start;
}

.specialtiescontentcontainer.europe.attikmargin {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 40px;
}

.image {
  display: block;
}

.link {
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 60px;
  margin-right: 20px;
  font-family: Anton, sans-serif;
}

.link.back-to-top {
  flex: 1;
  justify-content: flex-end;
  margin-right: 60px;
  display: flex;
}

.background-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  max-height: 1280px;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.heading {
  color: #e63300;
  letter-spacing: 1px;
  font-family: Breakingnews, sans-serif;
}

.heading-2, .heading-3 {
  letter-spacing: 2px;
  font-family: Breakingnews, sans-serif;
}

.heading-4 {
  text-align: left;
  letter-spacing: 1px;
  font-family: Breakingnews, sans-serif;
}

.heading-5 {
  letter-spacing: 1px;
  font-family: Breakingnews, sans-serif;
}

.heading-6 {
  letter-spacing: 1px;
  font-family: Breakingnews, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: var(--red);
  font-family: Open Sans, sans-serif;
}

.paragraph.black {
  float: none;
  color: var(--black);
  text-align: center;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.paragraph.black.coa {
  z-index: 2;
  text-align: left;
  min-width: 50%;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  position: static;
}

.link-2 {
  color: var(--red);
  font-family: Open Sans, sans-serif;
}

.text-block {
  aspect-ratio: auto;
  color: var(--black);
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.text-block-2 {
  color: var(--red);
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.heading-7 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
}

.block-quote {
  color: var(--red);
  font-family: Open Sans, sans-serif;
}

.heading-8, .heading-9 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
}

.list-item, .list-item-2, .list-item-3 {
  color: var(--red);
  font-family: Open Sans, sans-serif;
}

.list {
  font-family: Open Sans, sans-serif;
}

.body {
  background-color: var(--white);
}

.text-block-3 {
  color: var(--red);
  text-transform: capitalize;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.text-block-3.red {
  color: var(--red);
}

.text-block-4 {
  text-align: left;
}

.socialmediaicon {
  width: 1.9em;
  padding-left: 0;
  padding-right: 5px;
}

.body-2 {
  background-color: var(--black);
  overflow: visible;
}

.content {
  clear: none;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-3 {
  display: flex;
}

.clients {
  background-color: var(--red);
}

.clients.section {
  background-color: var(--red);
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.heading-10 {
  color: var(--red);
}

.specialtiestextcontainer {
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  max-width: 30%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  bottom: -165px;
  left: -86px;
}

.specialtiestextcontainer._25 {
  align-self: flex-start;
}

.specialtiestextcontainer._50 {
  align-self: flex-start;
  min-width: 600px;
  max-width: 30%;
  margin-left: -35px;
}

.specialtiestextcontainer.intortext {
  flex-flow: row;
  align-self: flex-start;
  height: 100%;
  display: flex;
}

.specialtiestextcontainer.someheadlines {
  margin-right: -69px;
  padding-left: 113px;
}

.specialtiestextcontainer.highend {
  z-index: 6;
  margin-top: 42px;
  margin-right: -260px;
  position: static;
}

.specialtiestextcontainer._3dvisual {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
  position: static;
  bottom: -140px;
  left: 385px;
}

.image-2 {
  width: 50%;
}

.spacer {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.spacer.double {
  width: 100%;
  height: 30%;
}

.spacer.double.branded-content {
  height: 80px;
}

.spacer.double.branded-content.large {
  height: 190px;
}

.spacer.double.highendcommercials {
  width: 20%;
}

.spacer.double.branded {
  height: 50px;
}

.spacer.highend {
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 900px;
  overflow: hidden;
}

.spacer._3dvisuals {
  width: 900px;
}

.specialties {
  margin-bottom: 20px;
  padding-top: 20px;
}

.heading-11 {
  color: var(--red);
}

.heading-11.red {
  letter-spacing: 3px;
  text-transform: none;
  padding-left: 0;
  font-family: Breakingnews, sans-serif;
}

.heading-11.red.epapaar {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 50px;
}

.cell {
  overflow-wrap: normal;
}

.quick-stack {
  grid-row-gap: 20px;
}

.lightbox-link {
  object-fit: fill;
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.image-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 50%;
}

.image-4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 70%;
}

.image-5, .image-6 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 50%;
}

.item {
  width: 30%;
  height: 500px;
}

.item.div70 {
  object-fit: fill;
  flex: 0 auto;
  width: 70%;
  height: 100%;
  display: flex;
}

.item.div70.div80 {
  width: 75%;
}

.item.div30 {
  object-fit: cover;
  height: auto;
  display: flex;
}

.item.div30.div35 {
  width: 35%;
}

.item.div50 {
  width: 50%;
  height: auto;
  display: flex;
}

.item.div25 {
  width: 25%;
  height: auto;
  display: flex;
}

.row {
  height: 600px;
  margin-bottom: -12px;
  display: flex;
}

.image-7 {
  aspect-ratio: auto;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 17px;
  flex: 1;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  position: static;
  overflow: hidden;
}

.gallerie {
  border: 1px solid var(--black);
  mix-blend-mode: normal;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
}

.about {
  padding-bottom: 0;
}

.get-a-drink-contact {
  background-color: var(--red);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.gallerieitemname {
  z-index: 1;
  aspect-ratio: auto;
  pointer-events: auto;
  cursor: auto;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: block;
  position: absolute;
  top: auto;
}

.gallerieitemname.right {
  pointer-events: auto;
  cursor: pointer;
  display: block;
}

.gallerieitemnamerow2 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding: 40px;
  display: block;
  position: absolute;
  top: auto;
}

.playbutton {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.image-8 {
  padding-top: 20px;
}

.image-9 {
  position: relative;
  left: -1069px;
}

.image-10 {
  z-index: -1;
  object-fit: cover;
  width: 400px;
  height: 600px;
  position: absolute;
  top: 1287px;
  left: 160px;
  right: auto;
}

.image-11 {
  z-index: -2;
  object-fit: cover;
  border-radius: 10px;
  width: 30em;
  height: 50em;
  position: absolute;
  left: 1009px;
}

.image-12 {
  z-index: -1;
  object-fit: cover;
  width: 50em;
  height: 30em;
  position: static;
}

.beersocialthumb {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 2000px;
  height: auto;
  max-height: 900px;
  margin-right: 103px;
}

.beersocialthumb.socialmedia {
  aspect-ratio: 12 / 16;
  border-radius: 10px;
  order: 0;
  align-self: auto;
  width: auto;
  height: 600px;
  margin-right: -174px;
  padding-right: 0;
  position: static;
  top: auto;
  left: 253px;
}

.image-14 {
  z-index: -1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 55em;
  position: absolute;
}

.image-15 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 10px;
  width: 30em;
  margin-top: 0;
  position: absolute;
  inset: auto auto -94% -29%;
}

.section-title {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.section-title.speical {
  margin-top: 40px;
  padding-left: 220px;
}

.highendthumb {
  z-index: -1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 2000px;
  height: auto;
  max-height: 900px;
  margin-right: 103px;
  position: static;
}

.highendthumb.socialmedia {
  aspect-ratio: 12 / 16;
  border-radius: 10px;
  order: 0;
  align-self: auto;
  width: auto;
  height: 600px;
  margin-right: -104px;
  padding-right: 0;
  position: static;
  top: auto;
  left: 253px;
}

._3dvisualsthumb {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 400px;
  height: 500px;
  max-height: 900px;
  margin-top: -70px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

._3dvisualsthumb.socialmedia {
  aspect-ratio: 12 / 16;
  border-radius: 10px;
  order: 0;
  align-self: auto;
  width: auto;
  height: 600px;
  margin-right: -104px;
  padding-right: 0;
  position: static;
  top: auto;
  left: 253px;
}

.imagespecialites01 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 36%;
  display: flex;
}

.imagespecialites01.double {
  width: 100%;
  height: 30%;
}

.imagespecialites01.double.branded-content {
  height: 80px;
}

.imagespecialites01.double.branded-content.large {
  height: 190px;
}

.imagespecialites01.double.highendcommercials {
  width: 20%;
}

.imagespecialites01.highend {
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.imagespecialites01._3dvisuals {
  width: 900px;
}

.div-block-4 {
  width: 900px;
  display: block;
}

._3dvisuals {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 0;
  margin-left: -20px;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 0;
  display: block;
  position: static;
}

.heading-jumbo-small-copy {
  color: var(--red);
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 0;
  font-family: Anton, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}

.heading-jumbo-small-copy.phonenumber {
  padding-left: 0;
  text-decoration: underline;
}

.heading-jumbo-small-copy.phonenumber.black:hover {
  -webkit-text-stroke-width: 2px;
  font-style: normal;
  font-weight: 400;
}

.heading-jumbo-small-copy.clients {
  width: 100%;
  height: auto;
  font-size: 38px;
  line-height: 43px;
  display: flex;
}

.heading-jumbo-small-copy.clients.black {
  color: var(--black);
}

.heading-jumbo-small-copy.clients.black.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.heading-jumbo-small-copy.black {
  color: var(--black);
}

.heading-jumbo-small-copy.left {
  text-align: right;
}

.heading-jumbo-small-copy.gallerie {
  -webkit-text-stroke-color: var(--red);
  text-shadow: 0 1px 1px #0003;
  border-width: 0;
  border-color: #0000;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 35px;
  line-height: 36px;
  position: static;
}

.heading-jumbo-small-copy._3dvisualsheadline {
  z-index: 1;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -161px;
  padding-top: 20px;
  padding-right: 20px;
  position: static;
  left: -84px;
}

.motionthumb {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  max-height: 900px;
  margin-left: 39px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.motionthumb.socialmedia {
  aspect-ratio: 12 / 16;
  border-radius: 10px;
  order: 0;
  align-self: auto;
  width: auto;
  height: 600px;
  margin-right: -104px;
  padding-right: 0;
  position: static;
  top: auto;
  left: 253px;
}

.brandedcontent {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.brandedcontent.socialmedia {
  aspect-ratio: 12 / 16;
  border-radius: 10px;
  order: 0;
  align-self: auto;
  width: auto;
  height: 600px;
  margin-right: -104px;
  padding-right: 0;
  position: static;
  top: auto;
  left: 253px;
}

.bold-text {
  text-align: left;
  text-transform: none;
  width: 60%;
  height: 100%;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.outer-parent {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.circle-main {
  z-index: 0;
  background-color: #000;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
}

.circle-parent {
  z-index: 1;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.tri {
  margin-left: 2px;
}

.video-feature {
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.video-12 {
  z-index: 5;
}

.cookie-button-blue-4 {
  background-color: var(--black);
  color: var(--red);
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.cookie-button-blue-4:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-content.mobile-vertical {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-right: 10px;
}

.right-floating-cookie-2 {
  z-index: 3000;
  background-color: var(--red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 600px;
  padding: 25px;
  display: none;
  position: fixed;
  inset: auto 30px 30px auto;
  box-shadow: 0 2px 10px 9px #0003;
}

.margin-15 {
  margin-bottom: 15px;
}

.margin-15.white-text {
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Breakingnews, sans-serif;
  font-size: 30px;
}

.white-text-2 {
  float: right;
  color: #000;
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.learn-more-span-2 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-6 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.video-13 {
  z-index: 100;
  clear: both;
  aspect-ratio: auto;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  left: 0;
  right: 0;
}

.div-block-7 {
  z-index: 100;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.button-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.lightbox-link-2 {
  aspect-ratio: auto;
  object-fit: cover;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-16 {
  margin-left: -38px;
}

.grain {
  z-index: 1200;
  aspect-ratio: auto;
  opacity: .25;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  object-fit: fill;
  background-image: url('../images/F-vUAwjaEAE-gsZ.jpeg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9000px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.image-17 {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: normal;
  margin-left: 695px;
  display: block;
  position: absolute;
}

.image-17.contact {
  width: 600px;
}

.video-14 {
  z-index: 1200;
}

.image-18 {
  width: 200px;
}

.image-19 {
  margin-bottom: -30px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.div-block-8 {
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-20 {
  width: 60px;
  height: 50px;
  padding-right: 10px;
}

.html-embed {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.html-embed._9x16 {
  aspect-ratio: 9 / 16;
  width: 50%;
}

.text-span {
  display: block;
}

.image-21 {
  z-index: 0;
  padding-left: 40px;
  position: static;
}

.image-21.image {
  border-radius: 0;
  width: 100%;
}

.image-21.image._002 {
  width: 70%;
  padding-top: 0;
}

.concatform {
  color: var(--black);
  background-color: #0000;
  align-self: auto;
  padding: 12px 0 0;
  font-family: Anton, sans-serif;
  font-size: 57px;
  line-height: 34px;
  text-decoration: underline;
}

.concatform:hover {
  color: var(--black);
  -webkit-text-stroke-width: 2px;
}

.image-22 {
  object-fit: fill;
  height: 2000px;
  position: fixed;
  inset: 0%;
}

.background-video-2 {
  border-radius: 10px;
  max-height: 400px;
}

.background-video-3 {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  max-height: 900px;
  margin-left: 39px;
  overflow: hidden;
}

.background-video-4 {
  border-radius: 10px;
  width: 400px;
  height: 500px;
  max-height: 900px;
}

.background-video-5 {
  z-index: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 2000px;
  max-width: none;
  height: auto;
  max-height: 900px;
}

.background-video-6 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 10px;
  height: 700px;
  max-height: 1000px;
  margin-right: -174px;
  overflow: hidden;
}

.image-23 {
  width: 90px;
  padding-left: 10px;
}

.lightbox-link-3 {
  display: flex;
}

.section-2 {
  padding-top: 100px;
}

.section3 {
  display: block;
  overflow: visible;
}

.container3 {
  margin-left: 220px;
  overflow: visible;
}

.hero-subscribe-right {
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  width: 100%;
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  height: 50px;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.hero-form-input.name {
  border-radius: 20px;
  font-size: 13px;
}

.hero-form-input.mail {
  border-radius: 20px;
  min-width: 200px;
  font-size: 13px;
}

.hero-form-input.company {
  border-radius: 20px;
  font-size: 13px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.legal {
  opacity: .64;
  color: var(--red);
  font-size: 7px;
}

.text-span-2 {
  letter-spacing: -12px;
  padding-left: 0;
  font-family: Knerd Fill, sans-serif;
  font-size: 139px;
  line-height: 52px;
}

.text-span-3 {
  letter-spacing: -8px;
  font-family: Knerd Fill, sans-serif;
  font-size: 128px;
  line-height: 96px;
}

.text-span-4 {
  letter-spacing: -11px;
  font-family: Knerd Fill, sans-serif;
  font-size: 135px;
}

.text-span-5 {
  letter-spacing: -12px;
  font-family: Knerd Fill, sans-serif;
  font-size: 160px;
}

.text-span-6 {
  letter-spacing: -6px;
  font-family: Knerd Fill, sans-serif;
  font-size: 85px;
  line-height: 59px;
}

.text-span-7 {
  letter-spacing: -6px;
  font-family: Knerd Fill, sans-serif;
  font-size: 81px;
  line-height: 57px;
}

.text-span-8 {
  letter-spacing: -5px;
  white-space: normal;
  word-break: normal;
  font-family: Knerd Fill, sans-serif;
  font-size: 88px;
  line-height: 61px;
}

.text-span-9 {
  letter-spacing: -4px;
  font-family: Knerd Fill, sans-serif;
  font-size: 58px;
  line-height: 59px;
}

.text-span-10 {
  letter-spacing: -5px;
  font-family: Knerd Fill, sans-serif;
  font-size: 78px;
  line-height: 43px;
}

.image-24 {
  width: 200px;
}

.div-block-10 {
  background-image: url('../images/Attik_Img--03.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 400px;
  height: 600px;
  position: absolute;
  top: 6568.25px;
  left: 59px;
}

.heading-12 {
  color: var(--red);
  text-align: left;
  text-transform: uppercase;
  margin-top: -48px;
  font-family: Anton, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
  position: static;
  inset: 39% auto auto 14%;
}

.text-span-11 {
  font-family: Droid Sans, sans-serif;
  font-size: 68px;
}

.code-embed {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.code-embed._9x16 {
  display: none;
}

.div-block-11 {
  width: 100%;
  height: auto;
}

.div-block-12 {
  background-color: var(--black);
  opacity: .01;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader {
  z-index: 999999999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-5 {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
}

.div-block-13 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/XT4I2751_small.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.div-block-14 {
  height: 100px;
}

.image-21-copy0 {
  z-index: 0;
  padding-left: 40px;
  position: static;
}

.image-21-copy0.image {
  width: 100%;
}

.image-21-copy0.image._002 {
  border-radius: 0;
  width: 70%;
  padding-top: 40px;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-color: #fff;
  padding-bottom: 63px;
  position: relative;
}

.container-3 {
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.webflow-lightbox-component {
  display: none;
}

.note-wrapper {
  margin-bottom: 3rem;
}

.showcase-video {
  perspective: 99999px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-3 {
  flex: 1;
}

.collection-list-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.video-wrapper {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.caption-text {
  color: #000;
  background-color: #e5a055;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.vid-info-wrapper {
  flex-direction: column;
  flex: 0 40%;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.flex {
  align-items: center;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 20px;
  padding-right: 40px;
  line-height: 30px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.main-btn {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.main-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.videogallery {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video_container {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 50%;
  padding: 10px 5px;
  display: flex;
  position: relative;
}

.container_video_thumb {
  width: 100%;
}

.vimeo_embed {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 17px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  overflow: hidden;
}

.vimeo_embed._9x16 {
  aspect-ratio: 9 / 16;
  width: 50%;
}

.thumbnail {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 17px;
  flex: none;
  order: 0;
  align-self: auto;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.video_gallery {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  flex: 1;
  align-self: auto;
  width: auto;
  height: auto;
  min-height: 500px;
  display: block;
  position: relative;
}

.container_item {
  z-index: 2;
  aspect-ratio: 16 / 9;
  background-image: url('../images/Screenshot-2024-07-22-at-13.45.31.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.thumbnail_img {
  aspect-ratio: auto;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 17px;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.wrapper_thumb {
  z-index: 0;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.video_container_outer_desktop {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  width: 99%;
  max-width: 99%;
  height: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.videofile {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.videofile._9x16 {
  aspect-ratio: 9 / 16;
  width: 50%;
}

.code-embed-2 {
  z-index: 100;
  aspect-ratio: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox_embedded_vimeo {
  z-index: 100;
  aspect-ratio: auto;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
  position: static;
}

.lightbox_embedded_vimeo_2 {
  z-index: 100;
  aspect-ratio: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.video_container_outer_mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: contain;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  overflow: visible;
}

.video_gallery_mobile {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  flex: 1;
  align-self: auto;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.lightbox_embedded_vimeo_mobile {
  z-index: 100;
  aspect-ratio: auto;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 600px;
  margin-top: 0;
  margin-bottom: 5px;
  display: none;
  position: static;
}

.video_container_outer_desktop_2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  width: 99%;
  max-width: 99%;
  height: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.video_container_outer_desktop_3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3.75fr 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  width: 99%;
  max-width: 99%;
  height: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.video_gallery_oy {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.video_container_outer_desktop_4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  width: 99%;
  max-width: 99%;
  height: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.lightbox_embedded_vimeo_5 {
  z-index: 100;
  aspect-ratio: auto;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
  position: static;
}

.video_container_outer_desktop_3-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3.75fr 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  width: 99%;
  max-width: 99%;
  height: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.video_container_outer_desktop_5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  width: 99%;
  max-width: 99%;
  height: 500px;
  min-height: 0;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .header.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .header.cc-cta.red {
    margin-top: 10px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.introhead {
    width: 100%;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-light {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: 0;
  }

  .paragraph-light.about {
    width: 100%;
  }

  .paragraph-light.about-copy {
    width: 80%;
  }

  .paragraph-light.highend {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.headerfontsize {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 52px;
    line-height: 50px;
  }

  .heading-jumbo.aboutclass {
    margin-left: 40px;
    font-size: 38px;
    line-height: 48px;
  }

  .heading-jumbo.aboutclass.european {
    margin-left: 0;
    padding-bottom: 28px;
  }

  .heading-jumbo.graffiti {
    font-size: 83px;
    line-height: 62px;
  }

  .heading-jumbo.graffiti.black {
    font-size: 98px;
  }

  .heading-jumbo-small {
    padding-left: 0;
    padding-right: 20px;
  }

  .heading-jumbo-small.clients.black {
    font-size: 26px;
    line-height: 31px;
  }

  .heading-jumbo-small.clients.black.centered.contact.drink {
    font-size: 72px;
    line-height: 72px;
  }

  .heading-jumbo-small._3dvisualsheadline {
    margin-right: -371px;
  }

  .heading-jumbo-small.socialadapation {
    z-index: 5;
    line-height: 59px;
  }

  .heading-jumbo-small.higend {
    line-height: 51px;
  }

  .logo-link.w--current {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .menu-icon {
    object-fit: fill;
    display: block;
  }

  .menu {
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 100px;
    max-height: 100px;
    margin-left: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .navigation-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navigation {
    padding: 0 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #0000;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current:hover {
    background-color: #0000;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
    position: static;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #0000;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    display: none;
    position: static;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    margin-top: 300px;
  }

  .motto-wrap {
    margin-left: 0;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    width: 90%;
    margin-right: 0;
    padding-right: 0;
  }

  .home-section-wrap {
    min-width: 100px;
  }

  .home-section-wrap.right {
    padding-left: 0;
  }

  .home-section-wrap.intro {
    text-align: left;
    min-width: 400px;
  }

  .home-section-wrap.europe {
    min-width: 400px;
  }

  .specialtiesgrid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .specialtiesgrid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
    margin-top: 0;
    padding-left: 50px;
    top: -4%;
    left: 0%;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .specialtiescontentcontainer.highendcommercials {
    margin-left: 0;
    padding-right: 0;
  }

  .specialtiescontentcontainer.intro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph.black.coa {
    min-width: 30%;
    padding-top: 0;
  }

  .content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding: 20px 40px;
  }

  .clients.section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .specialtiestextcontainer._50 {
    width: 100px;
    min-width: 400px;
    margin-left: -2px;
    padding-right: 0;
  }

  .specialtiestextcontainer.intortext {
    height: auto;
  }

  .specialtiestextcontainer.someheadlines {
    max-width: 100%;
  }

  .specialtiestextcontainer.highend {
    flex-flow: column;
    max-width: none;
    margin-left: -101px;
  }

  .spacer.double.branded {
    width: 20%;
  }

  .item.div70, .item.div70.div80 {
    width: 60%;
  }

  .item.div30, .item.div25 {
    width: 40%;
  }

  .section-title.speical {
    padding-left: 40px;
  }

  .heading-jumbo-small-copy {
    z-index: 11;
  }

  .bold-text {
    width: auto;
    max-width: 200px;
    height: auto;
  }

  .right-floating-cookie-2 {
    width: 90%;
    margin-bottom: 40px;
    margin-left: 78px;
    inset: auto auto 0% 0%;
  }

  .image-17 {
    width: 50%;
    margin-left: 540px;
    overflow: hidden;
  }

  .image-17.contact {
    width: 400px;
  }

  .image-19 {
    width: 65%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21.image {
    display: none;
  }

  .concatform {
    font-size: 57px;
    line-height: 33px;
  }

  .background-video-2 {
    width: 600px;
    height: 300px;
    margin-left: -222px;
    padding-left: 0;
  }

  .background-video-3 {
    width: 100%;
    margin-left: 81px;
  }

  .background-video-5 {
    width: 1001px;
    max-height: 900px;
  }

  .div-block-9 {
    z-index: 2999;
    background-color: var(--black);
    opacity: .9;
    mix-blend-mode: normal;
    width: 100%;
    min-width: 1920px;
    height: 100%;
    min-height: 1080px;
    position: absolute;
    inset: 0%;
  }

  .image-23 {
    padding-left: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-span-2 {
    letter-spacing: -5px;
    text-indent: 0;
    font-size: 73px;
    line-height: 63px;
  }

  .text-span-4 {
    letter-spacing: -4px;
    font-size: 59px;
  }

  .text-span-5 {
    font-size: 67px;
    line-height: 64px;
  }

  .text-span-7 {
    font-size: 64px;
  }

  .text-span-8 {
    font-size: 77px;
  }

  .text-span-9 {
    font-size: 62px;
  }

  .text-span-10 {
    font-size: 53px;
  }

  .heading-12 {
    margin-top: -24px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 23px;
  }

  .text-span-11 {
    font-size: 48px;
  }

  .image-21-copy0.image {
    display: none;
  }

  .section {
    padding-bottom: 0;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .vid-info-wrapper {
    flex-basis: 50%;
    align-items: center;
    max-width: 500px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .paragraph-3 {
    padding-right: 0;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .lightbox_embedded_vimeo_mobile {
    aspect-ratio: 9 / 16;
    flex-flow: column;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-left: 0;
    margin-right: 0;
  }

  .header.cc-cta {
    padding: 15px;
  }

  .header.cc-cta.red {
    margin-left: 0;
    margin-right: 0;
  }

  .header.cc-home-wrap, .header.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .header.cc-store-home-wrap.black {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 18px;
  }

  .button.introhead {
    margin-bottom: 60px;
    display: none;
    overflow: visible;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    text-align: left;
    width: 100%;
    max-width: 200px;
    padding-left: 0;
    display: block;
  }

  .paragraph-light.left.brandend {
    display: none;
  }

  .paragraph-light.brandedlength {
    margin-left: -166px;
    display: none;
  }

  .paragraph-light.about {
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .paragraph-light.about-copy {
    width: 100%;
    max-width: none;
    display: block;
  }

  .paragraph-light.credits {
    display: block;
  }

  .paragraph-light.work {
    max-width: none;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.headerfontsize {
    margin-top: 0;
    padding-left: 20px;
    font-size: 25px;
    line-height: 24px;
  }

  .heading-jumbo.aboutclass {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-jumbo.aboutclass.european {
    letter-spacing: 0;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-jumbo-small.clients.black {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
    position: static;
  }

  .heading-jumbo-small.black {
    line-height: 40px;
  }

  .heading-jumbo-small.socialadapation {
    line-height: 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
  }

  .navigation-wrap {
    display: flex;
  }

  .navigation {
    padding: 0;
  }

  .logo-image {
    padding-left: 0;
  }

  .navigation-items {
    display: none;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    width: 100%;
    height: 400px;
    max-height: 568px;
    margin-bottom: 0;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    margin-top: 137px;
  }

  .motto-wrap {
    display: none;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-section-wrap.right {
    justify-content: flex-end;
    align-items: center;
  }

  .home-section-wrap.intro {
    min-width: 300px;
  }

  .home-section-wrap.europe {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 400px;
  }

  .intro-text {
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 13%;
    left: 4%;
  }

  .background-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: none;
  }

  .body-2 {
    overflow: hidden;
  }

  .content {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients.section {
    justify-content: center;
    align-items: stretch;
    padding: 0 20px;
    display: block;
  }

  .specialties {
    margin-bottom: 0;
    display: none;
  }

  .gallerie {
    flex-flow: column;
    display: none;
  }

  .about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo-small-copy {
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 31px;
  }

  .bold-text.europe {
    max-width: none;
    display: block;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .right-floating-cookie-2 {
    z-index: 999;
    max-width: 90vw;
    margin-bottom: 0;
    margin-left: 28px;
    display: block;
    bottom: 10px;
    right: 10px;
    overflow: visible;
  }

  .image-17 {
    margin-left: 297px;
  }

  .image-17.contact {
    width: 300px;
    margin-left: 411px;
  }

  .image-19 {
    width: 54%;
    padding-bottom: 21px;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .image-21.image {
    display: none;
  }

  .concatform {
    padding-top: 3px;
    font-size: 29px;
  }

  .background-video-4 {
    height: 200px;
  }

  .background-video-5 {
    margin-left: 97px;
  }

  .background-video-6 {
    max-height: 400px;
  }

  .image-23 {
    display: none;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .text-span-5 {
    letter-spacing: -7px;
    font-size: 39px;
    line-height: 50px;
  }

  .heading-12 {
    margin-top: -24px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 11px;
  }

  .text-span-11 {
    font-size: 25px;
  }

  .image-21-copy0.image {
    display: none;
  }

  .collection-list-2 {
    flex-direction: column;
  }

  .video-wrapper {
    width: 100%;
  }

  .vimeo_embed {
    margin-bottom: 0;
  }

  .video_container_outer_desktop {
    display: none;
  }

  .videofile {
    margin-bottom: 0;
  }

  .video_container_outer_mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .lightbox_embedded_vimeo_mobile {
    display: block;
  }

  .video_container_outer_desktop_2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 3.75fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .video_container_outer_desktop_3 {
    display: none;
  }

  .video_gallery_oy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .video_container_outer_desktop_4, .video_container_outer_desktop_3-copy, .video_container_outer_desktop_5 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .header {
    margin-left: 0;
    margin-right: 0;
  }

  .header.cc-cta.red {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .header.cc-store-home-wrap.black {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-bigger {
    max-width: 269px;
    height: 101%;
    line-height: 18px;
  }

  .button.cc-jumbo-button.square {
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button.cc-jumbo-button.square.w--current {
    width: 100%;
  }

  .button.introhead {
    width: 50%;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    width: 30%;
    max-width: 277px;
    padding-left: 0;
    font-size: 11px;
    line-height: 14px;
    display: block;
  }

  .paragraph-light.about {
    width: 100%;
    padding-right: 0;
  }

  .paragraph-light.about.get-a-drink {
    width: 90%;
    max-width: 258px;
  }

  .paragraph-light.about-copy {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .paragraph-light.about-copy.get-a-drink {
    width: 90%;
    max-width: 258px;
  }

  .paragraph-light.credits {
    display: none;
  }

  .paragraph-light.work {
    width: 100%;
    padding-right: 10px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.headerfontsize {
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 56px;
    line-height: 53px;
  }

  .heading-jumbo.aboutclass {
    text-align: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-right: 0;
    font-size: 49px;
    line-height: 48px;
  }

  .heading-jumbo.aboutclass.european {
    padding-bottom: 0;
    padding-left: 0;
    line-height: 52px;
  }

  .heading-jumbo.graffiti {
    padding-top: 5px;
    padding-left: 0;
    font-size: 72px;
  }

  .heading-jumbo.graffiti.black {
    padding-left: 0;
  }

  .heading-jumbo-small {
    text-align: left;
  }

  .heading-jumbo-small.clients.black {
    text-align: left;
    padding-right: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .heading-jumbo-small.clients.black.centered.contact.drink {
    font-size: 64px;
  }

  .heading-jumbo-small.black {
    font-size: 17px;
    line-height: 21px;
  }

  .heading-jumbo-small.gallerie {
    margin-top: 0;
    font-size: 19px;
    line-height: 20px;
  }

  .heading-jumbo-small.socialadapation {
    position: static;
  }

  .logo-link.w--current {
    justify-content: center;
    align-self: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    display: block;
  }

  .menu-icon {
    display: block;
    overflow: visible;
  }

  .menu {
    flex-flow: row;
    justify-content: center;
    place-items: center start;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navigation-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: block;
    inset: 0% auto auto 0%;
  }

  .navigation-item:hover {
    background-color: #0000;
    font-weight: 700;
  }

  .navigation-item.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button {
    flex: none;
    align-self: auto;
    display: block;
  }

  .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 6px;
    padding-right: 0;
  }

  .navigation-items {
    text-align: right;
  }

  .cta-text {
    flex-flow: column;
    align-self: center;
    margin-bottom: 0;
    display: flex;
  }

  .cta-text.cleints {
    width: 100%;
  }

  .cta-wrap {
    padding: 10px 15px;
  }

  .intro-header {
    max-height: 600px;
  }

  .motto-wrap {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .home-section-wrap.intro {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .home-section-wrap.europe {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 300px;
  }

  .specialtiescontentcontainer.right.socialspecialties {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .specialtiescontentcontainer.double, .specialtiescontentcontainer._3dvfx {
    margin-top: 0;
  }

  .link {
    margin-left: 0;
    padding-left: 40px;
  }

  .link.back-to-top {
    display: none;
  }

  .background-video {
    justify-content: flex-start;
    align-items: center;
    min-height: 600px;
    max-height: 600px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .paragraph.black.coa {
    align-self: center;
    padding-left: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .body-2 {
    clear: none;
    object-fit: fill;
    overflow: visible;
  }

  .content {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .clients.section {
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
  }

  .specialtiestextcontainer._25 {
    display: none;
  }

  .specialtiestextcontainer.intortext {
    padding-left: 0;
  }

  .specialtiestextcontainer.someheadlines {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .specialtiestextcontainer.highend {
    margin-left: 0;
  }

  .spacer, .spacer.double.branded-content {
    display: none;
  }

  .specialties {
    display: none;
    overflow: visible;
  }

  .heading-11.red {
    font-size: 20px;
  }

  .item.div70 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 200px;
  }

  .item.div70.div80 {
    width: 100%;
    height: 200px;
  }

  .item.div30 {
    flex-flow: column;
    width: 100%;
    height: 200px;
  }

  .item.div50, .item.div25 {
    width: 100%;
    height: 200px;
  }

  .row {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    display: block;
  }

  .image-7 {
    height: 100%;
  }

  .gallerie {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .get-a-drink-contact {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .gallerieitemname {
    align-self: auto;
    width: 50%;
    height: 200px;
    padding-top: 60px;
  }

  .imagespecialites01 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .bold-text {
    text-align: left;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bold-text.europe {
    padding-left: 0;
  }

  .cookie-button-blue-4 {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .right-floating-cookie-2 {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    inset: 33% auto auto 0%;
    overflow: visible;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .white-text-2 {
    font-size: 8px;
    line-height: 11px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    width: 80%;
    height: 900px;
    display: block;
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .grain {
    overflow: hidden;
  }

  .image-17 {
    margin-left: 85px;
    display: none;
    overflow: hidden;
  }

  .image-19 {
    width: 44%;
    margin-bottom: -23px;
  }

  .image-21.image {
    padding-left: 0;
    display: none;
  }

  .concatform {
    margin-top: -4px;
    padding-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .background-video-2, .background-video-3, .background-video-4 {
    position: static;
  }

  .background-video-5 {
    margin-left: 155px;
  }

  .background-video-6 {
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: none;
    margin-right: 0;
    position: static;
    overflow: visible;
  }

  .section-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 20px 40px 10px;
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .text-span-5 {
    font-size: 68px;
  }

  .code-embed {
    aspect-ratio: 16 / 9;
    display: none;
  }

  .code-embed._9x16 {
    aspect-ratio: 9 / 16;
    display: block;
  }

  .image-21-copy0.image {
    padding-left: 0;
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .video-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .vid-info-wrapper {
    width: auto;
  }

  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .thumbnail, .thumbnail_img {
    height: 100%;
  }

  .video_container_outer_desktop, .lightbox_embedded_vimeo {
    display: none;
  }

  .video_container_outer_mobile {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .video_gallery_mobile {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: 600px;
    display: block;
  }

  .lightbox_embedded_vimeo_mobile {
    height: 400px;
    display: block;
  }

  .video_container_outer_desktop_2, .video_container_outer_desktop_3, .video_container_outer_desktop_4, .lightbox_embedded_vimeo_5, .video_container_outer_desktop_3-copy, .video_container_outer_desktop_5 {
    display: none;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-15371f0c, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-15371f0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18638a64-158e-82a5-ef35-2151b27a4e27-b27a4e25 {
  place-self: start center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-c659f52b, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-25585527, #w-node-f2c815a1-4b1c-9a19-7795-fa3674b7ea1e-25585527, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-0268d5ea, #w-node-_86e64837-0616-515b-4568-76c147234d34-34bef83b, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-34bef83b, #w-node-a7876293-432a-36b2-0ad6-f7abcd32b2f6-34bef83b {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-15371f0c, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-15371f0c, #w-node-_86e64837-0616-515b-4568-76c147234d34-c659f52b, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-25585527, #w-node-f2c815a1-4b1c-9a19-7795-fa3674b7ea1e-25585527, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-0268d5ea, #w-node-_86e64837-0616-515b-4568-76c147234d34-34bef83b, #w-node-c176535c-4bcc-4eaa-0d68-ab8db7140d53-34bef83b, #w-node-a7876293-432a-36b2-0ad6-f7abcd32b2f6-34bef83b {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18638a64-158e-82a5-ef35-2151b27a4e27-b27a4e25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Breakingnews';
  src: url('../fonts/BreakingNews.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knerd Fill';
  src: url('../fonts/Knerd-Fill.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}