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

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

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

.document-container.home {
  padding-left: 0;
  top: -70px;
  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: var(--incorrect-color);
  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(--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%;
}

.sticky-wrapper {
  max-height: 42vh;
  padding-top: 6px;
  position: sticky;
  top: 239px;
  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(to top, #032641cc 10%, #fff0 53%), url('../images/home-hero-image-final.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  min-height: 450px;
}

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

.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-7);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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-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-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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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: 60px;
  grid-row-gap: 45px;
  padding: 0;
}

.doc-color {
  background-color: var(--fao-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  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-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

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

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

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

.doc-color-2 {
  background-color: var(--color-2);
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  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: space-between;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  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;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  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-5 {
  background-color: var(--color-5);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  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;
}

.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 {
  width: 70%;
}

.nav-menu-part-title {
  text-align: left;
  text-transform: uppercase;
  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: 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:hover {
  color: var(--fao-blue);
  text-decoration: none;
}

.nav-menu-separator {
  border: 2px solid var(--fao-blue);
  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(--fao-blue);
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

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

.social-container {
  grid-column-gap: 14px;
  grid-row-gap: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  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: 0px;
  flex-direction: column;
  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;
}

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

.terms {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  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;
}

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

.doc-color-6 {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #e7d275;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  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(--fao-blue);
  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 {
  align-items: center;
}

.occp-division {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.tip-section a {
  border-bottom: 1px dotted var(--fao-blue);
}

.tip-section a:hover {
  border-bottom-style: none;
}

.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(--fao-blue);
  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(--fao-blue);
  height: 100%;
  padding: 6px 10px;
}

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

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

.paragraph-section {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
  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: 200px;
  left: -150px;
}

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

.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: 60% 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(--fao-blue);
  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-bottom: 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;
}

.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(--fao-blue);
  background-color: #0099aa26;
  min-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(--fao-blue);
  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(--fao-blue);
  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(--fao-blue);
  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: text;
}

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

.html-embed {
  color: #fff;
}

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

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

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

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

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

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

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

.image-box {
  max-width: 75%;
  margin-top: -10px;
  margin-left: 10px;
  position: static;
}

.figures {
  border: 1px solid #000;
  max-width: 350px;
}

.footnote-in-table {
  text-transform: none;
}

.body-paragraph-tip {
  color: #000;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: .9375rem;
  line-height: 1.7;
  display: block;
}

.correct-text-link {
  border-bottom: 1px dotted var(--fao-blue);
  background-color: var(--correct-color);
  color: var(--fao-blue);
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.7;
}

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

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

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

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

.table-grid-billion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 70%;
  width: 95%;
  padding-left: 20px;
}

.note-in-tip {
  padding-left: 20px;
}

.table-grid-notes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 50% 50%;
  width: 95%;
  padding-left: 20px;
}

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

.table-grid-100-3cols-30-30-40 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 30% 30% 40%;
  width: 100%;
}

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

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

.table-grid-header-span {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  width: 50%;
}

@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(to top, #032641e6 2%, #fff0 70%), url('../images/home-hero-image-final.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1500px;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    align-items: flex-end;
    height: 20svh;
    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;
    font-size: 3.7rem;
    line-height: .85;
  }

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

  .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-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, .doc-color-3, .doc-color-4, .doc-color-5 {
    width: 100%;
    height: auto;
    padding: 0;
  }

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

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

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

  .social-container {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

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

  .terms {
    grid-column-gap: 15px;
    flex-direction: row;
    margin-top: 10px;
  }

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

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

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

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

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

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

  .doc-color-6 {
    background-color: #0000;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 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-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 56svh;
    padding: 0;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

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

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

  .occp-division {
    align-items: center;
  }

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

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

  .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-1-modal-container, .note-2-modal-container {
    display: none;
  }

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

  .table-grid-billion, .table-grid-notes, .table-grid-header-span {
    width: 100%;
  }
}

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

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

  .document-header.home {
    background-image: linear-gradient(to top, #032641e6 2%, #0000 70%), url('../images/home-hero-image-final.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    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: 2px 5px 4px #284259;
    font-size: 2.8rem;
    line-height: .9;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

  .doc-color-6 {
    width: 100%;
    height: 40px;
  }

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

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

  .occp-division {
    justify-content: flex-start;
    align-items: center;
    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;
  }

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

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

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

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

  .document-header.home {
    background-image: linear-gradient(to top, #032641e6 2%, #0000 54%), url('../images/home-hero-image-final.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 800px;
    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.4rem;
  }

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

  .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 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .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 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .table-grid-100-2cols-60-40 {
    grid-template-columns: 50% 1fr;
  }

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

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

  .table-grid-100-3cols-20-40-40 {
    grid-template-columns: 50% 1fr;
  }

  .figures {
    max-width: 300px;
  }

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

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

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

  .table-grid-100-2cols-50-50 {
    grid-template-columns: 50% 1fr;
  }

  .table-grid-100-3cols-30-30-40 {
    grid-template-columns: 130px 130px 260px;
  }

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

#w-node-_337d31e6-6a28-aab1-6212-d1a4284bd90d-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd910-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd913-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd916-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd919-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd91c-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd921-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd924-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd929-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd92c-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd92f-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd932-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd935-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd938-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd93b-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd93e-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd941-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd944-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd947-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd94a-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd94d-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd950-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd953-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd956-a16fcfb6, #w-node-f94ea9f0-c8e4-cc36-c294-451c55d00c53-a16fcfb6, #w-node-_98d7e2e1-532c-857d-d723-072edbd4e59d-a16fcfb6, #w-node-df1442de-9a10-d14b-9a77-cb39ec5f383a-a16fcfb6, #w-node-_6bb79de9-455f-17c9-d9bd-180e7bb8a9b5-a16fcfb6, #w-node-a442a907-8bad-3fb9-c180-23723793f2a8-a16fcfb6, #w-node-cf983a11-ee85-3ed6-5c12-a81e8591bb89-a16fcfb6, #w-node-_4140299d-7b6e-3d7b-49da-aae1a63eb5e1-a16fcfb6, #w-node-d462d3cc-c17b-5072-a1a9-8673159cd976-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd959-a16fcfb6, #w-node-_337d31e6-6a28-aab1-6212-d1a4284bd95c-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b43-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b46-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b49-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b4c-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b4f-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b52-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b55-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b58-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b5b-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b5e-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b61-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b64-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b69-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b6c-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b6f-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b72-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b75-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b78-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b7b-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b7e-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b81-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b84-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b89-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157b8c-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157ba7-a16fcfb6, #w-node-_96da838f-e040-30ab-9872-78b425157baa-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d38-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d3b-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d3e-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d41-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d44-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d47-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d4a-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d4d-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d50-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d53-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d56-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d59-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d5c-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d5f-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d85-a16fcfb6, #w-node-e9ac6be2-07a3-fb64-0912-691a4a2b1d88-a16fcfb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bdded-a16fcfb6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bddf3-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bddf6-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bddf9-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bddfc-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bddff-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde02-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde05-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde08-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde0b-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde0e-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde11-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde14-a16fcfb6, #w-node-b4525d7f-5689-6674-1dde-1fd32d99d3f2-a16fcfb6, #w-node-_44880030-75cf-76fc-7b20-01d4a9c7d6af-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde17-a16fcfb6, #w-node-_7ef6164a-0935-1b7e-937e-e37e9a2bde1a-a16fcfb6, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eee94-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eee97-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eee9a-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eee9d-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eeea0-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eeea3-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eeea8-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eeeab-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eeee0-a16fcfb8, #w-node-_186087b8-96a1-f038-63d3-8a8fbc6eeee3-a16fcfb8, #w-node-d8c51d97-c400-41a5-52f2-8b7d4e05503d-a16fcfb8, #w-node-_285a60a9-c0a7-43f7-07a4-f3758f536586-a16fcfb8, #w-node-f8392c4e-d42c-1ad7-861d-7d09c37e4f2a-a16fcfb8, #w-node-d533ec51-e6b0-b4d0-f901-54b215f4d97a-a16fcfb8, #w-node-_7b0e290a-6f03-84d2-f0ab-3087d2361de9-a16fcfb8, #w-node-_9233952b-cc0b-ae7a-6915-a071a01a9660-a16fcfb8, #w-node-_24b04a36-ad30-94da-8806-7baa97f227bb-a16fcfb8, #w-node-a719d28f-678d-8646-7343-a6353140eb7c-a16fcfb8, #w-node-_6d70141d-d8d0-478b-c0ab-05a7dafee0ee-a16fcfb8, #w-node-e68c09c0-f166-a65d-d98c-4792163c4dc4-a16fcfb8, #w-node-e8db664e-5893-7d6f-e30f-51bbdb63b3ac-a16fcfb8, #w-node-_2cb10584-3cec-1c5d-80f8-831dc62b6846-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b42-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b45-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b48-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b4c-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b51-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b55-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b5a-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b5e-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b63-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b67-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b6b-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b6f-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b73-a16fcfb8, #w-node-_79043d5c-2a71-1ddd-308c-3a7299e54b77-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffc8-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffcb-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffce-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffd2-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffd6-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffda-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffde-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffe2-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffe6-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffea-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdaffee-a16fcfb8, #w-node-f2408c58-9604-99dd-0ac1-dea9dfdafff2-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e0183417-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e018341a-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e018341d-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e0183424-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e0183428-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e018342c-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e0183430-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e0183434-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e018343f-a16fcfb8, #w-node-_86331f5b-48b6-250f-148e-53f9e0183443-a16fcfb8, #w-node-_0d3b5f00-1df3-533c-fb10-6830f6873386-a16fcfb8, #w-node-_1d8a8082-aac8-273a-1977-a1d557623a51-a16fcfb8, #w-node-_4bacc6a0-5ba6-8aca-4311-27291ab95152-a16fcfb8, #w-node-e48b0bc1-fe43-6435-41ae-6de3dd735414-a16fcfb8, #w-node-_9dc4e3d4-4fd8-cb67-7861-cb8fa153dbbc-a16fcfb8, #w-node-afcbae63-94db-332f-836f-ea6cd57f1d42-a16fcfb8, #w-node-_45e83aa1-2ee4-c2db-a763-602efa11096e-a16fcfb8, #w-node-_585ad18c-7f60-ca99-efdf-d69b758f3f0b-a16fcfb8, #w-node-c689f4ae-15a5-238d-8fc9-5e807f1b7549-a16fcfb8, #w-node-_25b92cf2-58a8-ff35-48b9-840fb82479ec-a16fcfb8, #w-node-_57ae5a34-c9c2-b7ac-b54c-bb00c687e0cc-a16fcfb8, #w-node-_6737f08a-cabf-0a98-92dc-143091eb779d-a16fcfb8, #w-node-_623d64c4-9af6-d317-bca5-22b1bbab7093-a16fcfb8, #w-node-_694ef539-1243-4af4-9161-5290ef63694e-a16fcfb8, #w-node-f1beb634-7ba0-8780-2960-ffaa2bc30229-a16fcfb8, #w-node-eb6da57a-cb60-4e20-62c0-a0d1c60da909-a16fcfb8, #w-node-_81826ced-6004-705c-7401-59ee6e686794-a16fcfb8, #w-node-_2619c325-68a6-f490-27b0-22a56962efed-a16fcfb8, #w-node-b114d404-39a1-ddfb-6864-db4b7a092f13-a16fcfb8, #w-node-f6447522-4a81-14a9-b89d-f3ce28099802-a16fcfb8, #w-node-_80386d7a-f226-f9d7-2710-1e568ce5b546-a16fcfb8, #w-node-afb9eaa8-889e-ba2a-ede8-226272fedf6d-a16fcfb8, #w-node-_4d93cd50-9279-a3d8-ba5e-1e964efae17c-a16fcfb8, #w-node-d4ffa7a7-ae66-21a1-7c38-415df1f90918-a16fcfb8, #w-node-_4fd811ba-7022-34bb-ae76-442768e7444b-a16fcfb8, #w-node-_2bc19f4b-f92a-f441-ef78-54fdd5ee3c65-a16fcfb8, #w-node-_6081f14f-3c0f-0749-1734-7045d1540581-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d1540584-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d1540587-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d154058a-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d154058d-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d1540591-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d15405a2-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d15405b3-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d15405c4-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d15405c8-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d15405ce-a16fcfbc, #w-node-_6081f14f-3c0f-0749-1734-7045d15405db-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826d8e-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826d91-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826d94-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826d9c-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826d9f-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826da4-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826da7-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826daf-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826db2-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826dc5-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826dcd-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826dd0-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826dd5-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826dd8-a16fcfbc, #w-node-b60b98c3-0e84-1057-fb49-645aa9826de0-a16fcfbc, #w-node-_87dbffb3-46f1-a2aa-e915-937b3f3b93cc-a16fcfbd, #w-node-_87dbffb3-46f1-a2aa-e915-937b3f3b93cf-a16fcfbd, #w-node-_87dbffb3-46f1-a2aa-e915-937b3f3b93d2-a16fcfbd, #w-node-_87dbffb3-46f1-a2aa-e915-937b3f3b93d5-a16fcfbd, #w-node-_87dbffb3-46f1-a2aa-e915-937b3f3b93db-a16fcfbd, #w-node-_87dbffb3-46f1-a2aa-e915-937b3f3b93de-a16fcfbd, #w-node-c749f00f-51da-cf7a-e1ed-e421b57ffb52-a16fcfbd, #w-node-b267aea1-fb8f-22d4-83e9-97a9255f17ee-a16fcfbd, #w-node-_784fb996-e713-d6cf-585d-4a237df9b765-a16fcfbd, #w-node-_25b848a6-12ee-6b2e-bddc-c64889358d6a-a16fcfbd, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f68-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f6b-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f6e-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f71-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f74-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f78-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f89-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0f9a-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0fab-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0faf-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0fb5-a16fcfc4, #w-node-_5951e27f-b8c5-36ce-2116-467382ad0fc2-a16fcfc4, #w-node-_2fb63913-fdb2-0665-f68e-5987a8d7171e-a16fcfc4, #w-node-_2e07d782-e286-3d61-06c7-18d6cd2b165f-a16fcfc4, #w-node-d4fc04cb-11e4-fe5e-3816-da7e869b927a-a16fcfc4, #w-node-f0779892-3a84-c28a-dcac-ae3369e1faef-a16fcfc4, #w-node-f5a3ba16-4a69-6823-73af-d4220c6fd29b-a16fcfc4, #w-node-b32d5321-943b-6053-85bd-3fbf19c1dc61-a16fcfc4, #w-node-_8e772228-8653-927c-cd5f-a965afca76e5-a16fcfc4, #w-node-c3b998f6-c9b2-ae5c-afe9-ca6f650ae383-a16fcfc4, #w-node-c848e932-7a9e-6f2b-ed8a-7f07251c7723-a16fcfc4, #w-node-_3f04ae94-ad05-668e-2ae9-db1e7acf86a1-a16fcfc4, #w-node-_1e6c341e-a44d-1659-dd96-3f201cbc4a6e-a16fcfc4, #w-node-_29819c78-9803-ed12-faa4-83e4d17640e3-a16fcfc4, #w-node-afd197b4-3b50-1167-89d1-aa520893d002-a16fcfc4, #w-node-d4c15b13-ccba-c765-e38c-cd1727edc630-a16fcfc4, #w-node-bc3656df-180b-5e22-4283-83897fb7979a-a16fcfc4, #w-node-_2fcdc3cc-01d0-9978-371e-a0c2f0be8ff2-a16fcfc4, #w-node-_5ab8b765-809c-5c99-75aa-46fa5135334c-a16fcfc4, #w-node-_46e0170e-0e73-c7b1-3d2e-3df38287926e-a16fcfc4, #w-node-d2715f99-2c91-62c9-edf4-7acc50a76c2a-a16fcfc4, #w-node-_66946251-40fc-f284-cb55-8b892ac6542d-a16fcfc4, #w-node-_24fdf3d9-60c5-18d1-fec5-c3dbdb654ac1-a16fcfc4, #w-node-_0a8cada3-15cb-aad6-9220-4658c4cc53f1-a16fcfc4, #w-node-bb5c11e3-05df-eefe-d8e9-387047ba6131-a16fcfc4, #w-node-_848a9d31-a5d3-ecf9-713f-63132b19007a-a16fcfc4, #w-node-_8d02b3a7-58ab-ee73-1940-ad1f4444b8fb-a16fcfc4, #w-node-dd3e7daf-e329-3bf0-f33c-962ac379e9cc-a16fcfc4, #w-node-e27f1181-9cb1-d250-8f4a-a1e537a2904e-a16fcfc4, #w-node-c191fa9f-444a-791f-2b3c-1145b8d422ef-a16fcfc4, #w-node-bab1749c-362f-2d90-5e60-9254fa1946ab-a16fcfc4, #w-node-_21246cdc-4995-4acf-d25b-68a1e268d287-a16fcfc4, #w-node-a4d06704-7615-e7e5-c9bb-2c8ac9f21ba9-a16fcfc4, #w-node-_8e867fe6-010b-0efd-0342-f9d3bbd3c93b-a16fcfc4, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12dfd-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e00-0ba0f0c3, #w-node-_232bac07-8205-7044-65bb-5e13af3f42a5-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e03-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e07-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e0b-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e0f-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e13-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e17-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e1b-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e1f-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e23-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e27-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e2b-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e2f-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e33-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e37-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e3b-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e40-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e44-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e48-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e4c-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e50-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e54-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e58-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e5c-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e60-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e64-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e68-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e6c-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e70-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e74-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e78-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e7c-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e80-0ba0f0c3, #w-node-_7467d594-0b0b-08f6-0e22-a62492b12e84-0ba0f0c3, #w-node-_90a6a5fd-ca92-7860-7926-4b0f8281f546-0ba0f0c3, #w-node-_2c345e6d-0c78-607d-00f9-f9202245a587-0ba0f0c3, #w-node-d472c516-604b-3cc8-47f0-b45b70cd437d-0ba0f0c3, #w-node-_927ea6bd-0e93-e670-728f-a798d6c18d62-0ba0f0c3, #w-node-_858aef56-b19f-61e2-fa4a-4ffbcb4506a9-0ba0f0c3, #w-node-e172709b-2189-8052-d12a-58636380e3c8-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7bc-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7bf-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7c2-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7c5-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7c8-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7cb-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7ce-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7d1-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7d4-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7d7-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7da-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7dd-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7e0-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7e3-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7e6-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7e9-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7ec-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7ef-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7f2-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7f5-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7f8-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7fb-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d7fe-0ba0f0c3, #w-node-d62659b9-fba1-9877-2a80-4172e874d801-0ba0f0c3, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a5f-e69e975f, #w-node-_67fe2ce1-5cc5-4862-6c98-c783ca8dc1bf-e69e975f, #w-node-ec080201-0ae5-b765-de46-3cb0e24f62af-e69e975f, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a62-e69e975f, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a65-e69e975f, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a68-e69e975f, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a6b-e69e975f, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a6e-e69e975f, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a71-e69e975f, #w-node-dc229ebb-533c-8e26-6477-69cc9cd74a74-e69e975f, #w-node-_001776ed-1530-7318-242a-6e40b30d3225-e69e975f, #w-node-_001776ed-1530-7318-242a-6e40b30d3228-e69e975f, #w-node-_001776ed-1530-7318-242a-6e40b30d322b-e69e975f, #w-node-_001776ed-1530-7318-242a-6e40b30d322e-e69e975f, #w-node-_001776ed-1530-7318-242a-6e40b30d3231-e69e975f, #w-node-_001776ed-1530-7318-242a-6e40b30d3234-e69e975f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935593-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935596-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935599-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355a1-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355a4-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355a9-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355ac-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355b6-d386608f, #w-node-a669722a-d36c-8a4a-1b67-865e87d34350-d386608f, #w-node-dbc43fb2-347b-f0f2-4a9c-39217ac58692-d386608f, #w-node-_8398dbd3-7d71-ad24-db5b-39522fe4800a-d386608f, #w-node-befbf31a-6fe8-f967-b6cd-203baa0674a2-d386608f, #w-node-b26f2282-3b10-7357-7d76-e21d78027964-d386608f, #w-node-_52114cec-d0c6-5a11-5d6d-5b4bbaacdfe2-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355c7-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355d1-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355d4-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355db-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355de-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355e5-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355e8-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355f2-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355f7-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9355fe-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935601-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935608-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb93560b-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935615-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935618-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935620-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935623-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb93562d-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935630-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935635-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935638-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935643-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935646-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb93564b-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb93564e-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935658-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb93565b-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935663-d386608f, #w-node-b22004e6-1eb4-b585-b5a0-94245b0f9be7-d386608f, #w-node-_60058c9c-0a23-32e9-3506-d670ec4b177a-d386608f, #w-node-_5280257e-4ae5-f9e5-f646-c6ca9b46c97b-d386608f, #w-node-a9698a57-0b4a-303a-2536-d07b3b9eae20-d386608f, #w-node-d629f0dd-bafe-6a01-e55b-1936ffdcc836-d386608f, #w-node-_571d7ab9-66d0-2699-dd60-644b66413475-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9356b4-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb9356b9-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935666-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb93566b-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb93566e-d386608f, #w-node-f94fb7cd-ba6e-d821-05bc-7d6ecb935678-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451c8-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451cc-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451d5-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451d9-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451e2-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451e6-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451ef-d386608f, #w-node-bed66bfe-2f02-6c1c-f906-f60b549451f3-d386608f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd292-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2ce-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd297-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd29c-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2a1-e04bd28a, #w-node-_1167b289-6951-859d-09cf-3b0287fa782e-e04bd28a, #w-node-_27530b56-a90e-66ad-48e2-dc26648376d5-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2a6-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2ab-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2b0-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2b5-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2ba-e04bd28a, #w-node-cadee70b-00ef-93d2-6ab9-e042eff80b09-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2bf-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2c9-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2dd-e04bd28a, #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd2d8-e04bd28a {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5afcbad1-4843-a1db-75af-92e2e04bd292-e04bd28a {
    align-self: start;
  }
}


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