@font-face {
  font-family: Calmetta;
  src: url('../fonts/Calmetta-Bold.woff') format("woff"), url('../fonts/Calmetta-Bold.ttf') format("truetype"), url('../fonts/Calmetta-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calmetta;
  src: url('../fonts/Calmetta-Light.woff') format("woff"), url('../fonts/Calmetta-Light.ttf') format("truetype"), url('../fonts/Calmetta-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calmetta;
  src: url('../fonts/Calmetta-Regular.woff') format("woff"), url('../fonts/Calmetta-Regular.ttf') format("truetype"), url('../fonts/Calmetta-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ivypresto display;
  src: url('../fonts/IvyPresto-Display-Regular-Italic.woff') format("woff"), url('../fonts/IvyPresto-Display-Regular-Italic.ttf') format("truetype"), url('../fonts/IvyPresto-Display-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ivypresto display;
  src: url('../fonts/IvyPresto-Display-Regular.woff') format("woff"), url('../fonts/IvyPresto-Display-Regular.ttf') format("truetype"), url('../fonts/IvyPresto-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1b1e24;
  --light-sea-green: #00b3a8;
  --white-smoke-darker: #e7eded;
  --white-smoke: #f8fafa;
  --orange: #fbb201;
}

body {
  color: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 115px;
}

h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 71px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}

a {
  color: var(--black);
  cursor: none;
  font-size: 14px;
  text-decoration: none;
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.cta-button {
  background-color: #25bcca;
  border-radius: 5px;
  transition: all .35s;
}

.cta-button:hover {
  color: #fff;
  background-color: #1e949e;
}

.cta-button.ghost-button {
  color: #25bcca;
  background-color: #0000;
  border: 1px solid #25bcca;
}

.cta-button.ghost-button:hover {
  color: #fff;
  background-color: #25bcca;
  border-color: #25bcca;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover, .cta-button.inverse-button {
  color: #25bcca;
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  color: #fff;
  background-color: #1e949e;
}

.invese-link {
  color: #fff;
}

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.mycontain {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mycontain.headersection {
  display: flex;
}

.mycontain.dfccollectioncontain {
  padding-top: 0;
  padding-bottom: 0;
}

.mycontain.photolanding {
  max-width: 1250px;
}

.mycontain.copyright {
  padding-top: 0;
  padding-bottom: 0;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: var(--black);
  padding-top: 26px;
  padding-bottom: 0;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.darkgreycolor {
  background-color: var(--light-sea-green);
}

.colorbox.lightgreycolor {
  background-color: var(--white-smoke-darker);
}

.colorbox.brandmaincolor {
  background-color: var(--white-smoke);
  color: #fff;
}

.colorbox.blackcolor {
  background-color: var(--black);
  color: var(--black);
  margin-left: 0;
}

.colorbox.brand2ndcolor {
  background-color: var(--orange);
}

.small-p {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.small-p.black {
  color: var(--white-smoke);
}

.small-p.photo-cat-collectiontitle {
  margin-bottom: 5px;
  font-weight: 400;
}

.small-p.photo-case-collectiontitle {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
}

.small-p.photo-case-titlep {
  opacity: .76;
  text-align: center;
  max-width: 720px;
  margin-top: 40px;
}

.small-p.poto-case-galleryl-text {
  max-width: 30%;
  position: sticky;
  top: 45%;
}

.small-p.poto-case-galleryl-text.ipadfirst {
  max-width: 20%;
}

.small-p.photo-about-text {
  max-width: 400px;
  margin-bottom: 35px;
  padding-left: 0;
}

.small-p._401-p {
  margin-bottom: 40px;
}

.small-p.footer-copyright {
  opacity: .6;
  font-size: 16px;
}

.small-p.footer-copyright.dfc {
  color: var(--white-smoke);
  background-color: #0000;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.heading {
  font-family: Ivypresto display, Georgia, sans-serif;
  font-weight: 400;
}

.flexcolwrap--black {
  background-color: #1b1e24;
  display: flex;
}

.heading-2 {
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
}

.sub-p {
  color: var(--black);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.sub-p.black {
  color: var(--white-smoke);
}

.sub-p.photographer {
  color: var(--light-sea-green);
  margin-right: 125px;
  padding-left: 0;
  padding-right: 0;
}

.sub-p.dfc {
  color: var(--orange);
  background-color: #0000;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.sub-p.middle {
  padding-left: 20px;
}

.sub-p.project {
  color: var(--orange);
  padding-left: 0;
}

.sub-p.dfc-collection-subt {
  color: var(--orange);
  text-align: center;
  margin-bottom: 75px;
}

.sub-p.collection-introdetail {
  color: #f8fafa59;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 14px;
}

.sub-p.collection-introdetail.photointrodetail {
  color: #1b1e2459;
}

.sub-p.testimonialsection-divsubtitle {
  color: var(--orange);
  margin-bottom: 10px;
}

.sub-p.testimonialsection-name {
  color: var(--orange);
  padding-top: 10px;
  padding-right: 0;
}

.sub-p.photo-cat-collectionsubtitle {
  opacity: .35;
  font-size: 14px;
}

.sub-p.photocat-collitem-subtitle {
  opacity: 1;
  color: #1b1e2459;
  text-align: center;
  padding-right: 0;
}

.sub-p.photo-case-collectionsubtitle {
  opacity: .35;
  font-size: 14px;
}

.sub-p.photo-case-collectionsubt {
  color: #1b1e2459;
  text-align: center;
  margin-bottom: 75px;
}

.sub-p.photo-about-testimonialbtn {
  color: #1b1e2459;
  padding-right: 0;
  position: static;
}

.sub-p.photo-about-testimonial-identitycompany {
  color: #1b1e2459;
}

.sub-p.photo-bts-projecttitle {
  color: #1b1e2459;
  text-align: center;
  margin-bottom: 40px;
}

.sub-p.reflectionsubtitle {
  color: var(--orange);
  margin-bottom: 40px;
}

.sub-p.contactdetails {
  color: #1b1e2457;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 0;
}

.sub-p.bts {
  opacity: .5;
  text-align: center;
  margin-bottom: 50px;
}

.sub-p.footer-subp {
  opacity: .5;
  margin-bottom: 20px;
}

.heading-3, .heading-4, .paragraph, .paragraph-2 {
  color: #fff;
}

.bg-p {
  opacity: .15;
  color: var(--white-smoke);
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
  line-height: 115px;
  position: static;
  inset: auto 15% 20% auto;
}

.bg-p.teamplayer {
  position: absolute;
  inset: auto auto 20% 33%;
}

.bg-p.dfc-bg {
  position: absolute;
}

.subbutton-hover--yellow {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 16px;
}

.subhoverbutton-yellow {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.subhoverbutton-yellow.home {
  display: none;
  position: absolute;
  inset: 0% auto 0% 3%;
}

.subhoverbutton-yellow_img {
  max-width: 23px;
  margin-right: 10px;
  overflow: visible;
}

.subhoverbutton-yellow_p {
  color: var(--orange);
  text-transform: uppercase;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.subhoverbutton-blue {
  color: var(--light-sea-green);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.subhoverbutton-blue.home {
  display: none;
  position: absolute;
  inset: 0% 3% 0% auto;
}

.subhoverbutton-blue.events, .subhoverbutton-blue.foodsdrinks, .subhoverbutton-blue.campaigns {
  display: none;
}

.subhoverbutton-blue_p {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.subhoverbutton-blue_img {
  max-width: 23px;
  margin-left: 10px;
}

.subbutton-yellow {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.subbutton-yellow_p {
  color: var(--white-smoke);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 16px;
  transition: color .275s;
}

.subbutton-yellow_p:hover {
  color: var(--orange);
}

.subbutton-blue {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.subbutton-blue.next {
  justify-content: flex-end;
}

.subbutton-blue.photo-bts-btn {
  text-align: center;
  justify-content: center;
  max-width: 275px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.subbutton-blue._401-btn {
  justify-content: center;
}

.subbutton-blue_p {
  color: var(--black);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .275s;
}

.subbutton-blue_p:hover {
  color: var(--light-sea-green);
}

.subbutton-blue_img {
  max-width: 23px;
  margin-left: 10px;
}

.subbutton-blue_img.left {
  margin-left: 0;
  margin-right: 10px;
}

.menubutton-blue {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .275s;
  display: flex;
}

.menubutton-blue.photo {
  z-index: 11;
  position: absolute;
  bottom: 7%;
  right: 7%;
}

.menubutton-blue_img {
  position: static;
  inset: 0%;
}

.menubutton-yellow {
  color: var(--white-smoke);
  letter-spacing: 1.1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menubutton-yellow.designvision {
  z-index: 99;
  width: 175px;
  position: fixed;
  inset: 7% 7% auto auto;
}

.menubutton-yellow.projects {
  z-index: 99;
  width: 150px;
  position: fixed;
  inset: auto 7% 7% auto;
}

.menubutton-yellow.projects.w--current {
  z-index: 101;
}

.menubuttonswitch-yellow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .275s;
  display: flex;
  position: relative;
}

.menubuttonswitch-yellow.photo {
  z-index: 11;
  position: fixed;
  inset: auto auto 7% 7%;
}

.menubuttonswitch-yellow_img {
  max-width: 23px;
  margin-right: 10px;
}

.menubuttonswitch-yellow_p {
  color: var(--black);
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  transition: color .275s;
}

.subbuttonleft-blue {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.subbuttonleft-blue.previous {
  justify-content: flex-start;
}

.subbuttonleft-blue_img {
  max-width: 23px;
  margin-right: 10px;
}

.menubuttonswitch-blue {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menubuttonswitch-blue.dfc {
  z-index: 101;
  background-color: #0000;
  width: 200px;
  position: fixed;
  inset: auto auto 7% 7%;
}

.menubuttonswitch-blue_img {
  max-width: 23px;
  margin-right: 10px;
}

.menubuttonswitch-blue_p {
  color: var(--white-smoke);
  letter-spacing: 1.1px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  transition: color .275s;
}

.menubuttonswitch-blue_p:hover {
  color: var(--light-sea-green);
}

.subbuttonleft-yellow_img {
  max-width: 23px;
  margin-right: 10px;
}

.subbuttonleft-yellow {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.headersection-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.image {
  max-width: 160px;
}

.logo-home {
  background-color: #fff;
  order: 0;
  align-self: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 5% auto auto;
}

.logo-home.white {
  display: none;
}

.headersection_expertises {
  align-items: center;
  display: flex;
  position: relative;
}

.headersection_line {
  background-color: var(--black);
  width: 1px;
  max-width: 1px;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto;
}

.headersection_textwrapper {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.headersection_title {
  z-index: 2;
  margin-top: 0;
  position: relative;
}

.headersection-lefthoverdiv {
  z-index: 20;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.headersection-righthoverdiv {
  z-index: 20;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mobilehomebutton-photo_circle {
  object-fit: fill;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mobilehomebutton-photo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  text-decoration: none;
  display: none;
  position: relative;
}

.mobilehomebutton-photo.styleguide {
  display: flex;
  position: relative;
  inset: auto auto 5% 7%;
}

.mobilehomebutton-photo.cta-btn {
  height: auto;
  margin-top: 15px;
  display: flex;
  position: static;
}

.mobilehomebutton_p {
  z-index: 10;
  color: var(--black);
  align-self: center;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  position: relative;
}

.mobilehomebutton_p.footer-cta {
  transition: color .3s;
}

.mobilehomebutton_p.footer-cta:hover {
  color: var(--light-sea-green);
}

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

.mobilehomebutton-photo_img {
  max-width: 23px;
  margin-left: 10px;
  margin-right: 0;
}

.mobilehomebutton-photo_img.cta-footer {
  margin-top: 5px;
}

.mobilehomebutton-dfc_img {
  margin-right: 10px;
}

.mobilehomebutton-dfc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  text-decoration: none;
  display: none;
  position: relative;
}

.mobilehomebutton-dfc.styleguide {
  display: flex;
}

.mobilehomebutton-dfc-circle {
  opacity: 1;
  width: 300px;
  max-width: none;
  height: 70px;
  position: absolute;
  inset: auto;
}

.menubuttonyellow_wrapper {
  z-index: 10;
  align-items: center;
  display: flex;
  position: relative;
}

.menubuttonyellow_img {
  margin-right: 10px;
}

.menubuttonyellow_p {
  position: relative;
}

.menubutton-yellow_circle {
  opacity: 0;
  width: 200px;
  max-width: none;
  height: 65px;
  transition: opacity .2s;
  display: none;
  position: absolute;
}

.menubutton-yellow_circle:hover {
  opacity: 1;
  color: var(--white-smoke);
  display: block;
}

.menubutton-yellow_circle.projects {
  width: 130px;
}

.menubutton-yellow_circle.animation {
  z-index: 50;
  opacity: 1;
  display: block;
}

.headersection-dfc {
  background-color: var(--black);
  background-image: url('../images/DFC---Background-effect-header.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.headersection-dfc_img {
  opacity: 0;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  margin-bottom: 0;
}

.heading-6 {
  font-family: Ivypresto display, Georgia, sans-serif;
}

.black {
  color: var(--white-smoke);
}

.headersection-dfc_title {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1.1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-style: italic;
  overflow: visible;
}

.headersection-dfc_p {
  color: var(--white-smoke);
  font-size: 18px;
}

.logo-dfc {
  z-index: 99;
}

.logo-dfc.mobile {
  display: none;
}

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

.menubuttonswitch-blue_circle {
  opacity: 0;
  width: 250px;
  height: 60px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: auto;
}

.menubuttonswitch-blue_circle:hover {
  opacity: 1;
}

.identitysection-dfc {
  background-color: var(--black);
  padding: 75px 50px;
}

.identitysection-dfc_communicatortitle {
  color: var(--white-smoke);
  text-align: left;
  margin-bottom: 20px;
}

.identitysection-dfc_communicatorp {
  color: var(--white-smoke);
  font-size: 18px;
}

.identitysection-dfc_communicatorp.small-p {
  max-width: 535px;
}

.comunnicationspan {
  color: var(--orange);
  font-style: italic;
}

.identiysection-dfc-communicatorwrapper {
  margin-bottom: 20vh;
  position: relative;
}

.identitysection-dfc-teamwrapper {
  position: relative;
}

.identysection-dfc-teamtitle {
  color: var(--white-smoke);
  text-align: right;
  margin-bottom: 20px;
}

.identitysection-dfc-team_p.small-p {
  max-width: 535px;
  color: var(--white-smoke);
  text-align: right;
  margin-left: auto;
}

.visionsection-dfc {
  background-color: var(--black);
  background-image: url('../images/DFC---Background-effect-section.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 30vh;
  padding: 40px 50px;
}

.visionsection-dfc_wrapper {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.visionsection-dfc_subtitle {
  color: var(--orange);
}

.visionsection-dfc_subtitle.sub-p {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.visionsection-dfc_p {
  color: var(--white-smoke);
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 20px;
}

.projects-dfc {
  background-color: var(--black);
  min-height: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.projects-dfc_timeline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: block;
  position: static;
  inset: 0%;
}

.projects-dfc_timeline_line {
  background-color: #f8fafa40;
  width: 1px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.projects-dfc_timeline_line.white {
  background-color: var(--white-smoke);
}

.projects-dfc_timeline_year {
  background-color: var(--black);
  color: #f8fafa40;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.projects-dfc_timeline_yearwrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-dfc_projectwrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.projects-dfc_projectwrapper.cmsdfc {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.projects-dfc_projectwrapper.invinsible {
  display: none;
}

.projects-dfc_project_pdiv.cmsdfc {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.projects_dfc_project_img {
  max-width: 425px;
  position: absolute;
}

.projects_dfc_project_img.image1 {
  object-fit: cover;
  width: 400px;
  height: 300px;
  display: block;
}

.projects_dfc_project_img.image1.cmsimg {
  position: absolute;
  inset: auto 0% auto auto;
}

.projects_dfc_project_img.image2, .projects_dfc_project_img.image3, .projects_dfc_project_img.image4, .projects_dfc_project_img.image5, .projects_dfc_project_img.image6, .projects_dfc_project_img.image7, .projects_dfc_project_img.image8 {
  opacity: 0;
  object-fit: cover;
  width: 400px;
  max-width: 400px;
  height: 300px;
  display: block;
}

.projects_dfc_project_img.community-exp-design {
  opacity: 0;
  max-width: 325px;
  display: block;
}

.projects_dfc_project_img.image10 {
  opacity: 0;
  object-fit: cover;
  width: 400px;
  max-width: 400px;
  height: 300px;
  display: block;
}

.projects_dfc_project_img.videogameconflict, .projects_dfc_project_img.data-enableddesign, .projects_dfc_project_img.designinnovationstrategies {
  opacity: 0;
  max-width: 400px;
  display: block;
}

.projects_dfc_project_img.image9 {
  opacity: 0;
  object-fit: cover;
  width: 400px;
  max-width: 400px;
  height: 300px;
  display: block;
}

.projects_dfc_project_img.squadassistant {
  opacity: 0;
  max-width: 400px;
  display: block;
}

.projects_dfc_project_img.finalmasterproject {
  opacity: 0;
  max-width: 325px;
  display: block;
}

.projects_dfc_project_img.image11, .projects_dfc_project_img.image12 {
  opacity: 0;
  object-fit: cover;
  width: 400px;
  max-width: 400px;
  height: 300px;
  display: block;
}

.projects_dfc_project_title {
  max-width: 400px;
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 30px;
}

.projects-dfc-project_p {
  max-width: 350px;
  color: var(--white-smoke);
  margin-bottom: 30px;
}

.projects-dfc_timeline_container {
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.projects-dfc_imagewrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 1080px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-dfc_imagewrapper.cmsimage {
  display: none;
}

.collection-list, .collection-item {
  position: static;
}

.mobilemenudiv-dfc, .mobilemenuoverlay-dfc {
  display: none;
}

.collection-list-wrapper {
  z-index: 0;
  margin-top: -100vh;
  position: static;
}

.headersection-dfc-collection {
  background-color: var(--black);
  min-height: 100vh;
  padding-top: 20vh;
  padding-left: 50px;
  padding-right: 50px;
}

.dfc-collection-closebutton {
  z-index: 9;
  background-color: var(--orange);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: 5% 7% auto auto;
}

.dfc-collection-closebutton:hover {
  background-color: #ffc945;
}

.dfc-collection-closebutton-closediv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dfc-collection-closebutton-line {
  background-color: var(--black);
  width: 20px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}

.dfc-collection-closebutton-line.line90degrees {
  transform: translate(0, -1px)rotate(135deg);
}

.dfc-collection-title {
  color: var(--white-smoke);
  text-align: center;
}

.collection-introwrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.dfc-collection-introp {
  max-width: 500px;
  color: var(--white-smoke);
}

.dfc-collection-introdetailswrapper {
  min-width: 250px;
  max-width: 275px;
}

.dfc-collection-introdetailswrapper.photo {
  min-width: 20%;
  max-width: 20%;
}

.collection-detailstitle {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.collection-detailstitle.photodetailstitle {
  color: var(--black);
}

.summarysection-dfc-collection {
  background-color: var(--black);
  padding: 0 50px;
}

.dfc-collection-h3titles {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.summarysection-dfc-collectionsummary {
  max-width: 800px;
  color: var(--white-smoke);
}

.summarysection-dfc-collectionsummary.small-p {
  color: var(--white-smoke);
}

.dfc-collection-richtext-large {
  margin-bottom: 150px;
}

.dfc-collection-richtext-large h2 {
  color: var(--white-smoke);
  text-align: left;
}

.dfc-collection-richtext-large p {
  color: var(--white-smoke);
  margin-bottom: 35px;
  font-size: 22px;
}

.dfc-collection-richtext-large h4 {
  color: var(--white-smoke);
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.dfc-collection-richtext-large.reflectionhightlights, .dfc-collection-richtext-large.dfc-collection-introp {
  margin-bottom: 0;
}

.dfc-collection-richtext-large a {
  color: var(--orange);
  cursor: default;
  font-size: 22px;
}

.dfc-collection-extraimg-wrapper {
  text-indent: 0;
  column-count: 2;
  column-rule-style: none;
  column-gap: 25px;
  margin-bottom: 0;
}

.dfc-collection-extraimgitem {
  margin-bottom: 25px;
}

.testimonialsection-dfc-collection {
  background-image: url('../images/DFC---Background-effect-TestimonialSection.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding: 75px 50px;
  display: flex;
}

.dfc-collection-introimg {
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: auto;
}

.testimonialsection-divwrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.testimonialsection-divtitle {
  max-width: 700px;
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}

.reflectionsection-dfc-collection {
  background-color: var(--black);
  padding-left: 50px;
  padding-right: 50px;
}

.conclusionsection-collection {
  background-color: var(--black);
  padding: 75px 50px 100px;
}

.conclusionsection-collection.photoconclusion {
  background-color: var(--white-smoke);
  padding-top: 50px;
}

.prevnextproject-dfc-collection-wrapper {
  justify-content: space-between;
  display: flex;
}

.customsection-dfc-collection-optionalimg {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
}

.customsection-dfc-collection-optionalimg.customphoto1-2 {
  margin-top: 25px;
  margin-bottom: 50px;
}

.dfc-logo-desktop {
  z-index: 201;
  max-width: 125px;
  position: fixed;
  top: 5%;
  left: 7%;
}

.dfc-logo-mobile {
  max-width: 125px;
  position: fixed;
  top: 5%;
  left: 7%;
}

.headersection-dfc_imgcontainer {
  opacity: 1;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  margin-bottom: 30px;
  position: relative;
}

.headersection-dfc_imgoverlay {
  background-image: url('../images/Profile-rounded.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.div-block-2 {
  background-color: var(--black);
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.dfc {
  background-color: var(--black);
}

.dfc-linefill {
  background-color: var(--orange);
  height: 1px;
}

.dfc-collection-richttext-small {
  max-width: 800px;
  margin-bottom: 0;
  padding-top: 20px;
}

.dfc-collection-richttext-small p {
  color: var(--white-smoke);
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.dfc-collection-richttext-small h4 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.dfc-collection-richttext-small h2 {
  color: var(--white-smoke);
  text-align: left;
}

.dfc-collection-richttext-small.reflectionhighlights, .dfc-collection-richttext-small.dfcimginfo {
  margin-bottom: 0;
}

.dfc-collection-richttext-small a {
  color: var(--orange);
  cursor: default;
  font-size: 18px;
}

.customsection-dfc-collection, .imgsection-dfc-collection {
  background-color: var(--black);
  padding-left: 50px;
  padding-right: 50px;
}

.customsection-imginfowrapper {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.parrallexinteraction-container {
  object-fit: cover;
  max-height: 75vh;
  margin-bottom: 0;
  overflow: hidden;
}

.transition {
  z-index: 2000;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-trigger {
  display: none;
}

.transition-content {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.transition-yellow {
  background-color: var(--orange);
  position: absolute;
  inset: 0%;
}

.study-hoverimg-wrapper {
  opacity: .5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.study-hoverimgbox {
  flex-direction: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.study-hoverimg {
  align-self: flex-start;
  width: 48%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.study-hoverimg.photohoverimg {
  align-self: flex-end;
}

.image-3 {
  align-self: flex-end;
  width: 45%;
}

.headersection_textwrapper-bg {
  z-index: 0;
  background-color: #fff;
  width: 4px;
  position: absolute;
  inset: 0% auto;
}

.study-hoverimg2 {
  align-self: flex-end;
  width: 46%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.study-hoverimg2.photo-hoverimgbox, .study-hoverimg2.photohoverimg, .study-hoverimg2.photohoverimg2 {
  align-self: flex-start;
}

.study-hoverimg3 {
  align-self: flex-start;
  width: 46%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.study-hoverimg3.photohoverimg4 {
  align-self: flex-end;
}

.study-hoverimg4 {
  align-self: flex-end;
  width: 53%;
  margin-top: 2vh;
  margin-bottom: 2vh;
  display: block;
}

.study-hoverimg4.photo-hoverimg4 {
  align-self: flex-start;
}

.study-hoverimg5 {
  align-self: flex-start;
  width: 55%;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-top: 0;
  padding-bottom: 0;
}

.study-hoverimg5.photo-hoverimg5 {
  align-self: flex-end;
}

.study-hoverimg6 {
  align-self: flex-end;
  width: 53%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.study-hoverimg6.photo-hoverimg6 {
  align-self: flex-start;
}

.study-hoverimg7 {
  align-self: flex-start;
  width: 53%;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.study-hoverimg7.photo-hoverimg7 {
  align-self: flex-end;
}

.study-hoverimg8 {
  align-self: flex-end;
  width: 73%;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.study-hoverimg8.photo-hoverimg8 {
  align-self: flex-start;
}

.study-hoverimg9 {
  align-self: flex-start;
  width: 46%;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.study-hoverimg9.photo-hoverimg9 {
  align-self: flex-end;
}

.study-hoverimg10 {
  align-self: flex-end;
  width: 58%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.study-hoverimg10.photo-hoverimg10 {
  align-self: flex-start;
}

.study-hoverimg11 {
  align-self: flex-start;
  width: 66%;
  margin-top: 4vh;
  margin-bottom: 2vh;
}

.study-hoverimg11.photo-hoverimg11 {
  align-self: flex-end;
}

.study-hoverimg12 {
  align-self: flex-end;
  width: 40vh;
  margin-top: 4vh;
  margin-bottom: 2vh;
}

.photo-hoverimg-wrapper {
  opacity: .49;
  align-self: auto;
  width: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.photo-hoverimgbox {
  flex-direction: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headersection-photo {
  z-index: 2;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  box-shadow: 3px 0 50px #00000017;
}

.photo-logo {
  z-index: 11;
  max-width: 125px;
  display: block;
  position: fixed;
  top: 5%;
  left: 7%;
}

.menubuttonswitch-yellow_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobilebuttonswitch-yellow_circle {
  opacity: 0;
  width: 300px;
  max-width: none;
  height: 80px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: auto;
}

.mobilebuttonswitch-yellow_circle:hover {
  opacity: 1;
}

.mobilebuttonswitch-yellow_circle.animation {
  opacity: 1;
  height: 65px;
  display: block;
}

.mobilebuttonswitch-yellow_circle.animation.dfcmenu {
  width: 200px;
}

.mobilebuttonswitch-yellow_circle.animation.projects {
  width: 150px;
}

.photo-menu-wrapper {
  z-index: 12;
  background-color: var(--white-smoke-darker);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 5% 7% auto auto;
}

.photo-menu-wrapper.back {
  z-index: 9;
  background-color: var(--light-sea-green);
  inset: 5% auto auto 7%;
}

.photo-menu-wrapper.contact {
  background-color: var(--white-smoke);
}

.photo-menu-lineswrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  height: 15px;
  display: flex;
}

.line-photo {
  background-color: var(--black);
  width: 30px;
  height: 1.5px;
}

.line-photo.photomenu-middle {
  width: 15px;
}

.line-photo.photomenu-bottomline {
  width: 22px;
}

.photo-landingwrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.photo-landingcatwrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.photolandingimg {
  background-image: url('../images/7ba3fd80-45a0-4341-beb7-9e0dde005763_rw_1920.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 49%;
  display: block;
}

.photolandingimg.events {
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
}

.photolandingimg.foodsdrinks {
  background-image: url('../images/fe51c40e-b263-47a0-8cad-5b8bcb4d6ad6_rw_1920.jpg');
  background-position: 0%;
  display: none;
  position: absolute;
  inset: auto 0 auto auto;
}

.photolandingimg.campaigns {
  background-image: url('../images/Photo-Landing-Campaigns.jpeg');
  background-position: 100%;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
}

.photolandingimg.landing {
  object-fit: fill;
  background-image: url('../images/Photo-Landing.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: auto;
  right: 0%;
}

.photolandingimg.landing.animation {
  z-index: 1;
  background-color: var(--white-smoke);
  background-image: none;
  max-width: 49%;
  height: 75vh;
  display: none;
  inset: auto 0% auto auto;
  transform: rotate(15deg);
}

.photolandingimg.about {
  background-image: url('../images/about-img.jpg');
  max-width: 43%;
  margin-right: 20px;
  position: relative;
}

.photo-landing-cattext {
  margin-top: 0;
  padding-right: 30px;
}

.photo-landing-cattextwrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.photo-menu {
  z-index: 10;
  background-color: var(--white-smoke-darker);
  color: var(--white-smoke-darker);
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.photomenu-h2 {
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: opacity .2s;
}

.photomenu-h2:hover {
  opacity: .5;
}

.photomenu-h2.work {
  text-align: left;
  width: 22vw;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.photomenu-h2.work:hover {
  opacity: 1;
}

.photomenu-h2.contact {
  text-align: left;
  width: 22vw;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.photomenu-h2.contact:hover {
  opacity: 1;
}

.photomenu-h2.contact.activelink {
  margin-bottom: 0;
}

.photomenu-h2.behindthescenes {
  display: flex;
}

.photomenu-h2.hoveropacity:hover {
  opacity: 1;
}

.photomenu-h2.hoveropacity.about {
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 25px;
}

.photomenu-h2.hoveropacity.about.activelink {
  padding-bottom: 0;
}

.photomenu-h2.hoveropacity.cases {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.photomenu-h2.hoveropacity.cases.activelink {
  margin-bottom: 0;
}

.photo-menu-textwrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  margin-left: 0;
  margin-right: 10vw;
  padding: 0;
}

.dropdown {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: static;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: var(--orange);
  flex-flow: column;
  align-items: flex-start;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.dropdown-link {
  position: static;
}

.dropdown-2 {
  width: 35vw;
  display: inline-block;
}

.dropdown-list-2 {
  inset: 0% 0% 0% auto;
}

.dropdown-list-2.w--open {
  object-fit: fill;
  background-color: #0000;
  min-width: 0;
  margin-top: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.photo-menu-h3 {
  opacity: 1;
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 36px;
  transition: opacity .2s;
}

.photo-menu-h3.events.activelink {
  margin-bottom: 0;
}

.photo-menu-h3.foodsdrinks {
  margin-top: 10px;
}

.photo-menu-h3.foodsdrinks.activelink {
  margin-bottom: 0;
}

.photo-menu-h3.campaigns {
  margin-top: 10px;
}

.photo-menu-h3.campaigns.activelink {
  margin-bottom: 0;
}

.photo-menu-h2wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.photo-menu-h3wrapper {
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.photo-menu-h3wrapper.mobile {
  display: none;
}

.photo-menu-contactwrapper {
  display: flex;
}

.photo-menu-contacth3wrapper {
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: none;
}

.photo-menu-h3title {
  color: var(--black);
  cursor: default;
}

.photo-menu-h4 {
  color: var(--black);
  cursor: default;
  transition: opacity .2s;
}

.photo-menu-h4:hover {
  opacity: .5;
}

.photo-menu-h4.mail {
  cursor: pointer;
  transition: opacity .2s;
}

.photo-menu-h4.mail:hover {
  opacity: .51;
}

.photo-menu-h4wrapper {
  justify-content: space-between;
  display: flex;
}

.photo-menu-contactmail {
  margin-right: 50px;
}

.photomenu-behindthescenes {
  display: none;
}

.link-block {
  display: block;
}

.headersection-photowork {
  z-index: 2;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
  box-shadow: 2px 2px 50px #00000017;
}

.headersectionphotowork-title {
  margin-bottom: 0;
}

.headersectionphotowork-titleunderline {
  max-width: 118px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.headersectionphotowork-titlewrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 20vh;
  margin-bottom: 10vh;
  display: flex;
}

.photo-cat-collectionimg {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.photo-cat-collectionimg:hover {
  opacity: .5;
}

.photo-cat-collectionitem {
  justify-content: space-between;
  width: 36%;
  margin-top: 0;
  margin-bottom: 100px;
}

.photo-cat-collectionitem:nth-child(2n) {
  margin-top: 75px;
}

.photo-cat-collectionlist {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.photo-cat-collectionimgwrapper {
  object-fit: cover;
  width: 100%;
  padding-top: 140%;
  position: relative;
}

.heading-7 {
  text-align: left;
}

.photo-cat-collectiontitlewrapper {
  margin-top: 15px;
}

.photocat-colitem-headersection {
  z-index: 2;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
  box-shadow: 2px 2px 50px #00000017;
}

.photocat-collitem-titlewrapper {
  margin-top: 20vh;
  margin-bottom: 10vh;
}

.photocat-collitem-title {
  text-align: center;
}

.photocat-collitem-imgwrapper {
  text-indent: 0;
  column-count: 2;
  column-gap: 25px;
}

.photocat-collitem-imgitem {
  margin-bottom: 25px;
}

.photocat-collitem-nextprevious {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 125px;
  padding-bottom: 0;
  display: flex;
}

.photo-menu-projectpage-backimg {
  max-width: 30px;
}

.photo-case-collectionlist {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.photo-case-collectionitem {
  width: 36%;
  margin-bottom: 100px;
}

.photo-case-collectionitem:nth-child(2n) {
  margin-top: 75px;
}

.photo-case-collectionimgwrapper {
  object-fit: cover;
  width: 100%;
  padding-top: 140%;
  position: relative;
}

.photo-case-collectionimg {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.photo-case-collectionimg:hover {
  opacity: .5;
}

.photo-case-collectionimg.animation {
  z-index: 2;
  border-radius: 0;
  height: 100%;
  top: auto;
  bottom: 0%;
}

.photo-case-collectionimg.animation:hover {
  opacity: 1;
}

.photo-case-collectiontitlewrapper {
  margin-top: 15px;
}

.photo-case-headersection {
  background-color: var(--white-smoke);
  padding-top: 20vh;
  padding-left: 49px;
  padding-right: 49px;
}

.photo-case-collectiontitle {
  text-align: center;
}

.photo-richtext-large p {
  margin-bottom: 35px;
}

.photo-richtext-large.collection-introp {
  max-width: 500px;
}

.bts-button {
  z-index: 9;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  transition: color .2s;
  display: flex;
  position: fixed;
  inset: 6.5% 20% auto auto;
}

.bts-button:hover {
  color: var(--light-sea-green);
}

.photo-case-gallerysection {
  z-index: 3;
  background-color: var(--white-smoke);
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.photo-case-gallery-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.photo-case-gallery-collectionlist {
  text-indent: 0;
  column-count: 2;
  column-gap: 15px;
  max-width: 75%;
}

.photo-case-gallery-img {
  margin-bottom: 15px;
}

.photo-about-headersection {
  background-color: var(--white-smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

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

.photo-about-title {
  margin-bottom: 35px;
}

.photo-about-textwrapper {
  max-width: 52%;
}

.photo-about-socialmedia {
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  max-width: 120px;
  display: flex;
}

.photo-about-socialmedia.contact {
  max-width: none;
}

.photo-about-socialmedia.contact.footer {
  width: auto;
}

.photo-about-linkedin, .photo-about-instagram {
  width: 20px;
}

.photo-about-instagram.contact {
  margin-left: 0;
  margin-right: 0;
}

.photo-about-instagram.contact.footer {
  margin-left: 0;
  margin-right: 0;
}

.photo-about-facebook {
  width: 11px;
}

.photo-about-testimonialbtn {
}

.photo-about-testimonialsection {
  z-index: 2;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  box-shadow: 3px 0 50px #00000017;
}

.photo-about-testimonial-title {
  margin-bottom: 75px;
}

.photo-about-testimonialidentity {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.photo-about-testimonial-identityname {
  font-family: Calmetta, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}

.image-4 {
  margin-right: 20px;
}

.photo-about-testimonialwrapper {
  margin-bottom: 75px;
}

.photo-about-testimoniallink {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.photo-bts-headersection {
  z-index: 2;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  min-height: 100vh;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  box-shadow: 2px 2px 50px #00000017;
}

.photo-bts-vert-hor-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
  position: relative;
}

.photo-bts-fullwidthimg {
  margin-bottom: 30px;
}

.photo-bts-hor-hor-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.photo-bts-collectionitem {
  margin-bottom: 100px;
}

.headersection_photo_contact {
  z-index: 2;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 50px #00000017;
}

.headersection_photo_contact_title {
  text-align: center;
  margin-bottom: 0;
}

.headersection_photo-divblock.socials {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headersection_photo-divblock.contactdetails {
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.headersection_photo-contact {
  text-align: center;
  margin-bottom: 15px;
  font-family: Ivypresto display, Georgia, sans-serif;
}

.div-block-4 {
  position: absolute;
  inset: auto 0% auto auto;
}

.lottie-animation {
  margin-top: -15px;
  margin-left: 10px;
}

.lottie-animation.events {
  width: 165px;
  margin-top: -18px;
  margin-left: 2px;
}

.lottie-animation.bts {
  margin-top: -5px;
  margin-left: 0;
}

.lottie-animation.foodsdrinks {
  width: 350px;
  margin-top: -5px;
  margin-left: 0;
}

.lottie-animation.campaigns {
  width: 300px;
  margin-top: 0;
}

.lottie-animation.campaignss {
  width: 250px;
  height: 59px;
  margin-top: -20px;
  margin-left: 0;
}

.lottie-animation.contact {
  max-width: 425px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation.cases {
  max-width: 150px;
}

.animation-trigger {
  z-index: 2;
  background-color: var(--white-smoke);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.animation-trigger-bts {
  background-color: var(--white-smoke);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.photo-bts-fullwidthimgwrapper {
  position: relative;
}

.div-block-5 {
  margin-bottom: 50px;
}

.animation-trigger-photolanding {
  background-color: var(--white-smoke);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.photo-case-bts-overlay {
  z-index: 20;
  background-color: var(--white-smoke-darker);
  padding-top: 20vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.bts-case-collectionlistwrapper {
  text-indent: 0;
  column-count: 2;
}

.photo-bts-closebutton {
  background-color: var(--light-sea-green);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: 5% 7% auto auto;
}

.photo-bts-closebutton:hover {
  background-color: #00a79c;
}

.photo-bts-closebutton-line {
  background-color: var(--white-smoke);
  width: 20px;
  height: 1px;
  color: var(--white-smoke);
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}

.photo-bts-closebutton-line.line90degrees {
  transform: translate(0, -1px)rotate(135deg);
}

.dfc-collection-closebutton-line-copy {
  background-color: var(--black);
  width: 20px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}

.dfc-collection-closebutton-line-copy.line90degrees {
  transform: translate(0, -1px)rotate(135deg);
}

.photo-backgroundcolor {
  background-color: var(--white-smoke);
}

.transition-bg {
  background-color: var(--white-smoke-darker);
  width: 100%;
  height: 100vh;
}

.transition-bg.dfc {
  background-color: #121418;
}

.link-block-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobilemenuwrapper-dfc {
  z-index: 12;
  background-color: var(--white-smoke-darker);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 5% 7% auto auto;
}

.mobilemenuwrapper-dfc.back {
  z-index: 9;
  background-color: var(--light-sea-green);
  inset: 5% auto auto 7%;
}

.mobilemenuwrapper-dfc.contact {
  background-color: var(--white-smoke);
}

.mobilemenudfc-lineswrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  height: 15px;
  display: flex;
}

.headersection-photomobile {
  display: none;
}

.headersection-photo-wrapper {
  display: block;
}

.activelink.w--current {
  color: var(--light-sea-green);
}

.activelinkimg {
  width: 120px;
  margin-bottom: 25px;
}

.activelinkimg.campaigns {
  width: 175px;
  margin-bottom: 15px;
}

.activelinkimg.events {
  width: 100px;
  margin-bottom: 15px;
}

.activelinkimg.about {
  width: 130px;
}

.activelinkimg.contact {
  width: 165px;
}

.activelinkimg.fooddrinks {
  width: 225px;
  margin-bottom: 15px;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 1px solid var(--light-sea-green);
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.cursor.dfc, .cursor.dfccursor {
  border-color: var(--orange);
}

.cursor.landingcursor {
  border-color: var(--black);
}

.utility-page-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 80%;
  display: flex;
}

._401-img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

._401-title {
  text-align: center;
}

.text-block {
  font-family: Calmetta, Verdana, sans-serif;
}

.photo-footersection {
  z-index: 1;
  background-color: var(--white-smoke-darker);
  margin-top: -25px;
  padding: 75px 0 50px;
  position: relative;
}

.footer-cta-container {
  border-bottom: 1px solid var(--light-sea-green);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.body-2 {
  cursor: none;
}

.footer-info-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.footer-link {
  max-width: 135px;
  margin-bottom: 10px;
  font-family: Ivypresto display, Georgia, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--light-sea-green);
}

.footer-info-column {
  flex-direction: column;
  display: flex;
}

.footer-copyright-link {
  font-size: 16px;
  transition: color .3s;
}

.footer-copyright-link:hover {
  color: var(--light-sea-green);
}

.footer-copyright-link.dfc {
  color: var(--white-smoke);
  background-color: #0000;
}

.footer-copyright-link.dfc:hover {
  color: var(--orange);
}

.photo-copyrightsection {
  z-index: 100;
  background-color: #d8e2e2;
  align-items: center;
  height: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.dfc-copyrightsection {
  z-index: 100;
  background-color: #14171b;
  align-items: center;
  height: 10vh;
  display: flex;
  position: relative;
}

.photo-case-shadowsection {
  z-index: 2;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 20px;
  position: relative;
  box-shadow: 2px 2px 50px #00000017;
}

@media screen and (max-width: 991px) {
  .mycontain, .mycontain.photolanding {
    width: 95%;
  }

  .small-p.poto-case-galleryl-text {
    max-width: 100%;
    margin-bottom: 30px;
    position: static;
  }

  .small-p.poto-case-galleryl-text.ipadfirst {
    order: -1;
    max-width: 50%;
  }

  .small-p.photo-about-text {
    max-width: 100%;
  }

  .small-p.footer-copyright.dfc {
    text-align: center;
  }

  .sub-p.photo-about-testimonialbtn, .subhoverbutton-blue.events, .subhoverbutton-blue.foodsdrinks, .subhoverbutton-blue.campaigns, .menubutton-yellow.designvision, .menubutton-yellow.projects, .menubuttonswitch-blue.dfc, .headersection_expertises, .headersection_line {
    display: none;
  }

  .heading-5 {
    text-align: center;
  }

  .headersection_title {
    text-align: center;
    font-size: 48px;
    line-height: 65px;
  }

  .headersection-lefthoverdiv, .headersection-righthoverdiv {
    width: 0%;
    display: none;
  }

  .mobilehomebutton-photo {
    display: flex;
  }

  .mobilehomebutton-photo.home {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mobilehomebutton-photo.dfc-mobile-menu {
    position: fixed;
    inset: auto auto 10%;
  }

  .mobilehomebutton_p.dfctextwhite {
    color: var(--white-smoke);
  }

  .mobilehomebutton-dfc {
    display: flex;
  }

  .mobilehomebutton-dfc.photo-mobilemenu, .menubutton-yellow_circle {
    display: none;
  }

  .headersection-dfc_title, .headersection-dfc_p.small-p {
    text-align: center;
  }

  .logo-dfc {
    z-index: 201;
    display: none;
    position: fixed;
  }

  .logo-dfc.mobile {
    display: block;
    position: static;
  }

  .logo-dfc.collectionpage {
    display: block;
  }

  .logo-dfc.dfc-collectionpage {
    display: block;
    top: 4%;
  }

  .visionsection-dfc_p {
    margin-bottom: 0;
  }

  .projects-dfc {
    z-index: 100;
    padding-left: 50px;
    padding-right: 50px;
  }

  .projects-dfc_timeline {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .projects-dfc_projectwrapper.cmsdfc {
    align-items: flex-end;
  }

  .projects-dfc_project_pdiv.cmsdfc {
    align-items: stretch;
  }

  .projects_dfc_project_title {
    max-width: 350px;
  }

  .projects-dfc-project_p {
    min-width: 350px;
  }

  .projects-dfc_imagewrapper {
    display: none;
  }

  .mobilemenudiv-dfc {
    z-index: 201;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    display: none;
    position: fixed;
    inset: 7% 7% auto auto;
  }

  .menuline-dfc {
    background-color: var(--white-smoke);
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .projects-dfc-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobilemenuoverlay-dfc {
    z-index: 200;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobilemenutext-wrapper {
    flex-direction: column;
    display: flex;
  }

  .mobilemenutext {
    color: var(--white-smoke);
    text-align: center;
  }

  .collection-list-wrapper {
    margin-top: auto;
  }

  .dfc-collection-closebutton {
    z-index: 9;
  }

  .collection-introwrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 75px;
  }

  .dfc-collection-introp {
    margin-bottom: 75px;
  }

  .dfc-collection-introdetailswrapper {
    text-align: left;
    flex-flow: row;
    align-self: flex-end;
    display: block;
  }

  .dfc-collection-introdetailswrapper.photo {
    max-width: 50%;
  }

  .summarysection-dfc-collection {
    padding-top: 50px;
  }

  .dfc-collection-richtext-large {
    margin-bottom: 76px;
  }

  .dfc-collection-richtext-large.dfc-collection-introp {
    margin-bottom: 36px;
  }

  .dfc-collection-extraimg-wrapper {
    margin-bottom: 0;
  }

  .testimonialsection-dfc-collection {
    min-height: 60vh;
  }

  .conclusionsection-collection {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .customsection-dfc-collection-optionalimg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .customsection-dfc-collection-optionalimg.customphoto1-2 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .dfc-logo-desktop.dfc-collectionpage {
    opacity: 1;
  }

  .dfc-logo-mobile {
    z-index: 201;
    top: 4%;
  }

  .dfc-collection-richttext-small {
    margin-bottom: 25px;
  }

  .dfc-collection-richttext-small h4 {
    line-height: 32px;
  }

  .dfc-collection-richttext-small.dfcimginfo {
    margin-bottom: 50px;
  }

  .customsection-imginfowrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .parrallexinteraction-container {
    margin-bottom: 50px;
  }

  .transition-content, .study-hoverimg-wrapper, .photo-hoverimg-wrapper {
    display: none;
  }

  .headersection-photo {
    padding-left: 50px;
    padding-right: 50px;
  }

  .line-photo.photomenu-middle.dfc, .line-photo.photomenu-bottomline.dfc, .line-photo.topline.dfc {
    background-color: var(--white-smoke);
  }

  .photolandingimg.landing {
    max-width: 50%;
  }

  .photolandingimg.about {
    align-self: flex-end;
    max-width: 50%;
    margin-top: 50px;
    margin-right: 0;
  }

  .photo-landing-cattext {
    font-size: 36px;
  }

  .photo-menu {
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .photomenu-h2 {
    font-size: 36px;
    line-height: 55px;
  }

  .photomenu-h2.work {
    opacity: .5;
  }

  .photomenu-h2.behindthescenes {
    display: flex;
  }

  .photo-menu-h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 45px;
  }

  .photo-menu-h3.events.activelink {
    margin-bottom: -10px;
  }

  .photo-menu-h3.foodsdrinks {
    margin-top: 5px;
  }

  .photo-menu-h3.foodsdrinks.activelink {
    margin-bottom: -5px;
  }

  .photo-menu-h3.campaigns {
    margin-top: 5px;
  }

  .photo-menu-h3.campaigns.activelink {
    margin-bottom: -5px;
  }

  .photo-menu-h3wrapper {
    opacity: 1;
  }

  .photo-menu-contacth3wrapper {
    opacity: 1;
    padding-top: 15px;
  }

  .photo-menu-h3title {
    font-size: 24px;
    line-height: 45px;
  }

  .photo-menu-h4, .photo-menu-h4.mail {
    font-size: 18px;
  }

  .headersection-photowork {
    padding-left: 50px;
    padding-right: 50px;
  }

  .headersectionphotowork-title {
    margin-bottom: -10px;
    font-size: 36px;
  }

  .headersectionphotowork-titleunderline {
    max-width: 100px;
  }

  .photo-cat-collectionimg:hover {
    opacity: 1;
  }

  .photo-cat-collectionitem {
    width: 40%;
  }

  .photocat-colitem-headersection {
    padding-left: 50px;
    padding-right: 50px;
  }

  .photocat-collitem-title {
    font-size: 36px;
    line-height: 46px;
  }

  .photo-case-collectionitem {
    width: 40%;
  }

  .photo-case-collectionimg:hover {
    opacity: 1;
  }

  .bts-button {
    right: 25%;
  }

  .photo-case-gallery-wrapper {
    flex-direction: column;
  }

  .photo-case-gallery-collectionlist {
    max-width: 100%;
  }

  .photo-about-headersection {
    display: block;
  }

  .photo-about-wrapper {
    flex-direction: column-reverse;
    margin-top: 20vh;
  }

  .photo-about-textwrapper {
    max-width: 100%;
  }

  .headersection_photo_contact_title {
    font-size: 36px;
    line-height: 64px;
  }

  .lottie-animation {
    max-width: 100px;
    margin-top: -10px;
  }

  .lottie-animation.events {
    max-width: 125px;
    margin-top: -10px;
  }

  .lottie-animation.bts {
    max-width: 300px;
  }

  .lottie-animation.foodsdrinks {
    max-width: 250px;
  }

  .lottie-animation.campaignss {
    max-width: 200px;
  }

  .lottie-animation.contact {
    max-width: 325px;
  }

  .mobilemenuwrapper-dfc {
    z-index: 201;
    background-color: #121418;
    display: flex;
  }

  .activelinkimg {
    width: 85px;
  }

  .activelinkimg.campaigns {
    width: 115px;
  }

  .activelinkimg.events {
    width: 65px;
    margin-bottom: 5px;
  }

  .activelinkimg.about {
    width: 100px;
  }

  .activelinkimg.contact {
    width: 125px;
  }

  .activelinkimg.fooddrinks {
    width: 155px;
    margin-bottom: 5px;
  }

  .cursor-wrapper {
    display: none;
  }

  .body {
    cursor: default;
  }

  .photo-footersection {
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-info-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-info-column {
    margin-bottom: 50px;
  }

  .photo-copyrightsection, .dfc-copyrightsection {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 54px;
  }

  .flex2col {
    width: 100%;
  }

  .mycontain {
    width: 90%;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .small-p.photo-case-titlep {
    max-width: 400px;
    font-size: 16px;
    line-height: 25px;
  }

  .small-p.poto-case-galleryl-text {
    font-size: 16px;
    line-height: 24px;
  }

  .small-p.photo-about-text, .small-p.photo-about-testimonialtext {
    font-size: 16px;
    line-height: 25px;
  }

  .small-p.footer-copyright.dfc {
    text-align: left;
  }

  .flex3col {
    width: 100%;
  }

  .sub-p.project {
    max-width: 200px;
    font-size: 14px;
    line-height: 20px;
  }

  .sub-p.dfc-collection-subt, .sub-p.testimonialsection-divsubtitle, .sub-p.testimonialsection-name, .sub-p.photocat-collitem-subtitle, .sub-p.reflectionsubtitle {
    font-size: 14px;
  }

  .bg-p {
    display: none;
  }

  .subhoverbutton-blue.events {
    display: flex;
  }

  .subhoverbutton-blue.events.mobile {
    margin-top: 10px;
    padding-top: 0;
  }

  .subhoverbutton-blue.foodsdrinks, .subhoverbutton-blue.campaigns {
    display: flex;
  }

  .subhoverbutton-blue_p {
    font-size: 14px;
  }

  .subbutton-blue.next {
    justify-content: center;
  }

  .menubutton-blue.photo, .menubuttonswitch-yellow.photo {
    display: none;
  }

  .subbuttonleft-blue.previous {
    justify-content: center;
    margin-bottom: 25px;
  }

  .mobilehomebutton-dfc.photo-mobilemenu {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 0% 7%;
  }

  .headersection-dfc {
    padding-left: 25px;
    padding-right: 25px;
  }

  .headersection-dfc_img {
    max-width: 50%;
  }

  .headersection-dfc_title {
    font-size: 24px;
    line-height: 35px;
  }

  .headersection-dfc_p.small-p {
    text-align: center;
  }

  .identitysection-dfc_communicatortitle {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .identysection-dfc-teamtitle {
    text-align: left;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .identitysection-dfc-team_p.small-p {
    text-align: left;
  }

  .visionsection-dfc_subtitle.sub-p {
    font-size: 14px;
  }

  .visionsection-dfc_p {
    margin-bottom: 0;
    padding-top: 35px;
    font-size: 22px;
    line-height: 38px;
  }

  .projects-dfc {
    padding-left: 50px;
    padding-right: 50px;
  }

  .projects_dfc_project_title {
    max-width: 300px;
  }

  .projects-dfc-project_p {
    min-width: 300px;
    max-width: 300px;
  }

  .projects-dfc-container {
    max-width: 450px;
  }

  .mobilemenuoverlay-dfc {
    display: none;
  }

  .mobilemenutext {
    font-size: 36px;
  }

  .headersection-dfc-collection {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dfc-collection-title {
    font-size: 36px;
    line-height: 54px;
  }

  .collection-introwrapper {
    margin-bottom: 50px;
  }

  .dfc-collection-introdetailswrapper {
    align-self: flex-start;
  }

  .summarysection-dfc-collection {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dfc-collection-h3titles {
    margin-bottom: 0;
    font-size: 24px;
  }

  .dfc-collection-richtext-large h2 {
    font-size: 36px;
    line-height: 54px;
  }

  .dfc-collection-richtext-large p {
    font-size: 18px;
    line-height: 28px;
  }

  .dfc-collection-richtext-large h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .dfc-collection-richtext-large a {
    font-size: 18px;
  }

  .dfc-collection-extraimg-wrapper {
    column-count: 1;
    margin-bottom: 0;
  }

  .testimonialsection-dfc-collection {
    min-height: 50vh;
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonialsection-divtitle {
    font-size: 24px;
    line-height: 40px;
  }

  .reflectionsection-dfc-collection {
    padding-left: 25px;
    padding-right: 25px;
  }

  .conclusionsection-collection {
    padding: 25px 25px 75px;
  }

  .conclusionsection-collection.photoconclusion {
    padding-bottom: 100px;
  }

  .prevnextproject-dfc-collection-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .customsection-dfc-collection-optionalimg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .customsection-dfc-collection-optionalimg.customphoto1-2 {
    margin-bottom: 50px;
  }

  .headersection-dfc_imgcontainer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .headersection-dfc_imgoverlay {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .dfc-collection-richttext-small {
    margin-bottom: 0;
  }

  .dfc-collection-richttext-small p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .dfc-collection-richttext-small h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .dfc-collection-richttext-small.dfcimginfo {
    margin-bottom: 0;
  }

  .dfc-collection-richttext-small a {
    font-size: 16px;
  }

  .customsection-dfc-collection, .imgsection-dfc-collection {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customsection-imginfowrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .parrallexinteraction-container {
    margin-bottom: 25px;
  }

  .headersection-photo {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .mobilebuttonswitch-yellow_circle {
    display: block;
  }

  .menubuttonblue_p.bts {
    background-color: var(--white-smoke-darker);
  }

  .photo-landingwrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10vh;
  }

  .photolandingimg.events.mobile {
    background-image: url('../images/7ba3fd80-45a0-4341-beb7-9e0dde005763_rw_1920.jpg');
    max-width: 100%;
    display: block;
    position: static;
  }

  .photolandingimg.foodsdrinks.mobile, .photolandingimg.campaigns.mobile {
    max-width: 100%;
    display: block;
    position: static;
  }

  .photolandingimg.landing {
    max-width: 80%;
    margin-top: 50px;
    display: block;
    position: static;
  }

  .photolandingimg.landing.animation {
    display: none;
  }

  .photolandingimg.about {
    max-width: 75%;
  }

  .photo-landing-cattext {
    font-size: 24px;
    line-height: 47px;
  }

  .photo-landing-cattext.mobile {
    align-self: flex-end;
    margin-bottom: 0;
    padding-right: 0;
  }

  .photo-landing-cattextwrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .photo-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .photomenu-h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 35px;
  }

  .photomenu-h2.work {
    opacity: .5;
    width: 30vw;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .photomenu-h2.work:hover {
    opacity: .5;
  }

  .photomenu-h2.contact {
    width: 30vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .photomenu-h2.behindthescenes {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .photomenu-h2.hoveropacity.about {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .photomenu-h2.hoveropacity.about.activelink {
    margin-bottom: 0;
  }

  .photomenu-h2.hoveropacity.cases {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .photo-menu-textwrapper {
    flex-direction: column;
  }

  .photo-menu-h3.foodsdrinks {
    margin-top: 5px;
  }

  .photo-menu-h3.activelink {
    margin-bottom: -10px;
  }

  .photo-menu-h3.activelink.campagns {
    margin-bottom: -5px;
  }

  .photo-menu-h3wrapper {
    display: none;
  }

  .photo-menu-h3wrapper.mobile {
    padding-top: 0;
    padding-left: 25px;
    display: flex;
  }

  .photo-menu-contactwrapper {
    flex-direction: column;
  }

  .photomenu-behindthescenes, .link-block {
    display: block;
  }

  .headersection-photowork {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headersectionphotowork-title {
    margin-bottom: -5px;
    font-size: 24px;
  }

  .headersectionphotowork-titleunderline {
    max-width: 75px;
  }

  .photo-cat-collectionitem {
    width: 100%;
    margin-bottom: 0;
  }

  .photo-cat-collectionitem:nth-child(2n) {
    margin-bottom: 75px;
  }

  .collection-list-wrapper-3 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .photocat-colitem-headersection {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .photocat-collitem-title {
    font-size: 24px;
    line-height: 32px;
  }

  .photocat-collitem-imgwrapper {
    column-count: 1;
  }

  .photocat-collitem-nextprevious {
    column-count: 1;
    flex-direction: column;
    padding-top: 50px;
  }

  .photo-case-collectionitem {
    width: 100%;
    margin-bottom: 0;
  }

  .photo-case-collectionitem:nth-child(2n) {
    margin-bottom: 75px;
  }

  .photo-case-collectionlistwrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .photo-case-headersection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-richtext-large p {
    font-size: 18px;
    line-height: 28px;
  }

  .photo-richtext-large h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-8 {
    font-size: 48px;
    line-height: 71px;
  }

  .bts-button {
    background-color: var(--white-smoke-darker);
    text-align: center;
    border-radius: 500px;
    width: 225px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
    inset: auto 0% 7%;
  }

  .photo-case-gallerysection {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-case-gallery-collectionlist {
    column-count: 1;
  }

  .photo-about-headersection {
    padding-left: 21px;
    padding-right: 21px;
  }

  .photo-about-title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 36px;
  }

  .photo-about-testimonialsection {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-about-testimonial-title {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 36px;
  }

  .photo-bts-headersection {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-bts-vert-hor-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .photo-bts-fullwidthimg {
    margin-bottom: 20px;
  }

  .photo-bts-hor-hor-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .headersection_photo_contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headersection_photo_contact_title {
    font-size: 24px;
    line-height: 51px;
  }

  .lottie-animation.events {
    max-width: 100px;
  }

  .lottie-animation.bts {
    max-width: 200px;
  }

  .lottie-animation.foodsdrinks {
    max-width: 185px;
  }

  .lottie-animation.campaignss {
    max-width: 150px;
    margin-top: -25px;
  }

  .lottie-animation.contact {
    max-width: 225px;
  }

  .lottie-animation.cases {
    max-width: 100px;
  }

  .animation-trigger-bts {
    display: block;
  }

  .animation-trigger-bts.mobileinvinsible {
    display: none;
  }

  .animation-trigger-photolanding {
    display: block;
  }

  .headersection-photomobile {
    background-color: var(--white-smoke);
    min-height: 100vh;
    padding: 20vh 20px 25px;
    display: block;
  }

  .headersection-photo-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 350px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .animation-trigger-photolandingmobile {
    background-color: var(--white-smoke);
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .photolandingimg-catwrappermobile {
    position: relative;
  }

  .activelinkimg {
    width: 60px;
    margin-bottom: 10px;
  }

  .activelinkimg.campaigns {
    margin-bottom: 5px;
  }

  .activelinkimg.events {
    margin-bottom: 0;
  }

  .activelinkimg.about {
    width: 65px;
    margin-bottom: 10px;
  }

  .activelinkimg.contact {
    width: 83px;
    margin-bottom: 10px;
  }

  .activelinkimg.fooddrinks {
    margin-bottom: 0;
  }

  .activelinkimg.bts {
    width: 180px;
  }

  .photo-footersection, .photo-copyrightsection, .dfc-copyrightsection {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cta-button {
    font-size: 15px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .small-p.photo-cat-collectiontitle, .small-p.photo-case-collectiontitle {
    font-size: 16px;
  }

  .small-p.poto-case-galleryl-text.ipadfirst {
    max-width: 100%;
  }

  .small-p._401-p {
    font-size: 16px;
  }

  .small-p.footer-copyright {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
  }

  .small-p.footer-copyright.dfc {
    text-align: left;
    line-height: 27px;
  }

  .sub-p.project {
    max-width: 200px;
  }

  .sub-p.testimonialsection-divsubtitle, .sub-p.testimonialsection-name {
    font-size: 14px;
  }

  .logo-home {
    max-width: 100px;
  }

  .headersection-lefthoverdiv {
    display: none;
  }

  .mobilehomebutton-photo.dfc-mobile-menu {
    position: fixed;
    inset: auto auto 10%;
  }

  .mobilehomebutton-photo.cta-btn {
    width: auto;
  }

  .mobilehomebutton_p.dfctextwhite {
    color: var(--white-smoke);
  }

  .mobilehomebutton-dfc.photo-mobilemenu {
    bottom: 5%;
  }

  .headersection-dfc {
    min-height: auto;
    padding-top: 40%;
  }

  .headersection-dfc_img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .headersection-dfc_p.small-p {
    font-size: 16px;
    line-height: 25px;
  }

  .logo-dfc {
    z-index: 202;
    top: 5%;
  }

  .logo-dfc.dfc-collectionpage {
    max-width: 100px;
    top: 5%;
  }

  .identitysection-dfc {
    padding: 0 25px 14px;
  }

  .identitysection-dfc_communicatortitle {
    font-size: 28px;
    line-height: 40px;
  }

  .identitysection-dfc_communicatorp.small-p {
    font-size: 16px;
    line-height: 25px;
  }

  .identiysection-dfc-communicatorwrapper {
    margin-bottom: 75px;
  }

  .identysection-dfc-teamtitle {
    text-align: left;
    font-size: 28px;
    line-height: 40px;
  }

  .identitysection-dfc-team_p.small-p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }

  .visionsection-dfc {
    padding: 50px 25px;
  }

  .visionsection-dfc_p {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .projects-dfc {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .projects-dfc_timeline_year {
    font-size: 18px;
  }

  .projects-dfc_timeline_year._2017 {
    font-size: 20px;
  }

  .projects-dfc_projectwrapper.cmsdfc {
    flex-direction: column;
    align-items: flex-end;
  }

  .projects_dfc_project_title {
    max-width: 200px;
    font-size: 24px;
    line-height: 38px;
  }

  .projects-dfc-project_p {
    min-width: auto;
    max-width: 200px;
    font-size: 16px;
    line-height: 25px;
  }

  .mobilemenudiv-dfc {
    z-index: 201;
    cursor: pointer;
    display: none;
    top: 6%;
  }

  .projects-dfc-container {
    min-width: 265px;
    max-width: 275px;
  }

  .mobilemenuoverlay-dfc {
    z-index: 200;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobilemenutext-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mobilemenutext {
    color: var(--white-smoke);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 45px;
    display: block;
  }

  .dfc-collection-closebutton {
    z-index: 9;
  }

  .dfc-collection-title {
    line-height: 54px;
  }

  .collection-introwrapper {
    margin-bottom: 0;
  }

  .testimonialsection-divtitle {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .conclusionsection-collection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conclusionsection-collection.photoconclusion {
    padding-top: 25px;
    padding-bottom: 125px;
  }

  .prevnextproject-dfc-collection-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 75px;
  }

  .headersection-dfc_imgcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .headersection-dfc_imgoverlay {
    -webkit-text-fill-color: inherit;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .line-photo.photomenu-middle.dfc, .line-photo.photomenu-bottomline.dfc {
    background-color: var(--white-smoke);
  }

  .line-photo.topline.dfc {
    background-color: var(--white-smoke);
    color: var(--white-smoke);
  }

  .photo-landingwrapper {
    margin-top: 10vh;
  }

  .photolandingimg.landing {
    max-width: 100%;
  }

  .photolandingimg.about {
    align-self: center;
    max-width: 100%;
  }

  .photo-landing-cattext {
    font-size: 22px;
  }

  .photo-menu {
    display: none;
  }

  .photomenu-h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .photomenu-h2.work {
    margin-top: 0;
    margin-bottom: 0;
  }

  .photomenu-h2.hoveropacity.about {
    margin-top: 5px;
    display: block;
  }

  .photo-menu-h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .photo-menu-h3.foodsdrinks {
    margin-top: 0;
  }

  .photo-menu-h3.activelink {
    margin-top: 5px;
    margin-bottom: -10px;
  }

  .photo-menu-h3.activelink.campagns {
    margin-top: 0;
    margin-bottom: -5px;
  }

  .photo-menu-h3.activelinkmargin {
    margin-top: 5px;
  }

  .photocat-collitem-title {
    line-height: 32px;
  }

  .bts-button {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 6%;
  }

  .photo-about-testimonialsection {
    padding-bottom: 0;
  }

  .headersection_photo-contact {
    font-size: 18px;
    line-height: 25px;
  }

  .mobilemenuwrapper-dfc {
    background-color: #121418;
  }

  .animation-trigger-photolandingmobile {
    background-color: var(--white-smoke);
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .photolandingimg-catwrappermobile {
    position: relative;
  }

  .activelinkimg {
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .activelinkimg.campaigns {
    width: 85px;
    margin-top: 0;
  }

  .activelinkimg.events {
    width: 50px;
  }

  .activelinkimg.contact {
    margin-bottom: 10px;
  }

  .activelinkimg.fooddrinks {
    width: 115px;
    margin-top: 0;
    padding-bottom: 0;
  }

  ._401-title {
    line-height: 47px;
  }

  .footer-cta-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-info-container {
    grid-template-columns: 1fr;
  }

  .photo-copyrightsection {
    height: auto;
    min-height: 10vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dfc-copyrightsection {
    height: auto;
    min-height: 10vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-_96f72ac3-51a7-a828-9bf4-a710403ea2f0-f42242f7, #w-node-b7b3f42a-3899-7a4d-dfe2-d8475ece8f44-f42242f7, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd54d-692bd542, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd54e-692bd542, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd556-692bd542, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd557-692bd542, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd55f-692bd542, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd560-692bd542, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd566-692bd542, #w-node-_5e89c16c-62ab-81a4-cad0-f845692bd567-692bd542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Calmetta';
  src: url('../fonts/Calmetta-Bold.woff') format('woff'), url('../fonts/Calmetta-Bold.ttf') format('truetype'), url('../fonts/Calmetta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calmetta';
  src: url('../fonts/Calmetta-Light.woff') format('woff'), url('../fonts/Calmetta-Light.ttf') format('truetype'), url('../fonts/Calmetta-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calmetta';
  src: url('../fonts/Calmetta-Regular.woff') format('woff'), url('../fonts/Calmetta-Regular.ttf') format('truetype'), url('../fonts/Calmetta-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivypresto display';
  src: url('../fonts/IvyPresto-Display-Regular-Italic.woff') format('woff'), url('../fonts/IvyPresto-Display-Regular-Italic.ttf') format('truetype'), url('../fonts/IvyPresto-Display-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ivypresto display';
  src: url('../fonts/IvyPresto-Display-Regular.woff') format('woff'), url('../fonts/IvyPresto-Display-Regular.ttf') format('truetype'), url('../fonts/IvyPresto-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}