:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #faf7f2;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.s-main {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  min-height: 300vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.bg-video-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-outer-wrapper {
  z-index: 3;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrapper {
  width: 33%;
}

.nav-wrapper.left {
  font-weight: 500;
}

.nav-wrapper.mid {
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.nav-wrapper.right {
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.body {
  font-size: 18px;
}

.background-video {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
}

.bg-video-border-wrapper {
  z-index: 2;
  border: 8vw solid #000;
  border-width: 8vw 15vw;
  position: absolute;
  inset: 0%;
}

.c-sticky {
  z-index: 5;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.body-2 {
  background-color: #0a0a0a;
}

.heading {
  z-index: 99;
  position: absolute;
  inset: 0%;
}

.filled-heading {
  z-index: 99;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gretaros, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
}

.bg-video-inner-wrapper {
  width: 100vw;
  height: 100vh;
}

.outline-heading {
  z-index: 99;
  color: #0000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gretaros, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
}

.nav-bottom {
  z-index: 3;
  color: #fff;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon {
  width: 20px;
  margin-left: 7px;
  transform: rotate(-90deg);
}

.image {
  width: 35px;
  display: none;
}

.heading-wrapper {
  position: absolute;
}

.paragraph {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sun-icon {
  z-index: 99;
  opacity: 0;
  width: 35vw;
  position: absolute;
}

.links-overlay {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.links-overlay-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  color: #fff;
  background-color: #4268fb;
  border-bottom-style: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 13rem;
  padding: .75rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.links-overlay-link.links-overlay-link-black {
  background-color: #0c0c0c;
  border: 1px solid #313131;
}

.links-overlay-link-text-outer-wrapper {
  overflow: hidden;
}

.links-overlay-link-text-inner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  position: relative;
}

.links-overlay-link-text.links-overlay-link-text-absolute {
  position: absolute;
}

.column-scroll-content {
  padding-top: 4.5rem;
}

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.section-tutorial {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 15em;
  padding-bottom: 15em;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.column-scroll-content-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
}

.column-scroll-sticky-inner {
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.intro-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 900;
  line-height: .9;
}

.spacer-sm-end {
  padding-bottom: 2.25rem;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.intro-pre-title {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.page-padding {
  background-color: #ee4039;
  background-image: url('../images/Disarmament-week---GLOBAL.png');
  background-position: 0 0;
  background-size: cover;
  padding-left: 4rem;
  padding-right: 4rem;
}

.page-padding.without-background {
  background-color: #ee403900;
  background-image: none;
}

.column-scroll-wrapper {
  width: 100%;
  height: 350vh;
  position: relative;
}

.column-scroll-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.page-padding {
  background-color: #ee4039;
  background-image: none;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #c7c7c7;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-button {
  color: #fc762d;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #fc762d;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.is-large {
  color: #ee4039;
  border-color: #fffdf3;
  font-size: 1em;
}

.column-scroll-content-title {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 500;
  line-height: .95;
}

.column-scroll-content-title.is-1 {
  color: var(--white);
  font-size: 5vw;
  font-weight: 700;
}

.column-scroll-content-title.is-2 {
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.intro-copy-text {
  color: #fff;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 2em;
  line-height: 1.1;
}

.column-scroll-content-copy {
  width: 100%;
  max-width: 38rem;
  margin-top: 2rem;
  line-height: 1.2;
}

.section-intro {
  position: relative;
}

.nav-main {
  background-color: #151515;
  border-bottom: 1px solid #353535;
  position: sticky;
  top: 0;
}

.column-scroll-content-wrapper {
  z-index: 2;
  width: 66.66vw;
  min-height: 100vh;
  margin-top: -100vh;
  padding-right: 7rem;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  inset: 0% 0% 0% auto;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.column-scroll-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-hero {
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 80px;
  padding-bottom: 20px;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Gretaros, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.hero-nav_button-wrapper {
  display: flex;
}

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

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

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

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

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

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_quote-wrapper.margin-top {
  background-image: linear-gradient(134deg, #000, #474747);
  border-color: #fff;
  margin-top: 30px;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  position: static;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#f70000, #f70000), linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.page-wrapper-2 {
  z-index: 0;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
  padding-bottom: 50px;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

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

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-footer {
  position: relative;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  background-color: #0a0a0a;
  background-image: url('../images/Background-for-webflow.PNG');
  background-position: 0 0;
  background-size: cover;
}

.heading-2 {
  font-family: Gretaros, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.hero-section-wrap {
  perspective: 1000px;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.hero-background {
  perspective: 1000px;
  background-color: #111111ab;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.overlay {
  z-index: 1;
  background-color: #0c0c0ccc;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero-info-wrap {
  z-index: 50;
  perspective: 1000px;
  position: relative;
}

.home-hero-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8rem;
}

.image-padding {
  margin-bottom: 15px;
  padding-top: 15px;
}

.custom-styles {
  display: none;
}

.polaroid-frame {
  background-color: #fcfcfc;
  border-radius: .25rem;
  width: 22.5rem;
  height: 27.5rem;
  padding: 1.25rem;
  position: absolute;
  box-shadow: inset 0 0 1px -1px #0013611a, 0 0 4px 2px #0013611a;
}

.polaroid-frame._4 {
  z-index: 4;
  transform: rotate(0);
}

.polaroid-frame._2 {
  z-index: 2;
  transform: rotate(3deg);
}

.polaroid-frame._3 {
  z-index: 3;
  transform: rotate(-3deg);
}

.polaroid-frame._5 {
  z-index: 5;
}

.polaroid-frame._1 {
  z-index: 1;
  transform: rotate(13deg);
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100vh;
  display: flex;
}

.polaroid-image-wrapper {
  border-radius: .125rem;
  width: 20rem;
  height: 22.5rem;
  overflow: hidden;
}

.polaroids-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 32rem;
  display: flex;
  position: relative;
}

.polaroid-text {
  text-align: center;
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.main-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.cloneable {
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.pixelated-image-card {
  color: #ff4c24;
  background-color: #131313;
  border-radius: .5em;
  width: 25em;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.before__100 {
  padding-top: 100%;
}

.pixelated-image-card__default, .pixelated-image-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__active {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__pixels {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__pixel {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.slide {
  background-image: url('../images/SEESAC-12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Laws-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/SEESAC-7.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/P061053-579207-1_b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/SEESAC-12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/adklaldk.PNG');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/SEESAC-8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-8, .slide-9 {
  background-image: url('../images/2Podgorica-9jul2024-48_b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-copy {
  background-image: url('../images/IMG_5961.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Roadmap-DOG.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/ALB_Microscope-3---Copy_b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/IMG_5961.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Gender-slika.PNG');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/jirjije.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/IMG_5961.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/Geneder-in-military.PNG');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/SEESAC-14.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/SEESAC-15.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-1 {
  background-image: url('../images/Brisel---slika.PNG');
  background-position: 50%;
  background-size: cover;
}

.slide-8-1 {
  background-image: url('../images/Local-coordination-roadmap.PNG');
  background-position: 50%;
  background-size: cover;
}

.slide-7-7 {
  background-image: url('../images/Equipment-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-55 {
  background-image: url('../images/SEESAC-20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-66 {
  background-image: url('../images/PSSM-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-77 {
  background-image: url('../images/PSSM-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-88 {
  background-image: url('../images/Weapon-dstruction-Montenegro-2023_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-99 {
  background-image: url('../images/SEESAC-8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-9-copy {
  background-image: url('../images/HercegNovi-16okt-33.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12-copy {
  background-image: url('../images/HercegNovi-16okt-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-copy {
  background-image: url('../images/Santa_02b_NEW_b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-222, .slide-333 {
  background-image: url('../images/IMG_5961.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-244 {
  background-image: url('../images/Gender-in-the-Military.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-444 {
  background-image: url('../images/Donation-of-overalls-following-the-Weapon-Surrender-Campaing.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-555 {
  background-image: url('../images/Awareness-novo.PNG');
  background-position: 50% 0;
  background-size: cover;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.slide-156 {
  background-image: url('../images/38.png');
  background-position: 50%;
  background-size: cover;
}

.slide-157 {
  background-image: url('../images/37.png');
  background-position: 50%;
  background-size: cover;
}

.slide-158 {
  background-image: url('../images/SEESAC-12.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-159 {
  background-image: url('../images/39.png');
  background-position: 0 0;
  background-size: cover;
}

.slide160, .slide160-copy {
  background-image: url('../images/SEESAC-12.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-160 {
  background-image: url('../images/FINAL---EUSAC-V-Visibility-and-Communication-Report.png');
  background-position: 50%;
  background-size: cover;
}

.slide-845 {
  background-image: url('../images/PSX_32_b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-382 {
  background-image: url('../images/SEEFEN-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-254 {
  background-image: url('../images/IMG_5961.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-2541 {
  background-image: url('../images/SALW-Commissions-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2542 {
  background-image: url('../images/19th-SEEFEN.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2549 {
  background-image: url('../images/ani_b.jpg');
  background-position: 0 0;
  background-size: cover;
  overflow: visible;
}

.slide-7-8 {
  background-image: url('../images/Border-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-7-9, .slide-7-10 {
  background-image: url('../images/SEESAC-8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-11-1 {
  background-image: url('../images/RM4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11-2 {
  background-image: url('../images/RM.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-555-5 {
  background-image: url('../images/Task-Force.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-555-6 {
  background-image: url('../images/BiH.jpg_b_m.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14-1 {
  background-image: url('../images/Gender-Dragan.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/harmoznisation.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-88-8 {
  background-image: url('../images/PSSM.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-88-9 {
  background-image: url('../images/SEESAC-8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2445 {
  background-image: url('../images/3rd-Gender-Traning-of-Trainers-2022.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-2 {
  overflow: visible;
}

.logos-wrap-copy {
  background-color: #f1f4f6;
  border-radius: 11px;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 25px 88px;
  display: flex;
}

.logo-box {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.payment-logo {
  object-fit: contain;
  flex: 0 auto;
  height: 25px;
}

.image-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.image-4 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .image-padding {
    margin-top: 15px;
  }

  .main-wrapper-3 {
    height: 80vh;
    display: none;
  }

  .slide {
    background-image: url('../images/Santa_02b_NEW_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-2 {
    background-image: url('../images/Laws-1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slider-margin {
    margin-top: 25px;
  }

  .slide-3 {
    background-image: url('../images/SEESAC-7.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/SEESAC-12.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1 {
    background-image: url('../images/P061053-579207-1_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/SEESAC-12.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/adklaldk.PNG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/SEESAC-8.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-8, .slide-9 {
    background-image: url('../images/2Podgorica-9jul2024-48_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-2-copy {
    background-image: url('../images/IMG_5961.JPG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/Roadmap-DOG.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-11, .slide-12 {
    background-image: url('../images/ALB_Microscope-3---Copy_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-14 {
    background-image: url('../images/Gender-slika.PNG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-15 {
    background-image: url('../images/jirjije.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-16 {
    background-image: url('../images/IMG_5961.JPG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-22 {
    background-image: url('../images/Geneder-in-military.PNG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-23 {
    background-image: url('../images/SEESAC-14.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-24 {
    background-image: url('../images/SEESAC-15.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1-1 {
    background-image: url('../images/Brisel---slika.PNG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-8-1 {
    background-image: url('../images/Local-coordination-roadmap.PNG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-7-7 {
    background-image: url('../images/Equipment-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-55 {
    background-image: url('../images/SEESAC-20.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-66 {
    background-image: url('../images/PSSM-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-77 {
    background-image: url('../images/PSSM-4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-88 {
    background-image: url('../images/Weapon-dstruction-Montenegro-2023_3.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-99 {
    background-image: url('../images/Weapon-dstruction-Montenegro-2023_6.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-9-copy {
    background-image: url('../images/HercegNovi-16okt-33.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-12-copy {
    background-image: url('../images/HercegNovi-16okt-1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-copy {
    background-image: url('../images/Santa_02b_NEW_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-222 {
    background-image: url('../images/Tree_02b_NEW_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-333 {
    background-image: url('../images/Dog_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-244 {
    background-image: url('../images/Gender-in-the-Military.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-444 {
    background-image: url('../images/Donation-of-overalls-following-the-Weapon-Surrender-Campaing.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-555 {
    background-image: url('../images/Awareness-novo.PNG');
    background-position: 50%;
    background-size: cover;
  }

  .slide-156 {
    background-image: url('../images/38.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-157 {
    background-image: url('../images/37.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-158 {
    background-image: url('../images/jirjije.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-159 {
    background-image: url('../images/39.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide160, .slide160-copy {
    background-image: url('../images/39.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-160 {
    background-image: url('../images/FINAL---EUSAC-V-Visibility-and-Communication-Report.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-845 {
    background-image: url('../images/PSX_32_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-382 {
    background-image: url('../images/SEEFEN-3.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-254 {
    background-image: url('../images/ani_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-2541 {
    background-image: url('../images/SALW-Commissions-2.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-2542 {
    background-image: url('../images/19th-SEEFEN.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-2549 {
    background-image: url('../images/ani_b.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-7-8 {
    background-image: url('../images/Border-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-7-9 {
    background-image: url('../images/Equipment.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-7-10 {
    background-image: url('../images/Martin.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-11-1 {
    background-image: url('../images/RM4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-11-2 {
    background-image: url('../images/RM.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-555-5 {
    background-image: url('../images/Task-Force.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-555-6 {
    background-image: url('../images/BiH.jpg_b_m.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-14-1 {
    background-image: url('../images/Gender-Dragan.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-2-2 {
    background-image: url('../images/harmoznisation.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-88-8, .slide-88-9 {
    background-image: url('../images/PSSM.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-2445 {
    background-image: url('../images/3rd-Gender-Traning-of-Trainers-2022.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .image-3 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .timeline_text.padding-bottom {
    padding-bottom: 20px;
  }

  .section-timeline-heading {
    background-image: url('../images/Background-for-webflow.PNG');
    background-size: cover;
    overflow: visible;
  }

  .logos-wrap-copy {
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 251px;
    padding-right: 445px;
  }
}

@media screen and (max-width: 991px) {
  .bg-video-border-wrapper {
    border-top-width: 13vw;
    border-bottom-width: 13vw;
  }

  .filled-heading, .outline-heading {
    text-align: center;
    font-size: 100px;
  }

  .sun-icon {
    width: 50vw;
  }

  .links-overlay {
    display: none;
  }

  .header-inner {
    padding-top: 2em;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .polaroid-frame._4 {
    transform: translate(-25vw)rotate(-6deg);
  }

  .polaroid-frame._2 {
    transform: translate(54vw)rotate(3deg);
  }

  .polaroid-frame._3 {
    transform: translate(40vw, -1vh)rotate(14deg);
  }

  .polaroid-frame._1 {
    transform: translate(-48vw)rotate(13deg);
  }

  .polaroids-wrapper {
    transform: scale(.8);
  }

  .logos-wrap-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .bg-video-border-wrapper {
    border-top-width: 20vw;
    border-bottom-width: 20vw;
  }

  .filled-heading, .outline-heading {
    text-align: center;
    font-size: 75px;
  }

  .sun-icon {
    width: 55vw;
  }

  .column-scroll-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    padding-top: 4.5em;
  }

  .section-tutorial {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-scroll-sticky {
    position: static;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

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

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .home-hero-heading {
    font-size: 6rem;
  }

  .logos-wrap-copy {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .payment-logo {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-outer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-wrapper.left {
    display: none;
  }

  .bg-video-border-wrapper {
    border-top-width: 25vw;
    border-bottom-width: 25vw;
  }

  .filled-heading, .outline-heading {
    text-align: center;
  }

  .image {
    width: 100px;
  }

  .sun-icon {
    width: 75vw;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .header-button {
    width: 100%;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .header-left {
    font-size: .8em;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .padding-vertical-xlarge.new {
    padding-bottom: 30px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

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

  .button-icon {
    display: none;
  }

  .section-timeline-cta {
    padding-bottom: 0;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .section-timeline-heading {
    background-position: 50%;
  }

  .home-hero-heading {
    font-size: 4rem;
  }

  .polaroids-wrapper {
    transform: scale(.6);
  }

  .logos-wrap-copy {
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    overflow: visible;
  }

  .image-3 {
    display: none;
    overflow: visible;
  }

  .image-4 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0fa32d47-4037-1b05-6c08-115b42d616db-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d616de-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d616e0-1e93ef80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d616e7-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d616ea-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d616fa-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d616fd-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d61714-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d61717-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a8099ff4-1c5d-7131-a2f3-c2bdb607d3ab-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8099ff4-1c5d-7131-a2f3-c2bdb607d3ae-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d6174d-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d61750-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d6176b-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0fa32d47-4037-1b05-6c08-115b42d6176e-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-faa95978-cd84-29c5-a314-12f459454c7f-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-faa95978-cd84-29c5-a314-12f459454c82-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_307aa0e2-6746-6b1a-5a25-c3fca15d94c3-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_307aa0e2-6746-6b1a-5a25-c3fca15d94c6-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e2cf8d39-23f1-c610-39c9-91634c11875c-1e93ef80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e2cf8d39-23f1-c610-39c9-91634c11875f-1e93ef80 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Gretaros';
  src: url('../fonts/Gretaros-Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}