p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.hero {
  margin-top: 2.3vh;
  background-color: #029eb2;
}

.div-block {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block.fr {
  position: relative;
}

.image {
  width: 45%;
  max-width: none;
}

.image.fr {
  width: 47%;
}

.image-2 {
  width: 55%;
  max-width: none;
  margin-bottom: 0px;
}

.image-2.fr {
  width: 53%;
  margin-bottom: -57px;
  margin-left: 8px;
}

.image-3 {
  margin-top: -0.45%;
}

.heading {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #e6f1de;
  font-size: 2vw;
  line-height: 16px;
  letter-spacing: 1px;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #e6f1de;
  font-size: 1.4vw;
  line-height: 1.5;
}

.description-block {
  position: absolute;
  width: 290px;
  margin-top: -24.5%;
  margin-left: 28%;
}

.description-block.mobile {
  display: none;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e8f1de;
}

.navbar-animated {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009eb3;
}

.nav-work {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
  text-transform: none;
}

.nav-work:hover {
  color: #283583;
}

.nav-work.w--current {
  color: #fff;
}

.nav-work.download {
  margin-top: 20px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
  font-size: 25px;
  font-weight: 500;
}

.nav-work.download:hover {
  border-color: #293582;
}

.nav-work._2lines {
  line-height: 32px;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-button-animated {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
  width: 80px;
  height: 60px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 25px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  top: auto;
  background-color: transparent;
}

.full-screen-menu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009eb3;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #0090a3;
}

.italic-text {
  font-family: 'Roboto Condensed', sans-serif;
}

.image-3-copy {
  display: none;
  margin-top: -6px;
}

.body {
  background-color: #029eb2;
  font-family: Roboto, sans-serif;
  color: #192674;
}

.introduction {
  width: 100%;
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6f1de;
}

.div-block-2 {
  position: relative;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.defining {
  background-image: url('../images/wedge.png');
  background-position: 35% 100%;
  background-size: 15%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.flex-wrapper.future {
  background-image: url('../images/wedge.png');
  background-position: 35% 100%;
  background-size: 15%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 50%;
  height: auto;
  padding: 20px 20px 1px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chapter-titles {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6f1de;
  font-size: 6vw;
  line-height: 1;
}

.chapter-titles.intro {
  padding-right: 0px;
  padding-left: 0px;
  color: #0096aa;
}

.chapter-titles.defining {
  padding-right: 0px;
  padding-left: 0px;
  color: #192674;
  font-size: 5.5vw;
}

.chapter-titles.intro {
  padding-right: 0px;
  padding-left: 0px;
  color: #0096aa;
  font-size: 5.5vw;
}

.chapter-titles.future {
  padding-right: 0px;
  padding-left: 0px;
  color: #009eb3;
  font-size: 5.5vw;
}

.right {
  width: 50%;
  padding: 20px 60px 0px 50px;
}

.image-3-copy-mobile {
  display: none;
  margin-top: -6px;
}

.defining-multilateralism {
  height: auto;
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #009eb3;
}

.text-span-3 {
  font-style: italic;
  font-weight: 700;
}

.large-text {
  font-family: Roboto, sans-serif;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 300;
}

.large-text.white {
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 300;
}

.large-text.padded {
  margin-bottom: 30px;
}

.large-text.white {
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 300;
}

.bold-text {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

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

.body-text {
  padding-left: 71px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

.body-text.white {
  padding-left: 55px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.body-text.white {
  padding-left: 71px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.body-text.white.box {
  padding-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.body-text.black {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

.button-text {
  padding-top: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-text:hover {
  color: #fff;
}

.button-text.sdgs {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
}

.continue-reading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.read-less {
  display: block;
  min-width: auto;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.the-evolution-of-multilateralism {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #283481;
}

.div-block-5 {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #0090a3;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
}

.accordion-item.on-blue {
  width: 100%;
  border-bottom-style: none;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-bottom: 10px;
  padding-right: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
}

.heading-2:hover {
  color: #00a5bb;
}

.accordion-item-content {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #74737a;
  text-align: left;
}

.image-7 {
  height: 16px;
  margin-top: 20px;
}

.image-8 {
  height: 16px;
  padding-right: 10px;
}

.bold-text-4 {
  color: #17215c;
  font-size: 35px;
}

.bold-text-4.green {
  color: #00a5bb;
}

.slide-nav {
  display: none;
}

.sdgs {
  display: block;
  width: 90%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.horizontal-scroll-section {
  position: relative;
  height: 250vw;
  background-color: #e5f1de;
  background-image: url('../images/circle.png');
  background-position: 85% 100%;
  background-size: 15%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.horizontal-scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  overflow: hidden;
  width: 100vw;
  padding: 5vh 60px;
  background-color: #182462;
}

.horizontal-scroll-wrapper.fr {
  padding-top: 4vh;
}

.horizontal-scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block {
  display: inline-block;
  width: 400px;
  height: 400px;
  margin-right: 30px;
  padding: 20px;
  background-color: transparent;
}

.block._1 {
  width: 380px;
  height: auto;
  padding-left: 0px;
}

.block._1.fr {
  padding-top: 10px;
}

.date {
  margin-bottom: 1.5vh;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 65px;
  font-weight: 700;
}

.date.fr {
  margin-bottom: 0.8vh;
  font-size: 56px;
  line-height: 21px;
}

.date-title {
  margin-bottom: 1vh;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.date-title.fr {
  margin-top: 14px;
  margin-bottom: 0.8vh;
}

.date-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

.date-text.fr {
  font-size: 15.5px;
  line-height: 1.3;
}

.date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline-text-small-2 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.timeline-small-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 525px;
  height: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #009eb3;
  color: #0090a3;
}

.timeline-intro-text-2 {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-design-text-2 {
  margin-top: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #52535e;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
}

.side-design-text-2.fr {
  margin-top: 0px;
}

.timeline-date-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.timeline-small-number-2 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: 'Roboto Slab', sans-serif;
  color: #16225b;
  font-size: 35px;
  font-weight: 400;
}

.left-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 50%;
  height: auto;
  padding: 20px 50px 20px 60px;
}

.chapter-titles-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #009eb3;
  font-size: 70px;
  line-height: 1;
}

.chapter-titles-2.evolution {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 5.5vw;
}

.chapter-titles-2.timeline {
  margin-bottom: 2.5vh;
  font-size: 4.5px;
  line-height: 1;
}

.chapter-titles-2.timeline.fr {
  margin-bottom: 2vh;
}

.large-text-2.white {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
}

.subtitles-2 {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 70px;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subtitles-2.box {
  margin-top: 8px;
  padding-left: 0px;
}

.flex-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 89px;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/circle.png');
  background-position: 0% 100%;
  background-size: 15%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.flex-wrapper-2.evolution {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: none;
  color: #00a5bb;
}

.slider-2 {
  height: auto;
  padding-top: 5px;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.div-block-8 {
  color: transparent;
}

.sdgs-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  padding-right: 10px;
}

.div-block-9 {
  margin-top: -30px;
  padding: 0px 20px 20px;
  background-color: #182462;
}

.sub-title-slab {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.close-button {
  height: 16px;
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-span-7 {
  color: #03cee9;
}

.text-span-8 {
  color: #00a5bb;
}

.italic-text-3 {
  color: #00a5bb;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  padding-top: 40px;
}

.info-box {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.bold-text-6 {
  font-weight: 700;
  text-transform: none;
}

.multilateralism-in-your-daily-life {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6f1de;
}

.subtitle-caps {
  font-family: 'Roboto Condensed', sans-serif;
  color: #283583;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.subtitles-2-no-padding {
  margin-top: 12px;
  margin-bottom: 8px;
  padding-left: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subtitles-2-no-padding.black {
  color: #000;
}

.body-text-no-padding {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

.body-text-no-padding.black {
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

.image-12 {
  width: 100px;
}

.text-block {
  width: 100px;
  margin-left: -100px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.know-more {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.did-you-know-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.did-you-know-section {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #009eb3;
}

.heading-6 {
  margin-bottom: -19px;
  margin-left: 79px;
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 400;
}

.heading-7 {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 114px;
  font-weight: 600;
}

.slider-3 {
  width: 90%;
  height: 450px;
  margin-top: 0px;
  background-color: transparent;
}

.slide-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper {
  overflow: hidden;
}

.slide-text {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.bold-text-7 {
  font-weight: 400;
}

.text-span-9 {
  font-weight: 600;
}

.text-span-10 {
  font-weight: 600;
}

.text-span-12 {
  font-weight: 600;
}

.text-span-13 {
  font-weight: 600;
}

.text-span-14 {
  font-weight: 600;
}

.text-span-15 {
  font-weight: 600;
}

.bold-text-8 {
  font-weight: 600;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-2 {
  width: 50%;
  padding: 20px 60px 0px 50px;
}

.left-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 50%;
  height: 60vh;
  padding: 20px 20px 1px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.italic-text-5 {
  font-weight: 300;
}

.bold-text-9 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.bold-text-10 {
  font-family: Roboto, sans-serif;
  line-height: 1.4;
  font-weight: 300;
}

.flex-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 89px;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/circle.png');
  background-position: 0% 100%;
  background-size: 15%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.the-future-of-multilateralism {
  height: auto;
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #283481;
}

.footnote {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-2 {
  padding-right: 50px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
}

.text-block-2.credit {
  padding-right: 0px;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-13 {
  width: auto;
  height: 60px;
  padding-right: 40px;
}

.image-14 {
  height: 60px;
  padding-right: 40px;
}

.image-15 {
  height: 60px;
  max-width: none;
}

.logos-and-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-span-16 {
  font-weight: 500;
}

.text-span-17 {
  font-weight: 500;
}

.text-span-18 {
  font-weight: 500;
}

.text-span-19 {
  font-weight: 500;
}

.text-span-20 {
  font-weight: 500;
}

.timeline-small-2-tablet {
  display: none;
  width: 550px;
  height: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #009eb3;
  color: #0090a3;
}

.body-text-black {
  padding-left: 71px;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

.body-text-black.white {
  padding-left: 55px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.body-text-black.white {
  padding-left: 71px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.body-text-black.white.box {
  padding-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.body-text-black.black {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

.horizontal-scroll-section-tablet {
  position: relative;
  display: none;
  height: 400vh;
  background-color: #192363;
}

.button-text-read-less {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-text-read-less:hover {
  color: #283583;
}

.button-text-read-less.sdgs {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
}

.button-text-continue-reading {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-text-continue-reading:hover {
  color: #283583;
}

.button-text-continue-reading.sdgs {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
}

.image-7-copy {
  height: 16px;
  margin-top: 20px;
}

.image-7-copy {
  height: 16px;
  margin-top: 20px;
}

.accordion-item-trigger-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-trigger-continue-reading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-small-2-mobile {
  display: none;
  width: 550px;
  height: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #009eb3;
  color: #0090a3;
}

.horizontal-scroll-section-mobile {
  position: relative;
  display: none;
  height: 400vh;
  background-color: #192363;
}

.accordion-item-trigger-and-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-text-continue-reading-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-text-continue-reading-2:hover {
  color: #283583;
}

.button-text-continue-reading-2.sdgs {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
}

.button-text-read-less-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-text-read-less-2:hover {
  color: #283583;
}

.button-text-read-less-2.sdgs {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
}

.link {
  color: #22308b;
}

.link.green {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #059eb2;
}

.link.green:hover {
  color: #fff;
}

.sdg-box {
  margin-bottom: 23px;
}

.bold-text-13 {
  font-size: 4vw;
}

.div-block-13 {
  background-color: #fff;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192561;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  height: 200px;
}

.text-block-3 {
  position: absolute;
  color: #1a2660;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.div-block-14 {
  width: 180px;
  height: 180px;
  border-radius: 100px;
  background-color: #059eb2;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.div-block-14:hover {
  color: #059eb2;
}

.button {
  border-radius: 300px;
}

.credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-15 {
  width: 80px;
  padding-top: 10px;
  padding-right: 15px;
}

.link-2 {
  padding-right: 15px;
  color: #fff;
}

.link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.link-2.fr {
  color: #fff;
}

.link-2.fr.w--current {
  color: #fff;
}

.div-block-16 {
  width: 80px;
  background-color: #009eb3;
}

.image-2-fr {
  width: 52%;
  max-width: none;
  margin-bottom: -4.5%;
  margin-left: 12px;
}

.image-2-fr.fr {
  width: 53%;
  margin-bottom: -57px;
  margin-left: 8px;
}

.text-span-21 {
  font-weight: 700;
}

.text-span-22 {
  font-weight: 600;
}

.text-span-23 {
  font-weight: 600;
}

.text-span-24 {
  font-weight: 600;
}

.text-span-25 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .nav-button-animated {
    margin-left: 0px;
  }

  .horizontal-scroll-wrapper {
    top: 70px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .horizontal-scroll-content {
    width: 450vw;
  }

  .block._1 {
    width: 400px;
  }

  .slide-text {
    font-size: 28px;
  }

  .image-2-fr {
    margin-bottom: -4.5%;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph {
    font-size: 1.3vw;
  }

  .nav-work.download {
    background-color: transparent;
  }

  .left {
    height: 40vh;
  }

  .horizontal-scroll-section {
    height: 180vw;
  }

  .horizontal-scroll-content {
    width: 250vw;
  }

  .block._1 {
    width: 380px;
    margin-right: 80px;
  }

  .block._1.fr {
    padding-top: 15px;
  }

  .date.fr {
    margin-bottom: 1.5vh;
    font-size: 65px;
  }

  .date-title.fr {
    margin-top: 20px;
  }

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

  .date-text.fr {
    font-size: 16px;
    line-height: 1.4;
  }

  .timeline-text-small-2 {
    font-size: 16px;
  }

  .timeline-small-2 {
    width: 550px;
  }

  .timeline-intro-text-2 {
    font-size: 19px;
  }

  .left-2 {
    height: 40vh;
  }

  .chapter-titles-2.timeline {
    margin-bottom: 4vh;
  }

  .chapter-titles-2.timeline.fr {
    margin-bottom: 4vh;
  }

  .slider-3 {
    width: 80%;
    height: 400px;
  }

  .logos-and-credit {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .bold-text-13 {
    font-size: 3.5vw;
    line-height: 0.9;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    margin-top: 1vh;
  }

  .image {
    width: 45%;
    max-width: none;
  }

  .image-2 {
    width: 55%;
    max-width: none;
  }

  .image-3 {
    width: 100vw;
    max-width: none;
  }

  .heading {
    font-size: 1.3vw;
  }

  .paragraph {
    font-size: 1.1vw;
  }

  .description-block {
    width: 320px;
    margin-top: -23%;
    margin-left: 29%;
  }

  .introduction {
    margin-top: -2px;
  }

  .div-block-2 {
    width: 100vw;
  }

  .left {
    padding-right: 40px;
    padding-left: 100px;
  }

  .chapter-titles.intro {
    padding-left: 0px;
    font-size: 4.5vw;
  }

  .chapter-titles.defining {
    padding-left: 0px;
    font-size: 4.5vw;
  }

  .chapter-titles.intro {
    padding-left: 0px;
    font-size: 4.5vw;
  }

  .chapter-titles.future {
    padding-left: 0px;
    color: #009eb3;
    font-size: 4.5vw;
  }

  .right {
    padding-right: 140px;
    padding-left: 40px;
  }

  .bold-text-4 {
    font-size: 37px;
  }

  .sdgs {
    width: 80%;
    padding-left: 0px;
  }

  .horizontal-scroll-section {
    height: 100vw;
  }

  .horizontal-scroll-content {
    width: 120vw;
  }

  .block._1 {
    width: 500px;
    margin-right: 140px;
    padding: 5px 5px 5px 0px;
  }

  .date {
    font-size: 71px;
  }

  .date-text {
    font-size: 18px;
  }

  .bold-text-5 {
    font-size: 23px;
  }

  .timeline-text-small-2 {
    font-size: 17px;
  }

  .timeline-small-2 {
    width: 80%;
  }

  .timeline-intro-text-2 {
    font-size: 20px;
  }

  .container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timeline-date-row-2 {
    padding-right: 20px;
  }

  .left-2 {
    padding-left: 100px;
  }

  .chapter-titles-2.evolution {
    padding-left: 0px;
    font-size: 4.5vw;
  }

  .subtitles-2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .sdgs-trigger {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-9 {
    margin-top: -26px;
  }

  .sub-title-slab {
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .div-block-10 {
    padding: 10px 0px 10px 10px;
  }

  .close-button {
    margin-top: 0px;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-12 {
    padding-top: 40px;
  }

  .multilateralism-in-your-daily-life {
    margin-top: -2px;
  }

  .subtitle-caps {
    font-size: 37px;
  }

  .subtitles-2-no-padding {
    font-size: 19px;
    line-height: 1.3;
  }

  .know-more {
    display: none;
  }

  .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .did-you-know-section {
    margin-top: -2px;
  }

  .right-2 {
    padding-right: 100px;
    padding-left: 40px;
  }

  .left-3 {
    padding-right: 40px;
    padding-left: 100px;
  }

  .the-future-of-multilateralism {
    background-color: #283583;
  }

  .timeline-small-2-tablet {
    width: 80%;
  }

  .timeline-small-2-mobile {
    width: 80%;
  }

  .bold-text-13 {
    font-size: 3.2vw;
    line-height: 0.9;
  }

  .image-2-fr {
    width: 55%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: 100%;
    max-width: 100%;
  }

  .image.fr {
    width: 100%;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
    margin-top: -9px;
  }

  .image-3 {
    display: none;
  }

  .heading {
    font-size: 3vw;
  }

  .paragraph {
    font-size: 2.3vw;
    line-height: 1.4;
  }

  .description-block {
    position: absolute;
    z-index: 100;
    margin-top: -48.5%;
    margin-left: 60%;
  }

  .image-3-copy {
    display: block;
    margin-top: -7px;
  }

  .introduction {
    margin-top: -1px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e6f1de;
  }

  .flex-wrapper {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 94% 0%;
    background-size: 21%;
    background-attachment: scroll;
  }

  .flex-wrapper.defining {
    background-position: 95% 0%;
    background-size: 21%;
    background-attachment: scroll;
  }

  .flex-wrapper.future {
    background-position: 95% 0%;
    background-size: 21%;
    background-attachment: scroll;
  }

  .left {
    position: static;
    width: auto;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .chapter-titles {
    padding-right: 40px;
    padding-left: 40px;
  }

  .chapter-titles.intro {
    font-size: 70px;
  }

  .chapter-titles.defining {
    font-size: 64px;
  }

  .chapter-titles.intro {
    font-size: 64px;
  }

  .chapter-titles.future {
    font-size: 64px;
  }

  .right {
    width: auto;
    padding: 30px 40px;
  }

  .image-3-copy-mobile {
    display: none;
    margin-top: -7px;
  }

  .defining-multilateralism {
    margin-top: -1px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .the-evolution-of-multilateralism {
    margin-top: -1px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .horizontal-scroll-section {
    display: none;
    height: 400vh;
  }

  .horizontal-scroll-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .timeline-small-2 {
    display: none;
  }

  .left-2 {
    position: static;
    width: auto;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .chapter-titles-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .chapter-titles-2.evolution {
    font-size: 64px;
  }

  .chapter-titles-2.timeline {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-wrapper-2 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 94% 0%;
    background-size: 21%;
    background-attachment: scroll;
  }

  .flex-wrapper-2.evolution {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 95% 0%;
  }

  .multilateralism-in-your-daily-life {
    margin-top: -1px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e6f1de;
  }

  .did-you-know-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }

  .did-you-know-section {
    margin-top: -1px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-3 {
    width: 100%;
  }

  .slide-text {
    font-size: 22px;
  }

  .right-2 {
    width: auto;
    padding: 30px 40px;
  }

  .left-3 {
    position: static;
    width: auto;
    height: auto;
    padding-left: 40px;
  }

  .flex-wrapper-3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 94% 0%;
    background-size: 21%;
    background-attachment: scroll;
  }

  .the-future-of-multilateralism {
    margin-top: -1px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .credits {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-2.credit {
    padding-top: 0px;
  }

  .logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-13 {
    height: 50px;
  }

  .image-14 {
    height: 50px;
  }

  .image-15 {
    height: 50px;
  }

  .logos-and-credit {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .timeline-small-2-tablet {
    display: block;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .horizontal-scroll-section-tablet {
    display: block;
    height: 400vh;
  }

  .timeline-small-2-mobile {
    display: none;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .horizontal-scroll-section-mobile {
    display: none;
    height: 400vh;
  }

  .bold-text-13 {
    font-size: 50px;
  }

  .credit {
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-2-fr {
    width: 100%;
    max-width: 100%;
    margin-top: -9px;
    margin-bottom: -62px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    width: auto;
  }

  .image {
    width: 100%;
  }

  .image-2 {
    width: 100%;
  }

  .heading {
    font-size: 21px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.3;
  }

  .description-block {
    width: auto;
    margin-top: -50%;
    margin-left: 60%;
  }

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

  .navbar-animated {
    height: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-work {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 23px;
    line-height: 22px;
  }

  .nav-work.download {
    margin-top: 17px;
    padding: 10px;
    font-size: 20px;
  }

  .nav-work._1 {
    margin-top: 20px;
  }

  .image-3-copy {
    width: 100%;
    margin-top: -5px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .left {
    padding-left: 20px;
  }

  .chapter-titles {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 65px;
  }

  .chapter-titles.intro {
    font-size: 60px;
  }

  .chapter-titles.defining {
    font-size: 60px;
  }

  .chapter-titles.intro {
    font-size: 60px;
  }

  .chapter-titles.future {
    font-size: 60px;
  }

  .right {
    padding: 20px;
  }

  .image-3-copy-mobile {
    width: 100%;
    margin-top: -5px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .large-text {
    font-size: 21px;
  }

  .bold-text {
    font-size: 21px;
  }

  .bold-text.white {
    font-size: 21px;
  }

  .body-text.white {
    padding-left: 30px;
    font-size: 18px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .bold-text-3 {
    line-height: 1.3;
  }

  .side-design-text-2 {
    margin-top: 0px;
  }

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

  .chapter-titles-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 65px;
  }

  .chapter-titles-2.evolution {
    font-size: 60px;
  }

  .large-text-2.white {
    font-size: 21px;
  }

  .subtitles-2 {
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.3;
  }

  .subtitles-2-no-padding {
    font-size: 19px;
    line-height: 1.3;
  }

  .subtitles-2-no-padding.black {
    font-size: 18px;
  }

  .body-text-no-padding {
    font-size: 18px;
  }

  .body-text-no-padding.black {
    font-size: 18px;
  }

  .right-2 {
    padding: 20px;
  }

  .left-3 {
    padding-left: 20px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .image-13 {
    height: 35px;
  }

  .image-14 {
    height: 35px;
  }

  .image-15 {
    height: 35px;
  }

  .body-text-black {
    padding-left: 30px;
    font-size: 18px;
  }

  .bold-text-11 {
    font-size: 16px;
  }

  .bold-text-12 {
    font-size: 16px;
  }

  .image-2-fr {
    width: 100%;
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 1.1vh;
  }

  .image-2 {
    margin-top: -5px;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.4;
  }

  .description-block {
    display: none;
    width: auto;
    margin-top: 11%;
    margin-left: 0px;
    padding-top: 17px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .description-block.mobile {
    display: block;
    margin-top: -56.5%;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-animated {
    height: 75px;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-work {
    margin: 0px 0px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
  }

  .nav-work.download {
    margin-top: 10px;
    padding: 7px;
  }

  .nav-work._1 {
    margin-top: 10px;
  }

  .nav-button-animated {
    width: 65px;
    margin-left: 0px;
  }

  .image-3-copy {
    display: none;
    margin-top: -3px;
  }

  .introduction {
    margin-top: -2px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .flex-wrapper.defining {
    background-image: none;
  }

  .flex-wrapper.future {
    background-image: none;
  }

  .chapter-titles {
    font-size: 44px;
  }

  .chapter-titles.intro {
    font-size: 40px;
  }

  .chapter-titles.defining {
    font-size: 40px;
  }

  .chapter-titles.intro {
    font-size: 40px;
  }

  .chapter-titles.future {
    font-size: 40px;
  }

  .image-3-copy-mobile {
    display: block;
    margin-top: -3px;
  }

  .defining-multilateralism {
    margin-top: -2px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .large-text {
    font-size: 21px;
    line-height: 1.4;
  }

  .large-text.white {
    margin-bottom: 19px;
    font-size: 21px;
  }

  .large-text.white {
    margin-bottom: 19px;
  }

  .body-text.white {
    padding-left: 40px;
    font-size: 16px;
  }

  .body-text.white {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
  }

  .body-text.black {
    padding-left: 40px;
    font-size: 16px;
  }

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

  .button-text.sdgs {
    font-size: 15px;
  }

  .the-evolution-of-multilateralism {
    margin-top: -2px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-item-trigger {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 22px;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 1;
  }

  .bold-text-4.green {
    font-size: 30px;
  }

  .horizontal-scroll-wrapper {
    top: 70px;
  }

  .block._1 {
    width: 280px;
    height: auto;
    margin-right: 35px;
    padding: 30px 0px 0px;
  }

  .block._1.fr {
    padding-top: 15px;
  }

  .date.fr {
    margin-top: 6px;
    margin-bottom: 0.8vh;
    font-size: 57px;
    line-height: 17px;
  }

  .date-title.fr {
    font-size: 19px;
  }

  .date-text {
    margin-bottom: 0px;
  }

  .date-text.fr {
    font-size: 15.5px;
    line-height: 1.3;
  }

  .timeline-text-small-2 {
    text-align: center;
  }

  .side-design-text-2 {
    line-height: 1;
  }

  .timeline-date-row-2 {
    margin-right: 26px;
    margin-left: 26px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .chapter-titles-2 {
    font-size: 44px;
  }

  .chapter-titles-2.evolution {
    font-size: 40px;
  }

  .chapter-titles-2.timeline {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .large-text-2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .large-text-2.white {
    margin-bottom: 19px;
  }

  .subtitles-2 {
    margin-top: 18px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.3;
  }

  .flex-wrapper-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .flex-wrapper-2.evolution {
    background-image: none;
  }

  .slider-2 {
    padding-right: 37px;
    padding-left: 37px;
  }

  .sub-title-slab {
    font-size: 19px;
  }

  .multilateralism-in-your-daily-life {
    margin-top: -2px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle-caps {
    font-size: 30px;
    line-height: 1;
  }

  .subtitles-2-no-padding {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.3;
  }

  .subtitles-2-no-padding.black {
    padding-left: 0px;
  }

  .body-text-no-padding {
    font-size: 18px;
    font-weight: 400;
  }

  .body-text-no-padding.black {
    padding-left: 0px;
    font-size: 18px;
  }

  .did-you-know-wrapper {
    padding: 0px 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .did-you-know-section {
    margin-top: -2px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    margin-left: 57px;
    font-size: 23px;
  }

  .heading-7 {
    margin-top: 12px;
    font-size: 85px;
  }

  .slider-3 {
    height: 500px;
  }

  .slide-text {
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
  }

  .slide-text.fr {
    padding-bottom: 15px;
    line-height: 1.3;
  }

  .right-arrow-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-wrapper-3 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .the-future-of-multilateralism {
    margin-top: -2px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .text-block-2 {
    padding-bottom: 0px;
  }

  .text-block-2.credit {
    padding-top: 20px;
  }

  .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-13 {
    height: 40px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .image-14 {
    height: 40px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .image-15 {
    height: 40px;
    margin-bottom: 20px;
  }

  .logos-and-credit {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .timeline-small-2-tablet {
    display: none;
  }

  .body-text-black {
    font-weight: 400;
  }

  .body-text-black.white {
    padding-left: 40px;
    font-size: 16px;
  }

  .body-text-black.white {
    padding-left: 40px;
    font-size: 16px;
  }

  .body-text-black.black {
    padding-left: 40px;
    font-size: 16px;
  }

  .horizontal-scroll-section-tablet {
    display: none;
  }

  .button-text-read-less {
    font-size: 15px;
  }

  .button-text-continue-reading {
    font-size: 15px;
  }

  .image-16 {
    max-width: 70%;
  }

  .image-17 {
    max-width: 70%;
  }

  .timeline-small-2-mobile {
    display: block;
  }

  .horizontal-scroll-section-mobile {
    display: block;
    height: 300vh;
  }

  .accordion-item-trigger-and-timeline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-text-continue-reading-2 {
    font-size: 15px;
  }

  .button-text-read-less-2 {
    font-size: 15px;
  }

  .bold-text-13 {
    font-size: 37px;
    line-height: 1;
  }

  .bold-text-13.fr {
    font-size: 33px;
  }

  .credit {
    padding-top: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-15 {
    width: 65px;
    padding-right: 0px;
  }

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

  .div-block-16 {
    width: 65px;
    background-color: #009eb3;
  }

  .image-2-fr {
    margin-top: -5px;
    margin-bottom: -33px;
    margin-left: 0px;
  }
}

.div-block-15 {
  white-space: nowrap;
}