@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;
}

:root {
  --gray: #868686;
  --faostyle: #0f828f;
  --color-1: #b63a3a;
  --color-2: #394fa2;
  --color-3: #569a59;
  --color-4: #06606a;
  --color-6: #7393a4;
  --color-7: #347bad;
  --correct-color\<deleted\|variable-82a212d9-4acf-8d9d-ea51-67b451b783fd\>: #d5e9ec;
  --color-5: #6e925b;
  --color-8: #777bcf;
  --color-9: #7fa4c4;
  --language-link-off: #bbb;
}

.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;
}

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

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(--faostyle);
  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 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  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(--faostyle);
  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(--faostyle);
  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%;
  padding-top: 30px;
  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;
}

.document-container.home {
  min-height: 65vh;
  padding-left: 0;
  top: -80px;
  left: 0;
  right: 0;
}

.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;
}

.title-small {
  color: #767677;
  letter-spacing: .2px;
  text-wrap: balance;
  margin-bottom: 0;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
  line-height: 1.2;
}

.title-small:hover {
  color: #000;
}

.title-small.white {
  color: #fff;
}

.title-small.margin-top {
  margin-top: 24px;
  margin-bottom: 6px;
}

.title-small.is-active {
  color: #000;
}

.transparent-icon-home {
  opacity: .6;
  justify-content: center;
  align-items: flex-end;
  width: 20px;
  height: 20px;
  display: flex;
}

.transparent-icon-home:hover {
  opacity: 1;
}

.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(--faostyle);
  text-decoration: none;
}

.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%;
}

.sticky-wrapper {
  max-height: 45vh;
  padding-top: 6px;
  position: sticky;
  top: 217px;
  overflow: scroll;
}

.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;
}

.document-header.home {
  background-image: linear-gradient(0deg, #0c273bf0 13%, #fff0 79%), url('../images/home-hero-image-final.jpg');
  background-position: 0 0, 50% 95%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  min-height: 390px;
}

.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(--faostyle);
  color: #3a3a3a;
  background-color: #0000;
  padding-left: 7px;
}

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

.heading-h1 {
  color: #fff;
  text-align: center;
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1.1;
}

.transparent-overall-wrap {
  background-color: #2b334d;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 118px;
  height: 37px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tip-wrapper {
  margin-bottom: 15px;
  padding-top: 30px;
}

.tip-container {
  border-left: 1px solid var(--color-1);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.tip-title {
  background-color: var(--color-1);
  color: #fff;
  -webkit-text-stroke-color: var(--color-1);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 3px 5px;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

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

.doc-title {
  color: var(--faostyle);
  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;
}

.doc-title-copy {
  color: #666161;
  border-bottom: 1px dotted #00000080;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.button {
  background-color: var(--faostyle);
  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(--faostyle);
  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;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.side-menu-separator {
  border-top: 1px dotted #000;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.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-line.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.main-title-text {
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-shadow: 2px 7px 4px #0c273b;
  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-shadow: none;
  text-wrap: balance;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: .8;
}

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

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

.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;
}

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

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

.nav-menu-wrapper {
  background-color: #fff;
  margin-top: 1px;
  font-weight: 400;
}

.nav-menu-doc {
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Barlowsemicondensed, sans-serif;
  display: flex;
}

.menu-doc-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.menu-doc-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.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;
}

.doc-grid {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  padding: 0;
}

.doc-color {
  background-color: var(--faostyle);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.doc-name {
  width: 80%;
}

.doc-name-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.doc-description {
  margin-top: 10px;
}

.doc-description-text {
  letter-spacing: .4px;
  width: 250px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.doc-card {
  grid-row-gap: 15px;
}

.link-to-doc {
  position: relative;
}

.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;
}

.search-doc {
  align-items: center;
  margin-bottom: 0;
  padding-top: 18px;
  padding-right: 20px;
  display: flex;
}

.search-input {
  height: 30px;
  margin-bottom: 0;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
}

.search-button {
  background-color: var(--faostyle);
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.1rem;
}

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

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

.doc-color-2 {
  background-color: var(--color-2);
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: flex-end;
  width: 195px;
  height: 195px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.doc-color-3 {
  background-color: var(--color-3);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.doc-color-4 {
  background-color: var(--color-4);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.doc-color-5 {
  background-color: var(--color-6);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.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;
}

.doc-part-number {
  color: var(--gray);
  text-transform: uppercase;
  font-family: Barlowcondensed, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: .9;
}

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

.search-home {
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

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

.nav-menu-mega {
  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-part-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.nav-menu-part-title {
  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;
}

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

.toc-item {
  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:hover {
  color: var(--faostyle);
  text-decoration: none;
}

.nav-menu-separator {
  border: 2px solid var(--faostyle);
  width: 80px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-span {
  letter-spacing: 0;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.doc-separator {
  border: 4px solid var(--faostyle);
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer {
  background-color: var(--faostyle);
  margin-top: 0;
  padding: 30px 40px;
}

.footer-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social-container {
  grid-column-gap: 14px;
  grid-row-gap: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-icon-circle {
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.social-icon {
  width: 18px;
  height: 18px;
}

.address-container {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  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;
}

.mail-site {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.terms {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.doc-card-2, .doc-card-3, .doc-card-4, .doc-card-5, .doc-card-6 {
  grid-row-gap: 15px;
}

.doc-card-wrapper {
  width: 195px;
}

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

.doc-color-6 {
  background-color: var(--color-7);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.body.overflow__hidden {
  overflow: hidden;
}

.content-section-home {
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

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

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

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

.search-doc-mobile {
  align-items: center;
  margin-bottom: 0;
  padding-top: 18px;
  padding-right: 25px;
  display: none;
}

.search-input-home {
  text-transform: lowercase;
  height: 30px;
  margin-bottom: 0;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
}

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

.scrolling-bar-container-mob-h, .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;
}

.image-picture {
  margin-top: 20px;
  margin-bottom: 30px;
}

.image-picture-caption {
  color: var(--gray);
  font-family: Barlowsemicondensed, sans-serif;
}

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

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

.document-container-mobile.home {
  padding-left: 0;
  display: none;
  top: -115px;
  left: 25px;
  right: 25px;
}

.doc-grid-mobile {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  padding: 0;
}

.cell, .cell-2, .cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.occp-division {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: block;
}

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

.social-wrapper {
  grid-column-gap: 7px;
  flex-direction: row;
  display: flex;
}

.toc-part {
  color: #000;
}

.toc-part:hover {
  color: var(--faostyle);
}

.occp-title {
  color: #505050;
  text-transform: none;
  width: 16ch;
  font-size: 1.15rem;
  font-weight: 500;
}

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

._404-button {
  border: 1px solid var(--color-7);
  color: var(--color-7);
  letter-spacing: 0;
  background-color: #fff;
  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\<deleted\|variable-82a212d9-4acf-8d9d-ea51-67b451b783fd\>);
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.7;
}

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

.tip-section {
  color: #000;
  padding-left: 20px;
  font-size: .9375rem;
}

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

.anchor-div {
  width: 100%;
  height: 60px;
  margin-top: -70px;
  position: relative;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 50%;
}

.table-header {
  background-color: var(--faostyle);
  padding: 6px 10px;
}

.table-header-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.table-row {
  padding: 6px 20px;
}

.table-row-centred {
  text-align: center;
  letter-spacing: 0;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.table-footer {
  border-bottom: 1px solid var(--faostyle);
  height: 100%;
  padding: 6px 10px;
}

.table-source {
  border-top-style: none;
  margin-top: 10px;
}

.download-icon {
  width: 25px;
  height: 25px;
}

.paragraph-section {
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.text-block, .text-block-2 {
  display: inline;
}

.body-paragraph {
  color: #000;
  font-size: .9375rem;
  line-height: 1.7;
  display: inline;
}

.table-grid-100-4cols {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-span-2 {
  font-size: 6rem;
}

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

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

.header-container-home {
  max-width: 1110px;
  position: relative;
  top: 190px;
  left: -92px;
}

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

.correct-text-italic {
  background-color: var(--correct-color\<deleted\|variable-82a212d9-4acf-8d9d-ea51-67b451b783fd\>);
  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\<deleted\|variable-82a212d9-4acf-8d9d-ea51-67b451b783fd\>);
  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\<deleted\|variable-82a212d9-4acf-8d9d-ea51-67b451b783fd\>);
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.7;
}

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

.table-row-left {
  text-align: left;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.table-grid-100-2cols-40-60 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 40% 1fr;
  width: 100%;
}

.table-grid-100-2cols-60-40 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 70% 1fr;
  width: 100%;
}

.table-header-text-left {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.table-grid-100-1col {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.table-row-contact {
  padding: 2px 10px 2px 0;
}

.table-row-left-contact {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  font-family: Merriweather, serif;
  font-size: .9375rem;
  font-weight: 300;
}

.table-grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 75%;
}

.text-span-3 {
  font-size: 8rem;
  font-weight: 400;
}

.text-span-4 {
  font-weight: 400;
}

.text-span-5 {
  color: #272727;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-span-6 {
  color: #262626;
  font-size: 6.5rem;
  font-weight: 400;
}

.heading {
  font-weight: 400;
}

.toc-words {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.toc-item-words {
  color: var(--gray);
  text-align: left;
  text-transform: none;
  margin-bottom: 6px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.toc-item-words:hover {
  color: var(--faostyle);
  text-decoration: none;
}

.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;
}

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

.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;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.quick-stack {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.toc-item-no-words {
  color: var(--gray);
  text-align: left;
  text-transform: none;
  margin-bottom: 6px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.toc-item-no-words:hover {
  color: var(--faostyle);
  text-decoration: none;
}

.toc-words-mobile {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
}

.toc-item-words-mobile {
  color: var(--gray);
  text-align: left;
  text-transform: none;
  margin-bottom: 6px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.toc-item-words-mobile:hover {
  color: var(--faostyle);
  text-decoration: none;
}

.toc-item-no-words-mobile {
  color: var(--gray);
  text-align: left;
  text-transform: none;
  margin-bottom: 6px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.toc-item-no-words-mobile:hover {
  color: var(--faostyle);
  text-decoration: none;
}

.doc-forthcoming {
  color: #fff;
  margin-bottom: 15px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.heading-2 {
  margin-top: -70px;
}

.link {
  word-break: break-all;
}

.h-scroll {
  width: 100%;
  overflow: auto;
}

.link-to-doc-inactive {
  cursor: auto;
}

.google-search {
  display: none;
}

.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;
}

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

.note-1-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;
}

.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);
}

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

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

.note-2-modal-container, .note-3-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;
}

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

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

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

.social-icon-wechat {
  width: 28px;
  height: 28px;
}

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

.plus-sign {
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -5px;
  margin-left: 5px;
}

.credit-section {
  background-color: #f2f2f2;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  overflow: hidden;
}

.credit-section-content {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: .9375rem;
}

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

.credit-section-content a {
  border-bottom: 1px dotted var(--faostyle);
  text-decoration: none;
}

.table-header-2 {
  background-color: #0f828f;
  padding: 6px 10px;
}

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

.table_figure-title {
  color: #000;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.table-header-text-left-small {
  text-transform: none;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.link-underline {
  border-bottom: 1px dotted var(--faostyle);
}

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

.footer-home-new {
  background-color: #0f828f;
  padding: 30px 40px;
}

.main-container-footer-home {
  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;
}

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

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

.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;
  overflow: scroll;
}

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

.copyright-links {
  border-bottom: 1px dotted #0f828f;
}

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

.language-selector {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 195px;
  margin-top: 6px;
  display: grid;
}

.language-link {
  border: 1px solid var(--faostyle);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.language-link:hover {
  background-color: var(--faostyle);
  color: #fff;
}

.language-item {
  font-family: Barlowsemicondensed, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.language-selector-mobile {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  margin-top: 10px;
  display: grid;
}

.language-link-mobile {
  border: 1px solid var(--faostyle);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.language-link-mobile:hover {
  background-color: var(--color-6);
}

.language-item-mobile {
  color: var(--faostyle);
  font-family: Barlowsemicondensed, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.language-selector-mobile-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  margin-top: 10px;
  display: grid;
}

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

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

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

.cell-quality, .cell-2-quality, .cell-3-quality, .cell-4-quality, .cell-5-quality {
  justify-content: flex-end;
  align-items: center;
}

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

.table-list {
  font-size: 1rem;
  line-height: 1.4;
}

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

.link-break {
  overflow-wrap: anywhere;
}

.doc-card-7, .doc-card-8, .doc-card-9 {
  grid-row-gap: 15px;
}

.doc-color-7 {
  background-color: var(--color-5);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.doc-color-8 {
  background-color: var(--color-8);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.doc-color-9 {
  background-color: var(--color-9);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 195px;
  height: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.language-link-off {
  border: 1px solid var(--language-link-off);
  color: var(--language-link-off);
  cursor: default;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.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;
}

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

.nav-menu-digital {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 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;
  }

  .document-container.home {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 56svh;
    padding: 0;
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .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;
  }

  .document-header.home {
    background-image: linear-gradient(0deg, #0c273bdb 14%, #fff0), url('../images/home-hero-image-final.jpg');
    background-position: 0 0, 100% 93%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1500px;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    align-items: flex-end;
    height: 240px;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

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

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

  .main-title-line.home {
    border-left-width: 6px;
    margin-left: 0;
    padding-left: 0;
  }

  .main-title-text {
    letter-spacing: -1px;
    text-shadow: 2px 7px 4px #0c273be6;
    font-size: 3.7rem;
    line-height: .85;
  }

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

  .navbar-home {
    margin-top: 0;
    top: 0;
  }

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

  .container {
    max-width: 728px;
  }

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

  .nav-menu-doc {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-doc-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .doc-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 56svh;
  }

  .doc-color {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .doc-name {
    width: 90%;
  }

  .doc-name-text {
    font-size: 1.5rem;
  }

  .doc-description {
    color: #fff;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .doc-description-text {
    width: 100%;
    font-size: 1.1rem;
  }

  .doc-card {
    grid-row-gap: 0px;
    background-color: var(--color-2);
  }

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

  .search-doc {
    padding-right: 10px;
  }

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

  .doc-color-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .doc-color-3, .doc-color-4, .doc-color-5 {
    width: 100%;
    height: auto;
    padding: 0;
  }

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

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

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

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

  .doc-card-2 {
    grid-row-gap: 0px;
    background-color: var(--color-4);
    padding-bottom: 0;
  }

  .doc-card-3 {
    grid-row-gap: 0px;
    background-color: var(--color-3);
  }

  .doc-card-4 {
    grid-row-gap: 0px;
    background-color: var(--color-6);
  }

  .doc-card-5 {
    grid-row-gap: 0px;
    background-color: var(--faostyle);
  }

  .doc-card-6 {
    grid-row-gap: 0px;
    background-color: var(--color-7);
  }

  .doc-card-wrapper {
    padding: 30px 0 30px 30px;
  }

  .doc-color-6 {
    background-color: var(--color-7);
    width: 100%;
    height: auto;
    padding: 0;
  }

  .content-section-home {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-home {
    width: 100%;
    height: 8svh;
    position: static;
    inset: auto 0% 0%;
  }

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

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

  .main-title-wrapper-home {
    width: 100%;
  }

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

  .document-container-mobile.home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: calc(100svh - 409px);
    padding: 0;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

  .doc-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 58svh;
  }

  .link-to-doc-mobile {
    width: 100%;
    height: 100%;
  }

  .footer-link-big {
    font-size: 1.1rem;
  }

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

  .table-grid {
    width: 100%;
  }

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

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

  .header-container-home {
    position: relative;
    top: 20px;
    left: 0;
  }

  .main-container-footer {
    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;
  }

  .doc-forthcoming {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Barlowsemicondensed, sans-serif;
    font-size: .9rem;
    font-style: normal;
  }

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

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

  .note-2-modal-container, .note-3-modal-container {
    display: none;
  }

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

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

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

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

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

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

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

  .language-link {
    width: 30px;
    height: 30px;
  }

  .language-item {
    font-size: .95rem;
  }

  .language-selector-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    place-items: start;
  }

  .language-link-mobile {
    border-color: #fff;
    width: 30px;
    height: 30px;
  }

  .language-link-mobile:hover {
    background-color: #0000;
  }

  .language-item-mobile {
    color: #fff;
    font-size: .95rem;
  }

  .language-selector-mobile-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

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

  .cell-4-quality {
    align-items: center;
  }

  .header-container-quality {
    position: static;
  }

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

  .doc-card-7 {
    grid-row-gap: 0px;
    background-color: var(--color-5);
  }

  .doc-card-8 {
    grid-row-gap: 0px;
    background-color: var(--color-8);
  }

  .doc-card-9 {
    grid-row-gap: 0px;
    background-color: var(--color-9);
  }

  .doc-color-7 {
    width: 100%;
    height: auto;
    padding: 0;
  }

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

  .doc-color-8, .doc-color-9 {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .doc-grid-mobile-new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 33%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 34%;
    width: 100%;
    height: 100%;
  }

  .language-link-off {
    width: 30px;
    height: 30px;
  }

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

@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;
  }

  .document-container.home {
    height: auto;
    left: 0;
    right: 0;
  }

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

  .main-container {
    height: auto;
  }

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

  .content-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .document-header {
    background-image: linear-gradient(0deg, #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: 25px;
  }

  .document-header.home {
    background-image: linear-gradient(to top, #0c273bdb 21%, #0000 87%), url('../images/home-hero-image-final.jpg');
    background-position: 0 0, 50% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1500px;
    background-attachment: scroll, scroll;
    align-items: flex-end;
    height: auto;
    min-height: 180px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .heading-h1 {
    font-size: 55px;
  }

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

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

  .main-title-line.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-title-text {
    letter-spacing: -1px;
    text-shadow: none;
    font-size: 2.8rem;
    line-height: .9;
    display: block;
  }

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

  .navbar-home {
    height: 70px;
    margin-top: 0;
    display: block;
    top: 0;
  }

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

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

  .navbar-wrapper {
    margin-top: 12px;
  }

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

  .nav-menu-doc {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .image {
    height: 40px;
  }

  .doc-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .doc-color {
    width: 100%;
    height: auto;
  }

  .doc-description {
    width: 100%;
    margin-top: 5px;
  }

  .search-input {
    padding-left: 10px;
    padding-right: 0;
    font-size: .9rem;
  }

  .doc-color-2, .doc-color-3, .doc-color-4, .doc-color-5 {
    width: 100%;
    height: auto;
  }

  .doc-part-number {
    font-size: 2.15rem;
  }

  .search-home {
    justify-content: flex-end;
    width: 250px;
  }

  .scrolling-bar-container {
    top: 75px;
  }

  .nav-menu-mega {
    grid-row-gap: 25px;
    height: 70vh;
    overflow: auto;
  }

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

  .footer-container {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .doc-card-2 {
    padding-bottom: 0;
  }

  .doc-card-6 {
    display: flex;
  }

  .doc-card-wrapper {
    width: 300px;
  }

  .doc-color-6 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .content-section-home {
    height: auto;
  }

  .search-input-home {
    padding-left: 10px;
    padding-right: 0;
    font-size: 1rem;
  }

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

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

  .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;
  }

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

  .document-container-mobile.home {
    height: auto;
    position: static;
    left: 0;
    right: 0;
  }

  .doc-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .link-to-doc-mobile {
    width: 100%;
  }

  .cell, .cell-2, .cell-3 {
    align-items: flex-start;
  }

  .occp-division {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

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

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

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

  .table-row-left {
    font-size: .9rem;
  }

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

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

  .toc-words-mobile {
    grid-column-gap: 4px;
    border-top: 1px solid var(--faostyle);
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-height: 36px;
    padding: 10px 30px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .toc-item-words-mobile, .toc-item-no-words-mobile {
    font-size: 1.4rem;
  }

  .toc-item-no-words-mobile:hover {
    color: var(--gray);
  }

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

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

  .credit-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .footer-divider {
    display: none;
  }

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

  .language-link {
    width: 35px;
    height: 35px;
  }

  .language-item {
    font-size: 1.1rem;
  }

  .language-selector-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .language-link-mobile {
    width: 35px;
    height: 35px;
  }

  .language-item-mobile {
    font-size: 1.1rem;
  }

  .language-selector-mobile-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-menu-mega-5 {
    grid-row-gap: 25px;
    overflow: auto;
  }

  .cell-quality, .cell-2-quality, .cell-3-quality, .cell-4-quality {
    align-items: flex-start;
  }

  .cell-5-quality {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .doc-card-7, .doc-card-8, .doc-card-9 {
    display: flex;
  }

  .doc-color-7 {
    width: 100%;
    height: auto;
  }

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

  .doc-color-8, .doc-color-9 {
    width: 100%;
    height: auto;
  }

  .doc-grid-mobile-new {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .language-link-off {
    width: 35px;
    height: 35px;
  }
}

@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 {
    word-break: break-all;
  }

  .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;
  }

  .document-header.home {
    background-image: linear-gradient(to top, #0c273b 17%, #0000 82%), url('../images/home-hero-image-final.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1500px;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 240px;
    margin-top: 70px;
    padding-bottom: 25px;
    padding-left: 30px;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .tip-container {
    width: 100%;
  }

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

  .main-title-line.home {
    background-color: #0000;
    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.6rem;
    line-height: .9;
  }

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

  .navbar-home {
    height: 70px;
    display: block;
  }

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

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    margin-top: 15px;
  }

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

  .image {
    height: 38px;
  }

  .doc-description {
    width: 100%;
  }

  .search-input {
    flex: 1;
    width: 100px;
    height: 35px;
    padding-top: 10px;
    padding-left: 30px;
    font-size: 1rem;
  }

  .search-button {
    height: 35px;
    font-size: 1rem;
  }

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

  .doc-part-number {
    font-size: 2.1rem;
  }

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

  .search-home {
    justify-content: flex-end;
    width: 190px;
    display: none;
  }

  .scrolling-bar-container {
    top: 108px;
  }

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

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

  .text-span {
    font-size: 1.9rem;
  }

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

  .footer-container {
    flex-direction: column;
  }

  .social-container {
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .mail-site {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .terms {
    flex-direction: column;
    align-items: center;
  }

  .doc-card-wrapper {
    width: 300px;
  }

  .footer-link-2 {
    display: none;
  }

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

  .search-doc-mobile {
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 70px 0% auto;
  }

  .search-input-home {
    flex: 1;
    width: 100px;
    height: 35px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: Barlowsemicondensed, sans-serif;
    font-size: .9rem;
  }

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

  .scrolling-bar-container-mob-h {
    top: 108px;
  }

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

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

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

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

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

  .occp-division {
    flex-direction: column;
    align-items: center;
    width: 75%;
  }

  .footer-link-big {
    line-height: 1.2;
  }

  .main-title-text-bold {
    color: #fff;
    letter-spacing: -1px;
    font-size: 2.4rem;
    line-height: .85;
  }

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

  .header-container-home {
    top: 0;
  }

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

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

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

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

  .nav-menu-faostyle-wrapper {
    background-color: #0099aa26;
    align-items: center;
    width: 100%;
    height: 33px;
    padding-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .toc-words-mobile {
    grid-column-gap: 9px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .toc-item-words-mobile {
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1;
  }

  .google-search {
    display: none;
  }

  .gcse-search {
    height: 30px;
  }

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

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

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

  .credit-section-content a {
    word-break: break-all;
  }

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

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

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

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

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

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

  .nav-menu-mega-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

#w-node-e3ebfdaf-d1ea-0cbb-e73e-1af8b9463f58-004b9d1f {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
}

#w-node-fbe7846d-3bbe-3c67-8e30-5b8891b4a97b-91b4a974 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr;
}

#w-node-_88be9729-0876-3157-b591-387469f0b8be-2c271dc0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

#w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a6ef-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a6f2-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a6f5-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a6fd-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a700-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a705-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a708-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a710-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a713-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a71b-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a71e-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a723-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a726-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a72e-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a731-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a736-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a739-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a73e-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a741-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a749-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a74e-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a753-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a756-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a75b-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a75e-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a766-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a769-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a771-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a774-2c271dc0, #w-node-_7b1ea6a6-6a6d-f239-d207-23f70185a77c-2c271dc0, #w-node-faa10240-7339-2094-5e93-7d61967aa938-2c271dc0, #w-node-faa10240-7339-2094-5e93-7d61967aa93b-2c271dc0, #w-node-faa10240-7339-2094-5e93-7d61967aa93e-2c271dc0, #w-node-faa10240-7339-2094-5e93-7d61967aa942-2c271dc0, #w-node-faa10240-7339-2094-5e93-7d61967aa945-2c271dc0, #w-node-faa10240-7339-2094-5e93-7d61967aa949-2c271dc0, #w-node-cf686bf4-52d0-bd81-03e3-49ffb961d41b-2c271dc0, #w-node-_961ef7e7-0807-b6e7-9f0c-402180a611ec-2c271dc0, #w-node-fc645533-a9f2-846e-8c1c-5d53e86e226a-2c271dc0, #w-node-c59d2b58-e6c6-d0ad-ede6-ab78077ee209-2c271dc0, #w-node-c2a09789-f532-7093-272d-d6b1eaaeca1c-2c271dc0, #w-node-_1d0a9747-0e51-3539-57aa-33b726f74eb1-2c271dc0, #w-node-_61ff6495-a76e-882c-4676-41d9d5022567-2c271dc0, #w-node-_82476fd4-4664-9592-852b-6cc0871ddf1c-2c271dc0, #w-node-dfccbf7e-066b-ffe7-97ee-a2fe1f96e91e-2c271dc0, #w-node-_3fa891ef-64b4-55e5-f3c0-6c0cc9324d43-2c271dc0, #w-node-ddfd9c99-7dac-9556-a06e-535330e5f131-2c271dc0, #w-node-_198e450d-846e-5435-332a-faafdc0c7ab0-2c271dc0, #w-node-_29461a17-685b-7d15-51da-2e16d2454def-2c271dc0, #w-node-_717ed580-a777-2558-c930-87d5820bb190-2c271dc0, #w-node-_9a03c374-9c94-5abd-3eeb-56b17bd2abd8-2c271dc0, #w-node-baf56d7a-ffde-8819-0059-95d69f445bdb-2c271dc0, #w-node-f9e6d058-858d-feab-b21c-6e3cba6c1690-2c271dc0, #w-node-b5fff7a7-e74b-274a-ef87-1d7cf2d2ebc0-2c271dc0, #w-node-d7595da1-f18b-e43a-72ff-6eeeae6bad73-2c271dc0, #w-node-_7fb25f5b-80b3-3c35-85c9-2f87449f88a8-2c271dc0, #w-node-_3e624cb4-fe57-fbc2-beb0-1163e14a76f7-2c271dc0, #w-node-_2f83579d-3428-403d-6676-1a310c5c4095-2c271dc0, #w-node-c0944e9a-8589-aaad-52c7-5e213c2f749e-2c271dc0, #w-node-_2657f15c-1276-a967-44dc-4f076c2b6a5d-2c271dc0, #w-node-_51351a9e-1e9f-bd54-7b7f-b5313d61818a-2c271dc0, #w-node-_9cba7c6c-268b-326b-7f4e-2d3338d5dea0-2c271dc0, #w-node-d95f0591-0f13-244f-ad12-2b0f13b5e5dc-2c271dc0, #w-node-cf04a0f9-e8ae-5932-465d-9ccbdc6ce8b0-2c271dc0, #w-node-_786d355f-b3d0-96df-70f3-44fb1b128a58-2c271dc0, #w-node-_6a0a3ee5-8ef5-7ad1-96b7-a9e3893d2117-2c271dc0, #w-node-_08991561-4a59-14b0-3e95-3eb690d7ac5c-2c271dc0, #w-node-_35946693-8d4e-acc2-d89f-97d7836659da-2c271dc0, #w-node-_52ae0e3d-b4f5-0e57-7ecc-69ea34ab4b0e-2c271dc0, #w-node-_01079ff9-863b-db7d-4c6d-4b8f85f6a00a-2c271dc0, #w-node-_09a899ad-e58f-420c-1b69-20f30193762d-2c271dc0, #w-node-c8377fe2-70ca-4abb-f8ce-f3584adf3e5b-2c271dc0, #w-node-_61002e24-05d1-c548-4139-946d61897b57-2c271dc0, #w-node-_4cf71c69-2f40-39ae-e8a3-341ceca78135-2c271dc0, #w-node-_75d9414e-fee3-f8a1-1b1a-e8f7edaf05f3-2c271dc0, #w-node-_81c6e450-e82b-9208-1535-3648d3bbab6a-2c271dc0, #w-node-d2c3624e-1f84-04d8-627a-2a786b009b9c-2c271dc0, #w-node-_366bf7ac-48d3-3636-d49f-ff91a5c2ef2d-2c271dc0, #w-node-_1a020074-73c7-57fc-4fb6-d21b273e67a7-2c271dc0, #w-node-a7d7e329-b19f-c06c-0619-a7d01a9d29f4-2c271dc0, #w-node-_6bd68cba-fc06-56a0-75a5-8b94153e4ee9-2c271dc0, #w-node-_77b98561-a72e-7108-4668-96f39f037621-2c271dc0, #w-node-_1b84df40-2040-1e4f-9025-9e90686f40e1-2c271dc0, #w-node-_9a9a65fd-b0dc-746f-7c44-7bba74ac1c10-2c271dc0, #w-node-_823f8899-6557-2c7f-e911-6d9b30b31f0b-2c271dc0, #w-node-cbe7d7e1-20bd-0387-e50f-58e4108a782e-2c271dc0, #w-node-_4629b092-1bd7-cfc8-28f0-a4da452e4c98-2c271dc0, #w-node-f77073f2-a628-98ba-269b-2d3409f06702-2c271dc0, #w-node-_93702620-d004-3e49-2e7e-20d588574468-2c271dc0, #w-node-c2e0a751-d0c8-3858-c982-7803fc459cf3-2c271dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351340c5-e876-65f9-d78b-46fa7059bd8c-7059bd84 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_7afd7131-ea9b-ee88-a0d7-d82400fdf194-00fdf18c, #w-node-d83dc49f-1c5d-7152-77a6-e2674115aeaf-4115aea7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr;
}

#w-node-_8641f11f-9fe2-10ca-e8f4-6e287c4cdc7f-04c9c8a9, #w-node-_8641f11f-9fe2-10ca-e8f4-6e287c4cdc83-04c9c8a9, #w-node-_8641f11f-9fe2-10ca-e8f4-6e287c4cdc86-04c9c8a9, #w-node-_8641f11f-9fe2-10ca-e8f4-6e287c4cdc8a-04c9c8a9, #w-node-_8641f11f-9fe2-10ca-e8f4-6e287c4cdc8d-04c9c8a9, #w-node-_8641f11f-9fe2-10ca-e8f4-6e287c4cdc91-04c9c8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88be9729-0876-3157-b591-387469f0b8be-001966d3, #w-node-_88be9729-0876-3157-b591-387469f0b8be-f5bb98d8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-e3ebfdaf-d1ea-0cbb-e73e-1af8b9463f58-004b9d1f {
    grid-template-rows: 50% 50%;
    grid-template-columns: 33% 33% 1fr;
  }

  #w-node-e3ebfdaf-d1ea-0cbb-e73e-1af8b9463f59-004b9d1f, #w-node-e3ebfdaf-d1ea-0cbb-e73e-1af8b9463f5a-004b9d1f, #w-node-ea280fcd-161a-dda8-113a-cea82125e379-004b9d1f, #w-node-_2dcba8fb-25f0-7c5d-ca0f-61a47c186c11-004b9d1f, #w-node-faf61a0a-3dd2-1ec4-f3a6-a4c97ac22621-004b9d1f, #w-node-ce55c494-f62c-fe41-f0a2-2b6a42bbfd37-004b9d1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbe7846d-3bbe-3c67-8e30-5b8891b4a97b-91b4a974 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fbe7846d-3bbe-3c67-8e30-5b8891b4a97c-91b4a974, #w-node-fbe7846d-3bbe-3c67-8e30-5b8891b4a987-91b4a974, #w-node-fbe7846d-3bbe-3c67-8e30-5b8891b4a99c-91b4a974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88be9729-0876-3157-b591-387469f0b8be-2c271dc0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88be9729-0876-3157-b591-387469f0b8bf-2c271dc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_351340c5-e876-65f9-d78b-46fa7059bd8c-7059bd84 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_351340c5-e876-65f9-d78b-46fa7059bd8d-7059bd84, #w-node-_351340c5-e876-65f9-d78b-46fa7059bd97-7059bd84, #w-node-_351340c5-e876-65f9-d78b-46fa7059bda1-7059bd84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7afd7131-ea9b-ee88-a0d7-d82400fdf194-00fdf18c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7afd7131-ea9b-ee88-a0d7-d82400fdf195-00fdf18c, #w-node-_7afd7131-ea9b-ee88-a0d7-d82400fdf19f-00fdf18c, #w-node-_7afd7131-ea9b-ee88-a0d7-d82400fdf1a9-00fdf18c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d83dc49f-1c5d-7152-77a6-e2674115aeaf-4115aea7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d83dc49f-1c5d-7152-77a6-e2674115aeb0-4115aea7, #w-node-d83dc49f-1c5d-7152-77a6-e2674115aeb7-4115aea7, #w-node-d83dc49f-1c5d-7152-77a6-e2674115aebe-4115aea7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88be9729-0876-3157-b591-387469f0b8be-001966d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88be9729-0876-3157-b591-387469f0b8bf-001966d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88be9729-0876-3157-b591-387469f0b8be-f5bb98d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88be9729-0876-3157-b591-387469f0b8bf-f5bb98d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3ebfdaf-d1ea-0cbb-e73e-1af8b9463f58-004b9d1f {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-e3ebfdaf-d1ea-0cbb-e73e-1af8b9463f59-004b9d1f, #w-node-e3ebfdaf-d1ea-0cbb-e73e-1af8b9463f5a-004b9d1f, #w-node-ea280fcd-161a-dda8-113a-cea82125e379-004b9d1f, #w-node-_2dcba8fb-25f0-7c5d-ca0f-61a47c186c11-004b9d1f, #w-node-faf61a0a-3dd2-1ec4-f3a6-a4c97ac22621-004b9d1f, #w-node-ce55c494-f62c-fe41-f0a2-2b6a42bbfd37-004b9d1f {
    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;
}