.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.48438rem;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.04688rem;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.navbar-no-shadow {
  z-index: 9999;
  height: 80px;
  background-color: #141313;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
}

.nav-dropdown-toggle:hover {
  border-bottom: 1px solid #fff;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  display: none;
}

.button-primary {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #fff;
  padding: .75rem 1.75rem;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
}

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

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

.button-primary.dark {
  color: #000;
  border-color: #000;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container.partners {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding-top: 64px;
  padding-bottom: 96px;
}

.container.block {
  margin-top: 200px;
}

.container.agency {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.footer {
  margin-top: 96px;
}

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

.section.hero {
  padding-top: 92px;
  padding-bottom: 136px;
  position: relative;
}

.section.cta {
  background-color: #ffe607;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.block-call {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.slider {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.newsletter {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.footer {
  padding-top: 72px;
  padding-bottom: 56px;
}

.hide {
  display: none;
}

.txt-wrap.hero {
  margin-bottom: 96px;
}

.txt-wrap.block {
  max-width: 400px;
}

.txt-wrap.expertise {
  max-width: 450px;
}

.txt-wrap.services {
  max-width: 900px;
}

.txt-wrap.main-footer {
  max-width: 220px;
}

.txt-wrap.address, .txt-wrap.address-copy {
  grid-row-gap: 24px;
}

.btn-explore {
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.grid-partners {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.h1-hero {
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 4.625rem;
  font-weight: 700;
  line-height: 110%;
}

.h1-hero.txt-col-white {
  height: 100%;
  padding-bottom: 0;
  font-family: "Studio 6 Bold", sans-serif;
}

.h1-hero.txt-col-white.mb-24 {
  font-family: "Studio 6 Bold", sans-serif;
}

.h1-hero.txt-col-white.textyellow {
  color: #ffe607;
}

.h1-hero.txt-col-white.textyellow.sust {
  height: 100%;
  background-color: #0f35f7;
}

.h1-hero.txt-col-white.textyellow.predict {
  background-color: #ee67d8;
}

.h1-hero.txt-col-white.textyellow.scala {
  background-color: #e9301c;
}

.h1-hero.txt-col-white.ani {
  height: 79px;
  flex: 0 auto;
  align-self: center;
}

.txt-col-white {
  color: #fff;
}

.txt-col-white.mb-40, .txt-col-white.mb-24 {
  font-family: "Studio 6 Bold", sans-serif;
}

.txt-col-white.we {
  margin-bottom: 96px;
  font-family: "Studio 6 Bold", sans-serif;
}

.txt-col-white.heading {
  font-family: "Studio 6 Bold", sans-serif;
}

.txt-col-white.header {
  font-family: "Studio 6 Bold", sans-serif;
  font-size: 30px;
}

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

.body-hero {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.btn-wrap.center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.bg-svg {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h4-partners.txt-col-white.mb-56 {
  font-family: "Studio 6 Bold", sans-serif;
}

.heading {
  font-family: Roboto, sans-serif;
}

.mb-56 {
  margin-bottom: 56px;
}

.just-between {
  justify-content: space-between;
}

.mw-50 {
  max-width: 50%;
}

.mw-50.just-end.gap-60 {
  display: none;
}

.just-left {
  justify-content: flex-start;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.just-center {
  justify-content: center;
}

.img-wrap.logo-slide {
  height: 50px;
  max-width: 320px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.img-wrap.logo {
  flex: none;
}

.align-left {
  align-items: flex-start;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.body-block {
  color: silver;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.body-block.txt-col-black.parag {
  font-family: Roboto, sans-serif;
}

.mb-64 {
  margin-bottom: 64px;
}

.h-normal {
  font-weight: 400;
}

.button-second {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 4px #fff;
  border-bottom-style: solid;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button-second:hover {
  color: #000;
}

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

.div-block {
  grid-column-gap: 16px;
  display: flex;
}

.icon-arrow {
  width: 20px;
  height: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s;
  position: relative;
  top: auto;
}

.icon-arrow:hover {
  width: 32px;
}

.btn-prim {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.text-block {
  border-bottom: 4px solid #fff;
  line-height: 120%;
}

.h2-partners {
  font-size: 1.70313rem;
}

.h2-partners.txt-col-white {
  font-family: "Studio 6 Bold", sans-serif;
}

.logo-partners {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.txt-block {
  margin-bottom: 96px;
  position: relative;
}

.swiper.mb-80 {
  overflow: hidden;
}

.swiper-wrapper {
  flex: none;
}

.swiper-wrapper.hide {
  display: none;
}

.swiper-slide, .swiper-slide.ori {
  padding-left: 30px;
}

.swiper-button-prev {
  width: 53px;
  height: 25px;
  cursor: pointer;
  transform-style: preserve-3d;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.swiper-button-next {
  width: 53px;
  height: 25px;
  cursor: pointer;
  display: flex;
}

.nav-swiper {
  grid-column-gap: 100px;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-box {
  max-width: 572px;
  border-right: 4px solid #000;
  padding-right: 70px;
}

.slide-box.last {
  border-right-style: none;
}

.button-pridark {
  opacity: 1;
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #000;
  margin-top: 64px;
  padding: .75rem 1.75rem;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
}

.button-pridark:hover {
  color: #fff;
  background-color: #000;
}

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

.button-pridark.dark {
  color: #000;
  border-color: #000;
}

.h3-slider {
  color: #000;
  font-size: 1.71875rem;
}

.h3-slider.mb-24 {
  font-family: "Studio 6 Bold", sans-serif;
}

.test {
  color: rgba(51, 51, 51, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.body-slide {
  color: #141313;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.img-profil {
  width: 80px;
  border-radius: 999px;
  overflow: hidden;
}

.profil-names {
  font-family: "Studio 6 Bold", sans-serif;
  font-size: 1.10938rem;
  font-weight: 700;
}

.role-capt {
  font-family: Roboto, sans-serif;
  font-size: 1.10938rem;
  font-weight: 400;
}

.btn-prim2 {
  grid-column-gap: 10px;
  color: #000;
  text-transform: uppercase;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.text-block2 {
  border-bottom: 4px solid #000;
  line-height: 120%;
}

.icon-arrow2 {
  width: 15px;
  height: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s;
  position: relative;
  top: auto;
}

.icon-arrow2:hover {
  width: 32px;
}

.icon-arrow2.nav {
  width: 100%;
}

.image {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.txt-col-black {
  color: #000;
  font-family: "Studio 6 Bold", sans-serif;
}

.capt-slide {
  font-family: Roboto, sans-serif;
  font-size: 1.35938rem;
  font-weight: 400;
}

.mb-80 {
  margin-bottom: 80px;
}

.flex-expertise {
  grid-column-gap: 30px;
}

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

.grid-expertise {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

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

.services-block {
  padding-top: 64px;
  padding-bottom: 100px;
  text-decoration: none;
  position: relative;
}

.line-services {
  grid-column-gap: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.first-el {
  width: 1rem;
  height: 1rem;
  border: .25rem solid #fff;
  border-radius: 300px;
}

.second-el {
  width: 100%;
  height: .25rem;
  background-color: #fff;
}

.bg-block {
  z-index: -1;
  width: 12.5rem;
  height: 12.5rem;
  opacity: 0;
  background-color: #0f35f7;
  border-radius: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h2-news {
  max-width: 670px;
  font-size: 2.51563rem;
}

.capt-news {
  max-width: 400px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.box-subs {
  align-items: stretch;
  display: flex;
}

.text-field {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #fff;
  border-right-style: none;
  flex: 1;
  margin-bottom: 0;
  padding: 0 16px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
}

.form-block {
  width: 100%;
  max-width: 540px;
  font-size: 14px;
}

.list {
  display: flex;
}

.bullet-drop {
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
}

.flex-main-footer {
  grid-column-gap: 30px;
}

.link-insight {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.link-insight:hover {
  text-decoration: underline;
}

.flex-logo-footer {
  grid-column-gap: 40px;
  padding-right: 0;
}

.footer-capt {
  font-size: 16px;
  font-weight: 400;
}

.h3-footer {
  font-size: 1rem;
}

.h4-footer {
  font-size: .875rem;
  font-weight: 400;
}

.flex-social {
  grid-column-gap: 50px;
}

.flex-social.mb-32 {
  display: none;
}

.social-nav {
  width: 24px;
  height: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.social-nav:hover {
  color: #ff0;
}

.just-end {
  justify-content: flex-end;
}

.footer-nav-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h3-main-footer {
  font-size: 1.125rem;
  font-weight: 700;
}

.footer-nav {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
}

.footer-nav.txt-col-white:hover {
  border-bottom: 1px solid #fff;
}

.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.mb-32 {
  margin-bottom: 32px;
}

.text-trademarks {
  font-family: Roboto, sans-serif;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 110%;
}

.image-2 {
  max-width: 128px;
}

.html-embed-2 {
  display: none;
}

.div-block-2 {
  width: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top, .bottom {
  display: flex;
}

.just-between-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.just-between-copy.align-center {
  justify-content: center;
}

.div-block-3 {
  width: auto;
}

.accordion-wrapper {
  display: none;
}

.just-between-copy {
  justify-content: space-between;
}

.image-3 {
  display: none;
}

.just-between-copy-copy {
  justify-content: space-between;
}

.image-4 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.just-between-copy-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.just-between-copy-copy.align-center {
  justify-content: center;
}

.txt-block-copy {
  margin-bottom: 96px;
  position: relative;
}

.just-between-copy-copy-copy {
  justify-content: space-between;
}

.bold-text-2 {
  height: 25px;
  font-family: "Studio 6 Bold", sans-serif;
}

.flex-main-footer-copy {
  grid-column-gap: 30px;
}

.div-block-4 {
  display: none;
}

.flex-main-footer-copy-copy {
  grid-column-gap: 30px;
}

.img-slider {
  transition: opacity .2s;
}

.img-slider:hover {
  opacity: .8;
}

.collection-list {
  flex: none;
  display: flex;
}

.fixed-icon-hbg {
  display: none;
}

.nav-menu-fix {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-fix {
  display: none;
}

.text-animate {
  color: #ffe607;
  background-color: #e9301c;
}

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

.flex-text {
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-6 {
  height: 78px;
  align-self: center;
  font-size: 4.625px;
  line-height: 110%;
  overflow: hidden;
}

.nav-menu-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.image-11, .image-12 {
  max-width: 125px;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3.5625rem;
  }

  h3 {
    font-size: 2.8125rem;
  }

  h4 {
    font-size: 2.25rem;
  }

  .navbar-no-shadow {
    z-index: 9999;
    height: 80px;
    background-color: #141313;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .navbar-no-shadow-container {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container {
    max-width: 1140px;
  }

  .grid-partners {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
  }

  .h1-hero {
    font-size: 5.5rem;
  }

  .txt-col-white.we {
    margin-bottom: 96px;
  }

  .mw-50.just-end.gap-60 {
    display: none;
  }

  .img-wrap.logo-slide {
    height: 50px;
    align-items: center;
    display: flex;
  }

  .icon-arrow {
    width: 20px;
    height: 20px;
    transition: all .2s;
  }

  .icon-arrow:hover {
    width: 32px;
  }

  .h2-partners {
    font-size: 1.8125rem;
  }

  .txt-block {
    display: flex;
  }

  .swiper.mb-80 {
    flex-direction: row;
  }

  .swiper-wrapper {
    flex: none;
  }

  .swiper-slide, .swiper-slide.ori {
    padding-left: 30px;
  }

  .slide-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-pridark {
    margin-top: 64px;
  }

  .h3-slider {
    font-size: 1.8125rem;
  }

  .img-profil {
    width: 80px;
    border-radius: 999px;
  }

  .profil-names, .role-capt {
    font-size: 1.125rem;
  }

  .icon-arrow2 {
    width: 15px;
    height: 20px;
    transition: all .2s;
  }

  .icon-arrow2:hover {
    width: 32px;
  }

  .capt-slide {
    font-size: 1.4375rem;
  }

  .capt-slide.txt-col-black {
    flex-direction: column;
    line-height: 110%;
    display: flex;
  }

  .h2-news {
    font-size: 2.8125rem;
  }

  .flex-logo-footer {
    grid-column-gap: 48px;
    padding-right: 55px;
  }

  .flex-social.mb-32 {
    align-items: center;
    display: none;
  }

  .social-nav {
    height: 30px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .top, .bottom {
    display: flex;
  }

  .just-between-copy, .just-between-copy.align-center {
    justify-content: center;
  }

  .image-3 {
    display: none;
  }

  .bold-text {
    flex: 0 auto;
    line-height: 110%;
    display: block;
    position: static;
  }

  .just-between-copy-copy, .just-between-copy-copy.align-center {
    justify-content: center;
  }

  .txt-block-copy {
    display: flex;
  }

  .bold-text-2 {
    height: 25px;
    flex: 0 auto;
  }

  .img-slider {
    transition: opacity .2s;
  }

  .img-slider:hover {
    opacity: .8;
  }

  .collection-list {
    flex: none;
    display: flex;
  }

  .fixed-icon-hbg {
    display: none;
  }

  .nav-menu-fix {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-fix {
    display: none;
  }

  .nav-menu-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-12 {
    max-width: 125px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow {
    z-index: 9999;
    height: 80px;
    background-color: #141313;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .navbar-no-shadow-container {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link {
    display: inline;
  }

  .nav-link:hover {
    border: 1px solid #000;
    border-bottom-color: #fff;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    background-color: #141313;
  }

  .nav-dropdown-link {
    color: #fff;
  }

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

  .container.partners {
    margin-top: 40px;
  }

  .container.mb-80 {
    grid-column-gap: 85px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .container.agency {
    display: none;
  }

  .container.slide {
    margin-left: 0;
    margin-right: 0;
  }

  .section.block-call {
    border-bottom: 1px solid #fff;
    justify-content: center;
    overflow: hidden;
  }

  .section.slider {
    height: auto;
  }

  .section.newsletter {
    -webkit-text-stroke-color: #fff;
    display: none;
  }

  .txt-wrap.services {
    padding-bottom: 0;
  }

  .grid-partners {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    grid-auto-flow: row;
  }

  .h1-hero.txt-col-white.ani {
    flex: 0 auto;
  }

  .body-hero.txt-col-white {
    max-width: 60%;
  }

  .svg-wrap:hover {
    -webkit-text-stroke-color: #d42222;
  }

  .bg-svg {
    z-index: -1;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h4-partners.txt-col-white.mb-56 {
    max-width: 70%;
    margin-bottom: 90px;
  }

  .just-between.align-center {
    justify-content: space-between;
  }

  .mw-50.just-end.gap-60 {
    display: none;
  }

  .img-wrap.logo-slide {
    height: 50px;
    align-items: center;
    display: flex;
  }

  .img-wrap.logo {
    transition: opacity .2s;
  }

  .img-wrap.logo:hover {
    opacity: .8;
  }

  .align-center {
    grid-column-gap: 20px;
  }

  .icon-arrow {
    width: 20px;
    height: 20px;
    transition: all .2s;
  }

  .icon-arrow:hover {
    width: 32px;
  }

  .logo-partners {
    width: 100%;
    align-items: stretch;
  }

  .txt-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 96px;
    display: flex;
  }

  .swiper.mb-80 {
    flex-flow: row;
    padding-left: 0;
    position: static;
  }

  .swiper-wrapper {
    flex: none;
    padding-left: 0;
  }

  .swiper-slide {
    border-right: 4px solid #000;
    flex-direction: row;
    padding-left: 30px;
    display: flex;
    overflow: visible;
  }

  .swiper-slide.ori {
    border-right: 4px solid #000;
    padding-left: 30px;
  }

  .slide-box {
    border-right-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-pridark {
    margin-top: 64px;
  }

  .img-profil {
    width: 80px;
    height: auto;
    border-radius: 999px;
  }

  .icon-arrow2 {
    width: 20px;
    height: 20px;
    transition: all .2s;
  }

  .icon-arrow2:hover {
    width: 32px;
  }

  .capt-slide.txt-col-black {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    line-height: 110%;
    display: block;
  }

  .flex-social.mb-32 {
    display: none;
  }

  .html-embed-2 {
    z-index: auto;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-2 {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
  }

  .top {
    width: 50%;
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .bottom {
    width: 34%;
    justify-content: flex-end;
    display: flex;
  }

  .just-between-copy {
    justify-content: center;
    align-items: center;
  }

  .just-between-copy.align-center {
    width: auto;
    flex-direction: row;
    align-items: center;
  }

  .div-block-3 {
    width: auto;
  }

  .container-2 {
    max-width: 100vw;
    margin-left: auto;
    margin-right: 0;
    padding-left: 7%;
  }

  .accordion-wrapper {
    display: none;
  }

  .just-between-copy.align-center {
    justify-content: space-between;
  }

  .image-3 {
    display: none;
  }

  .html-embed-3 {
    -webkit-text-stroke-color: #fff;
  }

  .just-between-copy-copy.align-center {
    justify-content: space-between;
  }

  .image-5, .image-6 {
    height: auto;
  }

  .bold-text {
    line-height: 110%;
    display: inline;
  }

  .just-between-copy-copy {
    justify-content: center;
    align-items: center;
  }

  .just-between-copy-copy.align-center {
    width: auto;
    flex-direction: row;
    align-items: center;
  }

  .txt-block-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 96px;
    display: flex;
  }

  .just-between-copy-copy-copy.align-center {
    justify-content: space-between;
  }

  .div-block-4 {
    display: none;
  }

  .img-slider {
    transition: opacity .2s;
  }

  .img-slider:hover {
    opacity: .8;
  }

  .collection-list {
    flex: none;
    display: flex;
  }

  .fixed-icon-hbg {
    display: none;
  }

  .nav-menu-fix {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-fix {
    display: none;
  }

  .nav-menu-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-12 {
    max-width: 120px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.6875rem;
  }

  h3 {
    font-size: 2.15625rem;
  }

  h4 {
    font-size: 1.84375rem;
  }

  li {
    border-bottom: 4px solid #fff;
  }

  .navbar-no-shadow {
    z-index: 999;
    height: 80px;
    background-color: #141313;
  }

  .nav-menu-wrapper {
    width: 100vh;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #000;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    height: 100vh;
    background-color: #141313;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: stretch;
    padding: 30px;
    font-family: "Studio 6 Bold", sans-serif;
    display: none;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    transition: all .2s;
  }

  .nav-link:hover {
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: rgba(255, 255, 255, 0);
    background-clip: border-box;
    border: 1px #000;
  }

  .nav-link.yellow {
    font-family: "Studio 6 Bold", sans-serif;
  }

  .nav-link.yellow:hover {
    -webkit-text-fill-color: transparent;
    background-color: #ffe607;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .nav-dropdown {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-dropdown-toggle {
    max-width: 100%;
    border: 0 #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle:hover {
    border: 0 solid #000;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .nav-button-wrapper.hbg {
    text-align: center;
    display: block;
  }

  .button-primary {
    display: none;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
    display: block;
  }

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

  .container {
    max-width: 720px;
  }

  .section.block-call, .section.slider {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .txt-wrap {
    text-align: center;
  }

  .txt-wrap.block.mb-64 {
    max-width: 100%;
  }

  .txt-wrap.address {
    display: none;
  }

  .txt-wrap.address-copy {
    padding-bottom: 20px;
  }

  .txt-wrap.slider {
    text-align: left;
  }

  .btn-explore {
    display: none;
  }

  .grid-partners {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 80px;
  }

  .h1-hero {
    font-size: 3.75rem;
  }

  .h1-hero.txt-col-white {
    height: 100%;
    text-align: left;
  }

  .h1-hero.txt-col-white.mb-24 {
    text-align: left;
  }

  .h1-hero.txt-col-white.ani {
    height: 100%;
  }

  .txt-col-white.mb-40 {
    font-size: 2.1rem;
  }

  .body-hero.txt-col-white {
    text-align: left;
  }

  .btn-wrap {
    text-align: center;
  }

  .just-between {
    flex-direction: column-reverse;
    align-items: center;
  }

  .mw-50 {
    max-width: 100%;
  }

  .mw-50.just-end.gap-60 {
    display: none;
  }

  .img-wrap.logo-slide {
    max-width: 200px;
  }

  .align-left.txt-left.mw-50 {
    text-align: center;
    align-items: center;
  }

  .align-center {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .align-center.mb-40.jasmine {
    grid-column-gap: 10px;
    flex-direction: row;
    align-items: center;
  }

  .icon-arrow {
    height: 15px;
  }

  .h2-partners {
    font-size: 1.59375rem;
  }

  .txt-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }

  .swiper-wrapper.hide {
    display: none;
  }

  .nav-swiper {
    position: static;
  }

  .slide-box {
    max-width: 350px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .h3-slider {
    font-size: 1.625rem;
  }

  .h3-slider.mb-24, .body-slide {
    text-align: left;
  }

  .profil-names, .role-capt {
    font-size: 1.09375rem;
  }

  .icon-arrow2 {
    width: 15px;
    height: 15px;
  }

  .txt-col-black, .txt-col-black.mb-40 {
    text-align: center;
  }

  .capt-slide {
    font-size: 1.28125rem;
  }

  .capt-slide.txt-col-black {
    text-align: center;
    line-height: 110%;
  }

  .gap-30.align-center {
    flex-direction: column;
  }

  .grid-expertise {
    grid-row-gap: 80px;
  }

  .line-services.align-center {
    flex-direction: row;
  }

  .h2-news {
    font-size: 2.21875rem;
  }

  .flex-main-footer.align-center.just-between {
    grid-column-gap: 20px;
    flex-direction: row;
  }

  .footer-capt.txt-col-white {
    text-align: left;
  }

  .flex-social.mb-32 {
    grid-column-gap: 37px;
    justify-content: center;
    margin-top: 50px;
    display: none;
  }

  .footer-nav-wrap {
    padding-bottom: 20px;
  }

  .top, .bottom {
    justify-content: center;
    display: flex;
  }

  .just-between-copy {
    flex-direction: row-reverse;
    align-items: center;
  }

  .just-between-copy.align-center {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .accordion-wrapper {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: block;
  }

  .accordion {
    border-bottom: 4px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .accordion-header {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
  }

  .accordion-panel {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .just-between-copy {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .image-3 {
    width: 15px;
    display: block;
  }

  .just-between-copy-copy {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .image-7 {
    max-width: 40%;
    margin-bottom: 35px;
  }

  .image-8 {
    max-width: 40%;
  }

  .image-9 {
    max-width: 40%;
    margin-top: 140px;
  }

  .image-10 {
    max-width: 40%;
    margin-bottom: 45px;
  }

  .just-between-copy-copy {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .just-between-copy-copy.align-center {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .txt-block-copy {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .just-between-copy-copy-copy {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .bold-text-2 {
    font-weight: 400;
    display: inline;
  }

  .flex-main-footer-copy.align-center.just-between, .flex-main-footer-copy-copy.align-center.just-between {
    grid-column-gap: 20px;
    flex-direction: row;
  }

  .img-slider {
    transition: opacity .2s;
  }

  .img-slider:hover {
    opacity: .8;
  }

  .fixed-icon-hbg {
    cursor: pointer;
    display: block;
  }

  .menu-btn {
    width: 35px;
    height: 25px;
    background-color: #141313;
    flex-direction: column;
    justify-content: space-between;
    display: none;
  }

  .menu-btn.hbg {
    width: 26px;
    height: 26px;
    cursor: pointer;
    justify-content: center;
    align-items: stretch;
  }

  .line {
    height: 4px;
    background-color: #fff;
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .line.hamburgin {
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .line.hbg {
    height: 4px;
    transform: translate(0, 2px)rotate(45deg);
  }

  .line.hbgr {
    height: 4px;
    transform: translate(0, -2px)rotate(-45deg);
  }

  .list-no-toggle {
    justify-content: flex-start;
    display: flex;
  }

  .list-no-toggle.borbotwhite {
    border-bottom: 4px solid #fff;
  }

  .text-nav {
    border: 0 #000;
    font-family: "Studio 6 Bold", sans-serif;
    transition: opacity .2s;
  }

  .text-nav:hover {
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #ffe607;
    -webkit-background-clip: text;
    background-clip: text;
    border: 0 #000;
  }

  .text-nav.yellow {
    transition: all .2s;
  }

  .text-nav.yellow:hover {
    background-color: #ffe607;
  }

  .list-item {
    border: 0 #000;
  }

  .list-item.borbotwhite {
    border-bottom: 4px solid #fff;
    justify-content: space-between;
    display: block;
  }

  .nav-menu-fix {
    height: 100vh;
    grid-row-gap: 40px;
    background-color: #141313;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px;
    font-family: "Studio 6 Bold", sans-serif;
    display: flex;
  }

  .navbar-fix {
    z-index: 9999;
    width: 100vw;
    height: 0;
    cursor: auto;
    background-color: #141313;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    transition: all .4s;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
    transform: translate(-100%);
  }

  .hbg-second {
    z-index: 9999;
    cursor: auto;
    justify-content: flex-end;
    padding-top: 30px;
    padding-right: 30px;
    display: flex;
    position: static;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .text-hbg {
    color: #fff;
    font-size: 20px;
  }

  .flex-text {
    flex-direction: column;
    display: block;
  }

  .div-block-6 {
    height: 66px;
  }

  .nav-menu-copy {
    height: 100vh;
    background-color: #141313;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: stretch;
    padding: 30px;
    font-family: "Studio 6 Bold", sans-serif;
    display: none;
  }

  .image-12 {
    max-width: 125px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.82813rem;
  }

  h4 {
    font-size: 1.64063rem;
  }

  .navbar-no-shadow {
    height: 60px;
    background-color: #141313;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container {
    max-width: 95%;
  }

  .section.hero {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.block-call, .section.slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.footer {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .txt-wrap.block.mb-64 {
    margin-bottom: 50px;
  }

  .grid-partners {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-hero {
    font-size: 2.875rem;
  }

  .h1-hero.txt-col-white {
    height: 100%;
  }

  .h1-hero.txt-col-white.mb-24 {
    margin-bottom: 24px;
    font-size: 2.875rem;
  }

  .txt-col-white.we {
    margin-bottom: 60px;
  }

  .txt-col-white.header {
    font-size: 25px;
  }

  .img-wrap.logo-slide {
    width: 170px;
    height: 40px;
  }

  .align-center.just-center {
    grid-row-gap: 0px;
  }

  .body-block.txt-col-black {
    font-size: 18px;
  }

  .h2-partners {
    font-size: 1.48438rem;
  }

  .logo-partners {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-pridark {
    margin-top: 50px;
  }

  .h3-slider {
    font-size: 1.53125rem;
  }

  .img-profil {
    width: 70px;
  }

  .profil-names, .role-capt {
    font-size: 1.07813rem;
  }

  .txt-col-black {
    font-size: 2rem;
  }

  .capt-slide {
    font-size: 1.20313rem;
  }

  .grid-expertise {
    grid-row-gap: 60px;
  }

  .grid-services {
    grid-column-gap: 25px;
  }

  .services-block {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .h2-news {
    font-size: 1.92188rem;
  }

  .h2-news.txt-center.txt-col-white.mb-40 {
    font-size: 1.5rem;
  }

  .flex-main-footer.align-center.just-between {
    display: none;
  }

  .flex-social.mb-32 {
    grid-column-gap: 40px;
  }

  .image-2 {
    max-width: 100px;
  }

  .image-8, .image-10 {
    margin-bottom: 35px;
  }

  .flex-main-footer-copy.align-center.just-between {
    width: 35vw;
    flex-direction: column;
    justify-content: space-around;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    display: flex;
  }

  .flex-main-footer-copy-copy.align-center.just-between {
    width: 20px;
    flex-direction: column;
    justify-content: space-around;
  }

  .menu-btn {
    width: 35px;
    height: 25px;
  }

  .nav-menu-fix {
    grid-row-gap: 30px;
    flex-direction: column;
    padding: 20px;
  }

  .hbg-second {
    padding-top: 20px;
    padding-right: 20px;
  }

  .flex-text {
    flex-direction: column;
  }

  .div-block-6 {
    height: 50px;
  }

  .nav-menu-copy {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .image-12 {
    max-width: 125px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.4375rem;
  }

  .navbar-no-shadow {
    height: 50px;
    background-color: #141313;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-button-wrapper.hbg {
    width: 100%;
  }

  .button-primary {
    width: 150px;
    margin-top: 40px;
    font-size: 1rem;
  }

  .button-primary.ser {
    width: 200px;
  }

  .container.mb-80 {
    max-width: 100%;
    overflow: visible;
  }

  .txt-wrap.slider {
    text-align: center;
  }

  .h1-hero.txt-col-white {
    height: 100%;
    font-family: "Studio 6 Bold", sans-serif;
    font-size: 2rem;
  }

  .h1-hero.txt-col-white.mb-24 {
    font-size: 2rem;
  }

  .txt-col-white.header {
    font-size: 23px;
  }

  .img-wrap.logo.footer {
    max-width: 80px;
  }

  .align-center.mb-40.jasmine {
    max-width: 200px;
  }

  .logo-partners {
    padding-left: 7px;
    padding-right: 7px;
  }

  .swiper.mb-80 {
    max-width: 100%;
    overflow: hidden;
  }

  .swiper-slide.ori {
    max-width: 87.5vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-box {
    max-width: 100%;
    border: 1px #000;
    align-items: center;
    padding-left: 20px;
  }

  .h3-slider.mb-24, .body-slide {
    text-align: center;
  }

  .grid-expertise {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-services {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .box-subs {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .text-field {
    border-style: solid;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .8rem;
  }

  .flex-logo-footer.mb-40 {
    grid-column-gap: 25px;
    display: block;
  }

  .footer-capt.txt-col-white {
    margin-top: 10px;
    display: block;
  }

  .h4-footer.txt-col-white {
    text-align: left;
    font-size: .8rem;
    line-height: 105%;
  }

  .flex-social.mb-32 {
    grid-column-gap: 35px;
  }

  .image-7, .image-8, .image-9, .image-10 {
    max-width: 60%;
  }

  .just-between-copy-copy {
    grid-row-gap: 40px;
  }

  .flex-main-footer-copy.align-center.just-between {
    width: 35vw;
  }

  .div-block-4 {
    grid-column-gap: 10px;
  }

  .collection-item {
    max-height: 100vh;
  }

  .menu-btn {
    width: 35px;
    height: 25px;
  }

  .nav-menu-fix {
    flex-direction: column;
  }

  .hbg-second {
    padding-top: 15px;
    padding-right: 15px;
  }

  .flex-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-6 {
    height: 34px;
  }

  .nav-menu-copy {
    flex-direction: column;
  }
}

#w-node-e530e1fd-f001-7ea8-92db-7f096f343ce9-8197e743, #w-node-_512f07b2-fbb0-216f-dddb-fd8725161194-8197e743, #w-node-_4bd232a5-df7c-ada8-32da-88cd82b0cbd6-8197e743, #w-node-d25f8b4b-f459-755e-8129-7a7fcf1fbc2e-8197e743, #w-node-b7d070b8-46d1-b7d6-b275-5c7ef148f7fb-8197e743, #w-node-_8270cce9-95eb-a2dd-defa-16b89403b489-8197e743, #w-node-b6bad7ee-0b8f-3e61-089b-8d92d2e668ce-8197e743, #w-node-_1317dded-343a-9992-ff8b-5b87acfabe1c-8197e743, #w-node-b525ee39-a26c-16f3-2109-d9fa32d84361-8197e743, #w-node-_2f49e781-3300-e677-3b82-b851051c0d32-8197e743, #w-node-ac0b3420-27e5-1d71-1750-d59d19c2b68c-8197e743, #w-node-ffcc2ee0-dfb6-a6bf-e052-a69d87077c7d-8197e743, #w-node-_566eebda-32c1-ddef-9e1e-19cf9e21580a-8197e743, #w-node-b6726cae-6e7f-9d65-5886-5db2bcdc6f8f-8197e743, #w-node-_4e86245d-5a12-7373-76cb-69291ebdf99c-8197e743, #w-node-d2e053f0-812e-6263-757b-30699ad650eb-8197e743, #w-node-fa1aedf2-88a0-e928-3def-bcb693d31a95-8197e743, #w-node-dd51851a-9a6c-9256-f8a1-94c335b7a3fa-8197e743, #w-node-e530e1fd-f001-7ea8-92db-7f096f343ce9-8197e746, #w-node-_512f07b2-fbb0-216f-dddb-fd8725161194-8197e746, #w-node-_4bd232a5-df7c-ada8-32da-88cd82b0cbd6-8197e746, #w-node-d25f8b4b-f459-755e-8129-7a7fcf1fbc2e-8197e746, #w-node-b7d070b8-46d1-b7d6-b275-5c7ef148f7fb-8197e746, #w-node-_8270cce9-95eb-a2dd-defa-16b89403b489-8197e746, #w-node-b6bad7ee-0b8f-3e61-089b-8d92d2e668ce-8197e746, #w-node-_1317dded-343a-9992-ff8b-5b87acfabe1c-8197e746, #w-node-b525ee39-a26c-16f3-2109-d9fa32d84361-8197e746, #w-node-_2f49e781-3300-e677-3b82-b851051c0d32-8197e746, #w-node-ac0b3420-27e5-1d71-1750-d59d19c2b68c-8197e746, #w-node-ffcc2ee0-dfb6-a6bf-e052-a69d87077c7d-8197e746, #w-node-_566eebda-32c1-ddef-9e1e-19cf9e21580a-8197e746, #w-node-b6726cae-6e7f-9d65-5886-5db2bcdc6f8f-8197e746, #w-node-_4e86245d-5a12-7373-76cb-69291ebdf99c-8197e746, #w-node-d2e053f0-812e-6263-757b-30699ad650eb-8197e746, #w-node-fa1aedf2-88a0-e928-3def-bcb693d31a95-8197e746, #w-node-dd51851a-9a6c-9256-f8a1-94c335b7a3fa-8197e746, #w-node-e530e1fd-f001-7ea8-92db-7f096f343ce9-89897bc2, #w-node-_512f07b2-fbb0-216f-dddb-fd8725161194-89897bc2, #w-node-_4bd232a5-df7c-ada8-32da-88cd82b0cbd6-89897bc2, #w-node-d25f8b4b-f459-755e-8129-7a7fcf1fbc2e-89897bc2, #w-node-b7d070b8-46d1-b7d6-b275-5c7ef148f7fb-89897bc2, #w-node-_8270cce9-95eb-a2dd-defa-16b89403b489-89897bc2, #w-node-b6bad7ee-0b8f-3e61-089b-8d92d2e668ce-89897bc2, #w-node-_1317dded-343a-9992-ff8b-5b87acfabe1c-89897bc2, #w-node-b525ee39-a26c-16f3-2109-d9fa32d84361-89897bc2, #w-node-_2f49e781-3300-e677-3b82-b851051c0d32-89897bc2, #w-node-ac0b3420-27e5-1d71-1750-d59d19c2b68c-89897bc2, #w-node-ffcc2ee0-dfb6-a6bf-e052-a69d87077c7d-89897bc2, #w-node-_566eebda-32c1-ddef-9e1e-19cf9e21580a-89897bc2, #w-node-b6726cae-6e7f-9d65-5886-5db2bcdc6f8f-89897bc2, #w-node-_4e86245d-5a12-7373-76cb-69291ebdf99c-89897bc2, #w-node-d2e053f0-812e-6263-757b-30699ad650eb-89897bc2, #w-node-fa1aedf2-88a0-e928-3def-bcb693d31a95-89897bc2, #w-node-dd51851a-9a6c-9256-f8a1-94c335b7a3fa-89897bc2, #w-node-e530e1fd-f001-7ea8-92db-7f096f343ce9-b71853a8, #w-node-_512f07b2-fbb0-216f-dddb-fd8725161194-b71853a8, #w-node-_4bd232a5-df7c-ada8-32da-88cd82b0cbd6-b71853a8, #w-node-d25f8b4b-f459-755e-8129-7a7fcf1fbc2e-b71853a8, #w-node-b7d070b8-46d1-b7d6-b275-5c7ef148f7fb-b71853a8, #w-node-_8270cce9-95eb-a2dd-defa-16b89403b489-b71853a8, #w-node-b6bad7ee-0b8f-3e61-089b-8d92d2e668ce-b71853a8, #w-node-_1317dded-343a-9992-ff8b-5b87acfabe1c-b71853a8, #w-node-b525ee39-a26c-16f3-2109-d9fa32d84361-b71853a8, #w-node-_2f49e781-3300-e677-3b82-b851051c0d32-b71853a8, #w-node-ac0b3420-27e5-1d71-1750-d59d19c2b68c-b71853a8, #w-node-ffcc2ee0-dfb6-a6bf-e052-a69d87077c7d-b71853a8, #w-node-_566eebda-32c1-ddef-9e1e-19cf9e21580a-b71853a8, #w-node-b6726cae-6e7f-9d65-5886-5db2bcdc6f8f-b71853a8, #w-node-_4e86245d-5a12-7373-76cb-69291ebdf99c-b71853a8, #w-node-d2e053f0-812e-6263-757b-30699ad650eb-b71853a8, #w-node-fa1aedf2-88a0-e928-3def-bcb693d31a95-b71853a8, #w-node-dd51851a-9a6c-9256-f8a1-94c335b7a3fa-b71853a8, #w-node-e530e1fd-f001-7ea8-92db-7f096f343ce9-661efac5, #w-node-_512f07b2-fbb0-216f-dddb-fd8725161194-661efac5, #w-node-_4bd232a5-df7c-ada8-32da-88cd82b0cbd6-661efac5, #w-node-d25f8b4b-f459-755e-8129-7a7fcf1fbc2e-661efac5, #w-node-b7d070b8-46d1-b7d6-b275-5c7ef148f7fb-661efac5, #w-node-_8270cce9-95eb-a2dd-defa-16b89403b489-661efac5, #w-node-b6bad7ee-0b8f-3e61-089b-8d92d2e668ce-661efac5, #w-node-_1317dded-343a-9992-ff8b-5b87acfabe1c-661efac5, #w-node-b525ee39-a26c-16f3-2109-d9fa32d84361-661efac5, #w-node-_2f49e781-3300-e677-3b82-b851051c0d32-661efac5, #w-node-ac0b3420-27e5-1d71-1750-d59d19c2b68c-661efac5, #w-node-ffcc2ee0-dfb6-a6bf-e052-a69d87077c7d-661efac5, #w-node-_566eebda-32c1-ddef-9e1e-19cf9e21580a-661efac5, #w-node-b6726cae-6e7f-9d65-5886-5db2bcdc6f8f-661efac5, #w-node-_4e86245d-5a12-7373-76cb-69291ebdf99c-661efac5, #w-node-d2e053f0-812e-6263-757b-30699ad650eb-661efac5, #w-node-fa1aedf2-88a0-e928-3def-bcb693d31a95-661efac5, #w-node-dd51851a-9a6c-9256-f8a1-94c335b7a3fa-661efac5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-8197e743, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-8197e743, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-8197e743, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-8197e743, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-8197e743, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-8197e743, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-8197e743, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-8197e743, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-8197e743, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-8197e743, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-8197e743, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-8197e743, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-8197e746, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-8197e746, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-8197e746, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-8197e746, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-8197e746, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-8197e746, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-8197e746, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-8197e746, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-8197e746, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-8197e746, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-8197e746, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-8197e746, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-89897bc2, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-89897bc2, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-89897bc2, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-89897bc2, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-89897bc2, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-89897bc2, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-89897bc2, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-89897bc2, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-89897bc2, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-89897bc2, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-89897bc2, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-89897bc2, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-b71853a8, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-b71853a8, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-b71853a8, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-b71853a8, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-b71853a8, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-b71853a8, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-b71853a8, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-b71853a8, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-b71853a8, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-b71853a8, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-b71853a8, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-b71853a8, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-661efac5, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-661efac5, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-661efac5, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-661efac5, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-661efac5, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-661efac5, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-661efac5, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-661efac5, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-661efac5, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-661efac5, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-661efac5, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-661efac5 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-8197e743, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-8197e743, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-8197e743, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-8197e743, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-8197e743, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-8197e743, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-8197e743, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-8197e743, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-8197e743, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-8197e743, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-8197e743, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-8197e743, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-8197e746, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-8197e746, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-8197e746, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-8197e746, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-8197e746, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-8197e746, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-8197e746, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-8197e746, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-8197e746, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-8197e746, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-8197e746, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-8197e746, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-89897bc2, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-89897bc2, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-89897bc2, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-89897bc2, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-89897bc2, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-89897bc2, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-89897bc2, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-89897bc2, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-89897bc2, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-89897bc2, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-89897bc2, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-89897bc2, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-b71853a8, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-b71853a8, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-b71853a8, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-b71853a8, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-b71853a8, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-b71853a8, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-b71853a8, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-b71853a8, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-b71853a8, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-b71853a8, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-b71853a8, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-b71853a8, #w-node-fca073aa-6286-59bf-ded3-1b5ff4d02286-661efac5, #w-node-f199e5b0-5509-91e5-b931-562a160bdfcc-661efac5, #w-node-e756a3ff-f37f-5a80-22f2-aefd2876d7a4-661efac5, #w-node-_1c3e528a-69b7-2b24-4cd2-49d8dfe3186f-661efac5, #w-node-_444bc7a8-93c8-ac3a-fede-8ad0e008d76b-661efac5, #w-node-b406c896-ee20-52d7-2fdb-9b31cee487cc-661efac5, #w-node-bad03c56-685a-6b60-012d-137c19b8ebc4-661efac5, #w-node-b17ec7da-244e-5916-cc7f-7f1988008d62-661efac5, #w-node-ef55e0fc-e063-04ce-41f5-e7ea72f35a47-661efac5, #w-node-d9b90123-ba34-8824-1ac6-bb2eee6f1b6d-661efac5, #w-node-c9cf70dc-addf-cf1e-5169-b9e0e06654b3-661efac5, #w-node-b1e842d2-b0ae-f034-4b70-77e947ad1da0-661efac5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Studio 6 Bold';
  src: url('../fonts/Studio6-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}