@font-face {
  font-family: Kazimir;
  src: url('../fonts/CSTM-Fonts---Kazimir.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kazimir;
  src: url('../fonts/CSTM-Fonts---Kazimir-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brioni pro;
  src: url('../fonts/Brioni-Pro-Regular-Desktop.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #324592;
  --white-smoke: #f0f0f0;
  --white: #fafafa;
  --grey: #7e7e7e;
}

h1 {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brioni pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Brioni pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brioni pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -20px;
  padding-left: 20px;
  overflow: visible;
}

img {
  max-width: 100%;
  display: inline-block;
}

.clefslogo {
  grid-column-gap: 5px;
  justify-content: flex-end;
  height: 50px;
  margin-right: 0;
  padding-bottom: 10px;
  display: flex;
}

.clefs {
  text-align: center;
  font-family: Brioni pro, sans-serif;
  font-size: 10px;
}

.body {
  font-family: Kazimir, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.clefscontainer {
  width: 23%;
  min-width: 220px;
  margin-left: auto;
  position: relative;
}

.logo {
  flex-direction: column;
  justify-content: flex-end;
  height: 50px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logosubtext {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Brioni pro, sans-serif;
  font-size: 10px;
  position: absolute;
  bottom: -20px;
}

.sectionrecent {
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.sectionrecent.first {
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.headerlogo {
  margin-top: 20px;
  display: flex;
}

.headernav {
  margin-left: 40px;
  margin-right: 40px;
}

.brand {
  z-index: 2;
  width: 23%;
  min-width: 222px;
}

.container {
  justify-content: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  height: 50px;
  min-height: 50px;
  padding: 10px 40px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3px;
  padding-left: 16px;
  display: flex;
}

.nav-link {
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.nav-link.telegram {
  color: #333;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.nav-link.telegram:hover {
  text-decoration: underline;
}

.sliderspreads {
  z-index: -1;
  flex: 1;
  align-items: center;
  max-height: 100%;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.p-large {
  text-align: justify;
  font-size: 17px;
  line-height: 140%;
}

.p-large.center {
  text-align: center;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.button {
  background-color: var(--dark-slate-blue);
  margin-top: 20px;
}

.button.large {
  margin-top: 0;
  padding: 20px 40px 18px;
  font-size: 18px;
}

.text-block {
  text-transform: uppercase;
  font-family: Brioni pro, sans-serif;
  font-size: 16px;
}

.section {
  padding: 100px 40px;
}

.section.color-01 {
  background-color: #e6e6e6;
}

.section.telegram {
  text-align: center;
  background-color: #fdfaf8;
}

.section.about {
  padding-top: 41px;
  padding-bottom: 100px;
}

.section.sec-tg {
  text-align: center;
  background-color: #fdfaf8;
  border: 1px solid #dad4cf;
}

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

.cover-main {
  z-index: 1;
  flex: 0 auto;
  max-height: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 4px 4px 9px #00000026;
}

.t-about-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 70px;
  display: flex;
}

.covertmb {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.issues {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.issuetmb {
  width: 100%;
  max-width: 200px;
  margin-left: -17px;
}

.textlink {
  color: var(--dark-slate-blue);
}

.issueinfo {
  margin-bottom: 5px;
  font-size: 16px;
}

.divider-h {
  background-color: #292929;
  width: 400px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.divider-h.nav {
  display: none;
}

.div-block-5 {
  background-color: #292929;
  width: 50%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -1px;
  left: 25%;
}

.h-white {
  color: #fff;
}

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

.mediakitimg {
  max-width: 500px;
}

.heading-2 {
  margin-bottom: 0;
}

.heading-2.contacts {
  margin-bottom: 40px;
}

.contactname {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.contactlabel {
  margin-bottom: 10px;
}

.contactlink {
  color: var(--dark-slate-blue);
  font-size: 16px;
}

.gridcontacts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 100px;
  display: grid;
}

.footer {
  background-color: #3d3d3d;
  padding: 40px 40px 20px;
}

.copyright {
  color: #fff;
  font-size: 12px;
}

.text-block-2 {
  max-width: 500px;
  color: var(--white-smoke);
  margin-bottom: 30px;
  font-size: 12px;
}

.link {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.heading-3 {
  font-size: 17px;
}

.text-about {
  font-size: 16px;
}

.mediakit_tmb-offset {
  margin-left: -15px;
}

.container-t-small {
  width: 50%;
  max-width: 290px;
}

.telegram {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.icon-tg {
  margin-right: 5px;
}

.text-block-3 {
  display: inline-block;
}

.h-kazimir {
  text-align: center;
  font-family: Kazimir, sans-serif;
}

.h1-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 130%;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  display: grid;
}

.divider-v {
  background-color: #292929;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 1px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.divider-v.nav {
  display: none;
}

.divider-v.top {
  height: 15px;
  min-height: auto;
  margin-top: -15px;
}

.divider-v.bot {
  height: 15px;
  min-height: auto;
  margin-bottom: -15px;
}

.list-item {
  margin-bottom: 10px;
  font-size: 17px;
  list-style-type: square;
}

.list {
  padding-left: 16px;
}

.div-block-10 {
  align-self: stretch;
}

.div-block-11 {
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.icon-tg-bw {
  opacity: .81;
  width: 30px;
  margin: 30px auto;
  display: block;
}

.spreads-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.img-spread {
  border: 1px solid #f1f1f1;
  max-width: 600px;
}

.issue-theme-letter {
  text-align: justify;
  text-transform: capitalize;
  font-size: 40px;
}

.issue-theme {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  top: -50px;
}

.div-block-13 {
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.h1-center-sub {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 130%;
}

.h1-center-sub.right {
  text-align: right;
}

.t-small {
  text-align: justify;
  font-size: 13px;
  line-height: 130%;
}

.navbar-old {
  background-color: #0000;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.flex-block {
  border-bottom: 1px solid #000;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 1px;
}

.nav-underline {
  z-index: 1;
  background-color: #000;
  height: 1px;
  margin-bottom: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-underline-1 {
  background-color: #000;
  height: 1px;
  margin-bottom: 1px;
  display: none;
  position: absolute;
  inset: auto 38% 0% 0%;
}

.logo-underline-3 {
  background-color: #000;
  height: 1px;
  margin-bottom: 1px;
  display: none;
  position: absolute;
  inset: auto 20% 0% 69%;
}

.logo-underline-4 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 1px;
  position: absolute;
  inset: auto 13% 0% 80%;
}

.div-block-14 {
  align-items: center;
  height: 14px;
  display: flex;
  position: absolute;
  bottom: -17px;
  right: 0;
}

.logo-underline-2 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 1px;
  position: absolute;
  inset: auto 31% 0% 62%;
}

.logo-underline-5 {
  color: #000;
  background-color: #000;
  height: 1px;
  margin-bottom: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0% 87%;
}

.nav-logo {
  z-index: 1;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.b-recentissue {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: minmax(auto, 100%) 27px;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  max-height: 100%;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.div-block-17 {
  max-height: 100%;
  margin-bottom: 100px;
  position: relative;
}

.div-block-18 {
  border-top: 1px solid #7e7e7e;
  border-left: 1px solid #7e7e7e;
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

.img-issue_preview {
  width: 100%;
}

.findus-list {
  column-count: 4;
  column-rule-width: 0px;
  column-gap: 40px;
}

.mar-bot-0 {
  margin-bottom: 0;
}

.findus-list-wrapper {
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.mar-b-50 {
  margin-bottom: 50px;
}

.issue-theme-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.list-item-2 {
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .clefslogo {
    padding-top: 10px;
    position: relative;
  }

  .clefs {
    z-index: 3;
    white-space: nowrap;
    position: relative;
  }

  .clefscontainer {
    width: auto;
    min-width: 0;
    margin-right: 20px;
  }

  .logo {
    justify-content: center;
    width: 100%;
  }

  .logosubtext {
    bottom: -3px;
  }

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

  .brand {
    width: 241px;
    padding-left: 20px;
  }

  .container {
    background-color: #fff;
  }

  .navbar {
    justify-content: center;
    height: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .nav-menu {
    grid-row-gap: 20px;
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    height: 100vh;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: 100vw;
    height: 15vh;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 22px;
    display: flex;
  }

  .nav-link.telegram {
    align-items: center;
  }

  .sliderspreads {
    margin-left: -20px;
    margin-right: -20px;
  }

  .p-large {
    font-size: 15px;
  }

  .section {
    padding-bottom: 50px;
  }

  .t-about-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    padding-bottom: 20px;
  }

  .issues {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .divider-h.nav {
    margin-top: auto;
    display: block;
    position: absolute;
    inset: auto 0% 8%;
  }

  .gridcontacts {
    grid-template-columns: 1fr 1fr;
  }

  .contactblock {
    margin-bottom: 40px;
  }

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

  .heading-3 {
    font-size: 15px;
  }

  .image-4 {
    width: 40px;
    height: 40px;
  }

  .list-item {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .nav-underline {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-underline-1 {
    display: block;
    top: 34px;
    bottom: auto;
  }

  .logo-underline-3 {
    display: block;
    top: 33px;
    bottom: auto;
  }

  .logo-underline-4 {
    display: none;
  }

  .div-block-14 {
    z-index: 2;
    background-color: #fff;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 3px;
    padding-right: 3px;
    inset: auto 0% -6px;
  }

  .logo-underline-2 {
    display: none;
  }

  .logo-underline-5 {
    display: block;
    top: 33px;
    bottom: auto;
  }

  .nav-logo {
    width: 100%;
  }

  .b-recentissue {
    grid-template-rows: minmax(auto, 100%) minmax(auto, 100%);
  }

  .div-block-17 {
    margin-top: 20px;
    margin-bottom: 110px;
  }

  .div-block-19 {
    background-color: var(--white-smoke);
    height: 20vh;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 17px;
    line-height: 110%;
  }

  img {
    width: 100%;
    position: relative;
  }

  .clefs {
    font-size: 8px;
    line-height: 130%;
  }

  .clefscontainer {
    margin-right: 10px;
  }

  .logo.desktop {
    display: none;
  }

  .sectionrecent {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .headerlogo {
    flex-direction: column;
    margin-top: 0;
  }

  .brand {
    padding-left: 15px;
  }

  .container {
    z-index: 100;
    justify-content: flex-end;
    margin-top: 0;
  }

  .navbar {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
    margin-right: 0;
    padding: 30px 20px;
    font-size: 20px;
  }

  .nav-link.telegram {
    justify-content: center;
  }

  .sliderspreads {
    margin-left: -15px;
    margin-right: -15px;
    top: auto;
    bottom: -200px;
  }

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

  .section.color-01 {
    padding-top: 50px;
  }

  .cover-main {
    width: auto;
  }

  .t-about-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    text-align: center;
  }

  .issues {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .issuetmb {
    width: 100%;
    margin-left: -12px;
    position: relative;
  }

  .textlink {
    font-size: 11px;
  }

  .issueinfo {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 130%;
  }

  .divider-h {
    max-width: 35%;
    display: block;
  }

  .divider-h.nav {
    display: block;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 24px;
  }

  .heading-2.contacts {
    margin-bottom: 0;
  }

  .gridcontacts {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

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

  .text-block-2 {
    font-size: 10px;
    line-height: 135%;
  }

  .contactblock {
    margin-bottom: 20px;
  }

  .heading-3 {
    line-height: 139%;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-t-small {
    width: 70%;
    max-width: none;
    margin: 50px auto;
  }

  .icon-tg {
    width: 16px;
  }

  .div-block-9 {
    margin-bottom: 30px;
  }

  .divider-v {
    flex-direction: column;
    justify-content: space-between;
  }

  .divider-v.nav {
    display: block;
  }

  .spreads-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-spread {
    width: 300px;
  }

  .issue-theme {
    height: 30px;
    margin-bottom: 10px;
    top: -40px;
  }

  .h1-center-sub {
    font-size: 18px;
  }

  .navbar-old {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-underline {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-14 {
    width: 85px;
    margin-left: 0;
    margin-right: 0;
  }

  .b-recentissue {
    grid-template-rows: 27px minmax(auto, 100%);
    margin-bottom: 210px;
  }

  .div-block-17 {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 10px;
  }

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

  .findus-list {
    column-count: 2;
  }
}

@media screen and (max-width: 479px) {
  .clefslogo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .clefscontainer {
    margin-right: 10px;
  }

  .logosubtext {
    letter-spacing: .5px;
    width: 100%;
    font-size: 7px;
  }

  .brand {
    width: 190px;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.large {
    text-align: center;
    width: 100%;
  }

  .t-about-wrapper {
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .issues {
    grid-column-gap: 0px;
  }

  .issuetmb {
    margin-left: -8px;
  }

  .mediakitimg {
    margin-top: auto;
  }

  .menu-button {
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-4 {
    width: 30px;
    height: 30px;
  }

  .image-5 {
    margin-top: auto;
  }

  .container-t-small {
    max-width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .divider-v {
    display: none;
  }

  .nav-underline {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-14 {
    margin-left: -10px;
    left: auto;
    right: auto;
  }

  .nav-logo {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_89296621-cbba-d95d-2569-c6a7e47b5881-43bc323f {
  place-self: start;
}

#w-node-f38fd39d-7bda-2a4f-8cb7-1c7349fced2f-43bc323f {
  place-self: stretch center;
}

#w-node-_92c9c56a-9856-63c6-9baa-c1386c4226c3-43bc323f {
  place-self: start end;
}

#w-node-_168a87e3-fa8a-68aa-e307-e6bd96bdd141-43bc323f {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_66d138c6-25c3-fbc4-c555-9f511b01a54b-43bc323f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_58f325ac-0ede-0139-7289-800f82b0488f-43bc323f, #w-node-_61ca4905-4773-4104-a28f-e2a4ccbf27cb-43bc323f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d04faf-58a5-613b-9985-430f8a59abca-43bc323f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_834db518-4585-a90a-31e2-5b8f72b5c818-43bc323f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_217a3887-d718-ea87-61b5-74e1387df6e0-43bc323f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_544ffac7-afac-ad17-5256-213520dde051-43bc323f {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-ae2d505f-3373-0e14-46a0-42b8ddb06ec4-43bc323f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_038189cf-bc95-98bc-de68-95bad7db1292-43bc323f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9640b9d8-42b6-ba1d-ca7f-96aaf77a1a44-43bc323f, #w-node-_9640b9d8-42b6-ba1d-ca7f-96aaf77a1a46-43bc323f, #w-node-a17a954e-3ff6-a31c-ee61-7f2455f4a5e2-43bc323f, #w-node-_91a305ef-9152-6176-2d49-9691d77f17d3-43bc323f, #w-node-_91a305ef-9152-6176-2d49-9691d77f17d4-43bc323f, #w-node-_13544fb4-32ac-6921-6315-00862fff2fe5-43bc323f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_89296621-cbba-d95d-2569-c6a7e47b5881-43bc323f {
    justify-self: start;
  }

  #w-node-f38fd39d-7bda-2a4f-8cb7-1c7349fced2f-43bc323f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_168a87e3-fa8a-68aa-e307-e6bd96bdd141-43bc323f {
    grid-column-end: 3;
  }

  #w-node-_66d138c6-25c3-fbc4-c555-9f511b01a54b-43bc323f {
    grid-column: span 2 / span 2;
  }

  #w-node-_217a3887-d718-ea87-61b5-74e1387df6e0-43bc323f, #w-node-ae2d505f-3373-0e14-46a0-42b8ddb06ec4-43bc323f {
    grid-column: span 3 / span 3;
  }

  #w-node-_9640b9d8-42b6-ba1d-ca7f-96aaf77a1a44-43bc323f, #w-node-a17a954e-3ff6-a31c-ee61-7f2455f4a5e2-43bc323f, #w-node-_91a305ef-9152-6176-2d49-9691d77f17d4-43bc323f, #w-node-_13544fb4-32ac-6921-6315-00862fff2fe5-43bc323f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_89296621-cbba-d95d-2569-c6a7e47b5881-43bc323f, #w-node-_92c9c56a-9856-63c6-9baa-c1386c4226c3-43bc323f {
    align-self: start;
  }

  #w-node-_66d138c6-25c3-fbc4-c555-9f511b01a54b-43bc323f {
    grid-column: span 1 / span 1;
  }

  #w-node-_58f325ac-0ede-0139-7289-800f82b0488f-43bc323f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_806a5baf-3a22-6835-e286-9174021cb3e7-43bc323f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9640b9d8-42b6-ba1d-ca7f-96aaf77a1a44-43bc323f, #w-node-a17a954e-3ff6-a31c-ee61-7f2455f4a5e2-43bc323f, #w-node-_91a305ef-9152-6176-2d49-9691d77f17d4-43bc323f, #w-node-_13544fb4-32ac-6921-6315-00862fff2fe5-43bc323f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Kazimir';
  src: url('../fonts/CSTM-Fonts---Kazimir.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kazimir';
  src: url('../fonts/CSTM-Fonts---Kazimir-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brioni pro';
  src: url('../fonts/Brioni-Pro-Regular-Desktop.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}