:root {
  --scroll-height: 600vh;
  --anim-padding-top: 10em;
}

.scroll-point {
  position: absolute;
  left: 0;
  height: 5px;
  width: 30px;
}
.scroll-point.start {
  top: 0%;
}
.scroll-point.medium-a {
  top: 40%;
}
.scroll-point.medium-b {
  top: 60%;
}
.scroll-point.end {
  bottom: 0;
}

#header {
  top: -7em;
  -webkit-transition: top 0.8s ease-out;
  transition: top 0.8s ease-out;
}
.loaded #header {
  top: 0;
}
#header .logo {
  display: none;
}

.logo-minnim {
  position: absolute;
  top: 50%;
  left: -30vw;
  opacity: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.5s 0.3s ease-out;
  transition: all 0.5s 0.3s ease-out;
}
.loaded .logo-minnim {
  left: 0;
  opacity: 1;
}

.main-content {
  overflow: hidden;
  z-index: 1;
}
.main-content h2 {
  font-size: 3.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.main-content h3 {
  font-size: 2.8em;
  line-height: 1.2;
  text-transform: uppercase;
}
.main-content h4 {
  font-family: "Redaction";
  font-weight: 1;
  font-size: 1.6em;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 0.2em;
}
.main-content .claim {
  text-align: justify;
}
.main-content .claim h2 {
  font-size: 3.2em;
}
.main-content p {
  line-height: 1.5;
}

.slide {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: max(80em, 90vh - var(--heightHeader));
  margin-bottom: 25vh;
}
.slide.center {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 174em;
  padding-left: 5em;
  padding-right: 5em;
}

.slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}

.frame {
  overflow: hidden;
}
.frame video {
  display: block;
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.frame.fixed {
  position: fixed;
  z-index: 1;
}
.frame .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slide-1 {
  min-height: 0;
  margin-bottom: 10vh;
}
#slide-1 .slide-wrapper {
  max-width: 120em;
  min-height: calc(100vh - var(--heightHeader));
}
#slide-1 .claim {
  position: absolute;
  top: 50%;
  right: -10vw;
  width: 80vw;
  max-width: 60em;
  opacity: 0;
  -webkit-transform: translate(0%, -40%);
      -ms-transform: translate(0%, -40%);
          transform: translate(0%, -40%);
  z-index: 10;
  -webkit-transition: all 0.8s 1s ease-out;
  transition: all 0.8s 1s ease-out;
}
#slide-1 .claim .text-anim {
  display: block;
  text-align: right;
  padding-top: 0.7em;
}
.loaded #slide-1 .claim {
  right: 0;
  opacity: 1;
}
#slide-1 .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  width: 90vmin;
  max-width: 87.4em;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#slide-1 .slide-content::after {
  content: "";
  display: block;
  padding-bottom: 76.6%;
}
#slide-1 .frame {
  position: absolute;
  top: 0;
  left: -50vw;
  height: 100%;
  width: 100%;
  max-width: 3em;
  background: var(--color1);
  overflow: hidden;
  -webkit-transition: left 0.5s 0.5s linear, max-width 0.7s 0.6s ease-out;
  transition: left 0.5s 0.5s linear, max-width 0.7s 0.6s ease-out;
}
.loaded #slide-1 .frame {
  left: 0;
  max-width: 100%;
}

#slide-2 .claim {
  margin: 0 0 0 40%;
  width: 80vw;
  max-width: 60em;
  -webkit-transform: translate(0%, -40%);
      -ms-transform: translate(0%, -40%);
          transform: translate(0%, -40%);
  z-index: 10;
}
#slide-2 .claim .text-anim {
  display: block;
  text-align: right;
  padding-top: 0;
}
#slide-2 .claim p {
  margin-left: 28.5%;
}
#slide-2 h2 {
  font-size: 3.2em;
  margin: 0 20% 0.7em 0;
}
#slide-2 h3 {
  margin-bottom: 0.8em;
}
#slide-2 .slide-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  min-height: calc(100vh - var(--heightHeader));
  z-index: 10;
}
#slide-2 #frame-2a {
  top: 13%;
  left: 36vw;
  min-height: 22em;
  width: 105em;
  max-width: 11%;
  background: var(--color3);
  overflow: hidden;
}
#slide-2 #frame-2b {
  position: fixed;
  top: 50vh;
  left: 6%;
}
#slide-2 .frame-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  max-width: 136.6em;
}
#slide-2 .frame-list .frame {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 45vh;
  overflow: hidden;
}
#slide-2 .frame-list .frame:after {
  content: "";
  display: block;
  padding-bottom: 105%;
}
#slide-2 .frame-list .mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--color4);
  overflow: hidden;
}
#slide-2 .block-list {
  max-width: 120em;
}
#slide-2 .block-list .columns {
  gap: 6em;
}
#slide-2 .block-list .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 36em;
  margin-bottom: 2em;
}
#slide-2 .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0;
}
#slide-2 .cta .buttons {
  gap: 2em;
}
#slide-2 .details {
  max-width: 36em;
  padding: 0.5em 0 0;
}
#slide-2 .details p {
  line-height: 1.4;
  font-size: max(1.3em, 10px);
}

#slide-3 .slide-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  gap: 2em;
  width: 100%;
  min-height: calc(100vh - var(--heightHeader));
  z-index: 5;
}
#slide-3 .claim {
  max-width: 55.8em;
}
#slide-3 .claim h2 {
  margin-bottom: 0.8em;
}
#slide-3 .columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90em;
  margin: 0 0 0 4vw;
}
#slide-3 .columns .col {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 36em;
  min-width: 40%;
  height: 12em;
  padding: 0 4em;
}
#slide-3 .details p {
  font-size: max(1.2em, 10px);
}
#slide-3 #frame-3a {
  position: fixed;
  top: 50%;
  left: 10%;
  width: 100%;
  z-index: 0;
  overflow: visible;
}
#slide-3 #frame-3a .columns {
  margin-left: 0;
}
#slide-3 #frame-3a .col {
  position: relative;
  min-height: 12em;
}
#slide-3 #frame-3a .col span {
  position: absolute;
  top: 0;
  right: 100%;
  width: 20em;
  height: 7em;
  background: var(--color3);
  margin-right: -7em;
}
#slide-3 #frame-3b {
  position: fixed;
  top: calc(50% - 30em);
  left: 50%;
  width: 73em;
  max-width: 48vw;
  z-index: 0;
  background-color: var(--color6);
}
#slide-3 #frame-3b::after {
  content: "";
  display: block;
  padding-bottom: 78%;
}
#slide-3 #frame-3b video {
  width: auto;
  height: 102%;
}

#slide-4 #frame-4a {
  position: fixed;
  bottom: 8vh;
  left: 7%;
  width: 36%;
  z-index: 0;
}
#slide-4 #frame-4a::after {
  content: "";
  display: block;
  padding-bottom: 76.2%;
}
#slide-4 #frame-4a video {
  width: auto;
  height: 102%;
  left: auto;
  right: -1%;
}
#slide-4 #frame-4a .mask {
  left: auto;
  right: 0;
}
#slide-4 #frame-4b {
  position: fixed;
  top: 20vh;
  left: 56.5%;
  width: 80%;
  overflow: visible;
}
#slide-4 #frame-4b .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  z-index: 0;
}
#slide-4 #frame-4b .col {
  min-height: 15em;
}
#slide-4 #frame-4b .col span {
  display: block;
  width: 200%;
  max-width: 10%;
  height: 3em;
  background: var(--color4);
}
#slide-4 .slide-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 10;
}
#slide-4 .slide-content > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#slide-4 .slide-content .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#slide-4 .slide-content .col-2 {
  padding-top: 3vh;
}
#slide-4 .col-2 .button {
  display: none;
}
#slide-4 .claim {
  min-width: 32em;
}
#slide-4 .claim ul {
  font-size: 2.4em;
  margin-bottom: 1.8em;
}
#slide-4 .claim li {
  position: relative;
  text-transform: uppercase;
  padding-top: 1em;
}
#slide-4 .claim li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6em;
  height: 1.1em;
  background: url(../img/interface/arrow-down.svg) no-repeat center center;
  background-size: contain;
}
#slide-4 .columns {
  gap: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 60em;
  padding: 0 5%;
  margin: 0 auto;
}
#slide-4 .columns h4 {
  font-size: 2em;
}
#slide-4 .columns p {
  font-size: 2em;
}

#slide-5 {
  margin-bottom: 10vh;
}
#slide-5 .slide-content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: max(80em, 90vh - var(--heightHeader));
  z-index: 10;
}
#slide-5 h3 {
  font-weight: 400;
  margin: 0 0 0.6em;
}
#slide-5 .featured-services {
  margin-bottom: 5em;
}
#slide-5 .featured-services h2 {
  max-width: 30em;
  text-align: left;
  margin: 0 auto 1.2em;
}
#slide-5 .featured-services .columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 7em;
}
#slide-5 .featured-services .columns .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 17em;
}
#slide-5 .success-stories h2 {
  margin-bottom: 0.8em;
}
#slide-5 .success-stories h3 {
  max-width: 17em;
  text-align: left;
  margin: 0 auto;
}
#slide-5 .success-stories .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slide-5 .success-stories .columns .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#slide-5 .success-stories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3em 0;
  font-size: 2em;
}
#slide-5 .success-stories ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  min-height: 2.2em;
  line-height: 1.1;
}
#slide-5 #frame-5 {
  position: fixed;
  top: 18em;
  left: 0;
  width: 100%;
  height: 36vh;
  max-height: 36em;
  background-color: var(--color4);
  z-index: 0;
}

#slide-6 .slide-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#slide-6 .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: max(80em, 90vh - var(--heightHeader));
}
#slide-6 #frame-6 {
  position: fixed;
  bottom: 10vh;
  left: 0;
  width: 100%;
  height: 36vh;
  max-height: 36em;
  background-color: var(--color1);
  z-index: 0;
}
#slide-6 .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin-bottom: 10em;
}
#slide-6 .columns .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 39em;
  padding: 2.5em 2.2em;
  border-radius: 1.5em;
  background: var(--color3);
  -webkit-transform: translateY(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
#slide-6 .columns .col .button a {
  margin-bottom: 0;
}
#slide-6 .columns h3 {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.6em;
}
#slide-6 .columns h4 {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 1em;
}
#slide-6 .columns h4:before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -0.2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background: #FFF;
}
#slide-6 .columns .col.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#slide-6 .columns .col.show:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#slide-6 .columns .col.show:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.brands h2 {
  margin-bottom: 2em;
}
.brands ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.5em 4em;
  margin: 0 auto;
}
.brands li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8em;
}
.brands img {
  display: block;
  max-width: 100%;
}

#slide-7 {
  min-height: 0;
  padding-top: 5em;
  padding-bottom: 25vh;
  margin-bottom: 0;
}
#slide-7 .slide-wrapper {
  min-height: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_block {
  max-width: 68em;
  margin: 0 auto;
}
.contact_block h3 {
  font-weight: 400;
  margin: 0 0 0.6em;
}
.contact_block p {
  margin: 0 0 2em;
}

@media only screen and (max-width: 1280px) {
  .main-content {
    font-size: 0.9em;
  }
  .slide {
    margin-bottom: 20em;
  }
  #slide-4 .claim {
    min-width: 80%;
  }
  #slide-4 #frame-4b {
    left: 51%;
  }
  #slide-3 .columns {
    max-width: 80em;
    margin-left: 2vw;
  }
  #slide-3 .columns .col {
    padding: 1em 2em;
  }
  #slide-5 .featured-services {
    margin-bottom: 10em;
  }
  #slide-5 .featured-services .columns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100em;
    margin: 0 auto;
  }
  #slide-5 .featured-services .columns .col {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 250px;
  }
  #slide-5 .featured-services .columns .col:nth-child(3), #slide-5 .featured-services .columns .col:nth-child(4), #slide-5 .featured-services .columns .col:nth-child(5), #slide-5 .featured-services .columns .col:nth-child(6) {
    padding-top: 2em;
  }
  #slide-5 .featured-services .columns .col:nth-child(3)::after, #slide-5 .featured-services .columns .col:nth-child(4)::after, #slide-5 .featured-services .columns .col:nth-child(5)::after, #slide-5 .featured-services .columns .col:nth-child(6)::after {
    display: none;
  }
  #slide-5 #frame-5 {
    height: 150vw;
    max-height: none;
  }
}
@media only screen and (max-width: 1024px) {
  .logo-minnim {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 1.5em;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .slide,
  #slide-1 {
    min-height: calc(100vh - var(--heightHeader));
    margin-bottom: min(20em, 20vh);
  }
  .slide.center {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  #slide-1 {
    padding-top: 5em;
  }
  #slide-1 .slide-content {
    width: 80vmin;
  }
  #slide-1 .slide-wrapper {
    min-height: calc(100vh - var(--heightHeader));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #slide-2 .claim {
    margin: 0 0 0 10%;
    width: 80vw;
    max-width: 60em;
    -webkit-transform: translate(0%, -40%);
        -ms-transform: translate(0%, -40%);
            transform: translate(0%, -40%);
    z-index: 10;
  }
  #slide-2 .claim .text-anim {
    display: block;
    text-align: right;
    padding-top: 0;
  }
  #slide-2 .claim p {
    margin-left: 28.5%;
  }
  #slide-3 .columns {
    gap: 3em 1em;
    margin: 0;
  }
  #slide-3 .columns .col {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 0;
  }
  #slide-3 .details .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 40em;
  }
  #slide-3 #frame-3a {
    left: 0;
    top: 20em;
  }
  #slide-3 #frame-3a .columns {
    padding: 0 3em;
  }
  #slide-3 #frame-3a .col {
    min-height: 14em;
  }
  #slide-6 #frame-6 {
    bottom: auto;
    top: calc(50vh - 25em);
    height: 50em;
    max-height: none;
  }
  .brands ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em 3em;
    max-width: 90em;
  }
}
@media only screen and (max-aspect-ratio: 5/4) {
  .logo-minnim {
    position: relative;
    left: 0;
    top: 6vh;
    padding-top: 1.5em;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .slide {
    min-height: 100vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .slide.center {
    max-width: 70em;
  }
  #slide-1 {
    min-height: calc(125vmin - (var(--heightHeader) + 3em));
    padding-top: 2em;
  }
  #slide-1 .slide-wrapper {
    min-height: calc(100vh - var(--heightHeader));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #slide-1 .slide-content {
    width: calc(88vmin - (var(--heightHeader) + 3em));
    margin-top: 2em;
  }
  #slide-1 .slide-content::after {
    padding-bottom: 151%;
  }
  #slide-1 .claim {
    width: auto;
  }
  #slide-2 #frame-2a {
    top: 15em;
    left: 0%;
    width: 20em;
    height: 16em;
    min-height: 0;
  }
  #slide-2 .frame-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 44%;
  }
  #slide-2 .frame-list .frame::after {
    padding-bottom: 12em;
  }
  #slide-2 #frame-2b {
    left: 50%;
    top: 20%;
  }
  #slide-2 h2 {
    max-width: 16em;
    margin: 0 0 0.6em;
  }
  #slide-2 .claim {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 0 20vh 4em;
  }
  #slide-2 .claim p {
    margin-left: 0;
  }
  #slide-2 .block-list .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
  #slide-2 .block-list .columns .col {
    width: 72%;
    max-width: 40em;
  }
  #slide-3 .claim {
    position: relative;
    margin: 0 auto;
    padding-bottom: 90vw;
    z-index: 2;
  }
  #slide-3 #frame-3b {
    left: 10%;
    top: 40em;
    bottom: auto;
    width: 80%;
    max-width: none;
  }
  #slide-3 .columns {
    position: relative;
  }
  #slide-3 .p-3b {
    bottom: 0;
    top: auto;
  }
  #slide-3 .p-3c {
    top: 0;
  }
  #slide-3 .p-3d {
    bottom: 0;
    top: auto;
  }
  #slide-3 .p-3e {
    top: auto;
    bottom: 0;
  }
  #slide-4 .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #slide-4 .col-1 {
    padding-top: 70vw;
  }
  #slide-4 #frame-4a {
    bottom: auto;
    top: 8em;
    width: 58%;
  }
  #slide-4 #frame-4a::after {
    padding-bottom: 135%;
  }
  #slide-4 #frame-4b {
    top: 15em;
    left: 17%;
  }
  #slide-4 #frame-4b .col span {
    width: 100%;
  }
  #slide-4 .claim,
  #slide-4 .col-2 {
    position: relative;
  }
  #slide-4 .col-2 .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3em 0 0;
    margin-left: calc(17% - 3em);
  }
  #slide-4 .claim {
    margin-bottom: max(10vh, 10em);
  }
  #slide-4 .claim .button {
    display: none;
  }
  #slide-4 .columns {
    gap: 3em;
    padding: 0 0 0 calc(17% - 3em);
  }
  #slide-4 .p-4b {
    top: auto;
    bottom: 0;
  }
  #slide-4 .p-4c {
    top: 0;
    bottom: auto;
  }
  #slide-5 .featured-services .columns {
    gap: 3em 7%;
    margin: 0 auto;
  }
  #slide-5 .featured-services .columns .col {
    max-width: 50%;
    min-width: 0;
  }
  #slide-5 .success-stories .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 17%;
  }
  #slide-5 .success-stories h3 {
    margin-bottom: 1.3em;
  }
  #slide-5 .success-stories ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #slide-5 .success-stories li {
    margin-bottom: 0.5em;
  }
  #slide-6 .columns {
    margin-bottom: 10em;
  }
  #slide-7 {
    padding-bottom: 0;
    margin-bottom: 10em;
  }
}
@media only screen and (max-aspect-ratio: 5/4) and (min-width: 769px) {
  #slide-1 .slide-content {
    margin-top: 12em;
  }
}
@media only screen and (max-width: 768px) {
  .logo-minnim {
    top: 0;
    padding-top: 0.5em;
  }
  #slide-2 .cta {
    padding-top: 4em;
    margin: 0 auto;
  }
  #slide-2 .cta .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5em;
  }
  #slide-2 .cta .details {
    max-width: 32em;
  }
  #slide-6 .columns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #slide-6 .columns .col {
    min-width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  #slide-6 .columns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 46em;
    margin-left: auto;
    margin-right: auto;
  }
  #slide-6 .columns .col {
    min-width: 100%;
  }
}
.dark-mode #slide-4 .claim li::after {
  background-image: url(../img/interface/arrow-down-white.svg);
}
.dark-mode .brands img {
  -webkit-filter: invert(1);
          filter: invert(1);
}/*# sourceMappingURL=home.css.map */