:root {
  --gray: #868686;
  --fao-blue: #0f828f;
  --color-1: #b63a3a;
  --correct-color: #d5e9ec;
  --incorrect-color: #757575;
  --color-7: #e28a42;
  --color-2: #394fa2;
  --color-3: #569a59;
  --color-4: #06606a;
  --color-5: #886cb0;
  --color-6: #e7d275;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  letter-spacing: .5px;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

h1 {
  color: var(--gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlowcondensed, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: .9;
}

h2 {
  color: var(--fao-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: -50px;
  margin-bottom: 5px;
  padding-top: 100px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: #333;
  letter-spacing: 0;
  margin-top: -80px;
  margin-bottom: 10px;
  padding-top: 120px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  color: #000;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: #696969;
  border-top: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .9375rem;
  line-height: 1.7;
}

a {
  color: var(--fao-blue);
  font-weight: 400;
  text-decoration: none;
}

ul {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: .9375rem;
  line-height: 1.7;
  list-style: square;
}

ol {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: .9375rem;
}

li {
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.7;
}

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

strong {
  font-weight: bold;
}

sup {
  font-size: .85rem;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-top: 5px;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.page-wrapper {
  padding-top: 0;
}

.side-menu-item {
  border-left: 3px solid var(--fao-blue);
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.side-menu-style {
  display: none;
}

.toc {
  margin-bottom: 8px;
}

.header-container {
  width: 100%;
  max-width: 1110px;
  line-height: 1.4;
  position: relative;
  top: 1px;
}

.content-right {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: block;
}

.document-container {
  grid-template-rows: auto;
  grid-template-columns: 4fr 10fr;
  width: 100%;
  min-height: 100vh;
  padding-left: 282px;
  display: block;
  position: relative;
}

.content-left {
  width: 230px;
  padding-top: 30px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-container {
  width: 100%;
  max-width: 1110px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.document-section {
  color: #000;
  font-size: .9375rem;
}

.document-section figure {
  color: #000;
  margin: 40px 0;
  padding-left: 0;
  font-size: .9375rem;
  line-height: 1;
}

.document-section a {
  border-bottom: 1px dotted var(--fao-blue);
  text-decoration: none;
}

.document-section a:hover {
  border-bottom-style: dotted;
}

.main-content {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.content-section {
  margin-top: 25px;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.document-header {
  background-image: linear-gradient(to top, #002741c9, #fff0 69%), url('../images/doc-hero-image-final.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 180px;
  margin-top: 70px;
  margin-bottom: 0;
  padding: 0 3%;
  display: flex;
}

.tocitem {
  color: #000;
  letter-spacing: 0;
  border-left: 1px solid #dbe2eb;
  border-radius: 0 5px 5px 0;
  justify-content: space-between;
  padding: 5px 10px 5px 8px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: color .2s, background-color .2s, color .2s;
  display: flex;
}

.tocitem:hover {
  border-left-width: 3px;
  border-left-color: var(--fao-blue);
  color: #3a3a3a;
  background-color: #0000;
  padding-left: 7px;
}

.tocitem.active {
  border-left-width: 3px;
  border-left-color: var(--fao-blue);
  color: #000;
  background-color: #b1b1b140;
  padding-left: 7px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.doc-title-wrapper {
  position: sticky;
  top: 170px;
}

.doc-title {
  color: var(--fao-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.05;
}

.home-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-bottom: 40px;
  display: flex;
  position: sticky;
  top: 100px;
}

.button {
  background-color: var(--fao-blue);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
}

.arrow-container {
  align-items: center;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-container {
  height: 32px;
  margin-left: 4px;
}

.arrow-back {
  color: var(--fao-blue);
  width: 20px;
  height: 20px;
}

.back-to-top-container {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.arrow-top {
  color: #696969;
  width: 35px;
  height: 35px;
}

.back-to-top-link {
  color: #666;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}

.back-to-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 100px auto 50px;
  display: flex;
}

.back-to-top-text {
  color: #696969;
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.main-title-line {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 3.8rem;
  line-height: 1.2;
}

.main-title-line.second {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.main-title-text {
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  text-shadow: 2px 7px 4px #284259;
  margin-bottom: 0;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 5.1rem;
  font-weight: 600;
  line-height: .8;
  display: block;
}

.main-title-text.doc {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: none;
  text-wrap: balance;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: .8;
}

.main-title-wrapper {
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  height: 70px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 30px;
}

.menu-button {
  align-items: center;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

.image {
  height: 45px;
}

.menu-btn {
  color: #000;
  width: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-doc {
  z-index: 1;
  border-bottom: 1px solid var(--fao-blue);
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
}

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

.nav-menu-wrapper-doc {
  z-index: 0;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffd9;
  margin-top: 1px;
  padding: 20px 30px;
  font-weight: 400;
  box-shadow: 0 16px 20px -4px #0003;
}

.search-menu-wrapper {
  flex-direction: row;
  display: flex;
}

.nav-menu-part-toc {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.footer {
  background-color: var(--fao-blue);
  padding: 30px 40px;
}

.footer-container {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  letter-spacing: .25px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: .97rem;
  font-weight: 400;
  line-height: 1;
}

.footer-block {
  margin-right: 0;
}

.style {
  width: 5.5rem;
  height: 3rem;
  position: fixed;
  inset: 0% 0% auto auto;
}

.search-menu-wrapper-mobile {
  display: none;
}

.scrolling-bar-container-mob-v {
  background-color: var(--color-1);
  width: 100%;
  height: 5px;
  position: fixed;
  inset: 71px auto auto 0%;
}

.home-button-wrapper-mobile {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-top: 40px;
  display: none;
}

.arrow-container-mobile {
  align-items: center;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-title-wrappe-m-v {
  display: none;
  position: static;
}

._404-message {
  margin-bottom: 20px;
  font-size: .95rem;
}

._404-button {
  color: #347bad;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #347bad;
  padding-left: 10px;
  font-family: Barlow, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.image-2 {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.correct-text {
  background-color: var(--correct-color);
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.7;
}

.incorrect-text {
  background-color: var(--incorrect-color);
  color: #fff;
  padding: 0 1px;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
}

.main-container-footer {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.correct-text-italic {
  background-color: var(--correct-color);
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
}

.correct-text-bold {
  background-color: var(--correct-color);
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.7;
}

.correct-text-bold-italic {
  background-color: var(--correct-color);
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.7;
}

.incorrect-text-italic {
  background-color: var(--incorrect-color);
  color: #fff;
  padding: 0 1px;
  font-size: .9375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
}

.nav-menu-mega-faostyle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.toc-part-faostyle {
  color: #000;
  height: 100%;
  padding-top: 8px;
  padding-left: 8px;
  display: block;
}

.nav-menu-title-faostyle {
  text-align: left;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.nav-menu-faostyle-wrapper {
  border-left: 4px solid var(--fao-blue);
  background-color: #0099aa26;
  min-height: 55px;
  padding-top: 0;
  padding-left: 0;
}

.gcse-search {
  width: 100%;
  height: 45px;
}

.google-search-mobile {
  display: none;
}

.google-search-doc {
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.copyright-modal-container {
  z-index: 5;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.copyright-modal-window {
  max-width: 750px;
  height: 550px;
}

.copyright-modal-div {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 25px 25px 50px;
  display: block;
  overflow: scroll;
}

.copyright-modal-text {
  font-size: .85rem;
  line-height: 1.25;
}

.copyright-modal-close-div {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.close-button-bg {
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.close-button-slash-1 {
  color: #fff;
  border-left: 1px solid #fff;
  width: 1px;
  height: 20px;
  transform: translate(1px)rotate(-45deg);
}

.close-button-slash-2 {
  color: #fff;
  border-left: 1px solid #fff;
  width: 1px;
  height: 20px;
  transform: rotate(45deg);
}

.side-menu-title-separator {
  border-top: 2px solid #09a;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.note-a-modal-container {
  z-index: 5;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.notes-modal-window {
  min-width: 400px;
  max-width: 600px;
}

.notes-modal-div {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 15px 15px 25px 25px;
  overflow: visible;
}

.notes-modal-close-div {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.footnotes-wrapper {
  border-top: 1px solid #000;
  margin-top: 75px;
  padding-top: 10px;
}

.footnotes-div {
  margin-bottom: 8px;
}

.footnote-in-text {
  color: var(--fao-blue);
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.note-b-modal-container, .note-c-modal-container {
  z-index: 5;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.superscript, .superscript-2, .superscript-3, .superscript-4 {
  font-size: 1rem;
}

.biblio-text {
  color: var(--color-7);
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.7;
}

.footer-divider {
  color: #fff;
  letter-spacing: .25px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: .97rem;
  font-weight: 400;
  line-height: 1;
}

.copyright-links {
  border-bottom: 1px dotted var(--fao-blue);
}

.last-update {
  border-left: 2px solid #0f828f;
  border-right: 2px solid #0f828f;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: inline;
}

.note-d-modal-container {
  z-index: 5;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.sticky-wrapper-2 {
  max-height: 42vh;
  padding-top: 6px;
  position: sticky;
  top: 247px;
  overflow: scroll;
}

.nav-menu-wrapper-doc-2 {
  z-index: 0;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffd9;
  margin-top: 1px;
  padding: 20px 30px;
  font-weight: 400;
  box-shadow: 0 16px 20px -4px #0003;
}

.nav-menu-ai-guidelines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-separator-2 {
  border: 2px solid #0f828f;
  width: 80px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.toc-part-2 {
  color: #000;
}

.toc-part-2:hover {
  color: #0f828f;
}

.nav-menu-part-wrapper-2 {
  flex-flow: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.toc-item-2 {
  color: #000;
  text-align: left;
  text-transform: none;
  text-wrap: balance;
  margin-bottom: 6px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.toc-item-2:hover {
  color: #0f828f;
  text-decoration: none;
}

.nav-menu-part-title-2 {
  text-align: left;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.navbar-doc-2 {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #0f828f;
  width: 100%;
  position: fixed;
  top: 0;
}

.note-e-modal-container {
  z-index: 5;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .header-container {
    position: static;
  }

  .content-right {
    margin-bottom: 0;
  }

  .document-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 232px;
    display: flex;
  }

  .content-left {
    width: 200px;
  }

  .main-container {
    max-width: none;
  }

  .content-section {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .document-header {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    min-height: 150px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-title-line {
    padding-right: 0;
  }

  .main-title-line.second {
    margin-left: 0;
    margin-right: 80px;
    padding-left: 0;
  }

  .main-title-text {
    letter-spacing: -1px;
    font-size: 3.7rem;
    line-height: .85;
  }

  .main-title-text.doc {
    font-size: 3rem;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .menu-btn {
    padding-top: 5px;
  }

  .navbar-wrapper-doc {
    align-items: center;
  }

  .nav-menu-wrapper-doc {
    background-color: #ffffffd9;
  }

  .footer {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-container {
    flex-direction: row;
    justify-content: flex-start;
  }

  .scrolling-bar-container-mob-v {
    top: 71px;
  }

  .home-button-wrapper-mobile, .main-title-wrappe-m-v {
    display: none;
  }

  .main-container-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .nav-menu-mega-faostyle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    width: 100%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .toc-part-faostyle, .toc-part-faostyle.w--current {
    display: block;
  }

  .copyright-modal-container {
    display: none;
  }

  .copyright-modal-window {
    max-width: 600px;
  }

  .note-a-modal-container {
    display: none;
  }

  .notes-modal-window {
    min-width: auto;
    max-width: 600px;
  }

  .note-b-modal-container, .note-c-modal-container, .note-d-modal-container {
    display: none;
  }

  .sticky-wrapper-2 {
    top: 242px;
  }

  .nav-menu-wrapper-doc-2 {
    background-color: #ffffffd9;
    height: 100svh;
  }

  .nav-menu-ai-guidelines {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    width: 100%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .toc-part-2, .toc-part-2.w--current {
    display: block;
  }

  .note-e-modal-container {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    margin-top: 70px;
  }

  .document-container {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .content-left {
    width: auto;
    display: none;
    position: relative;
  }

  .main-container {
    height: auto;
  }

  .main-content {
    height: auto;
    margin-top: 70px;
  }

  .document-header {
    background-image: linear-gradient(to top, #002741c9, #fff0 69%), url('../images/doc-hero-image-final.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-start;
    min-height: 165px;
    padding-top: 70px;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .main-title-line {
    padding-left: 0;
  }

  .main-title-line.second {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .main-title-text {
    letter-spacing: -1px;
    text-shadow: 2px 5px 4px #284259;
    font-size: 2.8rem;
    line-height: .9;
    display: block;
  }

  .main-title-text.doc {
    font-size: 2.5rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image {
    height: 40px;
  }

  .nav-menu-wrapper-doc {
    height: 90vh;
    overflow: auto;
  }

  .footer {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }

  .footer-container {
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .scrolling-bar-container-mob-v {
    top: 106px;
  }

  .home-button-wrapper-mobile {
    background-color: #fff;
    height: 36px;
    display: flex;
    position: fixed;
    inset: 30px 0% auto;
  }

  .arrow-container-mobile {
    background-color: #fff;
    padding-left: 30px;
  }

  .main-title-wrappe-m-v {
    display: none;
  }

  .main-container-footer {
    height: auto;
  }

  .nav-menu-mega-faostyle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .copyright-modal-window, .notes-modal-window {
    max-width: 90%;
  }

  .cell-4 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: -110px;
    padding-top: 160px;
    font-size: 1.8rem;
  }

  .content-left {
    display: none;
  }

  .main-container {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .document-section a {
    overflow-wrap: anywhere;
  }

  .document-header {
    background-image: linear-gradient(to top, #002741c9, #fff0 69%), url('../images/doc-hero-image-final.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    height: auto;
    min-height: 180px;
    margin-top: 108px;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .main-title-line.second {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-title-line.third {
    margin-right: 109px;
    padding-right: 0;
  }

  .main-title-line.fourth {
    margin-right: 40px;
    padding-right: 0;
  }

  .main-title-text {
    color: #fff;
    font-size: 2.9rem;
    line-height: .85;
  }

  .main-title-text.doc {
    color: #fff;
    font-size: 2.4rem;
  }

  .main-title-wrapper {
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 30px;
  }

  .image {
    height: 38px;
  }

  .nav-menu-wrapper-doc {
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .search-menu-wrapper {
    display: none;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    line-height: 1.6;
  }

  .footer-block {
    text-align: center;
    line-height: 1.2;
  }

  .search-menu-wrapper-mobile {
    display: block;
  }

  .scrolling-bar-container-mob-v {
    top: 106px;
  }

  .home-button-wrapper-mobile {
    border-top: 1px solid var(--fao-blue);
    background-color: #fff;
    width: 100%;
    height: 36px;
    margin-top: 0;
    position: fixed;
    inset: 70px 0% auto 0;
  }

  .arrow-container-mobile {
    background-color: #fff;
    padding-left: 30px;
  }

  .main-title-wrappe-m-v {
    display: none;
  }

  .correct-text {
    overflow-wrap: break-word;
  }

  .main-container-footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-mega-faostyle {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
    align-content: start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .toc-part-faostyle {
    width: 100%;
  }

  .nav-menu-title-faostyle {
    font-size: .9rem;
    line-height: 1;
  }

  .nav-menu-faostyle-wrapper {
    background-color: #0099aa26;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .gcse-search {
    height: 30px;
  }

  .google-search-mobile {
    height: 30px;
    display: none;
  }

  .google-search-doc {
    display: none;
  }

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

  .footer-divider {
    line-height: 1.6;
    display: none;
  }

  .nav-menu-wrapper-doc-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-ai-guidelines {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-part-wrapper-2 {
    width: 100%;
  }
}

#w-node-f98aa8c6-2c56-3969-86a0-1004cfe031d2-273769c0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-f98aa8c6-2c56-3969-86a0-1004cfe031d2-273769c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f98aa8c6-2c56-3969-86a0-1004cfe031d3-273769c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}